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.
|
compareTo
Copyright © 2002–2019. All rights reserved.