QuickGraph


IArc<'Token>

Namespace: QuickGraph.Petri

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

Instance members

Instance memberDescription
Annotation()
Signature: unit -> unit
Modifiers: abstract

Gets or sets the arc annotation.

IsInputArc
Signature: bool
Modifiers: abstract

Gets a value indicating if the instance is a input arc.

Place
Signature: IPlace<'Token>
Modifiers: abstract

Gets the instance attached to the .

Transition
Signature: ITransition<'Token>
Modifiers: abstract

Gets or sets the instance attached to the .

Fork me on GitHub