Class CTrafficLight
- java.lang.Object
-
- org.eclipse.mosaic.fed.mapping.config.units.CTrafficLight
-
public class CTrafficLight extends Object
Defining a prototype for a traffic light. Since it is a traffic light only applications can be defined.
-
-
Field Summary
Fields Modifier and Type Field Description List<String>
applications
Specify the applications to be used for this object.String
group
The group name.String
name
The name of the prototype to be matched against this object.String
tlGroupId
The name of the traffic light.Double
weight
The weight is used to distribute traffic lights between multiple default types.
-
Constructor Summary
Constructors Constructor Description CTrafficLight()
-
-
-
Field Detail
-
name
public String name
The name of the prototype to be matched against this object. All properties which are not specified will then be replaced.
-
group
public String group
The group name.
-
tlGroupId
public String tlGroupId
The name of the traffic light.
-
weight
public Double weight
The weight is used to distribute traffic lights between multiple default types. All weights do NOT have to add up to 1 or 100.
-
-