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 ConstrainedNode
AbstractParentableConstrainedNode.getLeftChild()
ConstrainedLeafNode.getLeftChild()
Returns null as we can't have children...ConstrainedNode.getLeftChild()
final ConstrainedNode
AbstractParentableConstrainedNode.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) void
AbstractParentableConstrainedNode.getNonSubTreeOfChildComponents
(ArrayList store, Class componentType, ConstrainedNode childCaller) void
ParentableConstrainedNode.getNonSubTreeOfChildComponents
(ArrayList store, Class componentType, ConstrainedNode childCaller) boolean
AbstractParentableConstrainedNode.isLeftChild
(ConstrainedNode node) Investigate if given node is left node (and not right)