Uses of Interface
microsim.statistics.IDoubleArraySource
Packages that use IDoubleArraySource
-
Uses of IDoubleArraySource in microsim.gui.plot
Methods in microsim.gui.plot with parameters of type IDoubleArraySourceModifier and TypeMethodDescriptionvoidCollectionBarSimulationPlotter.addCollectionSource(String name, IDoubleArraySource source) Deprecated, for removal: This API element is subject to removal in a future version.voidHistogramSimulationPlotter.addCollectionSource(String name, IDoubleArraySource source) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of IDoubleArraySource in microsim.statistics
Classes in microsim.statistics that implement IDoubleArraySourceModifier and TypeClassDescriptionstatic classDeprecated, for removal: This API element is subject to removal in a future version.static classDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of IDoubleArraySource in microsim.statistics.functions
Fields in microsim.statistics.functions declared as IDoubleArraySourceModifier and TypeFieldDescriptionprotected IDoubleArraySourceAbstractArrayFunction.dblSourceDeprecated, for removal: This API element is subject to removal in a future version.Constructors in microsim.statistics.functions with parameters of type IDoubleArraySourceModifierConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Create a function on a double array source.CountArrayFunction(IDoubleArraySource source) Deprecated, for removal: This API element is subject to removal in a future version.Create a count function on a double array source.Double(IDoubleArraySource source) Create a maximum function on a double array source.Double(IDoubleArraySource source) Create a minimum function on a double array source.Double(IDoubleArraySource source) Create a sum function on a double array source.MaxArrayFunction(IDoubleArraySource source) Deprecated, for removal: This API element is subject to removal in a future version.Create a maximum function on a double array source.MeanArrayFunction(IDoubleArraySource source) Deprecated, for removal: This API element is subject to removal in a future version.Create a mean function on a double array source.Deprecated, for removal: This API element is subject to removal in a future version.Create a mean function on a double array source.MinArrayFunction(IDoubleArraySource source) Deprecated, for removal: This API element is subject to removal in a future version.Create a minimum function on a double array source.MovingAverageArrayFunction(IDoubleArraySource source, int window) Deprecated, for removal: This API element is subject to removal in a future version.Create a count function on a double array source.Deprecated, for removal: This API element is subject to removal in a future version.Create a percentile function on a double array source.SumArrayFunction(IDoubleArraySource source) Deprecated, for removal: This API element is subject to removal in a future version.Create a sum function on a double array source.
CollectionBarSimulationPlotter.addSource(java.lang.String,java.util.function.Supplier<? extends java.util.List<? extends java.lang.Number>>)instead.