|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ed.inf.graph.compound.base.BaseCompoundEdge
uk.ed.inf.graph.compound.archetypal.ArchetypalCompoundEdge
public abstract class ArchetypalCompoundEdge
Constructor Summary | |
---|---|
protected |
ArchetypalCompoundEdge(ArchetypalChildCompoundGraph owningSubgraph,
int index,
ArchetypalCompoundNode outNode,
ArchetypalCompoundNode inNode)
|
Method Summary | |
---|---|
int |
compareTo(ArchetypalCompoundEdge o)
|
BaseCompoundGraph |
getGraph()
Get the owning graph of this edge. |
int |
getIndex()
Get the index that uniquely identifies the edge within its owning graph. |
protected ArchetypalCompoundNode |
getInNode()
|
protected ArchetypalCompoundNode |
getOutNode()
|
ArchetypalChildCompoundGraph |
getOwningChildGraph()
|
Methods inherited from class uk.ed.inf.graph.compound.base.BaseCompoundEdge |
---|
changeInEdge, changeOutNode, compareTo, getConnectedNodes, hasDirectedEnds, hasEnds, isRemoved, isSelfEdge, markRemoved, removalAction, setRemoved |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected ArchetypalCompoundEdge(ArchetypalChildCompoundGraph owningSubgraph, int index, ArchetypalCompoundNode outNode, ArchetypalCompoundNode inNode)
Method Detail |
---|
protected final ArchetypalCompoundNode getInNode()
getInNode
in class BaseCompoundEdge
protected final ArchetypalCompoundNode getOutNode()
getOutNode
in class BaseCompoundEdge
public ArchetypalChildCompoundGraph getOwningChildGraph()
getOwningChildGraph
in interface ICompoundEdge<BaseCompoundNode,BaseCompoundEdge>
getOwningChildGraph
in class BaseCompoundEdge
public BaseCompoundGraph getGraph()
IBasicEdge
getGraph
in interface IBasicEdge<BaseCompoundNode,BaseCompoundEdge>
getGraph
in interface ICompoundEdge<BaseCompoundNode,BaseCompoundEdge>
getGraph
in class BaseCompoundEdge
public int getIndex()
IBasicEdge
getIndex
in interface IBasicEdge<BaseCompoundNode,BaseCompoundEdge>
getIndex
in class BaseCompoundEdge
public int compareTo(ArchetypalCompoundEdge o)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |