T
- Type of Node/Task IDR
- Type of Node/Task resultpublic final class ExecutionResults<T,R> extends Object
Constructor and Description |
---|
ExecutionResults() |
Modifier and Type | Method and Description |
---|---|
void |
add(ExecutionResult<T,R> result)
adds
result to existing collection of results |
List<ExecutionResult<T,R>> |
getAll() |
ExecutionResult<T,R> |
getFirst() |
boolean |
hasAnyParentResult() |
String |
toString() |
public void add(ExecutionResult<T,R> result)
result
to existing collection of resultsresult
- Result to be added to all resultspublic ExecutionResult<T,R> getFirst()
in the collection
public boolean hasAnyParentResult()
true
If there is any result
false
if no resultpublic List<ExecutionResult<T,R>> getAll()
Copyright © 2016 Dexecutor. All rights reserved.