Class SumoBestLanes

  • All Implemented Interfaces:
    SumoObject

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

      Constructors 
      Constructor Description
      SumoBestLanes()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(java.lang.String laneID, double length, double occupation, int offset, int allowsContinuation, java.util.LinkedList<java.lang.String> ll)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • SumoBestLanes

        public SumoBestLanes()
    • Method Detail

      • add

        public void add​(java.lang.String laneID,
                        double length,
                        double occupation,
                        int offset,
                        int allowsContinuation,
                        java.util.LinkedList<java.lang.String> ll)
      • toString

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