Uses of Class
actuator.AbstractActuator
-
Packages that use AbstractActuator Package Description actuator control core -
-
Uses of AbstractActuator in actuator
Subclasses of AbstractActuator in actuator Modifier and Type Class Description class
ActuatorSignal
Actuator for signalized intersections. -
Uses of AbstractActuator in control
Fields in control with type parameters of type AbstractActuator Modifier and Type Field Description Map<String,AbstractActuator>
AbstractController. actuator_by_usage
Map<Long,AbstractActuator>
AbstractController. actuators
-
Uses of AbstractActuator in core
Fields in core with type parameters of type AbstractActuator Modifier and Type Field Description Map<Long,AbstractActuator>
Scenario. actuators
Map of actuatorsMethods in core that return AbstractActuator Modifier and Type Method Description AbstractActuator
Scenario. get_actuator(long id)
Get actuator by idMethods in core that return types with arguments of type AbstractActuator Modifier and Type Method Description Map<Long,AbstractActuator>
Scenario. get_actuators()
Get map of actuatorsMethods in core with parameters of type AbstractActuator Modifier and Type Method Description void
Link. register_actuator(Set<Long> commids, AbstractActuator act, boolean override)
void
Node. register_actuator(Set<Long> commids, AbstractActuator act, boolean override)
-