Package | Description |
---|---|
org.opentrafficsim.sim0mq.kpi |
Sim0MQ KPI classes containing data for the bus.
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,NodeData> |
Sim0MQSampler.nodes
the nodes.
|
Modifier and Type | Method and Description |
---|---|
NodeData |
RouteData.getEndNode() |
NodeData |
LinkData.getEndNode() |
NodeData |
RouteData.getStartNode() |
NodeData |
LinkData.getStartNode() |
Constructor and Description |
---|
LinkData(String linkName,
NodeData startNode,
NodeData endNode,
Length length) |
RouteData(String routeName,
NodeData startNode,
NodeData endNode) |
Copyright © 2014–2019 Delft University of Technology. All rights reserved.