createResult abstract method

IndicatorResult createResult(
  1. int index,
  2. double value
)

Creates IndicatorResult entry from given index and value.

User of this package has the option to implement this interface and IndicatorResult in its own way and get a list of results in any IndicatorResult implementation needed.

Implementation

IndicatorResult createResult(int index, double value);