Unfolding of an SFG
Description of issue:
An SFG should return an unfolded version of itself by calling sfg.unfold(). A parameter to the function should be number of unfolds.
An algorithm describing this can be found in lecture of 5 of TSTE87: https://www.isy.liu.se/en/edu/kurs/TSTE87/forelasning/TSTE87Lecture5.pdf
Linked Requirements:( 33 )
Potential Issues: Blockers:( )
Issue Requirements:- Has to work exactly as described in the material of TSTE87.
- Unfolding an SFG should not affect the object it is called on as SFG's should be immutable.
Abandoned 2020-05-13
Edited by Arvid Westerlund