Uses of Class
de.tudresden.sumo.objects.SumoVehicleSignalState
-
Packages that use SumoVehicleSignalState Package Description de.tudresden.sumo.objects -
-
Uses of SumoVehicleSignalState in de.tudresden.sumo.objects
Methods in de.tudresden.sumo.objects that return SumoVehicleSignalState Modifier and Type Method Description static SumoVehicleSignalState
SumoVehicleSignalState. valueOf(String name)
Returns the enum constant of this type with the specified name.static SumoVehicleSignalState[]
SumoVehicleSignalState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.tudresden.sumo.objects with parameters of type SumoVehicleSignalState Modifier and Type Method Description boolean
SumoVehicleSignal. getState(SumoVehicleSignalState s)
-