|
||||||||||
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
modules/extension/graph (gt-graph.jar)
Method Summary | |
---|---|
Iterator |
getInRelated()
Returns other components related through an in relationship. |
Iterator |
getOutRelated()
Returns other components related through an out relationship. |
Methods inherited from interface Graphable |
---|
getCount, getID, getObject, getRelated, isVisited, setCount, setID, setObject, setVisited |
Method Detail |
---|
Iterator getInRelated()
Graphable.getRelated()
Iterator getOutRelated()
Graphable.getRelated()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |