Interface IExecutionSpecification
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
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
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
objectThe chain of diagnostics to which problems are to be appended.
context
objectThe cache of context-specific information.