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