Uses of Interface
microsim.statistics.weighted.IWeightedLongArraySource
Packages that use IWeightedLongArraySource
Package
Description
-
Uses of IWeightedLongArraySource in microsim.gui.plot
Methods in microsim.gui.plot with parameters of type IWeightedLongArraySourceModifier and TypeMethodDescriptionvoidWeighted_HistogramSimulationPlotter.addCollectionSource(String name, IWeightedLongArraySource source) Deprecated, for removal: This API element is subject to removal in a future version.voidWeighted_PyramidPlotter.addCollectionSource(IWeightedLongArraySource[] source) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of IWeightedLongArraySource in microsim.statistics.weighted
Classes in microsim.statistics.weighted that implement IWeightedLongArraySourceModifier and TypeClassDescriptionstatic classDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of IWeightedLongArraySource in microsim.statistics.weighted.functions
Fields in microsim.statistics.weighted.functions declared as IWeightedLongArraySourceModifier and TypeFieldDescriptionprotected IWeightedLongArraySourceAbstractWeightedArrayFunction.lngSourceDeprecated, for removal: This API element is subject to removal in a future version.Constructors in microsim.statistics.weighted.functions with parameters of type IWeightedLongArraySourceModifierConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Create a function on a long array source.Long(IWeightedLongArraySource source) Create a sum function on a weighted 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.Deprecated, for removal: This API element is subject to removal in a future version.Create a sum function on a long array weighted-source.
Weighted_HistogramSimulationPlotter.addSource(java.lang.String,java.util.function.Supplier<? extends microsim.dev.statistics.WeightedValues<? extends java.lang.Number>>)instead.