Uses of Interface
microsim.statistics.IFloatSource
Packages that use IFloatSource
Package
Description
-
Uses of IFloatSource in microsim.gui.plot
Methods in microsim.gui.plot with parameters of type IFloatSourceModifier and TypeMethodDescriptionvoidScatterplotSimulationPlotter.addSeries(String legend, IFloatSource plottableObject_X, Enum<?> variableID_X, IFloatSource plottableObject_Y, Enum<?> variableID_Y) Deprecated, for removal: This API element is subject to removal in a future version.voidScatterplotSimulationPlotter.addSeries(String legend, IFloatSource plottableObject_X, IFloatSource plottableObject_Y) Deprecated, for removal: This API element is subject to removal in a future version.voidScatterplotSimulationPlotterRefreshable.addSeries(String legend, IFloatSource plottableObject_X, Enum<?> variableID_X, IFloatSource plottableObject_Y, Enum<?> variableID_Y) Deprecated, for removal: This API element is subject to removal in a future version.voidScatterplotSimulationPlotterRefreshable.addSeries(String legend, IFloatSource plottableObject_X, IFloatSource plottableObject_Y) Deprecated, for removal: This API element is subject to removal in a future version.voidTimeSeriesSimulationPlotter.addSeries(String legend, IFloatSource plottableObject) Deprecated, for removal: This API element is subject to removal in a future version.voidTimeSeriesSimulationPlotter.addSeries(String legend, IFloatSource plottableObject, Enum<?> variableID) Deprecated, for removal: This API element is subject to removal in a future version.voidIndividualBarSimulationPlotter.addSources(String legend, IFloatSource plottableObject, Color color) Deprecated, for removal: This API element is subject to removal in a future version.voidIndividualBarSimulationPlotter.addSources(String legend, IFloatSource plottableObject, Enum<?> variableID, Color color) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of IFloatSource in microsim.statistics
Fields in microsim.statistics declared as IFloatSourceMethods in microsim.statistics with parameters of type IFloatSourceModifier and TypeMethodDescriptionvoidTimeSeries.addSeries(String name, IFloatSource source, Enum<?> valueID) Deprecated, for removal: This API element is subject to removal in a future version.Add a new series.Constructors in microsim.statistics with parameters of type IFloatSourceModifierConstructorDescriptionFloat(IFloatSource source) Create a statistic probe on a collection of IFloatSource objects.Float(IFloatSource source, Enum<?> valueID) Create a statistic probe on a collection of IFloatSource objects. -
Uses of IFloatSource in microsim.statistics.functions
Classes in microsim.statistics.functions that implement IFloatSourceModifier and TypeClassDescriptionstatic classDeprecated, for removal: This API element is subject to removal in a future version.MaxFunction operating on float source values.static classDeprecated, for removal: This API element is subject to removal in a future version.An implementation of the MemorylessSeries class, which manages float type data sources.static classDeprecated, for removal: This API element is subject to removal in a future version.MinFunction operating on float source values.static classDeprecated, for removal: This API element is subject to removal in a future version.An implementation of the MemorylessSeries class, which manages float type data sources.static classDeprecated, for removal: This API element is subject to removal in a future version.An implementation of the MemorylessSeries class, which manages float type data sources.static classDeprecated, for removal: This API element is subject to removal in a future version.SumFunction operating on float source values.Fields in microsim.statistics.functions declared as IFloatSourceModifier and TypeFieldDescriptionprotected IFloatSourceMovingAverageTraceFunction.fltSourceDeprecated, for removal: This API element is subject to removal in a future version.protected IFloatSourceMaxTraceFunction.Float.targetprotected IFloatSourceMinTraceFunction.Float.targetprotected IFloatSourceMultiTraceFunction.Float.targetConstructors in microsim.statistics.functions with parameters of type IFloatSourceModifierConstructorDescriptionFloat(IFloatSource source, Enum<?> valueID) Create a basic statistic probe on a IDblSource object.Float(IFloatSource source, Enum<?> valueID) Create a basic statistic probe on a IDblSource object.Float(IFloatSource source, Enum<?> valueID) Create a basic statistic probe on a IDblSource object.MovingAverageTraceFunction(IFloatSource source, Enum<?> valueID, int windowSize) Deprecated, for removal: This API element is subject to removal in a future version.Create a basic statistic probe on a IFloatSource object. -
Uses of IFloatSource in microsim.statistics.reflectors
Classes in microsim.statistics.reflectors that implement IFloatSource
ScatterplotSimulationPlotter.addSource(java.lang.String,java.util.function.Supplier<? extends java.lang.Number>,java.util.function.Supplier<? extends java.lang.Number>)instead.