A node of a net, taken from the transition kind.

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

Syntax

C#
public interface ITransition : IPetriVertex, 
	IVertex, IComparable
Visual Basic (Declaration)
Public Interface ITransition _
	Implements IPetriVertex, IVertex, IComparable

Remarks

Usually represented by a rectangle.

See Also