public class Edge extends ManagedObject
Constructor and Description |
---|
Edge(long id,
Node start,
Node end)
Construct a new Edge.
|
Modifier and Type | Method and Description |
---|---|
Node |
getEnd()
Get the end node.
|
Line2D |
getLine()
Get the line represented by this edge.
|
Node |
getStart()
Get the start node.
|
java.lang.String |
toString() |
equals, getID, hashCode
public Node getStart()
public Node getEnd()
public Line2D getLine()
public java.lang.String toString()
toString
in class java.lang.Object