Package control.rampmetering
Class ControllerAlinea
- java.lang.Object
-
- control.AbstractController
-
- control.rampmetering.AbstractControllerRampMetering
-
- control.rampmetering.ControllerAlinea
-
- All Implemented Interfaces:
InterfaceEventWriter
,InterfaceScenarioElement
,Pokable
public class ControllerAlinea extends AbstractControllerRampMetering
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
ControllerAlinea.AlineaParams
-
Nested classes/interfaces inherited from class control.rampmetering.AbstractControllerRampMetering
AbstractControllerRampMetering.MeterParams
-
Nested classes/interfaces inherited from class control.AbstractController
AbstractController.Algorithm
-
-
Field Summary
Fields Modifier and Type Field Description Map<Long,ControllerAlinea.AlineaParams>
params
-
Fields inherited from class control.AbstractController
actuator_by_usage, actuators, command, dt, end_time, event_output, id, scenario, sensor_by_usage, sensors, start_time, type
-
-
Constructor Summary
Constructors Constructor Description ControllerAlinea(Scenario scenario, Controller jaxb_controller)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
configure()
-
Methods inherited from class control.rampmetering.AbstractControllerRampMetering
get_actuator_class, update_command, validate_pre_init
-
Methods inherited from class control.AbstractController
get_command_for_actuator_id, get_command_for_actuator_usage, getId, getSEType, initialize, is_inbuilt, poke, set_event_output, to_jaxb, validate_post_init
-
-
-
-
Field Detail
-
params
public Map<Long,ControllerAlinea.AlineaParams> params
-
-
Constructor Detail
-
ControllerAlinea
public ControllerAlinea(Scenario scenario, Controller jaxb_controller) throws OTMException
- Throws:
OTMException
-
-
Method Detail
-
configure
public void configure() throws OTMException
- Overrides:
configure
in classAbstractControllerRampMetering
- Throws:
OTMException
-
-