Uses of Class
org.almendra.janet.ade.observer.simulation.ObserverAnchorSimulation

Packages that use ObserverAnchorSimulation
org.almendra.janet.ade.observer.simulation.gui   
org.almendra.janet.ade.observer.simulation.interpreters   
 

Uses of ObserverAnchorSimulation in org.almendra.janet.ade.observer.simulation.gui
 

Fields in org.almendra.janet.ade.observer.simulation.gui declared as ObserverAnchorSimulation
protected  ObserverAnchorSimulation OpenObserverSimulationHandler.anchor
           
protected  ObserverAnchorSimulation ObserverSimulationViewController.anchor
           
 

Methods in org.almendra.janet.ade.observer.simulation.gui that return ObserverAnchorSimulation
 ObserverAnchorSimulation ObserverSimulationViewController.getAnchor()
           
 

Methods in org.almendra.janet.ade.observer.simulation.gui with parameters of type ObserverAnchorSimulation
 void ObserverSimulationViewController.setAnchor(ObserverAnchorSimulation anchor)
           
 

Constructors in org.almendra.janet.ade.observer.simulation.gui with parameters of type ObserverAnchorSimulation
OpenObserverSimulationHandler(ObserverAnchorSimulation anchor, Node node)
          Creates a new OpenObserverSimulationHandler object.
 

Uses of ObserverAnchorSimulation in org.almendra.janet.ade.observer.simulation.interpreters
 

Methods in org.almendra.janet.ade.observer.simulation.interpreters that return ObserverAnchorSimulation
protected  ObserverAnchorSimulation StartInterpreter.getSimulatorAnchor(CommandAccessor cmdAccessor)