public interface ParForIterator
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext()
Returns true if additional branches should be made.
|
void |
init(ActivityInstance ai)
Init the iterator with the activity instance of the PARFOR step.
|
void |
next(ActivityInstance ai)
This method is called with each branch.
|
void init(ActivityInstance ai)
boolean hasNext()
void next(ActivityInstance ai)
@enterprise 10.0.39049 Copyright © 2024 FREQUENTIS AG. All Rights Reserved.