Uses of Interface
microsim.statistics.IFloatSource
Packages that use IFloatSource
Package
Description
-
Uses of IFloatSource in microsim.statistics
Fields in microsim.statistics declared as IFloatSourceMethods in microsim.statistics with parameters of type IFloatSourceModifier and TypeMethodDescriptionvoidTimeSeries.addSeries(String name, IFloatSource source, Enum<?> valueID) Add a new series.Constructors in microsim.statistics with parameters of type IFloatSourceModifierConstructorDescriptionFloat(IFloatSource source) Create a statistic probe on a collection of IFloatSource objects.Float(IFloatSource source, Enum<?> valueID) Create a statistic probe on a collection of IFloatSource objects. -
Uses of IFloatSource in microsim.statistics.functions
Classes in microsim.statistics.functions that implement IFloatSourceModifier and TypeClassDescriptionstatic classMaxFunction operating on float source values.static classAn implementation of the MemorylessSeries class, which manages float type data sources.static classMinFunction operating on float source values.static classAn implementation of the MemorylessSeries class, which manages float type data sources.static classAn implementation of the MemorylessSeries class, which manages float type data sources.static classSumFunction operating on float source values.Fields in microsim.statistics.functions declared as IFloatSourceModifier and TypeFieldDescriptionprotected IFloatSourceMovingAverageTraceFunction.fltSourceprotected IFloatSourceMaxTraceFunction.Float.targetprotected IFloatSourceMinTraceFunction.Float.targetprotected IFloatSourceMultiTraceFunction.Float.targetConstructors in microsim.statistics.functions with parameters of type IFloatSourceModifierConstructorDescriptionFloat(IFloatSource source, Enum<?> valueID) Create a basic statistic probe on a IDblSource object.Float(IFloatSource source, Enum<?> valueID) Create a basic statistic probe on a IDblSource object.Float(IFloatSource source, Enum<?> valueID) Create a basic statistic probe on a IDblSource object.MovingAverageTraceFunction(IFloatSource source, Enum<?> valueID, int windowSize) Create a basic statistic probe on a IFloatSource object. -
Uses of IFloatSource in microsim.statistics.reflectors
Classes in microsim.statistics.reflectors that implement IFloatSource