Uses of Interface
microsim.statistics.IFloatSource
-
Packages that use IFloatSource Package Description microsim.statistics microsim.statistics.functions microsim.statistics.reflectors -
-
Uses of IFloatSource in microsim.statistics
Methods in microsim.statistics with parameters of type IFloatSource Modifier and Type Method Description voidTimeSeries. addSeries(java.lang.String name, IFloatSource source, java.lang.Enum<?> valueID)Add a new series.Constructors in microsim.statistics with parameters of type IFloatSource Constructor Description Float(IFloatSource source)Create a statistic probe on a collection of IFloatSource objects.Float(IFloatSource source, java.lang.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 IFloatSource Modifier and Type Class Description static classMaxArrayFunction.FloatMaxFunction operating on float source values.static classMaxTraceFunction.FloatAn implementation of the MemorylessSeries class, which manages float type data sources.static classMinArrayFunction.FloatMinFunction operating on float source values.static classMinTraceFunction.FloatAn implementation of the MemorylessSeries class, which manages float type data sources.static classMultiTraceFunction.FloatAn implementation of the MemorylessSeries class, which manages float type data sources.static classSumArrayFunction.FloatSumFunction operating on float source values.Constructors in microsim.statistics.functions with parameters of type IFloatSource Constructor Description Float(IFloatSource source, java.lang.Enum<?> valueID)Create a basic statistic probe on a IDblSource object.Float(IFloatSource source, java.lang.Enum<?> valueID)Create a basic statistic probe on a IDblSource object.Float(IFloatSource source, java.lang.Enum<?> valueID)Create a basic statistic probe on a IDblSource object.MovingAverageTraceFunction(IFloatSource source, java.lang.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 Modifier and Type Class Description classFloatInvokerNot of interest for users.
-