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