Package | Description |
---|---|
org.opentrafficsim.draw.graphs |
Various graphs that function on generic meta-data (like which path) and data structures.
|
org.opentrafficsim.draw.graphs.road |
Basic graphs for traffic simulation.
|
Modifier and Type | Method and Description |
---|---|
static FundamentalDiagram.FdSource |
FundamentalDiagram.sourceFromSampler(Sampler<?> sampler,
GraphCrossSection<KpiLaneDirection> crossSection,
boolean aggregateLanes,
Duration aggregationTime,
boolean harmonic)
Creates a
Source from a sampler and positions. |
Constructor and Description |
---|
FundamentalDiagram(String caption,
FundamentalDiagram.Quantity domainQuantity,
FundamentalDiagram.Quantity rangeQuantity,
OTSSimulatorInterface simulator,
Sampler<?> sampler,
GraphCrossSection<KpiLaneDirection> crossSection,
boolean aggregateLanes,
Duration aggregationTime,
boolean harmonic)
Constructor using a sampler as source.
|
Modifier and Type | Method and Description |
---|---|
static GraphCrossSection<KpiLaneDirection> |
GraphLaneUtil.createCrossSection(List<String> names,
DirectedLinkPosition linkPosition)
Creates a cross section at the provided link and position.
|
static GraphCrossSection<KpiLaneDirection> |
GraphLaneUtil.createCrossSection(List<String> names,
List<KpiLaneDirection> lanes,
List<Length> positions,
Speed speed)
Creates a cross section.
|
static GraphCrossSection<KpiLaneDirection> |
GraphLaneUtil.createCrossSection(String name,
DirectedLanePosition lanePosition)
Creates a cross section at the provided lane and position.
|
Copyright © 2014–2019 Delft University of Technology. All rights reserved.