Table of Contents

Interface IExecutionSpecification

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

The public interface for ExecutionSpecification

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

Properties

Finish

References the OccurrenceSpecification that designates the finish of the Action or Behavior. <p>From package UML::Interactions.</p>

[XmlElementName("finish")]
[XmlAttribute(true)]
IOccurrenceSpecification Finish { get; set; }

Property Value

IOccurrenceSpecification

Start

References the OccurrenceSpecification that designates the start of the Action or Behavior. <p>From package UML::Interactions.</p>

[XmlElementName("start")]
[XmlAttribute(true)]
IOccurrenceSpecification Start { get; set; }

Property Value

IOccurrenceSpecification

Methods

Same_lifeline(object, object)

The startEvent and the finishEvent must be on the same Lifeline. start.covered = finish.covered

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