A Place in the HLPN framework
Namespace:
QuickGraph.Concepts.PetriAssembly: QuickGraph (in QuickGraph.dll) Version: 2.4.2.1407 (2.4.2.1407)
Syntax
| C# |
|---|
public interface IPlace : IPetriVertex, IVertex, IComparable |
| Visual Basic (Declaration) |
|---|
Public Interface IPlace _ Implements IPetriVertex, IVertex, IComparable |
Remarks
A [!:Place] is characterized by a set of tokens, called the Marking of the place. The place is typed by the [!:StrongType] instance. This means only object of Type assignable to [!:StrongType] can reside in the place.
Usually represented by an ellipses (often circles).
