Uses of Interface
nz.ac.waikato.mcennis.rat.graph.algorithm.reusablecores.aggregator.AggregatorFunction

Packages that use AggregatorFunction
nz.ac.waikato.mcennis.rat.graph.algorithm.reusablecores.aggregator   
 

Uses of AggregatorFunction in nz.ac.waikato.mcennis.rat.graph.algorithm.reusablecores.aggregator
 

Classes in nz.ac.waikato.mcennis.rat.graph.algorithm.reusablecores.aggregator that implement AggregatorFunction
 class ConcatenationAggregator
           
 class FirstItemAggregatorFunction
           
 class MaxAggregator
           
 class MeanAggregator
           
 class MinAggregator
           
 class NullAggregator
           
 class ProductAggregator
           
 class StandardDeviationAggregator
           
 class SumAggregator
           
 

Methods in nz.ac.waikato.mcennis.rat.graph.algorithm.reusablecores.aggregator that return AggregatorFunction
 AggregatorFunction AggregatorFunctionFactory.create(java.util.Properties props)