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