|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ed.inf.graph.compound.base.BaseChildCompoundGraph
uk.ed.inf.graph.compound.archetypal.ArchetypalChildCompoundGraph
uk.ed.inf.graph.compound.impl.ChildCompoundGraph
public class ChildCompoundGraph
Constructor Summary | |
---|---|
ChildCompoundGraph(CompoundNode root)
|
Method Summary | |
---|---|
ChildCompoundEdgeFactory |
edgeFactory()
Gets the edgeFactory for this class. |
CompoundNode |
getRootNode()
Get the root node of this graph. |
protected boolean |
hasPassedAdditionalValidation()
A hook method that should be used to provide addition validation for the class inheriting from this one. |
CompoundNodeFactory |
nodeFactory()
|
Methods inherited from class uk.ed.inf.graph.compound.archetypal.ArchetypalChildCompoundGraph |
---|
addNewEdge, addNewNode |
Methods inherited from class uk.ed.inf.graph.compound.base.BaseChildCompoundGraph |
---|
canCopyHere, canMoveHere, containsConnection, containsConnection, containsDirectedEdge, containsDirectedEdge, containsEdge, containsEdge, containsNode, containsNode, copyHere, createEdgeSet, createNodeSet, edgeIterator, getCopiedComponents, getEdge, getEdgeSet, getMovedComponents, getNode, getNodeSet, getNumEdges, getNumNodes, getSuperGraph, isInducedSubgraph, isValid, moveHere, nodeIterator, unfilteredEdgeIterator, unfilteredNodeIterator |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
ChildCompoundGraph(CompoundNode root)
Method Detail |
---|
public CompoundNode getRootNode()
ICompoundGraph
getRootNode
in interface ICompoundGraph<BaseCompoundNode,BaseCompoundEdge>
getRootNode
in class ArchetypalChildCompoundGraph
public ChildCompoundEdgeFactory edgeFactory()
IModifiableChildCompoundGraph
edgeFactory
in interface IModifiableChildCompoundGraph<BaseCompoundNode,BaseCompoundEdge>
edgeFactory
in class BaseChildCompoundGraph
public CompoundNodeFactory nodeFactory()
nodeFactory
in interface IModifiableChildCompoundGraph<BaseCompoundNode,BaseCompoundEdge>
nodeFactory
in class BaseChildCompoundGraph
protected boolean hasPassedAdditionalValidation()
BaseChildCompoundGraph
hasPassedAdditionalValidation
in class BaseChildCompoundGraph
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |