Uses of Interface
microsim.statistics.IIntSource
Packages that use IIntSource
Package
Description
-
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