Uses of Interface
org.opentrafficsim.draw.graphs.FundamentalDiagram.FdSource
Packages that use FundamentalDiagram.FdSource
Package
Description
Various graphs that function on generic meta-data (like which path) and data structures.
-
Uses of FundamentalDiagram.FdSource in org.opentrafficsim.draw.graphs
Classes in org.opentrafficsim.draw.graphs that implement FundamentalDiagram.FdSourceModifier and TypeClassDescription(package private) static class
Abstract implementation to link to fundamental diagrams.Methods in org.opentrafficsim.draw.graphs that return FundamentalDiagram.FdSourceModifier and TypeMethodDescriptionstatic FundamentalDiagram.FdSource
FundamentalDiagram.combinedSource
(Map<String, FundamentalDiagram.FdSource> sources) Combines multiple sources in to one source.FundamentalDiagram.getSource()
Get the data source.static <L extends LaneData<L>>
FundamentalDiagram.FdSourceFundamentalDiagram.sourceFromSampler
(Sampler<?, L> sampler, GraphCrossSection<L> crossSection, boolean aggregateLanes, org.djunits.value.vdouble.scalar.Duration aggregationTime, boolean harmonic) Creates aSource
from a sampler and positions.static <L extends LaneData<L>>
FundamentalDiagram.FdSourceFundamentalDiagram.sourceFromSampler
(Sampler<?, L> sampler, GraphPath<L> path, boolean aggregateLanes, org.djunits.value.vdouble.scalar.Duration aggregationTime) Creates aSource
from a sampler and positions.Methods in org.opentrafficsim.draw.graphs with parameters of type FundamentalDiagram.FdSourceModifier and TypeMethodDescriptionabstract 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.FdSourceModifier and TypeMethodDescriptionstatic 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.FdSourceModifierConstructorDescriptionFundamentalDiagram
(String caption, FundamentalDiagram.Quantity domainQuantity, FundamentalDiagram.Quantity rangeQuantity, PlotScheduler scheduler, FundamentalDiagram.FdSource source, FundamentalDiagram.FdLine fdLine) Constructor.