public class CheckConstant extends CheckOperation
| Constructor and Description |
|---|
CheckConstant(int position,
java.lang.Object value) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
check(MatchingFrame frame)
Executes the checking operation
|
java.util.List<java.lang.Integer> |
getVariablePositions() |
java.lang.String |
toString() |
execute, onBacktrack, onInitializeprotected boolean check(MatchingFrame frame) throws LocalSearchException
CheckOperationcheck in class CheckOperationLocalSearchExceptionpublic java.util.List<java.lang.Integer> getVariablePositions()
public java.lang.String toString()
toString in class java.lang.Object