Package pal.treesearch
Interface ParentableConstrainedNode
- All Known Implementing Classes:
AbstractParentableConstrainedNode,ConstrainedInternalNode,PivotNode
public interface ParentableConstrainedNode
-
Method Summary
Modifier and TypeMethodDescriptiongetAscendentExtended(double baseHeight, ConstrainedNode childCaller, GeneralConstructionTool tool, boolean allowCaching) getAscendentFlat(ConstrainedNode childCaller, GeneralConstructionTool tool, boolean allowCaching) getAscendentPatternInfo(ConstrainedNode childCaller, GeneralConstructionTool tool) doublevoidgetNonSubTreeOfChildComponents(ArrayList store, Class componentType, ConstrainedNode childCaller)
-
Method Details
-
getNodeHeight
double getNodeHeight() -
getNonSubTreeOfChildComponents
void getNonSubTreeOfChildComponents(ArrayList store, Class componentType, ConstrainedNode childCaller) -
getAscendentExtended
ConditionalProbabilityStore getAscendentExtended(double baseHeight, ConstrainedNode childCaller, GeneralConstructionTool tool, boolean allowCaching) -
getAscendentFlat
ConditionalProbabilityStore getAscendentFlat(ConstrainedNode childCaller, GeneralConstructionTool tool, boolean allowCaching) -
getAscendentPatternInfo
-