com.groiss.wf
Interface ParForIterator


public interface ParForIterator


Method Summary
 boolean hasNext()
           
 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.



Copyright © 2001-2006 Groiss Informatics GmbH. All Rights Reserved.