|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.combean.graph.NodePairEdge
public class NodePairEdge
An implementation of the Edge interface where each edge is simply represented by two nodes.
Constructor Summary | |
---|---|
NodePairEdge(Node firstNode,
Node secondNode)
Construct an edge. |
Method Summary | |
---|---|
Node |
getFirstNode()
Get the first node of the edge. |
Node |
getSecondNode()
Get the second node of the edge. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NodePairEdge(Node firstNode, Node secondNode)
firstNode
- secondNode
- Method Detail |
---|
public final Node getFirstNode()
public final Node getSecondNode()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |