Table of Contents

Interface IInteractionFragment

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

The public interface for InteractionFragment

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

Properties

Covered

References the Lifelines that the InteractionFragment involves. <p>From package UML::Interactions.</p>

[XmlElementName("covered")]
[XmlAttribute(true)]
[XmlOpposite("coveredBy")]
ISetExpression<ILifeline> Covered { get; }

Property Value

ISetExpression<ILifeline>

EnclosingInteraction

The Interaction enclosing this InteractionFragment. <p>From package UML::Interactions.</p>

[Browsable(false)]
[XmlElementName("enclosingInteraction")]
[XmlAttribute(true)]
[XmlOpposite("fragment")]
IInteraction EnclosingInteraction { get; set; }

Property Value

IInteraction

EnclosingOperand

The operand enclosing this InteractionFragment (they may nest recursively). <p>From package UML::Interactions.</p>

[Browsable(false)]
[XmlElementName("enclosingOperand")]
[XmlAttribute(true)]
[XmlOpposite("fragment")]
IInteractionOperand EnclosingOperand { get; set; }

Property Value

IInteractionOperand

GeneralOrdering

The general ordering relationships contained in this fragment. <p>From package UML::Interactions.</p>

[Browsable(false)]
[XmlElementName("generalOrdering")]
[XmlAttribute(false)]
[Containment]
IOrderedSetExpression<IGeneralOrdering> GeneralOrdering { get; }

Property Value

IOrderedSetExpression<IGeneralOrdering>