org.aspsimon.termcomp.local.interfaces
Interface CompetitionJob

All Superinterfaces:
org.quartz.Job, java.rmi.Remote
All Known Implementing Classes:
CompetitionJobExecutor, ComplexityJobExecutor, OutermostJobExecutor, TestJobExecutor

public interface CompetitionJob
extends java.rmi.Remote, org.quartz.Job


Method Summary
 java.util.List<TPInterface> getTerminationProblems()
           
 java.util.List<ToolImplementation> getToolImplementations()
           
 void setTerminationProblems(java.util.List<TPInterface> termProbs)
           
 void setToolImplementations(java.util.List<ToolImplementation> tools)
           
 
Methods inherited from interface org.quartz.Job
execute
 

Method Detail

getTerminationProblems

java.util.List<TPInterface> getTerminationProblems()

getToolImplementations

java.util.List<ToolImplementation> getToolImplementations()

setTerminationProblems

void setTerminationProblems(java.util.List<TPInterface> termProbs)

setToolImplementations

void setToolImplementations(java.util.List<ToolImplementation> tools)