Uses of Interface
pal.treesearch.ConstrainedNode.HeightAdjustment

Packages that use ConstrainedNode.HeightAdjustment
pal.treesearch   
 

Uses of ConstrainedNode.HeightAdjustment in pal.treesearch
 

Methods in pal.treesearch with parameters of type ConstrainedNode.HeightAdjustment
 ConditionalProbabilityStore ConstrainedLeafNode.getDescendentExtendedConditionalsWithAdjustedInternalHeights(double extensionHeight, GeneralConstructionTool tool, ConstrainedNode.HeightAdjustment internalNodeHeightAdjuster, boolean allowCaching)
           
 ConditionalProbabilityStore ConstrainedNode.getDescendentExtendedConditionalsWithAdjustedInternalHeights(double adjustedExtensionHeight, GeneralConstructionTool tool, ConstrainedNode.HeightAdjustment internalNodeHeightAdjuster, boolean allowCaching)
           
 ConditionalProbabilityStore AbstractParentableConstrainedNode.getDescendentExtendedConditionalsWithAdjustedInternalHeights(double adjustedExtensionHeight, GeneralConstructionTool tool, ConstrainedNode.HeightAdjustment internalNodeHeightAdjuster, boolean allowCaching)
           
 void ConstrainedLeafNode.recursivelyAdjustNodeHeight(ConstrainedNode.HeightAdjustment heightDelta)
           
 void ConstrainedNode.recursivelyAdjustNodeHeight(ConstrainedNode.HeightAdjustment heightAdjustment)
           
 void AbstractParentableConstrainedNode.recursivelyAdjustNodeHeight(ConstrainedNode.HeightAdjustment height)