public interface Algorithm
this is the base interface for all report algorithm
Modifier and Type | Field and Description |
---|---|
static Map<AlgoIOKeys,Object> |
EMPTY_READ_ONLY_PARAMS_MAP |
Modifier and Type | Method and Description |
---|---|
Map<AlgoIOKeys,Object> |
execute(Map<AlgoIOKeys,Object> input)
executes the algorithm based on the input and returns the output
|
static final Map<AlgoIOKeys,Object> EMPTY_READ_ONLY_PARAMS_MAP
Map<AlgoIOKeys,Object> execute(Map<AlgoIOKeys,Object> input)
input
- the input parameter mapCopyright © 2006–2015. All rights reserved.