Table of Contents

Interface IExecutionOccurrenceSpecification

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

The public interface for ExecutionOccurrenceSpecification

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

Properties

Execution

References the execution specification describing the execution that is started or finished at this execution event. <p>From package UML::Interactions.</p>

[XmlElementName("execution")]
[XmlAttribute(true)]
IExecutionSpecification Execution { get; set; }

Property Value

IExecutionSpecification