Interface ICollaboration
The public interface for Collaboration
[DefaultImplementationType(typeof(Collaboration))]
[XmlDefaultImplementationType(typeof(Collaboration))]
[ModelRepresentationClass("http://www.eclipse.org/uml2/5.0.0/UML#//Collaboration")]
public interface ICollaboration : IBehavioredClassifier, IStructuredClassifier, IClassifier, ITemplateableElement, IType, IPackageableElement, IParameterableElement, IRedefinableElement, INamespace, INamedElement, IElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
Properties
CollaborationRole
Represents the participants in the Collaboration. <p>From package UML::StructuredClassifiers.</p>
[XmlElementName("collaborationRole")]
[XmlAttribute(true)]
ISetExpression<IConnectableElement> CollaborationRole { get; }