A directed edge of a net which may connect a IPlace to a ITransition or a ITransition to a IPlace.

Namespace:  QuickGraph.Concepts.Petri
Assembly:  QuickGraph (in QuickGraph.dll) Version: 2.4.2.1407 (2.4.2.1407)

Syntax

C#
public interface IArc : IEdge, IComparable
Visual Basic (Declaration)
Public Interface IArc _
	Implements IEdge, IComparable

Remarks

Usually represented by an arrow.

See Also