Uses of Interface
microsim.statistics.ILongSource
Packages that use ILongSource
Package
Description
-
Uses of ILongSource in microsim.gui.plot
Methods in microsim.gui.plot with parameters of type ILongSourceModifier and TypeMethodDescriptionvoidScatterplotSimulationPlotter.addSeries(String legend, IDoubleSource plottableObject_X, Enum<?> variableID_X, ILongSource plottableObject_Y, Enum<?> variableID_Y) Deprecated, for removal: This API element is subject to removal in a future version.voidScatterplotSimulationPlotter.addSeries(String legend, IDoubleSource plottableObject_X, ILongSource plottableObject_Y) Deprecated, for removal: This API element is subject to removal in a future version.voidScatterplotSimulationPlotter.addSeries(String legend, ILongSource plottableObject_X, Enum<?> variableID_X, IDoubleSource plottableObject_Y, Enum<?> variableID_Y) Deprecated, for removal: This API element is subject to removal in a future version.voidScatterplotSimulationPlotter.addSeries(String legend, ILongSource plottableObject_X, Enum<?> variableID_X, ILongSource plottableObject_Y, Enum<?> variableID_Y) Deprecated, for removal: This API element is subject to removal in a future version.voidScatterplotSimulationPlotter.addSeries(String legend, ILongSource plottableObject_X, IDoubleSource plottableObject_Y) Deprecated, for removal: This API element is subject to removal in a future version.voidScatterplotSimulationPlotter.addSeries(String legend, ILongSource plottableObject_X, ILongSource plottableObject_Y) Deprecated, for removal: This API element is subject to removal in a future version.voidScatterplotSimulationPlotterRefreshable.addSeries(String legend, IDoubleSource plottableObject_X, Enum<?> variableID_X, ILongSource plottableObject_Y, Enum<?> variableID_Y) Deprecated, for removal: This API element is subject to removal in a future version.voidScatterplotSimulationPlotterRefreshable.addSeries(String legend, IDoubleSource plottableObject_X, ILongSource plottableObject_Y) Deprecated, for removal: This API element is subject to removal in a future version.voidScatterplotSimulationPlotterRefreshable.addSeries(String legend, ILongSource plottableObject_X, Enum<?> variableID_X, IDoubleSource plottableObject_Y, Enum<?> variableID_Y) Deprecated, for removal: This API element is subject to removal in a future version.voidScatterplotSimulationPlotterRefreshable.addSeries(String legend, ILongSource plottableObject_X, Enum<?> variableID_X, ILongSource plottableObject_Y, Enum<?> variableID_Y) Deprecated, for removal: This API element is subject to removal in a future version.voidScatterplotSimulationPlotterRefreshable.addSeries(String legend, ILongSource plottableObject_X, IDoubleSource plottableObject_Y) Deprecated, for removal: This API element is subject to removal in a future version.voidScatterplotSimulationPlotterRefreshable.addSeries(String legend, ILongSource plottableObject_X, ILongSource plottableObject_Y) Deprecated, for removal: This API element is subject to removal in a future version.voidTimeSeriesSimulationPlotter.addSeries(String legend, ILongSource plottableObject) Deprecated, for removal: This API element is subject to removal in a future version.voidTimeSeriesSimulationPlotter.addSeries(String legend, ILongSource plottableObject, Enum<?> variableID) Deprecated, for removal: This API element is subject to removal in a future version.voidIndividualBarSimulationPlotter.addSources(String legend, ILongSource plottableObject, Color color) Deprecated, for removal: This API element is subject to removal in a future version.voidIndividualBarSimulationPlotter.addSources(String legend, ILongSource plottableObject, Enum<?> variableID, Color color) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ILongSource in microsim.statistics
Fields in microsim.statistics declared as ILongSourceMethods in microsim.statistics with parameters of type ILongSourceModifier and TypeMethodDescriptionvoidTimeSeries.addSeries(String name, ILongSource 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 ILongSourceModifierConstructorDescriptionLong(ILongSource source) Create a statistic probe on a collection of ILongSource objects.Long(ILongSource source, Enum<?> valueID) Create a statistic probe on a collection of ILongSource objects. -
Uses of ILongSource in microsim.statistics.functions
Classes in microsim.statistics.functions that implement ILongSourceModifier and TypeClassDescriptionstatic classDeprecated, for removal: This API element is subject to removal in a future version.MaxFunction operating on long 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 long type data sources.static classDeprecated, for removal: This API element is subject to removal in a future version.MinFunction operating on long 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 long 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 long type data sources.static classDeprecated, for removal: This API element is subject to removal in a future version.SumFunction operating on long source values.Fields in microsim.statistics.functions declared as ILongSourceModifier and TypeFieldDescriptionprotected ILongSourceMovingAverageTraceFunction.lngSourceDeprecated, for removal: This API element is subject to removal in a future version.protected ILongSourceMaxTraceFunction.Long.targetprotected ILongSourceMinTraceFunction.Long.targetprotected ILongSourceMultiTraceFunction.Long.targetConstructors in microsim.statistics.functions with parameters of type ILongSourceModifierConstructorDescriptionLong(ILongSource source, Enum<?> valueID) Create a basic statistic probe on a IDblSource object.Long(ILongSource source, Enum<?> valueID) Create a basic statistic probe on a IDblSource object.Long(ILongSource source, Enum<?> valueID) Create a basic statistic probe on a IDblSource object.MovingAverageTraceFunction(ILongSource 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 ILongSource object. -
Uses of ILongSource in microsim.statistics.reflectors
Classes in microsim.statistics.reflectors that implement ILongSource
ScatterplotSimulationPlotter.addSource(java.lang.String,java.util.function.Supplier<? extends java.lang.Number>,java.util.function.Supplier<? extends java.lang.Number>)instead.