Uses of Interface
choco.IObserver

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.
 



Copyright © 2012. All Rights Reserved.