Interface IEdge
Describes a directed connection between one output slot and one input slot in a graph.
public interface IEdge : IHasID
- Inherited Members
Properties
- inputSlot
Reference to the downstream input slot that consumes data from this connection.
- outputSlot
Reference to the upstream output slot that produces data for this connection.