Package de.tudresden.sumo.objects
Class SumoBestLanes.SumoBestLane
java.lang.Object
de.tudresden.sumo.objects.SumoBestLanes.SumoBestLane
- Enclosing class:
SumoBestLanes
-
Field Summary
Modifier and TypeFieldDescriptionint
double
double
int
-
Constructor Summary
ConstructorDescriptionSumoBestLane
(String laneID, double length, double occupation, int offset, int allowsContinuation, LinkedList<String> ll) -
Method Summary
-
Field Details
-
ll
-
laneID
-
length
public double length -
occupation
public double occupation -
offset
public int offset -
allowsContinuation
public int allowsContinuation
-
-
Constructor Details
-
SumoBestLane
public SumoBestLane(String laneID, double length, double occupation, int offset, int allowsContinuation, LinkedList<String> ll)
-