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 Details

    • 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.
    • applications

      public List<String> applications
      Specify the applications to be used for this object. If none are specified, none are used
  • Constructor Details

    • CTrafficLight

      public CTrafficLight()