Package pal.treesearch
Interface ParentableConstrainedNode
-
- All Known Implementing Classes:
AbstractParentableConstrainedNode,ConstrainedInternalNode,PivotNode
public interface ParentableConstrainedNode
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConditionalProbabilityStoregetAscendentExtended(double baseHeight, ConstrainedNode childCaller, GeneralConstructionTool tool, boolean allowCaching)ConditionalProbabilityStoregetAscendentFlat(ConstrainedNode childCaller, GeneralConstructionTool tool, boolean allowCaching)PatternInfogetAscendentPatternInfo(ConstrainedNode childCaller, GeneralConstructionTool tool)doublegetNodeHeight()voidgetNonSubTreeOfChildComponents(java.util.ArrayList store, java.lang.Class componentType, ConstrainedNode childCaller)
-
-
-
Method Detail
-
getNodeHeight
double getNodeHeight()
-
getNonSubTreeOfChildComponents
void getNonSubTreeOfChildComponents(java.util.ArrayList store, java.lang.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
PatternInfo getAscendentPatternInfo(ConstrainedNode childCaller, GeneralConstructionTool tool)
-
-