JOBSCHEDULE Sample Clauses

JOBSCHEDULE. The JobSchedule class models the assignment of a job to a worker and the planning of its execution. For this reason, it includes information about when the job has to performed, who has to perform it, where it has to done and some priority concepts. Description String expectedStart Timestamp Planned starting time of the job expectedDue Timestamp Planned ending time of the job Priority Int Priority for the job, 0 is the job with highest priority Tags List<String> A list of string, called tags which are used to better define the job Table 38 Description of the attributes of the JobSchedule class Job Aggregation 1 to 1..* TaskSchedule Composition 1 to 1..* Worker Aggregation (End) 0..* to 1 ReportedIssue Aggregation (End) 0..* to 1 Error Aggregation (End) 0..* to 1 Workstation Composition 1 to 1 Resource Composition 0..* to 0..* Token Association 1 to 1 Table 39 Description of the classes related to the JobSchedule class