Class CTrafficLight
java.lang.Object
org.eclipse.mosaic.fed.mapping.config.units.CTrafficLight
Defining a prototype for a traffic light. Since it is a traffic light only
applications can be defined.
-
Field Summary
FieldsModifier and TypeFieldDescriptionSpecify the applications to be used for this object.The group name.The name of the prototype to be matched against this object.The name of the traffic light.The weight is used to distribute traffic lights between multiple default types. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
The name of the prototype to be matched against this object. All properties which are not specified will then be replaced. -
group
The group name. -
tlGroupId
The name of the traffic light. -
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. -
applications
Specify the applications to be used for this object. If none are specified, none are used
-
-
Constructor Details
-
CTrafficLight
public CTrafficLight()
-