com.groiss.wf
Interface ParForIterator


public interface ParForIterator

Iterator interface for parallel for.


Method Summary
 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.
 

Method Detail

init

void init(ActivityInstance ai)
Init the iterator with the activity instance of the PARFOR step.


hasNext

boolean hasNext()
Returns true if additional branches should be made.


next

void next(ActivityInstance ai)
This method is called with each branch. The argument is the activity instance that will be the parent of the activity instances in the branch.



@enterprise 8.0.22989 Copyright © 2001-2017 Groiss Informatics GmbH. All Rights Reserved.