Resolve "Operation Replacement in a SFG"
5 unresolved threads
5 unresolved threads
Compare changes
Conflict: This file was modified in both the source and target branches.
Ask someone with write access to resolve it.
+ 31
− 0
@@ -405,6 +405,37 @@ class SFG(AbstractOperation):
What this method does is replace a set of operations with an entered operation, which is good and probably what Oscar wants to do most of the time. However in the Requirements Specification the requirement is that a set of operations should be able to be replace with another set of operations.
Not sure if this is completely necessary though, but otherwise we have to change the requirements specification. What do you think @ivaha717 ?