| org.geotools.graph.structure.DirectedGraphable
DirectedGraphable | public interface DirectedGraphable extends Graphable(Code) | | Reperesents a component in a directed graph.
See Also: DirectedGraph author: Justin Deoliveira, Refractions Research Inc, jdeolive@refractions.net |
getInRelated | public Iterator getInRelated()(Code) | | Returns other components related through an in relationship.
An iterator over the other directed components related through an in relationship. See Also: Graphable.getRelated |
getOutRelated | public Iterator getOutRelated()(Code) | | Returns other components related through an out relationship.
An iterator over the other directed components related through an out relationship. See Also: Graphable.getRelated |
|
|