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