Package | Description |
---|---|
pal.treesearch |
Modifier and Type | Method and Description |
---|---|
GeneralConstraintGroupManager |
GeneralConstraintGroupManager.Store.getConstraintGroupManager(ConstraintModel.GroupManager grouping) |
GeneralConstraintGroupManager |
GeneralConstraintGroupManager.Store.getConstraintGroupManager(java.lang.String[] leafLabelSet,
ConstraintModel constraints) |
GeneralConstraintGroupManager[] |
GeneralConstraintGroupManager.Store.getConstraintGroupManagers() |
Modifier and Type | Method and 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 node
|
Constructor and 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 tree
|
PivotNode(Node subTree,
GeneralConstructionTool tool,
GeneralConstraintGroupManager groupManager,
GeneralConstraintGroupManager.Store store)
The root constructor, only used when the whole tree is constrained
|