Uses of Class
org.opentrafficsim.kpi.sampling.Sampler
-
Packages that use Sampler Package Description org.opentrafficsim.kpi.sampling Classes for sampling simulation data. -
-
Uses of Sampler in org.opentrafficsim.kpi.sampling
Methods in org.opentrafficsim.kpi.sampling that return Sampler Modifier and Type Method Description Sampler<G,L>Query. getSampler()Returns the sampler.Constructors in org.opentrafficsim.kpi.sampling with parameters of type Sampler Constructor Description Query(Sampler<G,L> sampler, String id, String description, FilterDataSet filterDataSet)Constructor.Query(Sampler<G,L> sampler, String id, String description, FilterDataSet filterDataSet, Duration interval)Constructor with time interval.Query(Sampler<G,L> sampler, String id, String description, FilterDataSet filterDataSet, Frequency updateFrequency)Constructor with update frequency.Query(Sampler<G,L> sampler, String id, String description, FilterDataSet filterDataSet, Frequency updateFrequency, Duration interval)Constructor with time interval and update frequency.Query(Sampler<G,L> sampler, String description, FilterDataSet filterDataSet)Constructor without id.Query(Sampler<G,L> sampler, String description, FilterDataSet filterDataSet, Duration interval)Constructor without id, with time interval.Query(Sampler<G,L> sampler, String description, FilterDataSet filterDataSet, Frequency updateFrequency)Constructor without id, with time update frequency.Query(Sampler<G,L> sampler, String description, FilterDataSet filterDataSet, Frequency updateFrequency, Duration interval)Constructor without id, with time interval and update frequency.
-