public class IndicatorResult
extends java.lang.Object
Constructor and Description |
---|
IndicatorResult()
Creates empty object.
|
IndicatorResult(int firstValueIndex,
int numberOfElements)
Creates result object and sets fields
|
IndicatorResult(int firstValueIndex,
int numberOfElements,
int lastValueIndex)
Creates result object and sets fields
|
Modifier and Type | Method and Description |
---|---|
int |
getFirstValueIndex()
Returns index of the first element in input parameter(s), that has corresponding calculated value
|
int |
getLastValueIndex()
Returns index of the last element in input parameter(s), that has corresponding calculated value
|
int |
getNumberOfElements()
Returns number of elements in output array
|
void |
setFirstValueIndex(int firstValueIndex)
Sets index of the first element in input parameter(s), that has corresponding calculated value
|
void |
setLastValueIndex(int lastValueIndex)
Sets index of the last element in input parameter(s), that has corresponding calculated value
|
void |
setNumberOfElements(int numberOfElements)
Sets number of elements in output array
|
public IndicatorResult()
public IndicatorResult(int firstValueIndex, int numberOfElements)
firstValueIndex
- index of the first element in input parameter(s), that has corresponding calculated valuenumberOfElements
- number of elements in outputpublic IndicatorResult(int firstValueIndex, int numberOfElements, int lastValueIndex)
firstValueIndex
- index of the first element in input parameter(s), that has corresponding calculated valuenumberOfElements
- number of elements in outputlastValueIndex
- index of the last element in input parameter(s), that has corresponding calculated valuepublic int getFirstValueIndex()
public void setFirstValueIndex(int firstValueIndex)
firstValueIndex
- index of the first element in input parameter(s)public int getLastValueIndex()
public void setLastValueIndex(int lastValueIndex)
lastValueIndex
- index of the last element in input parameter(s)public int getNumberOfElements()
public void setNumberOfElements(int numberOfElements)
numberOfElements
- number of elements in output arrayCopyright © 2024. All rights reserved.