Interface IDtoJobGraph
- All Known Implementing Classes:
DtoJobGraph
public interface IDtoJobGraph
Related jobs for one or more products.
-
Method Summary
Modifier and TypeMethodDescriptionThe dependencies among these jobs (productionJobs and/or fixedJobs) to be observed.getJobs()Fixed jobs (already scheduled) and production jobs that should be scheduled as far as possibleThe jobSequences inside these jobs to be observed.voidsetDependencies(IDtoJobDependency[] dependencies) The dependencies among these jobs (productionJobs and/or fixedJobs) to be observed.voidsetJobs(IDtoAbstractJob[] jobs) Fixed jobs (already scheduled) and production jobs that should be scheduled as far as possiblevoidsetSequences(IDtoJobSequence[] sequences) The jobSequences inside these jobs to be observed.
-
Method Details
-
getJobs
IDtoAbstractJob[] getJobs()Fixed jobs (already scheduled) and production jobs that should be scheduled as far as possible -
setJobs
Fixed jobs (already scheduled) and production jobs that should be scheduled as far as possible -
getDependencies
IDtoJobDependency[] getDependencies()The dependencies among these jobs (productionJobs and/or fixedJobs) to be observed. -
setDependencies
The dependencies among these jobs (productionJobs and/or fixedJobs) to be observed. -
getSequences
IDtoJobSequence[] getSequences()The jobSequences inside these jobs to be observed. -
setSequences
The jobSequences inside these jobs to be observed.
-