Table of Contents

Interface IActionExecutionSpecification

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

The public interface for ActionExecutionSpecification

[DefaultImplementationType(typeof(ActionExecutionSpecification))]
[XmlDefaultImplementationType(typeof(ActionExecutionSpecification))]
[ModelRepresentationClass("http://www.eclipse.org/uml2/5.0.0/UML#//ActionExecutionSpecification")]
public interface IActionExecutionSpecification : IExecutionSpecification, IInteractionFragment, INamedElement, IElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Inherited Members

Properties

Action

Action whose execution is occurring. <p>From package UML::Interactions.</p>

[XmlElementName("action")]
[XmlAttribute(true)]
IAction Action { get; set; }

Property Value

IAction

Methods

Action_referenced(object, object)

The Action referenced by the ActionExecutionSpecification must be owned by the Interaction owning that ActionExecutionSpecification. (enclosingInteraction->notEmpty() or enclosingOperand.combinedFragment->notEmpty()) and let parentInteraction : Set(Interaction) = enclosingInteraction.oclAsType(Interaction)->asSet()->union( enclosingOperand.combinedFragment->closure(enclosingOperand.combinedFragment)-> collect(enclosingInteraction).oclAsType(Interaction)->asSet()) in (parentInteraction->size() = 1) and self.action.interaction->asSet() = parentInteraction

bool Action_referenced(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