Uses of Interface
org.opentrafficsim.draw.graphs.FundamentalDiagram.FdSource
-
Packages that use FundamentalDiagram.FdSource Package Description org.opentrafficsim.draw.graphs Various graphs that function on generic meta-data (like which path) and data structures. -
-
Uses of FundamentalDiagram.FdSource in org.opentrafficsim.draw.graphs
Methods in org.opentrafficsim.draw.graphs that return FundamentalDiagram.FdSource Modifier and Type Method Description static FundamentalDiagram.FdSource
FundamentalDiagram. combinedSource(Map<String,FundamentalDiagram.FdSource> sources)
Combines multiple sources in to one source.FundamentalDiagram.FdSource
FundamentalDiagram. getSource()
Get the data source.static FundamentalDiagram.FdSource
FundamentalDiagram. sourceFromSampler(Sampler<?> sampler, GraphCrossSection<KpiLaneDirection> crossSection, boolean aggregateLanes, Duration aggregationTime, boolean harmonic)
Creates aSource
from a sampler and positions.static FundamentalDiagram.FdSource
FundamentalDiagram. sourceFromSampler(Sampler<?> sampler, GraphPath<KpiLaneDirection> path, boolean aggregateLanes, Duration aggregationTime)
Creates aSource
from a sampler and positions.Methods in org.opentrafficsim.draw.graphs with parameters of type FundamentalDiagram.FdSource Modifier and Type Method Description abstract double
FundamentalDiagram.Quantity. getValue(FundamentalDiagram.FdSource src, int series, int item)
Get scaled value in presentation unit.Method parameters in org.opentrafficsim.draw.graphs with type arguments of type FundamentalDiagram.FdSource Modifier and Type Method Description static FundamentalDiagram.FdSource
FundamentalDiagram. combinedSource(Map<String,FundamentalDiagram.FdSource> sources)
Combines multiple sources in to one source.Constructors in org.opentrafficsim.draw.graphs with parameters of type FundamentalDiagram.FdSource Constructor Description FundamentalDiagram(String caption, FundamentalDiagram.Quantity domainQuantity, FundamentalDiagram.Quantity rangeQuantity, OTSSimulatorInterface simulator, FundamentalDiagram.FdSource source, FundamentalDiagram.FdLine fdLine)
Constructor.
-