|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
interface DeltaService
Method Summary | |
---|---|
java.util.Map
|
computeDelta(SystemModel expectedModel)
Computes the delta between the expected model and the current one (which will be computed) In this version the delta is a set |
java.lang.String
|
computeDeltaAsJSON(java.lang.Object params)
true/false )
|
java.util.Map
|
computeGroupByDelta(SystemModel expectedSystem, java.util.Map groupByDefinition, java.util.Map groupBySelection)
This method used to be in |
java.util.Map
|
computeRawDelta(SystemModel expectedModel)
Computes the raw delta between the expected model and the current one (which will be computed) |
Method Detail |
---|
java.util.Map computeDelta(SystemModel expectedModel)
accuracy
and delta
.
java.lang.String computeDeltaAsJSON(java.lang.Object params)
null
means compute it)true/false
)true/false
)true/false
)
java.util.Map computeGroupByDelta(SystemModel expectedSystem, java.util.Map groupByDefinition, java.util.Map groupBySelection)
DashboardController
and as been moved here to
be able to share/test more easily
groupByDefinition
- TODO MED YP (in the meantime look at consoleConfig.defaults.dashboard)groupBySelection
- TODO MED YP (params from the request)
java.util.Map computeRawDelta(SystemModel expectedModel)
[accuracy: accuracy, delta: SystemModelDelta]
Groovy Documentation