edu.cmu.cs.crystal.internal
Interface ICrystalJob


public interface ICrystalJob

A Crystal job is an abstraction of an analysis or analyses that we want to run on a file or many files. This interface was created in anticipation of our need to have testing jobs, regular crystal analysis jobs, and maybe even other kinds of jobs.

Author:
Nels E. Beckman

Method Summary
 List<ISingleCrystalJob> analysisJobs()
           
 void runJobs()
           
 

Method Detail

runJobs

void runJobs()
             throws CancellationException
Throws:
CancellationException

analysisJobs

List<ISingleCrystalJob> analysisJobs()