Uses of Class
compbio.engine.Job

Packages that use Job
compbio.engine   
 

Uses of Job in compbio.engine
 

Methods in compbio.engine that return Job
static Job Job.getByJobId(String jobId, List<Job> jobs)
           
static Job Job.getByTaskId(String taskId, List<Job> jobs)
           
 

Method parameters in compbio.engine with type arguments of type Job
static Job Job.getByJobId(String jobId, List<Job> jobs)
           
static Job Job.getByTaskId(String taskId, List<Job> jobs)