Interface IBehaviorExecutionSpecification
The public interface for BehaviorExecutionSpecification
[DefaultImplementationType(typeof(BehaviorExecutionSpecification))]
[XmlDefaultImplementationType(typeof(BehaviorExecutionSpecification))]
[ModelRepresentationClass("http://www.eclipse.org/uml2/5.0.0/UML#//BehaviorExecutionSpecification")]
public interface IBehaviorExecutionSpecification : IExecutionSpecification, IInteractionFragment, INamedElement, IElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
Properties
Behavior
Behavior whose execution is occurring. <p>From package UML::Interactions.</p>
[XmlElementName("behavior")]
[XmlAttribute(true)]
IBehavior Behavior { get; set; }