Package | Description |
---|---|
org.opentrafficsim.draw.graphs |
Various graphs that function on generic meta-data (like which path) and data structures.
|
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. |
static FundamentalDiagram.FdSource |
FundamentalDiagram.sourceFromSampler(Sampler<?> sampler,
GraphPath<KpiLaneDirection> path,
boolean aggregateLanes,
Duration aggregationTime)
Creates a
Source from a sampler and positions. |
Modifier and Type | Method and Description |
---|---|
abstract double |
FundamentalDiagram.Quantity.getValue(FundamentalDiagram.FdSource src,
int series,
int item)
Get scaled value in presentation unit.
|
Constructor and Description |
---|
FundamentalDiagram(String caption,
FundamentalDiagram.Quantity domainQuantity,
FundamentalDiagram.Quantity rangeQuantity,
OTSSimulatorInterface simulator,
FundamentalDiagram.FdSource source)
Constructor.
|
Copyright © 2014–2019 Delft University of Technology. All rights reserved.