Uses of Class
models.vehicle.spatialq.Queue.Type
-
Packages that use Queue.Type Package Description models.vehicle.spatialq -
-
Uses of Queue.Type in models.vehicle.spatialq
Fields in models.vehicle.spatialq declared as Queue.Type Modifier and Type Field Description Queue.Type
Queue. type
Methods in models.vehicle.spatialq that return Queue.Type Modifier and Type Method Description static Queue.Type
Queue.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static Queue.Type[]
Queue.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in models.vehicle.spatialq with parameters of type Queue.Type Constructor Description Queue(MesoLaneGroup lanegroup, Queue.Type type)
-