Uses of Class
org.shiwa.fgi.iwir.LoopCounter

Packages that use LoopCounter
org.shiwa.fgi.iwir Provides simple java classes to generate an IWIR workflow. 
 

Uses of LoopCounter in org.shiwa.fgi.iwir
 

Methods in org.shiwa.fgi.iwir that return LoopCounter
 LoopCounter ForTask.getLoopCounter()
          Gets the loop counter of the task.
 LoopCounter ParallelForTask.getLoopCounter()
          Gets the loop counter of the task.
 

Methods in org.shiwa.fgi.iwir with parameters of type LoopCounter
 void ForTask.setLoopCounter(LoopCounter loopCounter)
          Sets the new loop counter for the task.
 void ParallelForTask.setLoopCounter(LoopCounter loopCounter)
          Sets the loop counter of the task.