private final class OneOfCP.CP extends java.lang.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 |
|---|---|
java.util.Iterator<CPBranch> |
getBranches(RuleApp oldApp)
Obtain the branches that can be taken at this point.
|
public java.util.Iterator<CPBranch> getBranches(RuleApp oldApp)
ChoicePointgetBranches in interface ChoicePointoldApp - the current rule application, which can already have been
modified by earlier ChoicePointsChoicePoint