public interface IEdge
extends java.lang.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 |
|---|---|
java.lang.Object |
getFrom()
Get the node this edge originates from.
|
java.lang.Object |
getTo()
Get the node this edge points to.
|
Copyright © 2002-2018. All Rights Reserved.