Class Linker
SystemGraph Linker. This object is in charge of connecting ports together by reference at runtime
Inherited Members
Namespace: Mechatronics.SystemGraph
Assembly: solution.dll
Syntax
public class Linker
Constructors
Name | Description |
---|---|
Linker(SystemGraphComponent) | Initializes a new instance of the Linker class. |
Methods
Name | Description |
---|---|
ConnectDrivers() | Connect edges of the graph to data from one source node to a target node, this method will identify the connection but not link the references |
FindPortDescriptor(NodeReferenceDescriptor, string) | Finds the port descriptor. |
GetEdgeConnections(SerializedEdge, List<SerializedEdge>, HashSet<SerializedEdge>) | Gets the edge connections. |
LinkField(PortReferenceDescriptor, PortReferenceDescriptor, bool) | Links the fields by reference |
LinkPorts(bool) | Links the ports by reference and potentially inter connect embed graphs together |
LinkReferences(bool) | Links the ports by reference |