Uses of Interface
microsim.statistics.IFloatArraySource
Packages that use IFloatArraySource
-
Uses of IFloatArraySource in microsim.gui.plot
Methods in microsim.gui.plot with parameters of type IFloatArraySourceModifier and TypeMethodDescriptionvoidCollectionBarSimulationPlotter.addCollectionSource(String name, IFloatArraySource source) Deprecated, for removal: This API element is subject to removal in a future version.voidHistogramSimulationPlotter.addCollectionSource(String name, IFloatArraySource source) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of IFloatArraySource in microsim.statistics
Classes in microsim.statistics that implement IFloatArraySourceModifier 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 IFloatArraySource in microsim.statistics.functions
Fields in microsim.statistics.functions declared as IFloatArraySourceModifier and TypeFieldDescriptionprotected IFloatArraySourceAbstractArrayFunction.fltSourceDeprecated, for removal: This API element is subject to removal in a future version.Constructors in microsim.statistics.functions with parameters of type IFloatArraySourceModifierConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Create a function on a float array source.CountArrayFunction(IFloatArraySource source) Deprecated, for removal: This API element is subject to removal in a future version.Create a count function on a float array source.Float(IFloatArraySource source) Create a maximum function on an float array source.Float(IFloatArraySource source) Create a minimum function on a float array source.Float(IFloatArraySource source) Create a sum function on an float array source.MaxArrayFunction(IFloatArraySource source) Deprecated, for removal: This API element is subject to removal in a future version.Create a maximum function on a float array source.MeanArrayFunction(IFloatArraySource source) Deprecated, for removal: This API element is subject to removal in a future version.Create a mean function on a float array source.Deprecated, for removal: This API element is subject to removal in a future version.Create a mean function on a float array source.MinArrayFunction(IFloatArraySource source) Deprecated, for removal: This API element is subject to removal in a future version.Create a minimum function on a float array source.MovingAverageArrayFunction(IFloatArraySource source, int window) Deprecated, for removal: This API element is subject to removal in a future version.Create a count function on a float array source.Deprecated, for removal: This API element is subject to removal in a future version.Create a percentile function on a float array source.SumArrayFunction(IFloatArraySource source) Deprecated, for removal: This API element is subject to removal in a future version.Create a sum function on a float array source.
CollectionBarSimulationPlotter.addSource(java.lang.String,java.util.function.Supplier<? extends java.util.List<? extends java.lang.Number>>)instead.