Interface IAbstraction
The public interface for Abstraction
[DefaultImplementationType(typeof(Abstraction))]
[XmlDefaultImplementationType(typeof(Abstraction))]
[ModelRepresentationClass("http://www.eclipse.org/uml2/5.0.0/UML#//Abstraction")]
public interface IAbstraction : IDependency, IDirectedRelationship, IRelationship, IPackageableElement, IParameterableElement, INamedElement, IElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
Properties
Mapping
An OpaqueExpression that states the abstraction relationship between the supplier(s) and the client(s). In some cases, such as derivation, it is usually formal and unidirectional; in other cases, such as trace, it is usually informal and bidirectional. The mapping expression is optional and may be omitted if the precise relationship between the Elements is not specified. <p>From package UML::CommonStructure.</p>
[Browsable(false)]
[XmlElementName("mapping")]
[XmlAttribute(false)]
[Containment]
IOpaqueExpression Mapping { get; set; }