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 TypeMethodDescriptionvoidAdds 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 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 Memoryless Series class, which manages integer type data sources.static classMinFunction operating on integer source values.static classAn implementation of the Memoryless Series class, which manages integer type data sources.static classAn implementation of the Memoryless Series class, which manages integer type data sources.static classSumFunction operating on integer source values.Fields in microsim.statistics.functions declared as IntSourceModifier and TypeFieldDescriptionprotected IntSourceMovingAverageTraceFunction.intSourceprotected IntSourceMaxTraceFunction.Integer.targetprotected IntSourceMinTraceFunction.Integer.targetprotected IntSourceMultiTraceFunction.Integer.targetConstructors in microsim.statistics.functions with parameters of type IntSourceModifierConstructorDescriptionCreates a basic statistic probe on aIntSourceobject.Creates a basic statistic probe on aDoubleSourceobject.Creates a basic statistic probe on aDoubleSourceobject.MovingAverageTraceFunction(@NonNull IntSource source, @NonNull Enum<?> valueID, int windowSize) Create a basic statistic probe on aIntSourceobject. -
Uses of IntSource in microsim.statistics.reflectors
Classes in microsim.statistics.reflectors that implement IntSourceModifier and TypeClassDescriptionclassEmploys Java reflection to call objects' methods which return integer values.