org.griphyn.cPlanner.namespace.aggregator |
|
Java Source File Name | Type | Comment |
Abstract.java | Class | An abstract implementation of the Profile Aggregators. |
Aggregator.java | Interface | An internal interface, that allows us to perform aggregation functions
on profiles during merging of profiles. |
MAX.java | Class | An implementation of the Aggregator interface that takes the maximum of the
profile values. |
MIN.java | Class | An implementation of the Aggregator interface that takes the minimum of the
profile values. |
Sum.java | Class | An implementation of the Aggregator interface that sums the profile values. |
Update.java | Class | An implementation of the Aggregator interface that always takes the
new profile value. |