public static interface StickMagnetGraph.Edge
StickMagnetGraph.Node
s of a graph.Modifier and Type | Method and Description |
---|---|
MagnetRequest.Side |
getSide()
Tells at which side of the
starting node this
edge leaves the node. |
StickMagnetGraph.Node |
getSource()
Gets the starting node of this edge.
|
StickMagnetGraph.Node |
getTarget()
Gets the ending node of this edge.
|
StickMagnetGraph.Node getSource()
StickMagnetGraph.Node getTarget()
MagnetRequest.Side getSide()
starting node
this
edge leaves the node.