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
| Methods inherited from interface org.quartz.Job |
execute |
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)