Class SumoLink

  • All Implemented Interfaces:
    SumoObject

    public class SumoLink
    extends java.lang.Object
    implements SumoObject
    Author:
    Mario Krumnow
    • Constructor Summary

      Constructors 
      Constructor Description
      SumoLink​(java.lang.String notInternal, java.lang.String internal, byte priority, byte isOpen, byte hasFoe, double length, java.lang.String state, java.lang.String direction)  
      SumoLink​(java.lang.String from, java.lang.String to, java.lang.String over)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • from

        public java.lang.String from
      • to

        public java.lang.String to
      • over

        public java.lang.String over
      • notInternalLane

        public java.lang.String notInternalLane
      • internalLane

        public java.lang.String internalLane
      • state

        public java.lang.String state
      • direction

        public java.lang.String direction
      • hasPriority

        public byte hasPriority
      • isOpen

        public byte isOpen
      • hasApproachingFoe

        public byte hasApproachingFoe
      • length

        public double length
    • Constructor Detail

      • SumoLink

        public SumoLink​(java.lang.String from,
                        java.lang.String to,
                        java.lang.String over)
      • SumoLink

        public SumoLink​(java.lang.String notInternal,
                        java.lang.String internal,
                        byte priority,
                        byte isOpen,
                        byte hasFoe,
                        double length,
                        java.lang.String state,
                        java.lang.String direction)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object