IEdge..::..Channel Property
Gets or sets the channel with which this edge is associated. This identifies an edge as a part of a group
of edges that are to be fired together by a IEdgeFiringManager when a preVertex is satisfied.
As an example, a vertex that had two outbound edges, a forward and a loopback, would have an IEdgeFiringManager
attached to it that knew that after a call to its Start(...) method, it was to fire the edge associated with
its loopback channel a certain number of times, followed by firing the edges associated with its forward edge
once the loopback count had been reached.
Namespace:
Highpoint.Sage.GraphsAssembly: Sage4 (in Sage4.dll)