Package edu.rit.pj

Class WorkerForLoop

Direct Known Subclasses:
WorkerIntegerForLoop, WorkerIntegerStrideForLoop, WorkerLongForLoop, WorkerLongStrideForLoop

public abstract class WorkerForLoop extends WorkerConstruct
Class WorkerForLoop is the abstract base class for a worker for loop that is executed inside a WorkerRegion. There are four variations of a worker 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:
Version:
17-Nov-2009
Author:
Alan Kaminsky
  • Constructor Details

    • WorkerForLoop

      public WorkerForLoop()
      Construct a new worker for loop.