|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ed.inf.graph.compound.base.BaseCompoundNodePair
uk.ed.inf.graph.compound.impl.CompoundNodePair
public class CompoundNodePair
Constructor Summary | |
---|---|
CompoundNodePair(CompoundNode outNode,
CompoundNode inNode)
|
Method Summary | |
---|---|
BaseCompoundNode |
getInNode()
Get the node to which the end goes into. |
BaseCompoundNode |
getOutNode()
Get the node to which the end comes from. |
CompoundNodePair |
reversedNodes()
Create a new node pair, with the nodes reversed as if this edge was pointing in the other direction. |
Methods inherited from class uk.ed.inf.graph.compound.base.BaseCompoundNodePair |
---|
containsNode, getOneNode, getOtherNode, getTwoNode, hasDirectedEnds, hasEnds |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface uk.ed.inf.graph.basic.IBasicPair |
---|
equals, hashCode |
Constructor Detail |
---|
public CompoundNodePair(CompoundNode outNode, CompoundNode inNode)
Method Detail |
---|
public BaseCompoundNode getInNode()
IDirectedPair
getInNode
in interface IDirectedPair<BaseCompoundNode,BaseCompoundEdge>
getInNode
in class BaseCompoundNodePair
public BaseCompoundNode getOutNode()
IDirectedPair
getOutNode
in interface IDirectedPair<BaseCompoundNode,BaseCompoundEdge>
getOutNode
in class BaseCompoundNodePair
public CompoundNodePair reversedNodes()
IDirectedPair
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |