automaticdai / research-dag-scheduling-analysis

Experiments and evaluation for the paper "DAG Scheduling and Analysis on Multiprocessor Systems: Exploitation of Parallelism and Dependency", RTSS 2020. (artifacts evaluation passed)
MIT License
17 stars 6 forks source link

Job class and Task class should be more explicit #7

Closed automaticdai closed 4 years ago

automaticdai commented 4 years ago

A job has no repeating nature, but a task should have a period. Also a DAG task should be a child class of task.

automaticdai commented 4 years ago

Solved.