| 9 | class DataModelRegistry; |
| 10 | class FlowScene; |
| 11 | class NodeDataModel; |
| 12 | |
| 13 | /// Class performs various operations on the Node and Connection pair. |
| 14 | /// An instance should be created on the stack and destroyed when |
nothing calls this directly
no outgoing calls
no test coverage detected