public class SumoBestLanes.SumoBestLane
extends Object
Modifier and Type | Field and Description |
---|---|
int |
allowsContinuation |
String |
laneID |
double |
length |
java.util.LinkedList<String> |
ll |
double |
occupation |
int |
offset |
Constructor and Description |
---|
SumoBestLane(String laneID,
double length,
double occupation,
int offset,
int allowsContinuation,
java.util.LinkedList<String> ll) |