|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DirectedGraphable
Reperesents a component in a directed graph.
DirectedGraph
Method Summary | |
---|---|
java.util.Iterator |
getInRelated()
Returns other components related through an in relationship. |
java.util.Iterator |
getOutRelated()
Returns other components related through an out relationship. |
Methods inherited from interface org.geotools.graph.structure.Graphable |
---|
getCount, getID, getObject, getRelated, isVisited, setCount, setID, setObject, setVisited |
Method Detail |
---|
java.util.Iterator getInRelated()
Graphable.getRelated()
java.util.Iterator getOutRelated()
Graphable.getRelated()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |