Better rendering of precedence graphs with delays
Compare changes
+ 26
− 11
@@ -452,7 +452,7 @@ class SFG(AbstractOperation):
@@ -452,7 +452,7 @@ class SFG(AbstractOperation):
be raised. If no operation with the entered operation_id is found then returns None and does nothing."""
@@ -504,6 +504,9 @@ class SFG(AbstractOperation):
@@ -504,6 +504,9 @@ class SFG(AbstractOperation):
@@ -514,21 +517,33 @@ class SFG(AbstractOperation):
@@ -514,21 +517,33 @@ class SFG(AbstractOperation):
# Creates edges for each output port and creates nodes for each operation and edges for them as well
@@ -561,7 +576,7 @@ class SFG(AbstractOperation):
@@ -561,7 +576,7 @@ class SFG(AbstractOperation):