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