Interface IDtoUnschedulableJobDisqualification
- All Superinterfaces:
IDtoAbstractJobDisqualification
- All Known Implementing Classes:
DtoUnschedulableJobDisqualification
(has to be decided in engine) This Disqualification triggers as a fail safe if a job cannot be scheduled due to some other reason (possibly due to not enough tools or workers being available because of infinitely long constraints)
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionString[]The ids of the disqualified jobs.getType()Type discriminatorvoidsetProductionJobs(String[] productionJobs) The ids of the disqualified jobs.
-
Field Details
-
_DISCRIMINATOR_TYPE_NAME
- See Also:
-
-
Method Details
-
getType
String getType()Type discriminator- Specified by:
getTypein interfaceIDtoAbstractJobDisqualification
-
getProductionJobs
String[] getProductionJobs()The ids of the disqualified jobs. There will be no result allocation(s) for these.- Specified by:
getProductionJobsin interfaceIDtoAbstractJobDisqualification
-
setProductionJobs
The ids of the disqualified jobs. There will be no result allocation(s) for these.- Specified by:
setProductionJobsin interfaceIDtoAbstractJobDisqualification
-