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) Build a series of paired values from two IIntSource objects.voidScatterplotSimulationPlotter.addSeries(String legend, IIntSource plottableObject_X, IIntSource plottableObject_Y) Build a series of paired values from two IIntSource objects, using the default variableId.voidScatterplotSimulationPlotterRefreshable.addSeries(String legend, IIntSource plottableObject_X, Enum<?> variableID_X, IIntSource plottableObject_Y, Enum<?> variableID_Y) Build a series of paired values from two IIntSource objects.voidScatterplotSimulationPlotterRefreshable.addSeries(String legend, IIntSource plottableObject_X, IIntSource plottableObject_Y) Build a series of paired values from two IIntSource objects, using the default variableId.voidTimeSeriesSimulationPlotter.addSeries(String legend, IIntSource plottableObject) Build a series from a IIntSource object, using the default variableId.voidTimeSeriesSimulationPlotter.addSeries(String legend, IIntSource plottableObject, Enum<?> variableID) Build a series from a IIntSource object.voidIndividualBarSimulationPlotter.addSources(String legend, IIntSource plottableObject, Color color) Build a series from a IIntSource object, using the default variableId and specifying the colour.voidIndividualBarSimulationPlotter.addSources(String legend, IIntSource plottableObject, Enum<?> variableID, Color color) Build a series from a IIntSource object and specifying the colour. -
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) 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 TypeClassDescriptionclassThis class computes the number of values in an array taken from a data source.static classMaxFunction operating on integer source values.static classAn implementation of the MemorylessSeries class, which manages integer type data sources.static classMinFunction operating on integer source values.static classAn implementation of the MemorylessSeries class, which manages integer type data sources.static classAn implementation of the MemorylessSeries class, which manages integer type data sources.static classSumFunction operating on integer source values.Fields in microsim.statistics.functions declared as IIntSourceModifier and TypeFieldDescriptionprotected IIntSourceMovingAverageTraceFunction.intSourceprotected 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) Create a basic statistic probe on a IIntSource object. -
Uses of IIntSource in microsim.statistics.reflectors
Classes in microsim.statistics.reflectors that implement IIntSource