Package control.commodity
Class ControllerRestrictLaneGroup
- java.lang.Object
-
- control.AbstractController
-
- control.commodity.ControllerRestrictLaneGroup
-
- All Implemented Interfaces:
InterfaceEventWriter
,InterfaceScenarioElement
,Pokable
public class ControllerRestrictLaneGroup extends AbstractController
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ControllerRestrictLaneGroup.Restriction
-
Nested classes/interfaces inherited from class control.AbstractController
AbstractController.Algorithm
-
-
Field Summary
Fields Modifier and Type Field Description Set<Long>
banned_comms
Set<Long>
free_comms
-
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 ControllerRestrictLaneGroup(Scenario scenario, Controller jcnt)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class
get_actuator_class()
void
update_command(Dispatcher dispatcher)
-
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, validate_pre_init
-
-
-
-
Constructor Detail
-
ControllerRestrictLaneGroup
public ControllerRestrictLaneGroup(Scenario scenario, Controller jcnt) throws OTMException
- Throws:
OTMException
-
-
Method Detail
-
get_actuator_class
public Class get_actuator_class()
- Specified by:
get_actuator_class
in classAbstractController
-
update_command
public void update_command(Dispatcher dispatcher) throws OTMException
- Specified by:
update_command
in classAbstractController
- Throws:
OTMException
-
-