Uses of Interface
com.amalgamasimulation.utils.ITimeStatistics
Packages that use ITimeStatistics
-
Uses of ITimeStatistics in com.amalgamasimulation.utils
Classes in com.amalgamasimulation.utils that implement ITimeStatisticsModifier and TypeClassDescriptionclassclassRepresents a time series data with fixed granularity.classRepresents a time series data with fixed granularity.Methods in com.amalgamasimulation.utils that return ITimeStatisticsModifier and TypeMethodDescriptionAdaptiveTimeStatistics.copy()ITimeStatistics.copy()Returns a copy of thisITimeStatisticsinstance.SparseTimeStatistics.copy()default ITimeStatisticsITimeStatistics.getInterpolatedSum(ITimeStatistics otherTimeStatistics) Returns a new instance ofITimeStatisticswhich is the interpolated sum of this instance and the other specified instance.default ITimeStatisticsITimeStatistics.getSum(ITimeStatistics otherTimeStatistics) Returns a new instance ofITimeStatisticswhich is the sum of this instance and the other specified instance.static ITimeStatisticsITimeStatistics.getSum(List<ITimeStatistics> elements, double granularity) static ITimeStatisticsITimeStatistics.getSum(Stream<ITimeStatistics> elements, double granularity) SparseTimeStatistics.getSum(ITimeStatistics otherTimeStatistics) Methods in com.amalgamasimulation.utils with parameters of type ITimeStatisticsModifier and TypeMethodDescriptiondefault ITimeStatisticsITimeStatistics.getInterpolatedSum(ITimeStatistics otherTimeStatistics) Returns a new instance ofITimeStatisticswhich is the interpolated sum of this instance and the other specified instance.default ITimeStatisticsITimeStatistics.getSum(ITimeStatistics otherTimeStatistics) Returns a new instance ofITimeStatisticswhich is the sum of this instance and the other specified instance.SparseTimeStatistics.getSum(ITimeStatistics otherTimeStatistics) TimeStatistics.getSum(ITimeStatistics otherTimeStatistics) Method parameters in com.amalgamasimulation.utils with type arguments of type ITimeStatisticsModifier and TypeMethodDescriptionstatic ITimeStatisticsITimeStatistics.getSum(List<ITimeStatistics> elements, double granularity) static ITimeStatisticsITimeStatistics.getSum(Stream<ITimeStatistics> elements, double granularity) -
Uses of ITimeStatistics in com.amalgamasimulation.visualsets
Methods in com.amalgamasimulation.visualsets with parameters of type ITimeStatisticsModifier and TypeMethodDescriptionstatic LineVisualSet<Pair<Double, Double>> VisualSets.cumulativeLine(String name, ITimeStatistics timeStatistics) static LineVisualSet<Pair<Double, Double>> VisualSets.line(String name, ITimeStatistics timeStatistics) Creates an instance ofLineVisualSetwith the specified name from the providedITimeStatistics.static LineVisualSet<Pair<Double, Double>> VisualSets.line(String name, ITimeStatistics timeStatistics, boolean interpolateEmptyBuckets) Creates an instance ofLineVisualSetwith the specified name and interpolation rule for empty buckets, from the providedITimeStatistics.static LineBarVisualSet<Pair<Double, Double>> VisualSets.lineBar(String name, ITimeStatistics timeStatistics) Creates an instance ofLineBarVisualSetwith the specified name and linear interpolation from the providedITimeStatistics.