Uses of Class
de.grogra.mtg.MTGNode
-
Uses of MTGNode in de.grogra.mtg
Modifier and TypeMethodDescriptionMTGNode.compoFather()
Returns compositional father of this nodeMTGRoot.compoFather
(MTGNode node) Nodes - Returns refinement father of the specified node.MTGNode[]
MTGNode.compoSons()
Return compositional sons of this nodeMTGNode.findAdjacentMTG
(boolean out, int edgeBits, String entityClass, int entityIndex) Find an adjacent node n to this one.MTGGraphBuilder.getFirstNode()
MTGTranslator.getFirstNode()
protected MTGNode
MTGGraphBuilder.getMTGRootNode()
Allows MTGTranslator to obtain the root node of the graph generated from translating MTG data file.MTGTranslator.getMTGRootNode()
Allows other classes to obtain the root node of the graph generated from translating MTG data file.MTGRoot.getNode
(int nodeIndex) Nodes - Returns MTGNode instance given its index.MTGNode[]
MTGRoot.getRoots
(int scale) MTGNode[]
MTGNode.topoSonNodes
(int edgeType) Get the list of topological sons with specified edge type connection of this MTGNode.Modifier and TypeMethodDescriptionMTGRoot.compoFather
(MTGNode node) Nodes - Returns refinement father of the specified node.static void
MTGNode.copyStdAttributes
(MTGNode oldNode, MTGNode newNode) int
Nodes - Returns index of MTGNode given its instance.int
Number of successor or branch edges from this node to an end node.int
Number of successor or branch edges from a start node to an end node.int
Number of branch edges from this node to an end node.ModifierConstructorDescriptionMTGGraphBuilderBodyData
(MTGNode rootNode, ArrayList<MTGNode> nodes) MTGGraphBuilderHeaderAttributes
(MTGNode rootNode) MTGGraphBuilderHeaderClasses
(MTGNode rootNode) MTGGraphBuilderHeaderCode
(MTGNode rootNode) MTGGraphBuilderHeaderTopo
(MTGNode rootNode) MTGModuleBuilder
(MTGNode root, String sysId, String xlFile) ModifierConstructorDescriptionMTGGraphBuilderBodyData
(MTGNode rootNode, ArrayList<MTGNode> nodes)