public interface VarHandler
| Modifier and Type | Method and Description |
|---|---|
int |
getPruningEvent(Var variable)
Retrieves the consistency pruning event of a handler variable that causes
the handler to be reevaluated.
|
List<IntVar> |
listVariables() |
void |
processEvent(IntVar variable,
MutableNetwork network)
Informs the handler that one of its variable has changed and asks the
handler to update the state of the network accordingly.
|
int getPruningEvent(Var variable)
variable - a handler variablevoid processEvent(IntVar variable, MutableNetwork network)
variable - the variable that changednetwork - the networkCopyright © 2016. All rights reserved.