Uses of Interface
microsim.statistics.IntSource
Package
Description
-
Uses of IntSource in microsim.statistics
Modifier and TypeMethodDescriptionvoid
Adds a new series to the existing one. -
Uses of IntSource in microsim.statistics.functions
Modifier 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.Modifier and TypeFieldDescriptionprotected IntSource
MovingAverageTraceFunction.intSource
protected IntSource
MaxTraceFunction.Integer.target
protected IntSource
MinTraceFunction.Integer.target
protected IntSource
MultiTraceFunction.Integer.target
ModifierConstructorDescriptionCreates 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
Modifier and TypeClassDescriptionclass
Employs Java reflection to call objects' methods which return integer values.