Class SumoBestLanes.SumoBestLane

  • Enclosing class:
    SumoBestLanes

    public class SumoBestLanes.SumoBestLane
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SumoBestLane​(java.lang.String laneID, double length, double occupation, int offset, int allowsContinuation, java.util.LinkedList<java.lang.String> ll)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • ll

        public java.util.LinkedList<java.lang.String> ll
      • laneID

        public java.lang.String laneID
      • length

        public double length
      • occupation

        public double occupation
      • offset

        public int offset
      • allowsContinuation

        public int allowsContinuation
    • Constructor Detail

      • SumoBestLane

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