Uses of Interface
microsim.statistics.ILongSource
Packages that use ILongSource
Package
Description
-
Uses of ILongSource in microsim.statistics
Fields in microsim.statistics declared as ILongSourceMethods in microsim.statistics with parameters of type ILongSourceModifier and TypeMethodDescriptionvoidTimeSeries.addSeries(String name, ILongSource source, Enum<?> valueID) Add a new series.Constructors in microsim.statistics with parameters of type ILongSourceModifierConstructorDescriptionLong(ILongSource source) Create a statistic probe on a collection of ILongSource objects.Long(ILongSource source, Enum<?> valueID) Create a statistic probe on a collection of ILongSource objects. -
Uses of ILongSource in microsim.statistics.functions
Classes in microsim.statistics.functions that implement ILongSourceModifier and TypeClassDescriptionstatic classMaxFunction operating on long source values.static classAn implementation of the MemorylessSeries class, which manages long type data sources.static classMinFunction operating on long source values.static classAn implementation of the MemorylessSeries class, which manages long type data sources.static classAn implementation of the MemorylessSeries class, which manages long type data sources.static classSumFunction operating on long source values.Fields in microsim.statistics.functions declared as ILongSourceModifier and TypeFieldDescriptionprotected ILongSourceMovingAverageTraceFunction.lngSourceprotected ILongSourceMaxTraceFunction.Long.targetprotected ILongSourceMinTraceFunction.Long.targetprotected ILongSourceMultiTraceFunction.Long.targetConstructors in microsim.statistics.functions with parameters of type ILongSourceModifierConstructorDescriptionLong(ILongSource source, Enum<?> valueID) Create a basic statistic probe on a IDblSource object.Long(ILongSource source, Enum<?> valueID) Create a basic statistic probe on a IDblSource object.Long(ILongSource source, Enum<?> valueID) Create a basic statistic probe on a IDblSource object.MovingAverageTraceFunction(ILongSource source, Enum<?> valueID, int windowSize) Create a basic statistic probe on a ILongSource object. -
Uses of ILongSource in microsim.statistics.reflectors
Classes in microsim.statistics.reflectors that implement ILongSource