Connection

⚙️ Connection Class

A connection between two nodes in a graph system.

Namespace: Esper.FeelSpeak.Graph Inherits from: GraphElement Type: class


📦 Fields

Access
Field
Type
Description

public

outputNodeId

int

The output node ID.

public

inputNodeId

int

The input node ID.

public

outputPortIndex

int

The output port index.

public

inputPortIndex

int

The input port index.


🧰 Methods

Access
Method
Returns
Description

public

Connection(int, int, int, int)

-

Constructor that initializes the connection with node IDs and ports.

public

Matches(int, int, int, int)

bool

Checks if the provided data matches this connection's data.

public

Matches(Connection)

bool

Checks if another connection matches this connection.

public

CreateCopy()

Connection

Creates a copy of this connection.

Last updated