Uses of Class
org.opentrafficsim.animation.graphs.FdDataSource
Packages that use FdDataSource
Package
Description
Various graphs that function on generic meta-data (like which path) and data structures.
-
Uses of FdDataSource in org.opentrafficsim.animation.graphs
Methods in org.opentrafficsim.animation.graphs that return FdDataSourceModifier and TypeMethodDescriptionstatic FdDataSourceFdDataSource.combinedSource(Map<String, FdDataSource> sources) Combines multiple sources in to one source.static <L extends LaneData<L>>
FdDataSourceFdDataSource.sourceFromSampler(Sampler<?, L> sampler, PlotScheduler plotScheduler, GraphCrossSection<L> crossSection, boolean aggregateLanes, org.djunits.value.vdouble.scalar.Duration aggregationTime, boolean harmonic) Creates aFdDataSourcefrom a sampler and positions.static <L extends LaneData<L>>
FdDataSourceFdDataSource.sourceFromSampler(Sampler<?, L> sampler, PlotScheduler plotScheduler, GraphPath<L> path, boolean aggregateLanes, org.djunits.value.vdouble.scalar.Duration aggregationTime) Creates aFdDataSourcefrom a sampler and positions.Method parameters in org.opentrafficsim.animation.graphs with type arguments of type FdDataSourceModifier and TypeMethodDescriptionstatic FdDataSourceFdDataSource.combinedSource(Map<String, FdDataSource> sources) Combines multiple sources in to one source.Constructors in org.opentrafficsim.animation.graphs with parameters of type FdDataSourceModifierConstructorDescriptionFundamentalDiagram(String caption, FundamentalDiagram.Quantity domainQuantity, FundamentalDiagram.Quantity rangeQuantity, FdDataSource source, FundamentalDiagram.FdLine fdLine) Constructor.