public interface DirectedGraphable extends Graphable
DirectedGraph| Modifier and Type | Method and Description |
|---|---|
Iterator |
getInRelated()
Returns other components related through an in relationship.
|
Iterator |
getOutRelated()
Returns other components related through an out relationship.
|
getCount, getID, getObject, getRelated, isVisited, setCount, setID, setObject, setVisitedIterator getInRelated()
Graphable.getRelated()Iterator getOutRelated()
Graphable.getRelated()Copyright © 1996–2019 Geotools. All rights reserved.