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