Uses of Class
com.amalgamasimulation.utils.HistogramDataAggregator.HistogramDataGroup
Packages that use HistogramDataAggregator.HistogramDataGroup
Package
Description
-
Uses of HistogramDataAggregator.HistogramDataGroup in com.amalgamasimulation.desktop.html
Methods in com.amalgamasimulation.desktop.html with type parameters of type HistogramDataAggregator.HistogramDataGroupModifier and TypeMethodDescriptionstatic <T extends HistogramDataAggregator<C,?>.HistogramDataGroup, C>
HTMLHistogramChartHTML.histogramChart(HistogramVisualSet<T, C> visualSet) Creates an HTML histogram chart with optional CDF visualization. -
Uses of HistogramDataAggregator.HistogramDataGroup in com.amalgamasimulation.utils
Fields in com.amalgamasimulation.utils declared as HistogramDataAggregator.HistogramDataGroupModifier and TypeFieldDescriptionprotected HistogramDataAggregator<C,O>.HistogramDataGroup HistogramDataAggregator.biggestGroupBucket / group with the biggest sum of valuesFields in com.amalgamasimulation.utils with type parameters of type HistogramDataAggregator.HistogramDataGroupModifier and TypeFieldDescriptionprotected List<HistogramDataAggregator<C, O>.HistogramDataGroup> HistogramDataAggregator.dataGroupsList of buckets (i.e.Methods in com.amalgamasimulation.utils that return HistogramDataAggregator.HistogramDataGroupModifier and TypeMethodDescriptionHistogramDataAggregator.getBiggestGroup()Returns the bucket with the largest sum of values.HistogramDataAggregator.getDataGroup(double argument) Returns the bucket containing the specified argument, ornullif there is no bucket containing the argument.Methods in com.amalgamasimulation.utils that return types with arguments of type HistogramDataAggregator.HistogramDataGroupModifier and TypeMethodDescriptionHistogramDataAggregator.getDataGroups()Returns an unmodifiable list of buckets currently existing inside this aggregator.Methods in com.amalgamasimulation.utils with parameters of type HistogramDataAggregator.HistogramDataGroupModifier and TypeMethodDescriptionprotected voidHistogramDataAggregator.addDataGroup(int injectionIndex, HistogramDataAggregator<C, O>.HistogramDataGroup histogramDataGroup, boolean handleCallbacks) protected voidHistogramDataAggregator.addDataGroup(HistogramDataAggregator<C, O>.HistogramDataGroup histogramDataGroup, boolean handleCallbacks) voidHistogramDataAggregator.onDataGroupAdd(HistogramDataAggregator<C, O>.HistogramDataGroup histogramDataGroup, boolean addToListEnd) -
Uses of HistogramDataAggregator.HistogramDataGroup in com.amalgamasimulation.visualsets
Classes in com.amalgamasimulation.visualsets with type parameters of type HistogramDataAggregator.HistogramDataGroupModifier and TypeClassDescriptionclassHistogramVisualSet<T extends HistogramDataAggregator<C,?>.HistogramDataGroup, C> Visual set for drawing bars.Methods in com.amalgamasimulation.visualsets with type parameters of type HistogramDataAggregator.HistogramDataGroupModifier and TypeMethodDescriptionstatic <O,T extends HistogramDataAggregator<C, O>.HistogramDataGroup, C>
HistogramVisualSet<T, C> VisualSets.histogram(String name, HistogramDataAggregator<C, O> aggregator) static <O,T extends HistogramDataAggregator<C, O>.HistogramDataGroup, C>
HistogramVisualSet<T, C> VisualSets.histogram(String name, HistogramDataAggregator<C, O> aggregator, boolean cleanEmptyGroups) static <O,T extends HistogramDataAggregator<C, O>.HistogramDataGroup, C>
HistogramVisualSet<T, C> VisualSets.histogram(String name, HistogramDataAggregator<C, O> aggregator, HistogramVisualSet.ExtractValuePolicy extractValuePolicy) static <O,T extends HistogramDataAggregator<C, O>.HistogramDataGroup, C>
HistogramVisualSet<T, C> VisualSets.histogram(String name, HistogramDataAggregator<C, O> aggregator, HistogramVisualSet.ExtractValuePolicy extractValuePolicy, boolean cleanEmptyGroups) static <T extends HistogramDataAggregator<String,T>.HistogramDataGroup>
HistogramVisualSet<T, String> VisualSets.histogram(String name, org.apache.commons.math3.distribution.RealDistribution realDistribution, int barsCount) Methods in com.amalgamasimulation.visualsets that return HistogramDataAggregator.HistogramDataGroupModifier and TypeMethodDescriptionHistogramVisualSet.getBiggestGroup()Returns theHistogramDataAggregator.HistogramDataGroupi.e.