- May 07, 2020
-
-
Rasmus Karlsson authored
Visualizing PG looks good to me. Tests for this feature will not be tested alongside every other test since they only display a graph and do not test any logics.
-
- May 06, 2020
-
-
Add code to remove_operation so that if an operation is missing an output signals but has input signals then the input signal is disconnected from the operation
-
- May 04, 2020
-
-
Change how operations and graph_components __str__ function works and their respective tests in sfg_tests
-
- Apr 28, 2020
-
-
Jacob Wahlman authored
-
Angus Lothian authored
Change usage of type_name from property to function and add function for returning all components of the entered type
-
Rasmus Karlsson authored
Implemented Split function. Need to do some testing and write some secure code for Split. Added two properties to SFG class
-
- Apr 22, 2020
-
-
Refactor constructor so that Input signals and Output signals are connected to ports before traversal is started, that way edge cases of empty SFG's are easily handled
-
- Apr 20, 2020
-
-
Jacob Wahlman authored
-
- Apr 17, 2020
-
-
Refactor constructor so that Input signals and Output signals are connected to ports before traversal is started, that way edge cases of empty SFG's are easily handled
-