This closes #785
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/007c4341 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/007c4341 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-server/diff/007c4341 Branch: refs/heads/master Commit: 007c4341fc9d786cb5266bfa4e921050659f3d25 Parents: 092edf1 c15a64b Author: Duncan Godwin <[email protected]> Authored: Thu Aug 3 13:41:16 2017 +0100 Committer: Duncan Godwin <[email protected]> Committed: Thu Aug 3 13:41:16 2017 +0100 ---------------------------------------------------------------------- .../camp/brooklyn/AggregatorYamlTest.java | 54 +++++ .../brooklyn/enricher/stock/Aggregator.java | 29 ++- .../brooklyn/enricher/stock/Enrichers.java | 36 +++- .../enricher/stock/MathAggregatorFunctions.java | 203 +++++++++++++++++++ .../stock/MathAggregatorFunctionsTest.java | 118 +++++++++++ 5 files changed, 425 insertions(+), 15 deletions(-) ----------------------------------------------------------------------
