public interface AlgorithmInitStep<U>
Definition interface for an algorithm init step
| Modifier and Type | Method and Description |
|---|---|
StepResult<U> |
init(StepInput input)
this method is called only once for a report
and represents the construction step where you can define the keys and
values used inside the execute method.
|
StepResult<U> init(StepInput input)
algoInput - the input parametersCopyright © 2006–2015. All rights reserved.