Uses of Interface
pal.treesearch.ConstrainedNode
-
Packages that use ConstrainedNode Package Description pal.treesearch -
-
Uses of ConstrainedNode in pal.treesearch
Classes in pal.treesearch that implement ConstrainedNode Modifier and Type Class Description class
ConstrainedInternalNode
class
ConstrainedLeafNode
Methods in pal.treesearch that return ConstrainedNode Modifier and Type Method Description ConstrainedNode
GeneralConstructionTool. createConstrainedNode(Node peer, ParentableConstrainedNode parent, GeneralConstraintGroupManager.Store store, GeneralConstraintGroupManager groupManager)
Create an appropriate constrained node given a peer, and it's parent nodeConstrainedNode
AbstractParentableConstrainedNode. getLeftChild()
ConstrainedNode
ConstrainedLeafNode. getLeftChild()
Returns null as we can't have children...ConstrainedNode
ConstrainedNode. getLeftChild()
ConstrainedNode
AbstractParentableConstrainedNode. getRightChild()
ConstrainedNode
ConstrainedLeafNode. getRightChild()
ConstrainedNode
ConstrainedNode. getRightChild()
Methods in pal.treesearch with parameters of type ConstrainedNode Modifier and Type Method Description ConditionalProbabilityStore
ConstrainedInternalNode. getAscendentExtended(double baseHeight, ConstrainedNode childCaller, GeneralConstructionTool tool, boolean allowCaching)
ConditionalProbabilityStore
ParentableConstrainedNode. getAscendentExtended(double baseHeight, ConstrainedNode childCaller, GeneralConstructionTool tool, boolean allowCaching)
ConditionalProbabilityStore
PivotNode. getAscendentExtended(double baseHeight, ConstrainedNode childCaller, GeneralConstructionTool tool, boolean allowCaching)
ConditionalProbabilityStore
ConstrainedInternalNode. getAscendentFlat(ConstrainedNode childCaller, GeneralConstructionTool tool, boolean allowCaching)
ConditionalProbabilityStore
ParentableConstrainedNode. getAscendentFlat(ConstrainedNode childCaller, GeneralConstructionTool tool, boolean allowCaching)
ConditionalProbabilityStore
PivotNode. getAscendentFlat(ConstrainedNode childCaller, GeneralConstructionTool tool, boolean allowCaching)
PatternInfo
ConstrainedInternalNode. getAscendentPatternInfo(ConstrainedNode childCaller, GeneralConstructionTool tool)
PatternInfo
ParentableConstrainedNode. getAscendentPatternInfo(ConstrainedNode childCaller, GeneralConstructionTool tool)
PatternInfo
PivotNode. getAscendentPatternInfo(ConstrainedNode childCaller, GeneralConstructionTool tool)
void
AbstractParentableConstrainedNode. getNonSubTreeOfChildComponents(java.util.ArrayList store, java.lang.Class componentType, ConstrainedNode childCaller)
void
ParentableConstrainedNode. getNonSubTreeOfChildComponents(java.util.ArrayList store, java.lang.Class componentType, ConstrainedNode childCaller)
boolean
AbstractParentableConstrainedNode. isLeftChild(ConstrainedNode node)
Investigate if given node is left node (and not right)
-