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 classActuatorSignalActuator 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_usageMap<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. actuatorsMap of actuatorsMethods in core that return AbstractActuator Modifier and Type Method Description AbstractActuatorScenario. 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 voidLink. register_actuator(Set<Long> commids, AbstractActuator act, boolean override)voidNode. register_actuator(Set<Long> commids, AbstractActuator act, boolean override)
-