| Package | Description |
|---|---|
| edu.isi.pegasus.planner.namespace.aggregator |
| Modifier and Type | Class and 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 |
Update
An implementation of the Aggregator interface that always takes the
new profile value.
|