A connection between two nodes in a graph system.
Namespace: Esper.FeelSpeak.Graph Inherits from: GraphElement Type: class
Esper.FeelSpeak.Graph
GraphElement
class
public
outputNodeId
int
The output node ID.
inputNodeId
The input node ID.
outputPortIndex
The output port index.
inputPortIndex
The input port index.
Connection(int, int, int, int)
-
Constructor that initializes the connection with node IDs and ports.
Matches(int, int, int, int)
bool
Checks if the provided data matches this connection's data.
Matches(Connection)
Checks if another connection matches this connection.
CreateCopy()
Connection
Creates a copy of this connection.