Table of Contents

Interface IFinalState

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

The public interface for FinalState

[DefaultImplementationType(typeof(FinalState))]
[XmlDefaultImplementationType(typeof(FinalState))]
[ModelRepresentationClass("http://www.eclipse.org/uml2/5.0.0/UML#//FinalState")]
public interface IFinalState : IState, IVertex, IRedefinableElement, INamespace, INamedElement, IElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Inherited Members

Methods

Cannot_reference_submachine(object, object)

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

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

No_entry_behavior(object, object)

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

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()

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

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

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()

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