public interface IEdge extends Comparable
Comparable so the
ISearchCallback can properly order the dependencies of a node
(so, typically, the implementations will compare the getTo()
node).| Modifier and Type | Method and Description |
|---|---|
Object |
getFrom()
Get the node this edge originates from.
|
Object |
getTo()
Get the node this edge points to.
|
compareToCopyright © 2002–2016. All rights reserved.