Uses of Class
de.grogra.mtg.MTGError.MTGPlantFrameException
Packages that use MTGError.MTGPlantFrameException
-
Uses of MTGError.MTGPlantFrameException in de.grogra.mtg
Methods in de.grogra.mtg that throw MTGError.MTGPlantFrameExceptionModifier and TypeMethodDescriptionint[]MTGRoot.compoSonsIds(int nodeIndex, int scale) Returns compositional sons of a node, given that the compositional sons are of a lower scale than the given scale.intMTGRoot.findLocalTopoRoot(int startv, int etype) Find root(first node) of the compositional group node 'startv' belongs to.MTGRoot.getClassesInfo()Classes - Returns information of MTG classes defined.MTGRoot.getFeaturesInfo()Features - Returns information of MTG features defined.intMTGRoot.getPlantCount()Plant - Gets the number of plants recognized in this MTG so far.int[]MTGRoot.getRootIds(int scale) Obtain a list of indices of root nodes refined the specified node.MTGNode[]MTGRoot.getRoots(int scale) intMTGRoot.getScale(int nodeIndex) Nodes - Returns scale of node at index specified.intNumber of successor or branch edges from this node to an end node.intNumber of successor or branch edges from a start node to an end node.voidMTGRoot.incrementPlantCount()Plant - Increment the counter for the number of plants specified in this MTG.intMTGRoot.mtgType()Coordinates - Get the MTG geometric reference system type.intNumber of branch edges from this node to an end node.voidMTGRoot.plantFrame(int scale, double dist) Computes the frame of the plant at the specified scale.voidMTGRoot.refreshNodeIndices()Refreshes cached node list.voidMTGGraphBuilder.removeInterScaleTopoRelations()Removes inter-scale topological relations (i.e. successor and branching edges).voidMTGRoot.removeInterScaleTopoRelations()Removes inter-scale topological relations (i.e. successor and branching edges).