Uses of Class
pal.treesearch.GeneralConstraintGroupManager
-
Packages that use GeneralConstraintGroupManager Package Description pal.treesearch -
-
Uses of GeneralConstraintGroupManager in pal.treesearch
Methods in pal.treesearch that return GeneralConstraintGroupManager Modifier and Type Method Description GeneralConstraintGroupManager
GeneralConstraintGroupManager.Store. getConstraintGroupManager(java.lang.String[] leafLabelSet, ConstraintModel constraints)
GeneralConstraintGroupManager
GeneralConstraintGroupManager.Store. getConstraintGroupManager(ConstraintModel.GroupManager grouping)
GeneralConstraintGroupManager[]
GeneralConstraintGroupManager.Store. getConstraintGroupManagers()
Methods in pal.treesearch with parameters of type GeneralConstraintGroupManager 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 nodeConstructors in pal.treesearch with parameters of type GeneralConstraintGroupManager Constructor Description AbstractParentableConstrainedNode(Node peer, GeneralConstructionTool tool, GeneralConstraintGroupManager.Store store, GeneralConstraintGroupManager groupManager)
ConstrainedInternalNode(Node peer, ParentableConstrainedNode parentNode, GeneralConstructionTool tool, GeneralConstraintGroupManager.Store store, GeneralConstraintGroupManager groupManager)
PivotNode(Node tree, FreeBranch parentConnection, GeneralConstructionTool tool, GeneralConstraintGroupManager constraintGroupManager, GeneralConstraintGroupManager.Store store)
The subtree constructor with a connection to the rest of the treePivotNode(Node subTree, GeneralConstructionTool tool, GeneralConstraintGroupManager groupManager, GeneralConstraintGroupManager.Store store)
The root constructor, only used when the whole tree is constrained
-