edu.rice.cs.cunit.instrumentors
Class CompoundYieldStrategy

java.lang.Object
  extended by edu.rice.cs.cunit.instrumentors.util.CompoundStrategy
      extended by edu.rice.cs.cunit.instrumentors.CompoundYieldStrategy
All Implemented Interfaces:
IInstrumentationStrategy, IScannerStrategy

public class CompoundYieldStrategy
extends CompoundStrategy

Compound instrumentor for executing programs with inserted random yields.

Author:
Mathias Ricken

Nested Class Summary
 
Nested classes/interfaces inherited from interface edu.rice.cs.cunit.instrumentors.util.IScannerStrategy
IScannerStrategy.IScanResult
 
Constructor Summary
CompoundYieldStrategy(java.util.List<java.lang.String> parameters)
          Create a new compound instrumentor for instrumenting regular classes.
 
Method Summary
 
Methods inherited from class edu.rice.cs.cunit.instrumentors.util.CompoundStrategy
done, getCombined, getScanResults, instrument
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompoundYieldStrategy

public CompoundYieldStrategy(java.util.List<java.lang.String> parameters)
Create a new compound instrumentor for instrumenting regular classes.

Parameters:
parameters - parameters for the instrumentors