Uses of Interface
microsim.statistics.IIntSource
Packages that use IIntSource
Package
Description
-
Uses of IIntSource in microsim.gui.plot
Methods in microsim.gui.plot with parameters of type IIntSourceModifier and TypeMethodDescriptionvoidScatterplotSimulationPlotter.addSeries(String legend, IIntSource plottableObject_X, Enum<?> variableID_X, IIntSource plottableObject_Y, Enum<?> variableID_Y) Deprecated, for removal: This API element is subject to removal in a future version.voidScatterplotSimulationPlotter.addSeries(String legend, IIntSource plottableObject_X, IIntSource plottableObject_Y) Deprecated, for removal: This API element is subject to removal in a future version.voidScatterplotSimulationPlotterRefreshable.addSeries(String legend, IIntSource plottableObject_X, Enum<?> variableID_X, IIntSource plottableObject_Y, Enum<?> variableID_Y) Deprecated, for removal: This API element is subject to removal in a future version.voidScatterplotSimulationPlotterRefreshable.addSeries(String legend, IIntSource plottableObject_X, IIntSource plottableObject_Y) Deprecated, for removal: This API element is subject to removal in a future version.voidTimeSeriesSimulationPlotter.addSeries(String legend, IIntSource plottableObject) Deprecated, for removal: This API element is subject to removal in a future version.voidTimeSeriesSimulationPlotter.addSeries(String legend, IIntSource plottableObject, Enum<?> variableID) Deprecated, for removal: This API element is subject to removal in a future version.voidIndividualBarSimulationPlotter.addSources(String legend, IIntSource plottableObject, Color color) Deprecated, for removal: This API element is subject to removal in a future version.voidIndividualBarSimulationPlotter.addSources(String legend, IIntSource plottableObject, Enum<?> variableID, Color color) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of IIntSource in microsim.statistics
Fields in microsim.statistics declared as IIntSourceMethods in microsim.statistics with parameters of type IIntSourceModifier and TypeMethodDescriptionvoidTimeSeries.addSeries(String name, IIntSource 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 IIntSourceModifierConstructorDescriptionInteger(IIntSource source) Create a statistic probe on a collection of IIntSource objects.Integer(IIntSource source, Enum<?> valueID) Create a statistic probe on a collection of IIntSource objects. -
Uses of IIntSource in microsim.statistics.functions
Classes in microsim.statistics.functions that implement IIntSourceModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.useStats.count()static classDeprecated, for removal: This API element is subject to removal in a future version.MaxFunction operating on integer 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 integer type data sources.static classDeprecated, for removal: This API element is subject to removal in a future version.MinFunction operating on integer 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 integer 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 integer type data sources.static classDeprecated, for removal: This API element is subject to removal in a future version.SumFunction operating on integer source values.Fields in microsim.statistics.functions declared as IIntSourceModifier and TypeFieldDescriptionprotected IIntSourceMovingAverageTraceFunction.intSourceDeprecated, for removal: This API element is subject to removal in a future version.protected IIntSourceMaxTraceFunction.Integer.targetprotected IIntSourceMinTraceFunction.Integer.targetprotected IIntSourceMultiTraceFunction.Integer.targetConstructors in microsim.statistics.functions with parameters of type IIntSourceModifierConstructorDescriptionInteger(IIntSource source, Enum<?> valueID) Create a basic statistic probe on a IDblSource object.Integer(IIntSource source, Enum<?> valueID) Create a basic statistic probe on a IDblSource object.Integer(IIntSource source, Enum<?> valueID) Create a basic statistic probe on a IDblSource object.MovingAverageTraceFunction(IIntSource 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 IIntSource object. -
Uses of IIntSource in microsim.statistics.reflectors
Classes in microsim.statistics.reflectors that implement IIntSource
ScatterplotSimulationPlotter.addSource(java.lang.String,java.util.function.Supplier<? extends java.lang.Number>,java.util.function.Supplier<? extends java.lang.Number>)instead.