|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IObserver | |
---|---|
choco | |
choco.cp.solver.propagation | |
choco.visu | |
choco.visu.searchloop |
Uses of IObserver in choco |
---|
Methods in choco with parameters of type IObserver | |
---|---|
void |
IObservable.addObserver(IObserver o)
Adds an observer to the set of observers for this object, provided that it is not the same as some observer already in the set. |
Uses of IObserver in choco.cp.solver.propagation |
---|
Methods in choco.cp.solver.propagation with parameters of type IObserver | |
---|---|
void |
ObservableVarEventQueue.addObserver(IObserver o)
Adds an observer to the set of observers for this object, provided that it is not the same as some observer already in the set. |
Uses of IObserver in choco.visu |
---|
Classes in choco.visu that implement IObserver | |
---|---|
class |
Tracer
|
Uses of IObserver in choco.visu.searchloop |
---|
Methods in choco.visu.searchloop with parameters of type IObserver | |
---|---|
void |
ObservableStepSearchLoop.addObserver(IObserver o)
Adds an observer to the set of observers for this object, provided that it is not the same as some observer already in the set. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |