Table of Contents

Interface IInteraction

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

The public interface for Interaction

[DefaultImplementationType(typeof(Interaction))]
[XmlDefaultImplementationType(typeof(Interaction))]
[ModelRepresentationClass("http://www.eclipse.org/uml2/5.0.0/UML#//Interaction")]
public interface IInteraction : IInteractionFragment, IBehavior, IClass, IBehavioredClassifier, IEncapsulatedClassifier, IStructuredClassifier, IClassifier, ITemplateableElement, IType, IPackageableElement, IParameterableElement, IRedefinableElement, INamespace, INamedElement, IElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Inherited Members

Properties

Action

Actions owned by the Interaction. <p>From package UML::Interactions.</p>

[Browsable(false)]
[XmlElementName("action")]
[XmlAttribute(false)]
[Containment]
IOrderedSetExpression<IAction> Action { get; }

Property Value

IOrderedSetExpression<IAction>

FormalGate

Specifies the gates that form the message interface between this Interaction and any InteractionUses which reference it. <p>From package UML::Interactions.</p>

[Browsable(false)]
[XmlElementName("formalGate")]
[XmlAttribute(false)]
[Containment]
IOrderedSetExpression<IGate> FormalGate { get; }

Property Value

IOrderedSetExpression<IGate>

Fragment

The ordered set of fragments in the Interaction. <p>From package UML::Interactions.</p>

[Browsable(false)]
[XmlElementName("fragment")]
[XmlAttribute(false)]
[Containment]
[XmlOpposite("enclosingInteraction")]
IOrderedSetExpression<IInteractionFragment> Fragment { get; }

Property Value

IOrderedSetExpression<IInteractionFragment>

Lifeline

Specifies the participants in this Interaction. <p>From package UML::Interactions.</p>

[Browsable(false)]
[XmlElementName("lifeline")]
[XmlAttribute(false)]
[Containment]
[XmlOpposite("interaction")]
IOrderedSetExpression<ILifeline> Lifeline { get; }

Property Value

IOrderedSetExpression<ILifeline>

Message

The Messages contained in this Interaction. <p>From package UML::Interactions.</p>

[Browsable(false)]
[XmlElementName("message")]
[XmlAttribute(false)]
[Containment]
[XmlOpposite("interaction")]
IOrderedSetExpression<IMessage> Message { get; }

Property Value

IOrderedSetExpression<IMessage>

Methods

Not_contained(object, object)

An Interaction instance must not be contained within another Interaction instance. enclosingInteraction->isEmpty()

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