private final class OneOfCP.CP extends Object implements ChoicePoint
| Modifier and Type | Class and Description |
|---|---|
private class |
OneOfCP.CP.BranchIterator |
| Modifier | Constructor and Description |
|---|---|
private |
CP() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<CPBranch> |
getBranches(RuleApp oldApp)
Obtain the branches that can be taken at this point.
|
public Iterator<CPBranch> getBranches(RuleApp oldApp)
ChoicePointgetBranches in interface ChoicePointoldApp - the current rule application, which can already have been
modified by earlier ChoicePointsChoicePoint