Uses of Class
edu.isi.pegasus.planner.namespace.aggregator.Abstract
-
Packages that use Abstract Package Description edu.isi.pegasus.planner.namespace.aggregator -
-
Uses of Abstract in edu.isi.pegasus.planner.namespace.aggregator
Subclasses of Abstract in edu.isi.pegasus.planner.namespace.aggregator Modifier and Type Class Description class
MAX
An implementation of the Aggregator interface that takes the maximum of the profile values.class
MIN
An implementation of the Aggregator interface that takes the minimum of the profile values.class
Sum
An implementation of the Aggregator interface that sums the profile values.class
UniqueMerge
Merges profile as a delimiter separated list.class
Update
An implementation of the Aggregator interface that always takes the new profile value.
-