Automatic Splitting of Operations in SFG
Description of issue:
An operation that only consists of basic operations #9 (closed) should be able to be split up and a new SFG with these new operations should be returned. This function should be made available for usage by the user. This function should also be able to split all operations in a SFG where the type of the operations are the same.
Linked Requirements:( 24, 25 )
Potential Issues:None
Blockers:( #6 (closed) )
Issue Requirements:- Given a valid SFG and an operation that only consists of basic operations, then the resulting SFG should be the same SFG but with a new set of basic operations.
- Given a valid SFG with operations of the same type, then the split function should split all those operations of same type defined by the user.
This issue might be resolved by #6 (closed), if implemented correctly.
Edited by Jacob Wahlman