Package control.rampmetering
Class ControllerProfileRate
- java.lang.Object
-
- control.AbstractController
-
- control.rampmetering.AbstractControllerRampMetering
-
- control.rampmetering.ControllerProfileRate
-
- All Implemented Interfaces:
InterfaceEventWriter
,InterfaceScenarioElement
,Pokable
public class ControllerProfileRate extends AbstractControllerRampMetering
-
-
Nested Class Summary
-
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,Profile1D>
actuator_rate_vph
-
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 ControllerProfileRate(Scenario scenario, Controller jaxb_controller)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
update_command(Dispatcher dispatcher)
-
Methods inherited from class control.rampmetering.AbstractControllerRampMetering
configure, get_actuator_class, 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
-
-
-
-
Constructor Detail
-
ControllerProfileRate
public ControllerProfileRate(Scenario scenario, Controller jaxb_controller) throws OTMException
- Throws:
OTMException
-
-
Method Detail
-
update_command
public void update_command(Dispatcher dispatcher) throws OTMException
- Overrides:
update_command
in classAbstractControllerRampMetering
- Throws:
OTMException
-
-