public class SumoLink extends Object implements SumoObject
Modifier and Type | Field and Description |
---|---|
String |
direction |
String |
from |
byte |
hasApproachingFoe |
byte |
hasPriority |
String |
internalLane |
byte |
isOpen |
double |
length |
String |
notInternalLane |
String |
over |
String |
state |
String |
to |
Constructor and Description |
---|
SumoLink(String notInternal,
String internal,
byte priority,
byte isOpen,
byte hasFoe,
double length,
String state,
String direction) |
SumoLink(String from,
String to,
String over) |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
public String from
public String to
public String over
public String notInternalLane
public String internalLane
public String state
public String direction
public byte hasPriority
public byte isOpen
public byte hasApproachingFoe
public double length