Interface IDtoInsufficientTransportationJobDisqualification
- All Superinterfaces:
IDtoAbstractJobDisqualification
- All Known Implementing Classes:
DtoInsufficientTransportationJobDisqualification
public interface IDtoInsufficientTransportationJobDisqualification
extends IDtoAbstractJobDisqualification
(has to be decided in engine) This Disqualification triggers if some predecessor's choice of device made it impossible to assign this job to a device that transportation can reach.
-
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
-