Class SumoLink

java.lang.Object
de.tudresden.sumo.objects.SumoLink
All Implemented Interfaces:
SumoObject
Direct Known Subclasses:
SumoLink

public class SumoLink extends Object implements SumoObject
Author:
Mario Krumnow
  • Field Details

    • from

      public String from
    • to

      public String to
    • over

      public String over
    • notInternalLane

      public String notInternalLane
    • internalLane

      public String internalLane
    • state

      public String state
    • direction

      public String direction
    • hasPriority

      public byte hasPriority
    • isOpen

      public byte isOpen
    • hasApproachingFoe

      public byte hasApproachingFoe
    • length

      public double length
  • Constructor Details

    • SumoLink

      public SumoLink(String from, String to, String over)
    • SumoLink

      public SumoLink(String notInternal, String internal, byte priority, byte isOpen, byte hasFoe, double length, String state, String direction)
  • Method Details