Uses of Interface
microsim.statistics.LongSource
Packages that use LongSource
Package
Description
-
Uses of LongSource in microsim.statistics
Fields in microsim.statistics declared as LongSourceMethods in microsim.statistics with parameters of type LongSourceModifier and TypeMethodDescriptionvoid
TimeSeries.addSeries
(@NonNull LongSource source, @NonNull Enum<?> valueID) Adds a new series to the existing one.Constructors in microsim.statistics with parameters of type LongSourceModifierConstructorDescriptionLong
(@NonNull LongSource source) Creates a statistic probe on a collection ofLongSource
objects.Long
(@NonNull LongSource source, @NonNull Enum<?> valueID) Creates a statistic probe on a collection ofLongSource
objects. -
Uses of LongSource in microsim.statistics.functions
Classes in microsim.statistics.functions that implement LongSourceModifier and TypeClassDescriptionstatic class
MaxFunction operating on long source values.static class
An implementation of the Memoryless Series class, which manages long type data sources.static class
MinFunction operating on long source values.static class
An implementation of the Memoryless Series class, which manages long type data sources.static class
An implementation of the Memoryless Series class, which manages long type data sources.static class
SumFunction operating on long source values.Fields in microsim.statistics.functions declared as LongSourceModifier and TypeFieldDescriptionprotected LongSource
MovingAverageTraceFunction.lngSource
protected LongSource
MaxTraceFunction.Long.target
protected LongSource
MinTraceFunction.Long.target
protected LongSource
MultiTraceFunction.Long.target
Constructors in microsim.statistics.functions with parameters of type LongSourceModifierConstructorDescriptionLong
(@NonNull LongSource source, @NonNull Enum<?> valueID) Creates a basic statistic probe on aLongSource
object.Long
(@NonNull LongSource source, @NonNull Enum<?> valueID) Creates a basic statistic probe on aDoubleSource
object.Long
(@NonNull LongSource source, @NonNull Enum<?> valueID) Creates a basic statistic probe on aDoubleSource
object.MovingAverageTraceFunction
(@NonNull LongSource source, @NonNull Enum<?> valueID, int windowSize) Creates a basic statistic probe on aLongSource
object. -
Uses of LongSource in microsim.statistics.reflectors
Classes in microsim.statistics.reflectors that implement LongSourceModifier and TypeClassDescriptionclass
Employs Java reflection to call objects' methods which return long values.