|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEdge
A bidirectional edge on the graph to be searched.
It must implement Comparable
so the
ISearchCallback
can properly order the dependencies of a node
(so, typically, the implementations will compare the getTo()
node).
Method Summary | |
---|---|
java.lang.Object |
getFrom()
Get the node this edge originates from. |
java.lang.Object |
getTo()
Get the node this edge points to. |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Method Detail |
---|
java.lang.Object getFrom()
java.lang.Object getTo()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |