edu.rit.pj
Class ParallelForLoop

java.lang.Object
  extended by edu.rit.pj.ParallelConstruct
      extended by edu.rit.pj.ParallelForLoop
Direct Known Subclasses:
IntegerForLoop, IntegerStrideForLoop, LongForLoop, LongStrideForLoop

public abstract class ParallelForLoop
extends ParallelConstruct

Class ParallelForLoop is the abstract base class for a parallel for loop that is executed inside a ParallelRegion. There are four variations of a parallel for loop, depending on the loop index data type and on whether the loop stride is implicit or explicit. There is a subclass for each variation; see the subclasses for further information. The subclasses are:


Constructor Summary
ParallelForLoop()
          Construct a new parallel for loop.
 
Method Summary
 
Methods inherited from class edu.rit.pj.ParallelConstruct
getThreadCount, getThreadIndex, isExecutingInParallel, region, team
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParallelForLoop

public ParallelForLoop()
Construct a new parallel for loop.



Copyright © 2005-2012 by Alan Kaminsky. All rights reserved. Send comments to ark­@­cs.rit.edu.