Uses of Interface
massim.framework.Controller

Packages that use Controller
massim.framework   
massim.server   
 

Uses of Controller in massim.framework
 

Classes in massim.framework that implement Controller
 class DefaultController
          This class provides some reasonable defaults for concurrentGetSimulationConfiguration, by delegating it to its blocking sibling using a new thread.
 

Methods in massim.framework that return Controller
 Controller SimulationRun.getController()
           
 Controller DefaultSimulation.getController()
           
 

Methods in massim.framework with parameters of type Controller
 void SimulationRun.setController(Controller controller)
           
 void DefaultSimulation.setController(Controller controller)
           
 

Uses of Controller in massim.server
 

Classes in massim.server that implement Controller
 class ConfigurationDelivererController
          This is a very stupid implementation of Controller which will instantly deliver a previously defined configuration to the simulation.
 

Methods in massim.server that return Controller
 Controller ControllerFactory.createController(org.w3c.dom.Element config, java.lang.String simulationid)
           
 Controller TrivialControllerFactory.createController(org.w3c.dom.Element config, java.lang.String simulationid)
           
 



Copyright © 2012. All Rights Reserved.