|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.xistrat.util.d3.vrmlgraph.Edge
public class Edge
The Edge class acts as an object that holds a reference to the two nodes that it connects.
Constructor Summary | |
---|---|
Edge(Node from,
Node to)
Constructor for the Edge object |
Method Summary | |
---|---|
Node |
getFrom()
Gets the Node that this edge is connected from. |
Node |
getTo()
Gets the Node that this Edge is connected to. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Edge(Node from, Node to)
from
- One of the Node objects that this Edge connects.to
- The other Node object that this Edge connects.Method Detail |
---|
public Node getFrom()
public Node getTo()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |