Uses of Interface
microsim.statistics.IIntSource
-
Packages that use IIntSource Package Description microsim.statistics microsim.statistics.functions microsim.statistics.reflectors -
-
Uses of IIntSource in microsim.statistics
Methods in microsim.statistics with parameters of type IIntSource Modifier and Type Method Description voidTimeSeries. addSeries(java.lang.String name, IIntSource source, java.lang.Enum<?> valueID)Add a new series.Constructors in microsim.statistics with parameters of type IIntSource Constructor Description Integer(IIntSource source)Create a statistic probe on a collection of IIntSource objects.Integer(IIntSource source, java.lang.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 IIntSource Modifier and Type Class Description classCountArrayFunctionThis class computes the number of values in an array taken from a data source.static classMaxArrayFunction.IntegerMaxFunction operating on integer source values.static classMaxTraceFunction.IntegerAn implementation of the MemorylessSeries class, which manages integer type data sources.static classMinArrayFunction.IntegerMinFunction operating on integer source values.static classMinTraceFunction.IntegerAn implementation of the MemorylessSeries class, which manages integer type data sources.static classMultiTraceFunction.IntegerAn implementation of the MemorylessSeries class, which manages integer type data sources.static classSumArrayFunction.IntegerSumFunction operating on integer source values.Constructors in microsim.statistics.functions with parameters of type IIntSource Constructor Description Integer(IIntSource source, java.lang.Enum<?> valueID)Create a basic statistic probe on a IDblSource object.Integer(IIntSource source, java.lang.Enum<?> valueID)Create a basic statistic probe on a IDblSource object.Integer(IIntSource source, java.lang.Enum<?> valueID)Create a basic statistic probe on a IDblSource object.MovingAverageTraceFunction(IIntSource source, java.lang.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 Modifier and Type Class Description classIntegerInvokerNot of interest for users.
-