Table of Contents

Enum ObjectNodeOrderingKind

Namespace
NMF.Interop.Uml
Assembly
NMF.UMLInterop.dll

ObjectNodeOrderingKind is an enumeration indicating queuing order for offering the tokens held by an ObjectNode. <p>From package UML::Activities.</p>

[TypeConverter(typeof(ObjectNodeOrderingKindConverter))]
[ModelRepresentationClass("http://www.eclipse.org/uml2/5.0.0/UML#//ObjectNodeOrderingKind")]
public enum ObjectNodeOrderingKind

Fields

FIFO = 3

Indicates that tokens are queued in a first in, first out manner.

LIFO = 2

Indicates that tokens are queued in a last in, first out manner.

Ordered = 1

Indicates that tokens are ordered.

Unordered = 0

Indicates that tokens are unordered.