Class

org.omg.oti.magicdraw.uml.read

MagicDrawTagPropertyProfileLifecycleDependentClassifierValue

Related Doc: package read

Permalink

sealed abstract class MagicDrawTagPropertyProfileLifecycleDependentClassifierValue extends MagicDrawTagPropertyClassifierValue with TagPropertyProfileLifecycleDependentClassifierValue[MagicDrawUML]

MagicDraw profile mechanism does not support this capability. However, it could be emulated with a MagicDraw-specific OTI profile to annotate the use of MagicDraw UML instances owned by some element in the model as if they were owned directly or indirectly by stereotype instances.

In principle, this is feasible but there are lots of tricky details. This would require managing references to these MD-specific OTI-annotated instances such that these OTI-annotated instances would emulate the intent of the lifecycle semantics tied to applying/unapplying a profile even though such OTI-annotated instances would be owned by UML elements and creating/deleting them would entail modifying the model in contradiction to UML 2.5, section 12.3.3

Bottom line, it's non-trivial and full of complications.

This capability would be necessary if it is necessary to support advanced profile techniques (e.g., see UML 2.5, Figure 12.32 and 12.33) by emulation on top of the MagicDraw 18 API. Alternatively, NoMagic may decide to improve their support for Profiles so that it would not be necessary to emulate UML 2.5.

For now, this is not implemented in the OTI/MagicDraw 18 adapter.

Linear Supertypes
TagPropertyProfileLifecycleDependentClassifierValue[MagicDrawUML], MagicDrawTagPropertyClassifierValue, TagPropertyClassifierValue[MagicDrawUML], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MagicDrawTagPropertyProfileLifecycleDependentClassifierValue
  2. TagPropertyProfileLifecycleDependentClassifierValue
  3. MagicDrawTagPropertyClassifierValue
  4. TagPropertyClassifierValue
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract val property: MagicDrawUMLProperty

    Permalink
    Definition Classes
    MagicDrawTagPropertyClassifierValue → TagPropertyClassifierValue
  2. abstract def serialize(implicit xmiScopes: NamespaceBinding): \/[Set[Throwable], Elem]

    Permalink
  3. abstract val tagPropertyValueElementReferences: Iterable[UMLElement[MagicDrawUML]]

    Permalink
    Definition Classes
    TagPropertyClassifierValue

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  10. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  11. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  14. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  15. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  16. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  17. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from TagPropertyProfileLifecycleDependentClassifierValue[MagicDrawUML]

Inherited from TagPropertyClassifierValue[MagicDrawUML]

Inherited from AnyRef

Inherited from Any

Ungrouped