Generate Schedule
Description of issue:
Given a valid SFG, then a schedule should be generated that describes at what point of time when the operations are executed. Every operation in the schedule should have a start time and loop X amount of times. The program be able to change the end times of the schedule.
Linked Requirements:( 52, 62, 63, 64 )
Potential Issues:None
Blockers:( #24 (closed) )
Issue Requirements:- A schedule of operations should be generated with the timings of operations.
- The schedule should list the operations in the correct order.
- Every operation in the schedule should have a start time.
- Every operation in the schedule should be able to loop X amount of times.
- The program should be able to check so that no end times are overlapping.
None
Edited by Jacob Wahlman