Uses of Class
jaxb.Controller
-
Packages that use Controller Package Description control control.commodity control.rampmetering control.sigint core jaxb plugin -
-
Uses of Controller in control
Constructors in control with parameters of type Controller Constructor Description AbstractController(Scenario scenario, Controller jaxb_controller)
ControllerSchedule(Scenario scenario, Controller jaxb_controller)
-
Uses of Controller in control.commodity
Constructors in control.commodity with parameters of type Controller Constructor Description ControllerFlowToLinks(Scenario scenario, Controller jcon)
ControllerOfframpFlow(Scenario scenario, Controller jcon)
ControllerRestrictLaneGroup(Scenario scenario, Controller jcnt)
ControllerTollLaneGroup(Scenario scenario, Controller jcnt)
-
Uses of Controller in control.rampmetering
Constructors in control.rampmetering with parameters of type Controller Constructor Description AbstractControllerRampMetering(Scenario scenario, Controller jaxb_controller)
ControllerAlinea(Scenario scenario, Controller jaxb_controller)
ControllerFixedRate(Scenario scenario, Controller jaxb_controller)
ControllerProfileRate(Scenario scenario, Controller jaxb_controller)
ControllerRampMeterClosed(Scenario scenario, Controller jaxb_controller)
ControllerRampMeterOpen(Scenario scenario, Controller jaxb_controller)
-
Uses of Controller in control.sigint
Constructors in control.sigint with parameters of type Controller Constructor Description ControllerSignal(Scenario scenario, Controller jaxb_controller)
ControllerSignalPretimed(Scenario scenario, Controller jaxb_controller)
-
Uses of Controller in core
Methods in core with parameters of type Controller Modifier and Type Method Description static AbstractController
ScenarioFactory. create_controller_from_jaxb(Scenario scenario, Controller jaxb_controller)
-
Uses of Controller in jaxb
Methods in jaxb that return Controller Modifier and Type Method Description Controller
ObjectFactory. createController()
Create an instance ofController
Methods in jaxb that return types with arguments of type Controller Modifier and Type Method Description List<Controller>
Controllers. getController()
Gets the value of the controller property. -
Uses of Controller in plugin
Methods in plugin with parameters of type Controller Modifier and Type Method Description static AbstractController
PluginLoader. get_controller_instance(String plugin_name, Scenario scenario, Controller jaxb_controller)
Constructors in plugin with parameters of type Controller Constructor Description PluginController(Scenario scenario, Controller jaxb_controller)
-