public class FunctionResults extends Object
| Constructor and Description |
|---|
FunctionResults() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(List<String> aResults)
add a list of results calculated for all resp. record nodes
|
void |
add(String aResult)
add a single result calculated for a record node
|
void |
addAll(Collection<? extends String> aCollection)
add a collection containing the results for each record
|
String |
get(int aIndex)
get the first single result from the result list at the given index
|
String |
get(int aIndex,
int aPosition)
get the single result for the node at the given position from the list at the given index
|
public String get(int aIndex)
aIndex - public String get(int aIndex, int aPosition)
aIndex - aPosition - public void addAll(Collection<? extends String> aCollection)
aCollection - public void add(String aResult)
aResult - Copyright © 2025. All rights reserved.