Uses of Interface
microsim.statistics.IntSource
Packages that use IntSource
Package
Description
-
Uses of IntSource in microsim.statistics
Fields in microsim.statistics declared as IntSourceMethods in microsim.statistics with parameters of type IntSourceModifier and TypeMethodDescriptionvoid
Adds a new series to the existing one.Constructors in microsim.statistics with parameters of type IntSource -
Uses of IntSource in microsim.statistics.functions
Classes in microsim.statistics.functions that implement IntSourceModifier and TypeClassDescriptionclass
This class computes the number of values in an array taken from a data source.static class
MaxFunction operating on integer source values.static class
An implementation of the Memoryless Series class, which manages integer type data sources.static class
MinFunction operating on integer source values.static class
An implementation of the Memoryless Series class, which manages integer type data sources.static class
An implementation of the Memoryless Series class, which manages integer type data sources.static class
SumFunction operating on integer source values.Fields in microsim.statistics.functions declared as IntSourceModifier and TypeFieldDescriptionprotected IntSource
MovingAverageTraceFunction.intSource
protected IntSource
MaxTraceFunction.Integer.target
protected IntSource
MinTraceFunction.Integer.target
protected IntSource
MultiTraceFunction.Integer.target
Constructors in microsim.statistics.functions with parameters of type IntSourceModifierConstructorDescriptionCreates a basic statistic probe on aIntSource
object.Creates a basic statistic probe on aDoubleSource
object.Creates a basic statistic probe on aDoubleSource
object.MovingAverageTraceFunction
(@NonNull IntSource source, @NonNull Enum<?> valueID, int windowSize) Create a basic statistic probe on aIntSource
object. -
Uses of IntSource in microsim.statistics.reflectors
Classes in microsim.statistics.reflectors that implement IntSourceModifier and TypeClassDescriptionclass
Employs Java reflection to call objects' methods which return integer values.