Uses of Class
de.grogra.mtg.MTGNode
Packages that use MTGNode
-
Uses of MTGNode in de.grogra.mtg
Subclasses of MTGNode in de.grogra.mtgMethods in de.grogra.mtg that return MTGNodeModifier 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.Methods in de.grogra.mtg with parameters of type MTGNodeModifier 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.Constructors in de.grogra.mtg with parameters of type MTGNodeModifierConstructorDescriptionMTGGraphBuilderBodyData
(MTGNode rootNode, ArrayList<MTGNode> nodes) MTGGraphBuilderHeaderAttributes
(MTGNode rootNode) MTGGraphBuilderHeaderClasses
(MTGNode rootNode) MTGGraphBuilderHeaderCode
(MTGNode rootNode) MTGGraphBuilderHeaderTopo
(MTGNode rootNode) MTGModuleBuilder
(MTGNode root, String sysId, String xlFile) Constructor parameters in de.grogra.mtg with type arguments of type MTGNodeModifierConstructorDescriptionMTGGraphBuilderBodyData
(MTGNode rootNode, ArrayList<MTGNode> nodes)