Uses of Interface
pal.treesearch.ConstrainedNode
Packages that use ConstrainedNode
-
Uses of ConstrainedNode in pal.treesearch
Classes in pal.treesearch that implement ConstrainedNodeMethods in pal.treesearch that return ConstrainedNodeModifier and TypeMethodDescriptionGeneralConstructionTool.createConstrainedNode(Node peer, ParentableConstrainedNode parent, GeneralConstraintGroupManager.Store store, GeneralConstraintGroupManager groupManager) Create an appropriate constrained node given a peer, and it's parent nodefinal ConstrainedNodeAbstractParentableConstrainedNode.getLeftChild()ConstrainedLeafNode.getLeftChild()Returns null as we can't have children...ConstrainedNode.getLeftChild()final ConstrainedNodeAbstractParentableConstrainedNode.getRightChild()ConstrainedLeafNode.getRightChild()ConstrainedNode.getRightChild()Methods in pal.treesearch with parameters of type ConstrainedNodeModifier and TypeMethodDescriptionConstrainedInternalNode.getAscendentExtended(double baseHeight, ConstrainedNode childCaller, GeneralConstructionTool tool, boolean allowCaching) ParentableConstrainedNode.getAscendentExtended(double baseHeight, ConstrainedNode childCaller, GeneralConstructionTool tool, boolean allowCaching) PivotNode.getAscendentExtended(double baseHeight, ConstrainedNode childCaller, GeneralConstructionTool tool, boolean allowCaching) ConstrainedInternalNode.getAscendentFlat(ConstrainedNode childCaller, GeneralConstructionTool tool, boolean allowCaching) ParentableConstrainedNode.getAscendentFlat(ConstrainedNode childCaller, GeneralConstructionTool tool, boolean allowCaching) PivotNode.getAscendentFlat(ConstrainedNode childCaller, GeneralConstructionTool tool, boolean allowCaching) ConstrainedInternalNode.getAscendentPatternInfo(ConstrainedNode childCaller, GeneralConstructionTool tool) ParentableConstrainedNode.getAscendentPatternInfo(ConstrainedNode childCaller, GeneralConstructionTool tool) PivotNode.getAscendentPatternInfo(ConstrainedNode childCaller, GeneralConstructionTool tool) voidAbstractParentableConstrainedNode.getNonSubTreeOfChildComponents(ArrayList store, Class componentType, ConstrainedNode childCaller) voidParentableConstrainedNode.getNonSubTreeOfChildComponents(ArrayList store, Class componentType, ConstrainedNode childCaller) booleanAbstractParentableConstrainedNode.isLeftChild(ConstrainedNode node) Investigate if given node is left node (and not right)