Table of Contents

Class FinalState

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

A special kind of State, which, when entered, signifies that the enclosing Region has completed. If the enclosing Region is directly contained in a StateMachine and all other Regions in that StateMachine also are completed, then it means that the entire StateMachine behavior is completed. <p>From package UML::StateMachines.</p>

[XmlNamespace("http://www.eclipse.org/uml2/5.0.0/UML")]
[XmlNamespacePrefix("uml")]
[ModelRepresentationClass("http://www.eclipse.org/uml2/5.0.0/UML#//FinalState")]
public class FinalState : State, IFinalState, IState, IVertex, IRedefinableElement, INamespace, INamedElement, IElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Inheritance
FinalState
Implements
Inherited Members

Properties

ClassInstance

Gets the Class model for this type

public static IClass ClassInstance { get; }

Property Value

IClass

Methods

Cannot_reference_submachine(object, object)

A FinalState cannot reference a submachine. submachine->isEmpty()

public bool Cannot_reference_submachine(object diagnostics, object context)

Parameters

diagnostics object

The chain of diagnostics to which problems are to be appended.

context object

The cache of context-specific information.

Returns

bool

GetClass()

Gets the Class for this model element

public override IClass GetClass()

Returns

IClass

No_entry_behavior(object, object)

A FinalState has no entry Behavior. entry->isEmpty()

public bool No_entry_behavior(object diagnostics, object context)

Parameters

diagnostics object

The chain of diagnostics to which problems are to be appended.

context object

The cache of context-specific information.

Returns

bool

No_exit_behavior(object, object)

A FinalState has no exit Behavior. exit->isEmpty()

public bool No_exit_behavior(object diagnostics, object context)

Parameters

diagnostics object

The chain of diagnostics to which problems are to be appended.

context object

The cache of context-specific information.

Returns

bool

No_outgoing_transitions(object, object)

A FinalState cannot have any outgoing Transitions. outgoing->size() = 0

public bool No_outgoing_transitions(object diagnostics, object context)

Parameters

diagnostics object

The chain of diagnostics to which problems are to be appended.

context object

The cache of context-specific information.

Returns

bool

No_regions(object, object)

A FinalState cannot have Regions. region->size() = 0

public bool No_regions(object diagnostics, object context)

Parameters

diagnostics object

The chain of diagnostics to which problems are to be appended.

context object

The cache of context-specific information.

Returns

bool

No_state_behavior(object, object)

A FinalState has no state (doActivity) Behavior. doActivity->isEmpty()

public bool No_state_behavior(object diagnostics, object context)

Parameters

diagnostics object

The chain of diagnostics to which problems are to be appended.

context object

The cache of context-specific information.

Returns

bool