public class TrajectoryLineCache
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
endId |
JSOPnTransition |
endNode |
double |
endTimeOff |
int |
startId |
JSOPnTransition |
startNode |
double |
startTimeOff |
TrajectoryVertexCache |
tvc |
Constructor and Description |
---|
TrajectoryLineCache() |
Modifier and Type | Method and Description |
---|---|
int |
getEndVertHash() |
int |
getStartVertHash() |
public TrajectoryVertexCache tvc
public int startId
public int endId
public double startTimeOff
public double endTimeOff
public JSOPnTransition startNode
public JSOPnTransition endNode