Package

org.omg.oti.magicdraw.uml

read

Permalink

package read

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. read
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class MagicDrawAttachedLocalModuleBuiltInDocumentLoadURL(externalDocumentResourceURL: URI, magicDrawStandardSystemProfileResourceRelativePath: String) extends MagicDrawLoadURL with Product with Serializable

    Permalink

    Load an external OTI BuiltInDocument as a MagicDraw Local Attached Module

    Load an external OTI BuiltInDocument as a MagicDraw Local Attached Module

    externalDocumentResourceURL

    the external OTI Document resource to load into MagicDraw

    magicDrawStandardSystemProfileResourceRelativePath

    the location relative to MagicDraw's installation root folder corresponding to the MagicDraw-specific OTI BuiltInDocument

  2. case class MagicDrawAttachedLocalModuleSerializableDocumentLoadURL(externalDocumentResourceURL: URI, magicDrawAttachedLocalModuleResource: URI) extends MagicDrawLoadURL with Product with Serializable

    Permalink

    Load an external OTI SerializableDocument as a MagicDraw Local Attached Module

    Load an external OTI SerializableDocument as a MagicDraw Local Attached Module

    externalDocumentResourceURL

    the external OTI Document resource to load into MagicDraw

    magicDrawAttachedLocalModuleResource

    the location where to save the MagicDraw local attached module upon successful completion of loading the OTI Document as an attached local module of the current MagicDraw project

  3. case class MagicDrawAttachedServerModuleSerializableDocumentLoadURL(externalDocumentResourceURL: URI, magicDrawAttachedServerModuleResource: URI) extends MagicDrawLoadURL with Product with Serializable

    Permalink

    Load an external OTI SerializableDocument as a MagicDraw Teamwork Attached Module

    Load an external OTI SerializableDocument as a MagicDraw Teamwork Attached Module

    externalDocumentResourceURL

    the external OTI Document resource to load into MagicDraw

    magicDrawAttachedServerModuleResource

    the location that the MagicDraw Server module has been loaded from

  4. case class MagicDrawDocumentSetAggregate() extends Product with Serializable

    Permalink
  5. case class MagicDrawImportLoadURL(externalDocumentResourceURL: URI) extends MagicDrawLoadURL with Product with Serializable

    Permalink

    Import an external OTI Document into the current MagicDraw project

    Import an external OTI Document into the current MagicDraw project

    externalDocumentResourceURL

    the external OTI Document resource to import into MagicDraw

  6. sealed trait MagicDrawLoadURL extends AnyRef

    Permalink

    MagicDraw-specific adaptation for OTI DocumentOps[MagicDrawUML].LoadURL

  7. case class MagicDrawLocalProjectLoadURL(externalDocumentResourceURL: URI, magicDrawLocalProjectResource: URI) extends MagicDrawLoadURL with Product with Serializable

    Permalink

    Load an external OTI Document as a MagicDraw Local Project

    Load an external OTI Document as a MagicDraw Local Project

    externalDocumentResourceURL

    the external OTI Document resource to load into MagicDraw

    magicDrawLocalProjectResource

    the location where to save the MagicDraw local project upon successful completion of loading the OTI Document

  8. case class MagicDrawServerProjectLoadURL(externalDocumentResourceURL: URI, magicDrawServerProjectResource: URI) extends MagicDrawLoadURL with Product with Serializable

    Permalink

    Load an external OTI Document as a MagicDraw Server Project

    Load an external OTI Document as a MagicDraw Server Project

    externalDocumentResourceURL

    the external OTI Document resource to load into MagicDraw

    magicDrawServerProjectResource

    the location that the MagicDraw Server project has been loaded from

  9. case class MagicDrawTagPropertyBooleanValue(property: MagicDrawUMLProperty, value: Boolean) extends MagicDrawTagPropertyPrimitiveValue with TagPropertyBooleanValue[MagicDrawUML] with Product with Serializable

    Permalink
  10. sealed abstract class MagicDrawTagPropertyClassifierValue extends TagPropertyClassifierValue[MagicDrawUML]

    Permalink
  11. case class MagicDrawTagPropertyEnumerationLiteralValue(property: MagicDrawUMLProperty, value: MagicDrawUMLEnumerationLiteral) extends MagicDrawTagPropertyProfileLifecycleIndependentClassifierValue with TagPropertyEnumerationLiteralValue[MagicDrawUML] with Product with Serializable

    Permalink
  12. case class MagicDrawTagPropertyInstanceSpecificationValue(property: MagicDrawUMLProperty, value: MagicDrawUMLInstanceSpecification) extends MagicDrawTagPropertyProfileLifecycleIndependentClassifierValue with TagPropertyInstanceSpecificationValue[MagicDrawUML] with Product with Serializable

    Permalink
  13. case class MagicDrawTagPropertyIntegerValue(property: MagicDrawUMLProperty, value: Int) extends MagicDrawTagPropertyPrimitiveValue with TagPropertyIntegerValue[MagicDrawUML] with Product with Serializable

    Permalink
  14. sealed abstract class MagicDrawTagPropertyPrimitiveValue extends MagicDrawTagPropertyClassifierValue with TagPropertyPrimitiveValue[MagicDrawUML]

    Permalink
  15. sealed abstract class MagicDrawTagPropertyProfileLifecycleDependentClassifierValue extends MagicDrawTagPropertyClassifierValue with TagPropertyProfileLifecycleDependentClassifierValue[MagicDrawUML]

    Permalink

    MagicDraw profile mechanism does not support this capability.

    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.

  16. case class MagicDrawTagPropertyProfileLifecycleDependentClassifierValueObject(property: MagicDrawUMLProperty, attributeValues: Seq[(MagicDrawUMLProperty, Seq[MagicDrawTagPropertyClassifierValue])]) extends MagicDrawTagPropertyProfileLifecycleDependentClassifierValue with TagPropertyProfileLifecycleDependentClassifierValueObject[MagicDrawUML] with Product with Serializable

    Permalink
  17. case class MagicDrawTagPropertyProfileLifecycleDependentClassifierValueReference(property: MagicDrawUMLProperty, value: MagicDrawTagPropertyProfileLifecycleDependentClassifierValueObject) extends MagicDrawTagPropertyProfileLifecycleDependentClassifierValue with TagPropertyProfileLifecycleDependentClassifierValueReference[MagicDrawUML] with Product with Serializable

    Permalink
  18. sealed abstract class MagicDrawTagPropertyProfileLifecycleIndependentClassifierValue extends MagicDrawTagPropertyClassifierValue with TagPropertyProfileLifecycleIndependentClassifierValue[MagicDrawUML]

    Permalink
  19. case class MagicDrawTagPropertyRealValue(property: MagicDrawUMLProperty, value: Double) extends MagicDrawTagPropertyPrimitiveValue with TagPropertyRealValue[MagicDrawUML] with Product with Serializable

    Permalink
  20. case class MagicDrawTagPropertyStringValue(property: MagicDrawUMLProperty, value: String) extends MagicDrawTagPropertyPrimitiveValue with TagPropertyStringValue[MagicDrawUML] with Product with Serializable

    Permalink
  21. case class MagicDrawTagPropertyUnlimitedNaturalValue(property: MagicDrawUMLProperty, value: Int) extends MagicDrawTagPropertyPrimitiveValue with TagPropertyUnlimitedNaturalValue[MagicDrawUML] with Product with Serializable

    Permalink
  22. trait MagicDrawUML extends UML

    Permalink
  23. trait MagicDrawUMLAbstraction extends MagicDrawUMLDependency with UMLAbstraction[MagicDrawUML]

    Permalink
  24. case class MagicDrawUMLAbstractionImpl(e: Abstraction, ops: MagicDrawUMLUtil) extends MagicDrawUMLAbstraction with TreeString with ValueTreeString with Product with Serializable

    Permalink
  25. trait MagicDrawUMLAcceptCallAction extends MagicDrawUMLAcceptEventAction with UMLAcceptCallAction[MagicDrawUML]

    Permalink
  26. case class MagicDrawUMLAcceptCallActionImpl(e: AcceptCallAction, ops: MagicDrawUMLUtil) extends MagicDrawUMLAcceptCallAction with TreeString with ValueTreeString with Product with Serializable

    Permalink
  27. trait MagicDrawUMLAcceptEventAction extends MagicDrawUMLAction with UMLAcceptEventAction[MagicDrawUML]

    Permalink
  28. case class MagicDrawUMLAcceptEventActionImpl(e: AcceptEventAction, ops: MagicDrawUMLUtil) extends MagicDrawUMLAcceptEventAction with TreeString with ValueTreeString with Product with Serializable

    Permalink
  29. trait MagicDrawUMLAction extends MagicDrawUMLExecutableNode with UMLAction[MagicDrawUML]

    Permalink
  30. trait MagicDrawUMLActionExecutionSpecification extends MagicDrawUMLExecutionSpecification with UMLActionExecutionSpecification[MagicDrawUML]

    Permalink
  31. case class MagicDrawUMLActionExecutionSpecificationImpl(e: ActionExecutionSpecification, ops: MagicDrawUMLUtil) extends MagicDrawUMLActionExecutionSpecification with TreeString with ValueTreeString with Product with Serializable

    Permalink
  32. trait MagicDrawUMLActionInputPin extends MagicDrawUMLInputPin with UMLActionInputPin[MagicDrawUML]

    Permalink
  33. case class MagicDrawUMLActionInputPinImpl(e: ActionInputPin, ops: MagicDrawUMLUtil) extends MagicDrawUMLActionInputPin with TreeString with ValueTreeString with Product with Serializable

    Permalink
  34. trait MagicDrawUMLActivity extends MagicDrawUMLBehavior with UMLActivity[MagicDrawUML]

    Permalink
  35. trait MagicDrawUMLActivityEdge extends MagicDrawUMLRedefinableElement with UMLActivityEdge[MagicDrawUML]

    Permalink
  36. trait MagicDrawUMLActivityFinalNode extends MagicDrawUMLFinalNode with UMLActivityFinalNode[MagicDrawUML]

    Permalink
  37. case class MagicDrawUMLActivityFinalNodeImpl(e: ActivityFinalNode, ops: MagicDrawUMLUtil) extends MagicDrawUMLActivityFinalNode with TreeString with ValueTreeString with Product with Serializable

    Permalink
  38. trait MagicDrawUMLActivityGroup extends MagicDrawUMLNamedElement with UMLActivityGroup[MagicDrawUML]

    Permalink
  39. case class MagicDrawUMLActivityImpl(e: Activity, ops: MagicDrawUMLUtil) extends MagicDrawUMLActivity with TreeString with ValueTreeString with Product with Serializable

    Permalink
  40. trait MagicDrawUMLActivityNode extends MagicDrawUMLRedefinableElement with UMLActivityNode[MagicDrawUML]

    Permalink
  41. trait MagicDrawUMLActivityParameterNode extends MagicDrawUMLObjectNode with UMLActivityParameterNode[MagicDrawUML]

    Permalink
  42. case class MagicDrawUMLActivityParameterNodeImpl(e: ActivityParameterNode, ops: MagicDrawUMLUtil) extends MagicDrawUMLActivityParameterNode with TreeString with ValueTreeString with Product with Serializable

    Permalink
  43. trait MagicDrawUMLActivityPartition extends MagicDrawUMLActivityGroup with UMLActivityPartition[MagicDrawUML]

    Permalink
  44. case class MagicDrawUMLActivityPartitionImpl(e: ActivityPartition, ops: MagicDrawUMLUtil) extends MagicDrawUMLActivityPartition with TreeString with ValueTreeString with Product with Serializable

    Permalink
  45. trait MagicDrawUMLActor extends MagicDrawUMLBehavioredClassifier with UMLActor[MagicDrawUML]

    Permalink
  46. case class MagicDrawUMLActorImpl(e: Actor, ops: MagicDrawUMLUtil) extends MagicDrawUMLActor with TreeString with ValueTreeString with Product with Serializable

    Permalink
  47. trait MagicDrawUMLAddStructuralFeatureValueAction extends MagicDrawUMLWriteStructuralFeatureAction with UMLAddStructuralFeatureValueAction[MagicDrawUML]

    Permalink
  48. case class MagicDrawUMLAddStructuralFeatureValueActionImpl(e: AddStructuralFeatureValueAction, ops: MagicDrawUMLUtil) extends MagicDrawUMLAddStructuralFeatureValueAction with TreeString with ValueTreeString with Product with Serializable

    Permalink
  49. trait MagicDrawUMLAddVariableValueAction extends MagicDrawUMLWriteVariableAction with UMLAddVariableValueAction[MagicDrawUML]

    Permalink
  50. case class MagicDrawUMLAddVariableValueActionImpl(e: AddVariableValueAction, ops: MagicDrawUMLUtil) extends MagicDrawUMLAddVariableValueAction with TreeString with ValueTreeString with Product with Serializable

    Permalink
  51. trait MagicDrawUMLAnyReceiveEvent extends MagicDrawUMLMessageEvent with UMLAnyReceiveEvent[MagicDrawUML]

    Permalink
  52. case class MagicDrawUMLAnyReceiveEventImpl(e: AnyReceiveEvent, ops: MagicDrawUMLUtil) extends MagicDrawUMLAnyReceiveEvent with TreeString with ValueTreeString with Product with Serializable

    Permalink
  53. trait MagicDrawUMLArtifact extends MagicDrawUMLClassifier with MagicDrawUMLDeployedArtifact with UMLArtifact[MagicDrawUML]

    Permalink
  54. case class MagicDrawUMLArtifactImpl(e: Artifact, ops: MagicDrawUMLUtil) extends MagicDrawUMLArtifact with TreeString with ValueTreeString with Product with Serializable

    Permalink
  55. trait MagicDrawUMLAssociation extends MagicDrawUMLClassifier with MagicDrawUMLRelationship with UMLAssociation[MagicDrawUML]

    Permalink
  56. trait MagicDrawUMLAssociationClass extends MagicDrawUMLClass with MagicDrawUMLAssociation with UMLAssociationClass[MagicDrawUML]

    Permalink
  57. case class MagicDrawUMLAssociationClassImpl(e: AssociationClass, ops: MagicDrawUMLUtil) extends MagicDrawUMLAssociationClass with TreeString with ValueTreeString with Product with Serializable

    Permalink
  58. case class MagicDrawUMLAssociationImpl(e: Association, ops: MagicDrawUMLUtil) extends MagicDrawUMLAssociation with TreeString with ValueTreeString with Product with Serializable

    Permalink
  59. trait MagicDrawUMLBehavior extends MagicDrawUMLClass with UMLBehavior[MagicDrawUML]

    Permalink
  60. trait MagicDrawUMLBehaviorExecutionSpecification extends MagicDrawUMLExecutionSpecification with UMLBehaviorExecutionSpecification[MagicDrawUML]

    Permalink
  61. case class MagicDrawUMLBehaviorExecutionSpecificationImpl(e: BehaviorExecutionSpecification, ops: MagicDrawUMLUtil) extends MagicDrawUMLBehaviorExecutionSpecification with TreeString with ValueTreeString with Product with Serializable

    Permalink
  62. trait MagicDrawUMLBehavioralFeature extends MagicDrawUMLNamespace with MagicDrawUMLFeature with UMLBehavioralFeature[MagicDrawUML]

    Permalink
  63. trait MagicDrawUMLBehavioredClassifier extends MagicDrawUMLClassifier with UMLBehavioredClassifier[MagicDrawUML]

    Permalink
  64. trait MagicDrawUMLBroadcastSignalAction extends MagicDrawUMLInvocationAction with UMLBroadcastSignalAction[MagicDrawUML]

    Permalink
  65. case class MagicDrawUMLBroadcastSignalActionImpl(e: BroadcastSignalAction, ops: MagicDrawUMLUtil) extends MagicDrawUMLBroadcastSignalAction with TreeString with ValueTreeString with Product with Serializable

    Permalink
  66. trait MagicDrawUMLCallAction extends MagicDrawUMLInvocationAction with UMLCallAction[MagicDrawUML]

    Permalink
  67. trait MagicDrawUMLCallBehaviorAction extends MagicDrawUMLCallAction with UMLCallBehaviorAction[MagicDrawUML]

    Permalink
  68. case class MagicDrawUMLCallBehaviorActionImpl(e: CallBehaviorAction, ops: MagicDrawUMLUtil) extends MagicDrawUMLCallBehaviorAction with TreeString with ValueTreeString with Product with Serializable

    Permalink
  69. trait MagicDrawUMLCallEvent extends MagicDrawUMLMessageEvent with UMLCallEvent[MagicDrawUML]

    Permalink
  70. case class MagicDrawUMLCallEventImpl(e: CallEvent, ops: MagicDrawUMLUtil) extends MagicDrawUMLCallEvent with TreeString with ValueTreeString with Product with Serializable

    Permalink
  71. trait MagicDrawUMLCallOperationAction extends MagicDrawUMLCallAction with UMLCallOperationAction[MagicDrawUML]

    Permalink
  72. case class MagicDrawUMLCallOperationActionImpl(e: CallOperationAction, ops: MagicDrawUMLUtil) extends MagicDrawUMLCallOperationAction with TreeString with ValueTreeString with Product with Serializable

    Permalink
  73. trait MagicDrawUMLCentralBufferNode extends MagicDrawUMLObjectNode with UMLCentralBufferNode[MagicDrawUML]

    Permalink
  74. case class MagicDrawUMLCentralBufferNodeImpl(e: CentralBufferNode, ops: MagicDrawUMLUtil) extends MagicDrawUMLCentralBufferNode with TreeString with ValueTreeString with Product with Serializable

    Permalink
  75. trait MagicDrawUMLChangeEvent extends MagicDrawUMLEvent with UMLChangeEvent[MagicDrawUML]

    Permalink
  76. case class MagicDrawUMLChangeEventImpl(e: ChangeEvent, ops: MagicDrawUMLUtil) extends MagicDrawUMLChangeEvent with TreeString with ValueTreeString with Product with Serializable

    Permalink
  77. trait MagicDrawUMLClass extends MagicDrawUMLEncapsulatedClassifier with MagicDrawUMLBehavioredClassifier with UMLClass[MagicDrawUML]

    Permalink
  78. case class MagicDrawUMLClassImpl(e: Class, ops: MagicDrawUMLUtil) extends MagicDrawUMLClass with TreeString with ValueTreeString with Product with Serializable

    Permalink
  79. trait MagicDrawUMLClassifier extends MagicDrawUMLType with MagicDrawUMLNamespace with MagicDrawUMLRedefinableElement with MagicDrawUMLTemplateableElement with UMLClassifier[MagicDrawUML]

    Permalink
  80. trait MagicDrawUMLClassifierTemplateParameter extends MagicDrawUMLTemplateParameter with UMLClassifierTemplateParameter[MagicDrawUML]

    Permalink
  81. case class MagicDrawUMLClassifierTemplateParameterImpl(e: ClassifierTemplateParameter, ops: MagicDrawUMLUtil) extends MagicDrawUMLClassifierTemplateParameter with TreeString with ValueTreeString with Product with Serializable

    Permalink
  82. trait MagicDrawUMLClause extends MagicDrawUMLElement with UMLClause[MagicDrawUML]

    Permalink
  83. case class MagicDrawUMLClauseImpl(e: Clause, ops: MagicDrawUMLUtil) extends MagicDrawUMLClause with TreeString with ValueTreeString with Product with Serializable

    Permalink
  84. trait MagicDrawUMLClearAssociationAction extends MagicDrawUMLAction with UMLClearAssociationAction[MagicDrawUML]

    Permalink
  85. case class MagicDrawUMLClearAssociationActionImpl(e: ClearAssociationAction, ops: MagicDrawUMLUtil) extends MagicDrawUMLClearAssociationAction with TreeString with ValueTreeString with Product with Serializable

    Permalink
  86. trait MagicDrawUMLClearStructuralFeatureAction extends MagicDrawUMLStructuralFeatureAction with UMLClearStructuralFeatureAction[MagicDrawUML]

    Permalink
  87. case class MagicDrawUMLClearStructuralFeatureActionImpl(e: ClearStructuralFeatureAction, ops: MagicDrawUMLUtil) extends MagicDrawUMLClearStructuralFeatureAction with TreeString with ValueTreeString with Product with Serializable

    Permalink
  88. trait MagicDrawUMLClearVariableAction extends MagicDrawUMLVariableAction with UMLClearVariableAction[MagicDrawUML]

    Permalink
  89. case class MagicDrawUMLClearVariableActionImpl(e: ClearVariableAction, ops: MagicDrawUMLUtil) extends MagicDrawUMLClearVariableAction with TreeString with ValueTreeString with Product with Serializable

    Permalink
  90. trait MagicDrawUMLCollaboration extends MagicDrawUMLBehavioredClassifier with MagicDrawUMLStructuredClassifier with UMLCollaboration[MagicDrawUML]

    Permalink
  91. case class MagicDrawUMLCollaborationImpl(e: Collaboration, ops: MagicDrawUMLUtil) extends MagicDrawUMLCollaboration with TreeString with ValueTreeString with Product with Serializable

    Permalink
  92. trait MagicDrawUMLCollaborationUse extends MagicDrawUMLNamedElement with UMLCollaborationUse[MagicDrawUML]

    Permalink
  93. case class MagicDrawUMLCollaborationUseImpl(e: CollaborationUse, ops: MagicDrawUMLUtil) extends MagicDrawUMLCollaborationUse with TreeString with ValueTreeString with Product with Serializable

    Permalink
  94. trait MagicDrawUMLCombinedFragment extends MagicDrawUMLInteractionFragment with UMLCombinedFragment[MagicDrawUML]

    Permalink
  95. case class MagicDrawUMLCombinedFragmentImpl(e: CombinedFragment, ops: MagicDrawUMLUtil) extends MagicDrawUMLCombinedFragment with TreeString with ValueTreeString with Product with Serializable

    Permalink
  96. trait MagicDrawUMLComment extends MagicDrawUMLElement with UMLComment[MagicDrawUML]

    Permalink
  97. case class MagicDrawUMLCommentImpl(e: Comment, ops: MagicDrawUMLUtil) extends MagicDrawUMLComment with TreeString with ValueTreeString with Product with Serializable

    Permalink
  98. trait MagicDrawUMLCommunicationPath extends MagicDrawUMLAssociation with UMLCommunicationPath[MagicDrawUML]

    Permalink
  99. case class MagicDrawUMLCommunicationPathImpl(e: CommunicationPath, ops: MagicDrawUMLUtil) extends MagicDrawUMLCommunicationPath with TreeString with ValueTreeString with Product with Serializable

    Permalink
  100. trait MagicDrawUMLComponent extends MagicDrawUMLClass with UMLComponent[MagicDrawUML]

    Permalink
  101. case class MagicDrawUMLComponentImpl(e: Component, ops: MagicDrawUMLUtil) extends MagicDrawUMLComponent with TreeString with ValueTreeString with Product with Serializable

    Permalink
  102. trait MagicDrawUMLComponentRealization extends MagicDrawUMLRealization with UMLComponentRealization[MagicDrawUML]

    Permalink
  103. case class MagicDrawUMLComponentRealizationImpl(e: ComponentRealization, ops: MagicDrawUMLUtil) extends MagicDrawUMLComponentRealization with TreeString with ValueTreeString with Product with Serializable

    Permalink
  104. trait MagicDrawUMLConditionalNode extends MagicDrawUMLStructuredActivityNode with UMLConditionalNode[MagicDrawUML]

    Permalink
  105. case class MagicDrawUMLConditionalNodeImpl(e: ConditionalNode, ops: MagicDrawUMLUtil) extends MagicDrawUMLConditionalNode with TreeString with ValueTreeString with Product with Serializable

    Permalink
  106. trait MagicDrawUMLConnectableElement extends MagicDrawUMLTypedElement with MagicDrawUMLParameterableElement with UMLConnectableElement[MagicDrawUML]

    Permalink
  107. trait MagicDrawUMLConnectableElementTemplateParameter extends MagicDrawUMLTemplateParameter with UMLConnectableElementTemplateParameter[MagicDrawUML]

    Permalink
  108. case class MagicDrawUMLConnectableElementTemplateParameterImpl(e: ConnectableElementTemplateParameter, ops: MagicDrawUMLUtil) extends MagicDrawUMLConnectableElementTemplateParameter with TreeString with ValueTreeString with Product with Serializable

    Permalink
  109. trait MagicDrawUMLConnectionPointReference extends MagicDrawUMLVertex with UMLConnectionPointReference[MagicDrawUML]

    Permalink
  110. case class MagicDrawUMLConnectionPointReferenceImpl(e: ConnectionPointReference, ops: MagicDrawUMLUtil) extends MagicDrawUMLConnectionPointReference with TreeString with ValueTreeString with Product with Serializable

    Permalink
  111. trait MagicDrawUMLConnector extends MagicDrawUMLFeature with UMLConnector[MagicDrawUML]

    Permalink
  112. trait MagicDrawUMLConnectorEnd extends MagicDrawUMLMultiplicityElement with UMLConnectorEnd[MagicDrawUML]

    Permalink
  113. case class MagicDrawUMLConnectorEndImpl(e: ConnectorEnd, ops: MagicDrawUMLUtil) extends MagicDrawUMLConnectorEnd with TreeString with ValueTreeString with Product with Serializable

    Permalink
  114. case class MagicDrawUMLConnectorImpl(e: Connector, ops: MagicDrawUMLUtil) extends MagicDrawUMLConnector with TreeString with ValueTreeString with Product with Serializable

    Permalink
  115. trait MagicDrawUMLConsiderIgnoreFragment extends MagicDrawUMLCombinedFragment with UMLConsiderIgnoreFragment[MagicDrawUML]

    Permalink
  116. case class MagicDrawUMLConsiderIgnoreFragmentImpl(e: ConsiderIgnoreFragment, ops: MagicDrawUMLUtil) extends MagicDrawUMLConsiderIgnoreFragment with TreeString with ValueTreeString with Product with Serializable

    Permalink
  117. trait MagicDrawUMLConstraint extends MagicDrawUMLPackageableElement with UMLConstraint[MagicDrawUML]

    Permalink
  118. case class MagicDrawUMLConstraintImpl(e: Constraint, ops: MagicDrawUMLUtil) extends MagicDrawUMLConstraint with TreeString with ValueTreeString with Product with Serializable

    Permalink
  119. trait MagicDrawUMLContinuation extends MagicDrawUMLInteractionFragment with UMLContinuation[MagicDrawUML]

    Permalink
  120. case class MagicDrawUMLContinuationImpl(e: Continuation, ops: MagicDrawUMLUtil) extends MagicDrawUMLContinuation with TreeString with ValueTreeString with Product with Serializable

    Permalink
  121. trait MagicDrawUMLControlFlow extends MagicDrawUMLActivityEdge with UMLControlFlow[MagicDrawUML]

    Permalink
  122. case class MagicDrawUMLControlFlowImpl(e: ControlFlow, ops: MagicDrawUMLUtil) extends MagicDrawUMLControlFlow with TreeString with ValueTreeString with Product with Serializable

    Permalink
  123. trait MagicDrawUMLControlNode extends MagicDrawUMLActivityNode with UMLControlNode[MagicDrawUML]

    Permalink
  124. trait MagicDrawUMLCreateLinkAction extends MagicDrawUMLWriteLinkAction with UMLCreateLinkAction[MagicDrawUML]

    Permalink
  125. case class MagicDrawUMLCreateLinkActionImpl(e: CreateLinkAction, ops: MagicDrawUMLUtil) extends MagicDrawUMLCreateLinkAction with TreeString with ValueTreeString with Product with Serializable

    Permalink
  126. trait MagicDrawUMLCreateLinkObjectAction extends MagicDrawUMLCreateLinkAction with UMLCreateLinkObjectAction[MagicDrawUML]

    Permalink
  127. case class MagicDrawUMLCreateLinkObjectActionImpl(e: CreateLinkObjectAction, ops: MagicDrawUMLUtil) extends MagicDrawUMLCreateLinkObjectAction with TreeString with ValueTreeString with Product with Serializable

    Permalink
  128. trait MagicDrawUMLCreateObjectAction extends MagicDrawUMLAction with UMLCreateObjectAction[MagicDrawUML]

    Permalink
  129. case class MagicDrawUMLCreateObjectActionImpl(e: CreateObjectAction, ops: MagicDrawUMLUtil) extends MagicDrawUMLCreateObjectAction with TreeString with ValueTreeString with Product with Serializable

    Permalink
  130. trait MagicDrawUMLDataStoreNode extends MagicDrawUMLCentralBufferNode with UMLDataStoreNode[MagicDrawUML]

    Permalink
  131. case class MagicDrawUMLDataStoreNodeImpl(e: DataStoreNode, ops: MagicDrawUMLUtil) extends MagicDrawUMLDataStoreNode with TreeString with ValueTreeString with Product with Serializable

    Permalink
  132. trait MagicDrawUMLDataType extends MagicDrawUMLClassifier with UMLDataType[MagicDrawUML]

    Permalink
  133. case class MagicDrawUMLDataTypeImpl(e: DataType, ops: MagicDrawUMLUtil) extends MagicDrawUMLDataType with TreeString with ValueTreeString with Product with Serializable

    Permalink
  134. trait MagicDrawUMLDecisionNode extends MagicDrawUMLControlNode with UMLDecisionNode[MagicDrawUML]

    Permalink
  135. case class MagicDrawUMLDecisionNodeImpl(e: DecisionNode, ops: MagicDrawUMLUtil) extends MagicDrawUMLDecisionNode with TreeString with ValueTreeString with Product with Serializable

    Permalink
  136. trait MagicDrawUMLDependency extends MagicDrawUMLPackageableElement with MagicDrawUMLDirectedRelationship with UMLDependency[MagicDrawUML]

    Permalink
  137. case class MagicDrawUMLDependencyImpl(e: Dependency, ops: MagicDrawUMLUtil) extends MagicDrawUMLDependency with TreeString with ValueTreeString with Product with Serializable

    Permalink
  138. trait MagicDrawUMLDeployedArtifact extends MagicDrawUMLNamedElement with UMLDeployedArtifact[MagicDrawUML]

    Permalink
  139. trait MagicDrawUMLDeployment extends MagicDrawUMLDependency with UMLDeployment[MagicDrawUML]

    Permalink
  140. case class MagicDrawUMLDeploymentImpl(e: Deployment, ops: MagicDrawUMLUtil) extends MagicDrawUMLDeployment with TreeString with ValueTreeString with Product with Serializable

    Permalink
  141. trait MagicDrawUMLDeploymentSpecification extends MagicDrawUMLArtifact with UMLDeploymentSpecification[MagicDrawUML]

    Permalink
  142. case class MagicDrawUMLDeploymentSpecificationImpl(e: DeploymentSpecification, ops: MagicDrawUMLUtil) extends MagicDrawUMLDeploymentSpecification with TreeString with ValueTreeString with Product with Serializable

    Permalink
  143. trait MagicDrawUMLDeploymentTarget extends MagicDrawUMLNamedElement with UMLDeploymentTarget[MagicDrawUML]

    Permalink
  144. trait MagicDrawUMLDestroyLinkAction extends MagicDrawUMLWriteLinkAction with UMLDestroyLinkAction[MagicDrawUML]

    Permalink
  145. case class MagicDrawUMLDestroyLinkActionImpl(e: DestroyLinkAction, ops: MagicDrawUMLUtil) extends MagicDrawUMLDestroyLinkAction with TreeString with ValueTreeString with Product with Serializable

    Permalink
  146. trait MagicDrawUMLDestroyObjectAction extends MagicDrawUMLAction with UMLDestroyObjectAction[MagicDrawUML]

    Permalink
  147. case class MagicDrawUMLDestroyObjectActionImpl(e: DestroyObjectAction, ops: MagicDrawUMLUtil) extends MagicDrawUMLDestroyObjectAction with TreeString with ValueTreeString with Product with Serializable

    Permalink
  148. trait MagicDrawUMLDestructionOccurrenceSpecification extends MagicDrawUMLMessageOccurrenceSpecification with UMLDestructionOccurrenceSpecification[MagicDrawUML]

    Permalink
  149. case class MagicDrawUMLDestructionOccurrenceSpecificationImpl(e: DestructionOccurrenceSpecification, ops: MagicDrawUMLUtil) extends MagicDrawUMLDestructionOccurrenceSpecification with TreeString with ValueTreeString with Product with Serializable

    Permalink
  150. trait MagicDrawUMLDevice extends MagicDrawUMLNode with UMLDevice[MagicDrawUML]

    Permalink
  151. case class MagicDrawUMLDeviceImpl(e: Device, ops: MagicDrawUMLUtil) extends MagicDrawUMLDevice with TreeString with ValueTreeString with Product with Serializable

    Permalink
  152. trait MagicDrawUMLDiagram extends MagicDrawUMLNamedElement with UMLDiagram[MagicDrawUML]

    Permalink
  153. case class MagicDrawUMLDiagramImpl(e: Diagram, ops: MagicDrawUMLUtil) extends MagicDrawUMLDiagram with TreeString with ValueTreeString with Product with Serializable

    Permalink
  154. trait MagicDrawUMLDirectedRelationship extends MagicDrawUMLRelationship with UMLDirectedRelationship[MagicDrawUML]

    Permalink
  155. trait MagicDrawUMLDuration extends MagicDrawUMLValueSpecification with UMLDuration[MagicDrawUML]

    Permalink
  156. trait MagicDrawUMLDurationConstraint extends MagicDrawUMLIntervalConstraint with UMLDurationConstraint[MagicDrawUML]

    Permalink
  157. case class MagicDrawUMLDurationConstraintImpl(e: DurationConstraint, ops: MagicDrawUMLUtil) extends MagicDrawUMLDurationConstraint with TreeString with ValueTreeString with Product with Serializable

    Permalink
  158. case class MagicDrawUMLDurationImpl(e: Duration, ops: MagicDrawUMLUtil) extends MagicDrawUMLDuration with TreeString with ValueTreeString with Product with Serializable

    Permalink
  159. trait MagicDrawUMLDurationInterval extends MagicDrawUMLInterval with UMLDurationInterval[MagicDrawUML]

    Permalink
  160. case class MagicDrawUMLDurationIntervalImpl(e: DurationInterval, ops: MagicDrawUMLUtil) extends MagicDrawUMLDurationInterval with TreeString with ValueTreeString with Product with Serializable

    Permalink
  161. trait MagicDrawUMLDurationObservation extends MagicDrawUMLObservation with UMLDurationObservation[MagicDrawUML]

    Permalink
  162. case class MagicDrawUMLDurationObservationImpl(e: DurationObservation, ops: MagicDrawUMLUtil) extends MagicDrawUMLDurationObservation with TreeString with ValueTreeString with Product with Serializable

    Permalink
  163. trait MagicDrawUMLElement extends UMLElement[MagicDrawUML]

    Permalink
  164. trait MagicDrawUMLElementImport extends MagicDrawUMLDirectedRelationship with UMLElementImport[MagicDrawUML]

    Permalink
  165. case class MagicDrawUMLElementImportImpl(e: ElementImport, ops: MagicDrawUMLUtil) extends MagicDrawUMLElementImport with TreeString with ValueTreeString with Product with Serializable

    Permalink
  166. trait MagicDrawUMLElementValue extends MagicDrawUMLValueSpecification with UMLElementValue[MagicDrawUML]

    Permalink
  167. case class MagicDrawUMLElementValueImpl(e: ElementValue, ops: MagicDrawUMLUtil) extends MagicDrawUMLElementValue with TreeString with ValueTreeString with Product with Serializable

    Permalink
  168. trait MagicDrawUMLEncapsulatedClassifier extends MagicDrawUMLStructuredClassifier with UMLEncapsulatedClassifier[MagicDrawUML]

    Permalink
  169. trait MagicDrawUMLEnumeration extends MagicDrawUMLDataType with UMLEnumeration[MagicDrawUML]

    Permalink
  170. case class MagicDrawUMLEnumerationImpl(e: Enumeration, ops: MagicDrawUMLUtil) extends MagicDrawUMLEnumeration with TreeString with ValueTreeString with Product with Serializable

    Permalink
  171. trait MagicDrawUMLEnumerationLiteral extends MagicDrawUMLInstanceSpecification with UMLEnumerationLiteral[MagicDrawUML]

    Permalink
  172. case class MagicDrawUMLEnumerationLiteralImpl(e: EnumerationLiteral, ops: MagicDrawUMLUtil) extends MagicDrawUMLEnumerationLiteral with TreeString with ValueTreeString with Product with Serializable

    Permalink
  173. trait MagicDrawUMLEvent extends MagicDrawUMLPackageableElement with UMLEvent[MagicDrawUML]

    Permalink
  174. trait MagicDrawUMLExceptionHandler extends MagicDrawUMLElement with UMLExceptionHandler[MagicDrawUML]

    Permalink
  175. case class MagicDrawUMLExceptionHandlerImpl(e: ExceptionHandler, ops: MagicDrawUMLUtil) extends MagicDrawUMLExceptionHandler with TreeString with ValueTreeString with Product with Serializable

    Permalink
  176. trait MagicDrawUMLExecutableNode extends MagicDrawUMLActivityNode with UMLExecutableNode[MagicDrawUML]

    Permalink
  177. trait MagicDrawUMLExecutionEnvironment extends MagicDrawUMLNode with UMLExecutionEnvironment[MagicDrawUML]

    Permalink
  178. case class MagicDrawUMLExecutionEnvironmentImpl(e: ExecutionEnvironment, ops: MagicDrawUMLUtil) extends MagicDrawUMLExecutionEnvironment with TreeString with ValueTreeString with Product with Serializable

    Permalink
  179. trait MagicDrawUMLExecutionOccurrenceSpecification extends MagicDrawUMLOccurrenceSpecification with UMLExecutionOccurrenceSpecification[MagicDrawUML]

    Permalink
  180. case class MagicDrawUMLExecutionOccurrenceSpecificationImpl(e: ExecutionOccurrenceSpecification, ops: MagicDrawUMLUtil) extends MagicDrawUMLExecutionOccurrenceSpecification with TreeString with ValueTreeString with Product with Serializable

    Permalink
  181. trait MagicDrawUMLExecutionSpecification extends MagicDrawUMLInteractionFragment with UMLExecutionSpecification[MagicDrawUML]

    Permalink
  182. trait MagicDrawUMLExpansionNode extends MagicDrawUMLObjectNode with UMLExpansionNode[MagicDrawUML]

    Permalink
  183. case class MagicDrawUMLExpansionNodeImpl(e: ExpansionNode, ops: MagicDrawUMLUtil) extends MagicDrawUMLExpansionNode with TreeString with ValueTreeString with Product with Serializable

    Permalink
  184. trait MagicDrawUMLExpansionRegion extends MagicDrawUMLStructuredActivityNode with UMLExpansionRegion[MagicDrawUML]

    Permalink
  185. case class MagicDrawUMLExpansionRegionImpl(e: ExpansionRegion, ops: MagicDrawUMLUtil) extends MagicDrawUMLExpansionRegion with TreeString with ValueTreeString with Product with Serializable

    Permalink
  186. trait MagicDrawUMLExpression extends MagicDrawUMLValueSpecification with UMLExpression[MagicDrawUML]

    Permalink
  187. case class MagicDrawUMLExpressionImpl(e: Expression, ops: MagicDrawUMLUtil) extends MagicDrawUMLExpression with TreeString with ValueTreeString with Product with Serializable

    Permalink
  188. trait MagicDrawUMLExtend extends MagicDrawUMLNamedElement with MagicDrawUMLDirectedRelationship with UMLExtend[MagicDrawUML]

    Permalink
  189. case class MagicDrawUMLExtendImpl(e: Extend, ops: MagicDrawUMLUtil) extends MagicDrawUMLExtend with TreeString with ValueTreeString with Product with Serializable

    Permalink
  190. trait MagicDrawUMLExtension extends MagicDrawUMLAssociation with UMLExtension[MagicDrawUML]

    Permalink
  191. trait MagicDrawUMLExtensionEnd extends MagicDrawUMLProperty with UMLExtensionEnd[MagicDrawUML]

    Permalink
  192. case class MagicDrawUMLExtensionEndImpl(e: ExtensionEnd, ops: MagicDrawUMLUtil) extends MagicDrawUMLExtensionEnd with TreeString with ValueTreeString with Product with Serializable

    Permalink
  193. case class MagicDrawUMLExtensionImpl(e: Extension, ops: MagicDrawUMLUtil) extends MagicDrawUMLExtension with TreeString with ValueTreeString with Product with Serializable

    Permalink
  194. trait MagicDrawUMLExtensionPoint extends MagicDrawUMLRedefinableElement with UMLExtensionPoint[MagicDrawUML]

    Permalink
  195. case class MagicDrawUMLExtensionPointImpl(e: ExtensionPoint, ops: MagicDrawUMLUtil) extends MagicDrawUMLExtensionPoint with TreeString with ValueTreeString with Product with Serializable

    Permalink
  196. trait MagicDrawUMLFeature extends MagicDrawUMLRedefinableElement with UMLFeature[MagicDrawUML]

    Permalink
  197. trait MagicDrawUMLFinalNode extends MagicDrawUMLControlNode with UMLFinalNode[MagicDrawUML]

    Permalink
  198. case class MagicDrawUMLFinalNodeImpl(e: FinalNode, ops: MagicDrawUMLUtil) extends MagicDrawUMLFinalNode with TreeString with ValueTreeString with Product with Serializable

    Permalink
  199. trait MagicDrawUMLFinalState extends MagicDrawUMLState with UMLFinalState[MagicDrawUML]

    Permalink
  200. case class MagicDrawUMLFinalStateImpl(e: FinalState, ops: MagicDrawUMLUtil) extends MagicDrawUMLFinalState with TreeString with ValueTreeString with Product with Serializable

    Permalink
  201. trait MagicDrawUMLFlowFinalNode extends MagicDrawUMLFinalNode with UMLFlowFinalNode[MagicDrawUML]

    Permalink
  202. case class MagicDrawUMLFlowFinalNodeImpl(e: FlowFinalNode, ops: MagicDrawUMLUtil) extends MagicDrawUMLFlowFinalNode with TreeString with ValueTreeString with Product with Serializable

    Permalink
  203. trait MagicDrawUMLForkNode extends MagicDrawUMLControlNode with UMLForkNode[MagicDrawUML]

    Permalink
  204. case class MagicDrawUMLForkNodeImpl(e: ForkNode, ops: MagicDrawUMLUtil) extends MagicDrawUMLForkNode with TreeString with ValueTreeString with Product with Serializable

    Permalink
  205. trait MagicDrawUMLFunctionBehavior extends MagicDrawUMLOpaqueBehavior with UMLFunctionBehavior[MagicDrawUML]

    Permalink
  206. case class MagicDrawUMLFunctionBehaviorImpl(e: FunctionBehavior, ops: MagicDrawUMLUtil) extends MagicDrawUMLFunctionBehavior with TreeString with ValueTreeString with Product with Serializable

    Permalink
  207. trait MagicDrawUMLGate extends MagicDrawUMLMessageEnd with UMLGate[MagicDrawUML]

    Permalink
  208. case class MagicDrawUMLGateImpl(e: Gate, ops: MagicDrawUMLUtil) extends MagicDrawUMLGate with TreeString with ValueTreeString with Product with Serializable

    Permalink
  209. trait MagicDrawUMLGeneralOrdering extends MagicDrawUMLNamedElement with UMLGeneralOrdering[MagicDrawUML]

    Permalink
  210. case class MagicDrawUMLGeneralOrderingImpl(e: GeneralOrdering, ops: MagicDrawUMLUtil) extends MagicDrawUMLGeneralOrdering with TreeString with ValueTreeString with Product with Serializable

    Permalink
  211. trait MagicDrawUMLGeneralization extends MagicDrawUMLDirectedRelationship with UMLGeneralization[MagicDrawUML]

    Permalink
  212. case class MagicDrawUMLGeneralizationImpl(e: Generalization, ops: MagicDrawUMLUtil) extends MagicDrawUMLGeneralization with TreeString with ValueTreeString with Product with Serializable

    Permalink
  213. trait MagicDrawUMLGeneralizationSet extends MagicDrawUMLPackageableElement with UMLGeneralizationSet[MagicDrawUML]

    Permalink
  214. case class MagicDrawUMLGeneralizationSetImpl(e: GeneralizationSet, ops: MagicDrawUMLUtil) extends MagicDrawUMLGeneralizationSet with TreeString with ValueTreeString with Product with Serializable

    Permalink
  215. trait MagicDrawUMLImage extends MagicDrawUMLElement with UMLImage[MagicDrawUML]

    Permalink
  216. case class MagicDrawUMLImageImpl(e: Image, ops: MagicDrawUMLUtil) extends MagicDrawUMLImage with TreeString with ValueTreeString with Product with Serializable

    Permalink
  217. trait MagicDrawUMLInclude extends MagicDrawUMLNamedElement with MagicDrawUMLDirectedRelationship with UMLInclude[MagicDrawUML]

    Permalink
  218. case class MagicDrawUMLIncludeImpl(e: Include, ops: MagicDrawUMLUtil) extends MagicDrawUMLInclude with TreeString with ValueTreeString with Product with Serializable

    Permalink
  219. trait MagicDrawUMLInformationFlow extends MagicDrawUMLPackageableElement with MagicDrawUMLDirectedRelationship with UMLInformationFlow[MagicDrawUML]

    Permalink
  220. case class MagicDrawUMLInformationFlowImpl(e: InformationFlow, ops: MagicDrawUMLUtil) extends MagicDrawUMLInformationFlow with TreeString with ValueTreeString with Product with Serializable

    Permalink
  221. trait MagicDrawUMLInformationItem extends MagicDrawUMLClassifier with UMLInformationItem[MagicDrawUML]

    Permalink
  222. case class MagicDrawUMLInformationItemImpl(e: InformationItem, ops: MagicDrawUMLUtil) extends MagicDrawUMLInformationItem with TreeString with ValueTreeString with Product with Serializable

    Permalink
  223. trait MagicDrawUMLInitialNode extends MagicDrawUMLControlNode with UMLInitialNode[MagicDrawUML]

    Permalink
  224. case class MagicDrawUMLInitialNodeImpl(e: InitialNode, ops: MagicDrawUMLUtil) extends MagicDrawUMLInitialNode with TreeString with ValueTreeString with Product with Serializable

    Permalink
  225. trait MagicDrawUMLInputPin extends MagicDrawUMLPin with UMLInputPin[MagicDrawUML]

    Permalink
  226. case class MagicDrawUMLInputPinImpl(e: InputPin, ops: MagicDrawUMLUtil) extends MagicDrawUMLInputPin with TreeString with ValueTreeString with Product with Serializable

    Permalink
  227. trait MagicDrawUMLInstanceSpecification extends MagicDrawUMLPackageableElement with MagicDrawUMLDeploymentTarget with MagicDrawUMLDeployedArtifact with UMLInstanceSpecification[MagicDrawUML]

    Permalink
  228. case class MagicDrawUMLInstanceSpecificationImpl(e: InstanceSpecification, ops: MagicDrawUMLUtil) extends MagicDrawUMLInstanceSpecification with TreeString with ValueTreeString with Product with Serializable

    Permalink
  229. trait MagicDrawUMLInstanceValue extends MagicDrawUMLValueSpecification with UMLInstanceValue[MagicDrawUML]

    Permalink
  230. case class MagicDrawUMLInstanceValueImpl(e: InstanceValue, ops: MagicDrawUMLUtil) extends MagicDrawUMLInstanceValue with TreeString with ValueTreeString with Product with Serializable

    Permalink
  231. trait MagicDrawUMLInteraction extends MagicDrawUMLBehavior with MagicDrawUMLInteractionFragment with UMLInteraction[MagicDrawUML]

    Permalink
  232. trait MagicDrawUMLInteractionConstraint extends MagicDrawUMLConstraint with UMLInteractionConstraint[MagicDrawUML]

    Permalink
  233. case class MagicDrawUMLInteractionConstraintImpl(e: InteractionConstraint, ops: MagicDrawUMLUtil) extends MagicDrawUMLInteractionConstraint with TreeString with ValueTreeString with Product with Serializable

    Permalink
  234. trait MagicDrawUMLInteractionFragment extends MagicDrawUMLNamedElement with UMLInteractionFragment[MagicDrawUML]

    Permalink
  235. case class MagicDrawUMLInteractionImpl(e: Interaction, ops: MagicDrawUMLUtil) extends MagicDrawUMLInteraction with TreeString with ValueTreeString with Product with Serializable

    Permalink
  236. trait MagicDrawUMLInteractionOperand extends MagicDrawUMLNamespace with MagicDrawUMLInteractionFragment with UMLInteractionOperand[MagicDrawUML]

    Permalink
  237. case class MagicDrawUMLInteractionOperandImpl(e: InteractionOperand, ops: MagicDrawUMLUtil) extends MagicDrawUMLInteractionOperand with TreeString with ValueTreeString with Product with Serializable

    Permalink
  238. trait MagicDrawUMLInteractionUse extends MagicDrawUMLInteractionFragment with UMLInteractionUse[MagicDrawUML]

    Permalink
  239. case class MagicDrawUMLInteractionUseImpl(e: InteractionUse, ops: MagicDrawUMLUtil) extends MagicDrawUMLInteractionUse with TreeString with ValueTreeString with Product with Serializable

    Permalink
  240. trait MagicDrawUMLInterface extends MagicDrawUMLClassifier with UMLInterface[MagicDrawUML]

    Permalink
  241. case class MagicDrawUMLInterfaceImpl(e: Interface, ops: MagicDrawUMLUtil) extends MagicDrawUMLInterface with TreeString with ValueTreeString with Product with Serializable

    Permalink
  242. trait MagicDrawUMLInterfaceRealization extends MagicDrawUMLRealization with UMLInterfaceRealization[MagicDrawUML]

    Permalink
  243. case class MagicDrawUMLInterfaceRealizationImpl(e: InterfaceRealization, ops: MagicDrawUMLUtil) extends MagicDrawUMLInterfaceRealization with TreeString with ValueTreeString with Product with Serializable

    Permalink
  244. trait MagicDrawUMLInterruptibleActivityRegion extends MagicDrawUMLActivityGroup with UMLInterruptibleActivityRegion[MagicDrawUML]

    Permalink
  245. case class MagicDrawUMLInterruptibleActivityRegionImpl(e: InterruptibleActivityRegion, ops: MagicDrawUMLUtil) extends MagicDrawUMLInterruptibleActivityRegion with TreeString with ValueTreeString with Product with Serializable

    Permalink
  246. trait MagicDrawUMLInterval extends MagicDrawUMLValueSpecification with UMLInterval[MagicDrawUML]

    Permalink
  247. trait MagicDrawUMLIntervalConstraint extends MagicDrawUMLConstraint with UMLIntervalConstraint[MagicDrawUML]

    Permalink
  248. case class MagicDrawUMLIntervalConstraintImpl(e: IntervalConstraint, ops: MagicDrawUMLUtil) extends MagicDrawUMLIntervalConstraint with TreeString with ValueTreeString with Product with Serializable

    Permalink
  249. case class MagicDrawUMLIntervalImpl(e: Interval, ops: MagicDrawUMLUtil) extends MagicDrawUMLInterval with TreeString with ValueTreeString with Product with Serializable

    Permalink
  250. trait MagicDrawUMLInvocationAction extends MagicDrawUMLAction with UMLInvocationAction[MagicDrawUML]

    Permalink
  251. trait MagicDrawUMLJoinNode extends MagicDrawUMLControlNode with UMLJoinNode[MagicDrawUML]

    Permalink
  252. case class MagicDrawUMLJoinNodeImpl(e: JoinNode, ops: MagicDrawUMLUtil) extends MagicDrawUMLJoinNode with TreeString with ValueTreeString with Product with Serializable

    Permalink
  253. trait MagicDrawUMLLifeline extends MagicDrawUMLNamedElement with UMLLifeline[MagicDrawUML]

    Permalink
  254. case class MagicDrawUMLLifelineImpl(e: Lifeline, ops: MagicDrawUMLUtil) extends MagicDrawUMLLifeline with TreeString with ValueTreeString with Product with Serializable

    Permalink
  255. trait MagicDrawUMLLinkAction extends MagicDrawUMLAction with UMLLinkAction[MagicDrawUML]

    Permalink
  256. trait MagicDrawUMLLinkEndCreationData extends MagicDrawUMLLinkEndData with UMLLinkEndCreationData[MagicDrawUML]

    Permalink
  257. case class MagicDrawUMLLinkEndCreationDataImpl(e: LinkEndCreationData, ops: MagicDrawUMLUtil) extends MagicDrawUMLLinkEndCreationData with TreeString with ValueTreeString with Product with Serializable

    Permalink
  258. trait MagicDrawUMLLinkEndData extends MagicDrawUMLElement with UMLLinkEndData[MagicDrawUML]

    Permalink
  259. case class MagicDrawUMLLinkEndDataImpl(e: LinkEndData, ops: MagicDrawUMLUtil) extends MagicDrawUMLLinkEndData with TreeString with ValueTreeString with Product with Serializable

    Permalink
  260. trait MagicDrawUMLLinkEndDestructionData extends MagicDrawUMLLinkEndData with UMLLinkEndDestructionData[MagicDrawUML]

    Permalink
  261. case class MagicDrawUMLLinkEndDestructionDataImpl(e: LinkEndDestructionData, ops: MagicDrawUMLUtil) extends MagicDrawUMLLinkEndDestructionData with TreeString with ValueTreeString with Product with Serializable

    Permalink
  262. trait MagicDrawUMLLiteralBoolean extends MagicDrawUMLLiteralSpecification with UMLLiteralBoolean[MagicDrawUML]

    Permalink
  263. case class MagicDrawUMLLiteralBooleanImpl(e: LiteralBoolean, ops: MagicDrawUMLUtil) extends MagicDrawUMLLiteralBoolean with TreeString with ValueTreeString with Product with Serializable

    Permalink
  264. trait MagicDrawUMLLiteralInteger extends MagicDrawUMLLiteralSpecification with UMLLiteralInteger[MagicDrawUML]

    Permalink
  265. case class MagicDrawUMLLiteralIntegerImpl(e: LiteralInteger, ops: MagicDrawUMLUtil) extends MagicDrawUMLLiteralInteger with TreeString with ValueTreeString with Product with Serializable

    Permalink
  266. trait MagicDrawUMLLiteralNull extends MagicDrawUMLLiteralSpecification with UMLLiteralNull[MagicDrawUML]

    Permalink
  267. case class MagicDrawUMLLiteralNullImpl(e: LiteralNull, ops: MagicDrawUMLUtil) extends MagicDrawUMLLiteralNull with TreeString with ValueTreeString with Product with Serializable

    Permalink
  268. trait MagicDrawUMLLiteralReal extends MagicDrawUMLLiteralSpecification with UMLLiteralReal[MagicDrawUML]

    Permalink
  269. case class MagicDrawUMLLiteralRealImpl(e: LiteralReal, ops: MagicDrawUMLUtil) extends MagicDrawUMLLiteralReal with TreeString with ValueTreeString with Product with Serializable

    Permalink
  270. trait MagicDrawUMLLiteralSpecification extends MagicDrawUMLValueSpecification with UMLLiteralSpecification[MagicDrawUML]

    Permalink
  271. trait MagicDrawUMLLiteralString extends MagicDrawUMLLiteralSpecification with UMLLiteralString[MagicDrawUML]

    Permalink
  272. case class MagicDrawUMLLiteralStringImpl(e: LiteralString, ops: MagicDrawUMLUtil) extends MagicDrawUMLLiteralString with TreeString with ValueTreeString with Product with Serializable

    Permalink
  273. trait MagicDrawUMLLiteralUnlimitedNatural extends MagicDrawUMLLiteralSpecification with UMLLiteralUnlimitedNatural[MagicDrawUML]

    Permalink
  274. case class MagicDrawUMLLiteralUnlimitedNaturalImpl(e: LiteralUnlimitedNatural, ops: MagicDrawUMLUtil) extends MagicDrawUMLLiteralUnlimitedNatural with TreeString with ValueTreeString with Product with Serializable

    Permalink
  275. trait MagicDrawUMLLoopNode extends MagicDrawUMLStructuredActivityNode with UMLLoopNode[MagicDrawUML]

    Permalink
  276. case class MagicDrawUMLLoopNodeImpl(e: LoopNode, ops: MagicDrawUMLUtil) extends MagicDrawUMLLoopNode with TreeString with ValueTreeString with Product with Serializable

    Permalink
  277. trait MagicDrawUMLManifestation extends MagicDrawUMLAbstraction with UMLManifestation[MagicDrawUML]

    Permalink
  278. case class MagicDrawUMLManifestationImpl(e: Manifestation, ops: MagicDrawUMLUtil) extends MagicDrawUMLManifestation with TreeString with ValueTreeString with Product with Serializable

    Permalink
  279. trait MagicDrawUMLMergeNode extends MagicDrawUMLControlNode with UMLMergeNode[MagicDrawUML]

    Permalink
  280. case class MagicDrawUMLMergeNodeImpl(e: MergeNode, ops: MagicDrawUMLUtil) extends MagicDrawUMLMergeNode with TreeString with ValueTreeString with Product with Serializable

    Permalink
  281. trait MagicDrawUMLMessage extends MagicDrawUMLNamedElement with UMLMessage[MagicDrawUML]

    Permalink
  282. trait MagicDrawUMLMessageEnd extends MagicDrawUMLNamedElement with UMLMessageEnd[MagicDrawUML]

    Permalink
  283. trait MagicDrawUMLMessageEvent extends MagicDrawUMLEvent with UMLMessageEvent[MagicDrawUML]

    Permalink
  284. case class MagicDrawUMLMessageImpl(e: Message, ops: MagicDrawUMLUtil) extends MagicDrawUMLMessage with TreeString with ValueTreeString with Product with Serializable

    Permalink
  285. trait MagicDrawUMLMessageOccurrenceSpecification extends MagicDrawUMLOccurrenceSpecification with MagicDrawUMLMessageEnd with UMLMessageOccurrenceSpecification[MagicDrawUML]

    Permalink
  286. case class MagicDrawUMLMessageOccurrenceSpecificationImpl(e: MessageOccurrenceSpecification, ops: MagicDrawUMLUtil) extends MagicDrawUMLMessageOccurrenceSpecification with TreeString with ValueTreeString with Product with Serializable

    Permalink
  287. trait MagicDrawUMLModel extends MagicDrawUMLPackage with UMLModel[MagicDrawUML]

    Permalink
  288. case class MagicDrawUMLModelImpl(e: Model, ops: MagicDrawUMLUtil) extends MagicDrawUMLModel with TreeString with ValueTreeString with Product with Serializable

    Permalink
  289. trait MagicDrawUMLMultiplicityElement extends MagicDrawUMLElement with UMLMultiplicityElement[MagicDrawUML]

    Permalink
  290. trait MagicDrawUMLNamedElement extends MagicDrawUMLElement with UMLNamedElement[MagicDrawUML]

    Permalink
  291. trait MagicDrawUMLNamespace extends MagicDrawUMLNamedElement with UMLNamespace[MagicDrawUML]

    Permalink
  292. trait MagicDrawUMLNode extends MagicDrawUMLClass with MagicDrawUMLDeploymentTarget with UMLNode[MagicDrawUML]

    Permalink
  293. case class MagicDrawUMLNodeImpl(e: Node, ops: MagicDrawUMLUtil) extends MagicDrawUMLNode with TreeString with ValueTreeString with Product with Serializable

    Permalink
  294. trait MagicDrawUMLObjectFlow extends MagicDrawUMLActivityEdge with UMLObjectFlow[MagicDrawUML]

    Permalink
  295. case class MagicDrawUMLObjectFlowImpl(e: ObjectFlow, ops: MagicDrawUMLUtil) extends MagicDrawUMLObjectFlow with TreeString with ValueTreeString with Product with Serializable

    Permalink
  296. trait MagicDrawUMLObjectNode extends MagicDrawUMLActivityNode with MagicDrawUMLTypedElement with UMLObjectNode[MagicDrawUML]

    Permalink
  297. trait MagicDrawUMLObservation extends MagicDrawUMLPackageableElement with UMLObservation[MagicDrawUML]

    Permalink
  298. trait MagicDrawUMLOccurrenceSpecification extends MagicDrawUMLInteractionFragment with UMLOccurrenceSpecification[MagicDrawUML]

    Permalink
  299. case class MagicDrawUMLOccurrenceSpecificationImpl(e: OccurrenceSpecification, ops: MagicDrawUMLUtil) extends MagicDrawUMLOccurrenceSpecification with TreeString with ValueTreeString with Product with Serializable

    Permalink
  300. trait MagicDrawUMLOpaqueAction extends MagicDrawUMLAction with UMLOpaqueAction[MagicDrawUML]

    Permalink
  301. case class MagicDrawUMLOpaqueActionImpl(e: OpaqueAction, ops: MagicDrawUMLUtil) extends MagicDrawUMLOpaqueAction with TreeString with ValueTreeString with Product with Serializable

    Permalink
  302. trait MagicDrawUMLOpaqueBehavior extends MagicDrawUMLBehavior with UMLOpaqueBehavior[MagicDrawUML]

    Permalink
  303. case class MagicDrawUMLOpaqueBehaviorImpl(e: OpaqueBehavior, ops: MagicDrawUMLUtil) extends MagicDrawUMLOpaqueBehavior with TreeString with ValueTreeString with Product with Serializable

    Permalink
  304. trait MagicDrawUMLOpaqueExpression extends MagicDrawUMLValueSpecification with UMLOpaqueExpression[MagicDrawUML]

    Permalink
  305. case class MagicDrawUMLOpaqueExpressionImpl(e: OpaqueExpression, ops: MagicDrawUMLUtil) extends MagicDrawUMLOpaqueExpression with TreeString with ValueTreeString with Product with Serializable

    Permalink
  306. trait MagicDrawUMLOperation extends MagicDrawUMLBehavioralFeature with MagicDrawUMLParameterableElement with MagicDrawUMLTemplateableElement with UMLOperation[MagicDrawUML]

    Permalink
  307. case class MagicDrawUMLOperationImpl(e: Operation, ops: MagicDrawUMLUtil) extends MagicDrawUMLOperation with TreeString with ValueTreeString with Product with Serializable

    Permalink
  308. trait MagicDrawUMLOperationTemplateParameter extends MagicDrawUMLTemplateParameter with UMLOperationTemplateParameter[MagicDrawUML]

    Permalink
  309. case class MagicDrawUMLOperationTemplateParameterImpl(e: OperationTemplateParameter, ops: MagicDrawUMLUtil) extends MagicDrawUMLOperationTemplateParameter with TreeString with ValueTreeString with Product with Serializable

    Permalink
  310. trait MagicDrawUMLOps extends EarlyInit[MagicDrawUMLOps] with UMLOps[MagicDrawUML]

    Permalink
  311. trait MagicDrawUMLOutputPin extends MagicDrawUMLPin with UMLOutputPin[MagicDrawUML]

    Permalink
  312. case class MagicDrawUMLOutputPinImpl(e: OutputPin, ops: MagicDrawUMLUtil) extends MagicDrawUMLOutputPin with TreeString with ValueTreeString with Product with Serializable

    Permalink
  313. trait MagicDrawUMLPackage extends MagicDrawUMLPackageableElement with MagicDrawUMLNamespace with MagicDrawUMLTemplateableElement with UMLPackage[MagicDrawUML]

    Permalink
  314. case class MagicDrawUMLPackageImpl(e: Package, ops: MagicDrawUMLUtil) extends MagicDrawUMLPackage with TreeString with ValueTreeString with Product with Serializable

    Permalink
  315. trait MagicDrawUMLPackageImport extends MagicDrawUMLDirectedRelationship with UMLPackageImport[MagicDrawUML]

    Permalink
  316. case class MagicDrawUMLPackageImportImpl(e: PackageImport, ops: MagicDrawUMLUtil) extends MagicDrawUMLPackageImport with TreeString with ValueTreeString with Product with Serializable

    Permalink
  317. trait MagicDrawUMLPackageMerge extends MagicDrawUMLDirectedRelationship with UMLPackageMerge[MagicDrawUML]

    Permalink
  318. case class MagicDrawUMLPackageMergeImpl(e: PackageMerge, ops: MagicDrawUMLUtil) extends MagicDrawUMLPackageMerge with TreeString with ValueTreeString with Product with Serializable

    Permalink
  319. trait MagicDrawUMLPackageableElement extends MagicDrawUMLNamedElement with MagicDrawUMLParameterableElement with UMLPackageableElement[MagicDrawUML]

    Permalink
  320. trait MagicDrawUMLParameter extends MagicDrawUMLConnectableElement with MagicDrawUMLMultiplicityElement with UMLParameter[MagicDrawUML]

    Permalink
  321. case class MagicDrawUMLParameterImpl(e: Parameter, ops: MagicDrawUMLUtil) extends MagicDrawUMLParameter with TreeString with ValueTreeString with Product with Serializable

    Permalink
  322. trait MagicDrawUMLParameterSet extends MagicDrawUMLNamedElement with UMLParameterSet[MagicDrawUML]

    Permalink
  323. case class MagicDrawUMLParameterSetImpl(e: ParameterSet, ops: MagicDrawUMLUtil) extends MagicDrawUMLParameterSet with TreeString with ValueTreeString with Product with Serializable

    Permalink
  324. trait MagicDrawUMLParameterableElement extends MagicDrawUMLElement with UMLParameterableElement[MagicDrawUML]

    Permalink
  325. trait MagicDrawUMLPartDecomposition extends MagicDrawUMLInteractionUse with UMLPartDecomposition[MagicDrawUML]

    Permalink
  326. case class MagicDrawUMLPartDecompositionImpl(e: PartDecomposition, ops: MagicDrawUMLUtil) extends MagicDrawUMLPartDecomposition with TreeString with ValueTreeString with Product with Serializable

    Permalink
  327. trait MagicDrawUMLPin extends MagicDrawUMLObjectNode with MagicDrawUMLMultiplicityElement with UMLPin[MagicDrawUML]

    Permalink
  328. trait MagicDrawUMLPort extends MagicDrawUMLProperty with UMLPort[MagicDrawUML]

    Permalink
  329. case class MagicDrawUMLPortImpl(e: Port, ops: MagicDrawUMLUtil) extends MagicDrawUMLPort with TreeString with ValueTreeString with Product with Serializable

    Permalink
  330. trait MagicDrawUMLPrimitiveType extends MagicDrawUMLDataType with UMLPrimitiveType[MagicDrawUML]

    Permalink
  331. case class MagicDrawUMLPrimitiveTypeImpl(e: PrimitiveType, ops: MagicDrawUMLUtil) extends MagicDrawUMLPrimitiveType with TreeString with ValueTreeString with Product with Serializable

    Permalink
  332. trait MagicDrawUMLProfile extends MagicDrawUMLPackage with UMLProfile[MagicDrawUML]

    Permalink
  333. trait MagicDrawUMLProfileApplication extends MagicDrawUMLDirectedRelationship with UMLProfileApplication[MagicDrawUML]

    Permalink
  334. case class MagicDrawUMLProfileApplicationImpl(e: ProfileApplication, ops: MagicDrawUMLUtil) extends MagicDrawUMLProfileApplication with TreeString with ValueTreeString with Product with Serializable

    Permalink
  335. case class MagicDrawUMLProfileImpl(e: Profile, ops: MagicDrawUMLUtil) extends MagicDrawUMLProfile with TreeString with ValueTreeString with Product with Serializable

    Permalink
  336. trait MagicDrawUMLProperty extends MagicDrawUMLStructuralFeature with MagicDrawUMLConnectableElement with MagicDrawUMLDeploymentTarget with UMLProperty[MagicDrawUML]

    Permalink
  337. case class MagicDrawUMLPropertyImpl(e: Property, ops: MagicDrawUMLUtil) extends MagicDrawUMLProperty with TreeString with ValueTreeString with Product with Serializable

    Permalink
  338. trait MagicDrawUMLProtocolConformance extends MagicDrawUMLDirectedRelationship with UMLProtocolConformance[MagicDrawUML]

    Permalink
  339. case class MagicDrawUMLProtocolConformanceImpl(e: ProtocolConformance, ops: MagicDrawUMLUtil) extends MagicDrawUMLProtocolConformance with TreeString with ValueTreeString with Product with Serializable

    Permalink
  340. trait MagicDrawUMLProtocolStateMachine extends MagicDrawUMLStateMachine with UMLProtocolStateMachine[MagicDrawUML]

    Permalink
  341. case class MagicDrawUMLProtocolStateMachineImpl(e: ProtocolStateMachine, ops: MagicDrawUMLUtil) extends MagicDrawUMLProtocolStateMachine with TreeString with ValueTreeString with Product with Serializable

    Permalink
  342. trait MagicDrawUMLProtocolTransition extends MagicDrawUMLTransition with UMLProtocolTransition[MagicDrawUML]

    Permalink
  343. case class MagicDrawUMLProtocolTransitionImpl(e: ProtocolTransition, ops: MagicDrawUMLUtil) extends MagicDrawUMLProtocolTransition with TreeString with ValueTreeString with Product with Serializable

    Permalink
  344. trait MagicDrawUMLPseudostate extends MagicDrawUMLVertex with UMLPseudostate[MagicDrawUML]

    Permalink
  345. case class MagicDrawUMLPseudostateImpl(e: Pseudostate, ops: MagicDrawUMLUtil) extends MagicDrawUMLPseudostate with TreeString with ValueTreeString with Product with Serializable

    Permalink
  346. trait MagicDrawUMLQualifierValue extends MagicDrawUMLElement with UMLQualifierValue[MagicDrawUML]

    Permalink
  347. case class MagicDrawUMLQualifierValueImpl(e: QualifierValue, ops: MagicDrawUMLUtil) extends MagicDrawUMLQualifierValue with TreeString with ValueTreeString with Product with Serializable

    Permalink
  348. trait MagicDrawUMLRaiseExceptionAction extends MagicDrawUMLAction with UMLRaiseExceptionAction[MagicDrawUML]

    Permalink
  349. case class MagicDrawUMLRaiseExceptionActionImpl(e: RaiseExceptionAction, ops: MagicDrawUMLUtil) extends MagicDrawUMLRaiseExceptionAction with TreeString with ValueTreeString with Product with Serializable

    Permalink
  350. trait MagicDrawUMLReadExtentAction extends MagicDrawUMLAction with UMLReadExtentAction[MagicDrawUML]

    Permalink
  351. case class MagicDrawUMLReadExtentActionImpl(e: ReadExtentAction, ops: MagicDrawUMLUtil) extends MagicDrawUMLReadExtentAction with TreeString with ValueTreeString with Product with Serializable

    Permalink
  352. trait MagicDrawUMLReadIsClassifiedObjectAction extends MagicDrawUMLAction with UMLReadIsClassifiedObjectAction[MagicDrawUML]

    Permalink
  353. case class MagicDrawUMLReadIsClassifiedObjectActionImpl(e: ReadIsClassifiedObjectAction, ops: MagicDrawUMLUtil) extends MagicDrawUMLReadIsClassifiedObjectAction with TreeString with ValueTreeString with Product with Serializable

    Permalink
  354. trait MagicDrawUMLReadLinkAction extends MagicDrawUMLLinkAction with UMLReadLinkAction[MagicDrawUML]

    Permalink
  355. case class MagicDrawUMLReadLinkActionImpl(e: ReadLinkAction, ops: MagicDrawUMLUtil) extends MagicDrawUMLReadLinkAction with TreeString with ValueTreeString with Product with Serializable

    Permalink
  356. trait MagicDrawUMLReadLinkObjectEndAction extends MagicDrawUMLAction with UMLReadLinkObjectEndAction[MagicDrawUML]

    Permalink
  357. case class MagicDrawUMLReadLinkObjectEndActionImpl(e: ReadLinkObjectEndAction, ops: MagicDrawUMLUtil) extends MagicDrawUMLReadLinkObjectEndAction with TreeString with ValueTreeString with Product with Serializable

    Permalink
  358. trait MagicDrawUMLReadLinkObjectEndQualifierAction extends MagicDrawUMLAction with UMLReadLinkObjectEndQualifierAction[MagicDrawUML]

    Permalink
  359. case class MagicDrawUMLReadLinkObjectEndQualifierActionImpl(e: ReadLinkObjectEndQualifierAction, ops: MagicDrawUMLUtil) extends MagicDrawUMLReadLinkObjectEndQualifierAction with TreeString with ValueTreeString with Product with Serializable

    Permalink
  360. trait MagicDrawUMLReadSelfAction extends MagicDrawUMLAction with UMLReadSelfAction[MagicDrawUML]

    Permalink
  361. case class MagicDrawUMLReadSelfActionImpl(e: ReadSelfAction, ops: MagicDrawUMLUtil) extends MagicDrawUMLReadSelfAction with TreeString with ValueTreeString with Product with Serializable

    Permalink
  362. trait MagicDrawUMLReadStructuralFeatureAction extends MagicDrawUMLStructuralFeatureAction with UMLReadStructuralFeatureAction[MagicDrawUML]

    Permalink
  363. case class MagicDrawUMLReadStructuralFeatureActionImpl(e: ReadStructuralFeatureAction, ops: MagicDrawUMLUtil) extends MagicDrawUMLReadStructuralFeatureAction with TreeString with ValueTreeString with Product with Serializable

    Permalink
  364. trait MagicDrawUMLReadVariableAction extends MagicDrawUMLVariableAction with UMLReadVariableAction[MagicDrawUML]

    Permalink
  365. case class MagicDrawUMLReadVariableActionImpl(e: ReadVariableAction, ops: MagicDrawUMLUtil) extends MagicDrawUMLReadVariableAction with TreeString with ValueTreeString with Product with Serializable

    Permalink
  366. trait MagicDrawUMLRealization extends MagicDrawUMLAbstraction with UMLRealization[MagicDrawUML]

    Permalink
  367. case class MagicDrawUMLRealizationImpl(e: Realization, ops: MagicDrawUMLUtil) extends MagicDrawUMLRealization with TreeString with ValueTreeString with Product with Serializable

    Permalink
  368. trait MagicDrawUMLReception extends MagicDrawUMLBehavioralFeature with UMLReception[MagicDrawUML]

    Permalink
  369. case class MagicDrawUMLReceptionImpl(e: Reception, ops: MagicDrawUMLUtil) extends MagicDrawUMLReception with TreeString with ValueTreeString with Product with Serializable

    Permalink
  370. trait MagicDrawUMLReclassifyObjectAction extends MagicDrawUMLAction with UMLReclassifyObjectAction[MagicDrawUML]

    Permalink
  371. case class MagicDrawUMLReclassifyObjectActionImpl(e: ReclassifyObjectAction, ops: MagicDrawUMLUtil) extends MagicDrawUMLReclassifyObjectAction with TreeString with ValueTreeString with Product with Serializable

    Permalink
  372. trait MagicDrawUMLRedefinableElement extends MagicDrawUMLNamedElement with UMLRedefinableElement[MagicDrawUML]

    Permalink
  373. trait MagicDrawUMLRedefinableTemplateSignature extends MagicDrawUMLRedefinableElement with MagicDrawUMLTemplateSignature with UMLRedefinableTemplateSignature[MagicDrawUML]

    Permalink
  374. case class MagicDrawUMLRedefinableTemplateSignatureImpl(e: RedefinableTemplateSignature, ops: MagicDrawUMLUtil) extends MagicDrawUMLRedefinableTemplateSignature with TreeString with ValueTreeString with Product with Serializable

    Permalink
  375. trait MagicDrawUMLReduceAction extends MagicDrawUMLAction with UMLReduceAction[MagicDrawUML]

    Permalink
  376. case class MagicDrawUMLReduceActionImpl(e: ReduceAction, ops: MagicDrawUMLUtil) extends MagicDrawUMLReduceAction with TreeString with ValueTreeString with Product with Serializable

    Permalink
  377. trait MagicDrawUMLRegion extends MagicDrawUMLNamespace with MagicDrawUMLRedefinableElement with UMLRegion[MagicDrawUML]

    Permalink
  378. case class MagicDrawUMLRegionImpl(e: Region, ops: MagicDrawUMLUtil) extends MagicDrawUMLRegion with TreeString with ValueTreeString with Product with Serializable

    Permalink
  379. trait MagicDrawUMLRelationship extends MagicDrawUMLElement with UMLRelationship[MagicDrawUML]

    Permalink
  380. trait MagicDrawUMLRemoveStructuralFeatureValueAction extends MagicDrawUMLWriteStructuralFeatureAction with UMLRemoveStructuralFeatureValueAction[MagicDrawUML]

    Permalink
  381. case class MagicDrawUMLRemoveStructuralFeatureValueActionImpl(e: RemoveStructuralFeatureValueAction, ops: MagicDrawUMLUtil) extends MagicDrawUMLRemoveStructuralFeatureValueAction with TreeString with ValueTreeString with Product with Serializable

    Permalink
  382. trait MagicDrawUMLRemoveVariableValueAction extends MagicDrawUMLWriteVariableAction with UMLRemoveVariableValueAction[MagicDrawUML]

    Permalink
  383. case class MagicDrawUMLRemoveVariableValueActionImpl(e: RemoveVariableValueAction, ops: MagicDrawUMLUtil) extends MagicDrawUMLRemoveVariableValueAction with TreeString with ValueTreeString with Product with Serializable

    Permalink
  384. trait MagicDrawUMLReplyAction extends MagicDrawUMLAction with UMLReplyAction[MagicDrawUML]

    Permalink
  385. case class MagicDrawUMLReplyActionImpl(e: ReplyAction, ops: MagicDrawUMLUtil) extends MagicDrawUMLReplyAction with TreeString with ValueTreeString with Product with Serializable

    Permalink
  386. trait MagicDrawUMLSendObjectAction extends MagicDrawUMLInvocationAction with UMLSendObjectAction[MagicDrawUML]

    Permalink
  387. case class MagicDrawUMLSendObjectActionImpl(e: SendObjectAction, ops: MagicDrawUMLUtil) extends MagicDrawUMLSendObjectAction with TreeString with ValueTreeString with Product with Serializable

    Permalink
  388. trait MagicDrawUMLSendSignalAction extends MagicDrawUMLInvocationAction with UMLSendSignalAction[MagicDrawUML]

    Permalink
  389. case class MagicDrawUMLSendSignalActionImpl(e: SendSignalAction, ops: MagicDrawUMLUtil) extends MagicDrawUMLSendSignalAction with TreeString with ValueTreeString with Product with Serializable

    Permalink
  390. trait MagicDrawUMLSequenceNode extends MagicDrawUMLStructuredActivityNode with UMLSequenceNode[MagicDrawUML]

    Permalink
  391. case class MagicDrawUMLSequenceNodeImpl(e: SequenceNode, ops: MagicDrawUMLUtil) extends MagicDrawUMLSequenceNode with TreeString with ValueTreeString with Product with Serializable

    Permalink
  392. trait MagicDrawUMLSignal extends MagicDrawUMLClassifier with UMLSignal[MagicDrawUML]

    Permalink
  393. trait MagicDrawUMLSignalEvent extends MagicDrawUMLMessageEvent with UMLSignalEvent[MagicDrawUML]

    Permalink
  394. case class MagicDrawUMLSignalEventImpl(e: SignalEvent, ops: MagicDrawUMLUtil) extends MagicDrawUMLSignalEvent with TreeString with ValueTreeString with Product with Serializable

    Permalink
  395. case class MagicDrawUMLSignalImpl(e: Signal, ops: MagicDrawUMLUtil) extends MagicDrawUMLSignal with TreeString with ValueTreeString with Product with Serializable

    Permalink
  396. trait MagicDrawUMLSlot extends MagicDrawUMLElement with UMLSlot[MagicDrawUML]

    Permalink
  397. case class MagicDrawUMLSlotImpl(e: Slot, ops: MagicDrawUMLUtil) extends MagicDrawUMLSlot with TreeString with ValueTreeString with Product with Serializable

    Permalink
  398. trait MagicDrawUMLStartClassifierBehaviorAction extends MagicDrawUMLAction with UMLStartClassifierBehaviorAction[MagicDrawUML]

    Permalink
  399. case class MagicDrawUMLStartClassifierBehaviorActionImpl(e: StartClassifierBehaviorAction, ops: MagicDrawUMLUtil) extends MagicDrawUMLStartClassifierBehaviorAction with TreeString with ValueTreeString with Product with Serializable

    Permalink
  400. trait MagicDrawUMLStartObjectBehaviorAction extends MagicDrawUMLCallAction with UMLStartObjectBehaviorAction[MagicDrawUML]

    Permalink
  401. case class MagicDrawUMLStartObjectBehaviorActionImpl(e: StartObjectBehaviorAction, ops: MagicDrawUMLUtil) extends MagicDrawUMLStartObjectBehaviorAction with TreeString with ValueTreeString with Product with Serializable

    Permalink
  402. trait MagicDrawUMLState extends MagicDrawUMLNamespace with MagicDrawUMLRedefinableElement with MagicDrawUMLVertex with UMLState[MagicDrawUML]

    Permalink
  403. case class MagicDrawUMLStateImpl(e: State, ops: MagicDrawUMLUtil) extends MagicDrawUMLState with TreeString with ValueTreeString with Product with Serializable

    Permalink
  404. trait MagicDrawUMLStateInvariant extends MagicDrawUMLInteractionFragment with UMLStateInvariant[MagicDrawUML]

    Permalink
  405. case class MagicDrawUMLStateInvariantImpl(e: StateInvariant, ops: MagicDrawUMLUtil) extends MagicDrawUMLStateInvariant with TreeString with ValueTreeString with Product with Serializable

    Permalink
  406. trait MagicDrawUMLStateMachine extends MagicDrawUMLBehavior with UMLStateMachine[MagicDrawUML]

    Permalink
  407. case class MagicDrawUMLStateMachineImpl(e: StateMachine, ops: MagicDrawUMLUtil) extends MagicDrawUMLStateMachine with TreeString with ValueTreeString with Product with Serializable

    Permalink
  408. trait MagicDrawUMLStereotype extends MagicDrawUMLClass with UMLStereotype[MagicDrawUML]

    Permalink
  409. case class MagicDrawUMLStereotypeImpl(e: Stereotype, ops: MagicDrawUMLUtil) extends MagicDrawUMLStereotype with TreeString with ValueTreeString with Product with Serializable

    Permalink
  410. case class MagicDrawUMLStereotypeTagExtendedMetaclassPropertyElementReference(extendedElement: MagicDrawUMLElement, appliedStereotype: MagicDrawUMLStereotype, stereotypeTagProperty: MagicDrawUMLProperty, stereotypeTagPropertyType: MagicDrawUMLClass) extends MagicDrawUMLStereotypeTagValue with UMLStereotypeTagExtendedMetaclassPropertyElementReference[MagicDrawUML] with Product with Serializable

    Permalink
  411. case class MagicDrawUMLStereotypeTagPropertyClassifierValue(extendedElement: MagicDrawUMLElement, appliedStereotype: MagicDrawUMLStereotype, stereotypeTagProperty: MagicDrawUMLProperty, stereotypeTagPropertyType: MagicDrawUMLClassifier, values: Iterable[MagicDrawTagPropertyClassifierValue]) extends MagicDrawUMLStereotypeTagValue with UMLStereotypeTagPropertyClassifierValue[MagicDrawUML] with Product with Serializable

    Permalink
  412. case class MagicDrawUMLStereotypeTagPropertyMetaclassElementReference(extendedElement: MagicDrawUMLElement, appliedStereotype: MagicDrawUMLStereotype, stereotypeTagProperty: MagicDrawUMLProperty, stereotypeTagPropertyType: MagicDrawUMLClass, tagPropertyValueElementReferences: Iterable[MagicDrawUMLElement]) extends MagicDrawUMLStereotypeTagValue with UMLStereotypeTagPropertyMetaclassElementReference[MagicDrawUML] with Product with Serializable

    Permalink
  413. case class MagicDrawUMLStereotypeTagStereotypeInstanceValue(extendedElement: MagicDrawUMLElement, appliedStereotype: MagicDrawUMLStereotype, stereotypeTagProperty: MagicDrawUMLProperty, stereotypeTagPropertyType: MagicDrawUMLStereotype, tagPropertyValueAppliedStereotypeAndElementReferences: Iterable[(MagicDrawUMLStereotype, MagicDrawUMLElement)]) extends MagicDrawUMLStereotypeTagValue with UMLStereotypeTagStereotypeInstanceValue[MagicDrawUML] with Product with Serializable

    Permalink
  414. sealed abstract class MagicDrawUMLStereotypeTagValue extends UMLStereotypeTagValue[MagicDrawUML]

    Permalink
  415. trait MagicDrawUMLStringExpression extends MagicDrawUMLExpression with MagicDrawUMLTemplateableElement with UMLStringExpression[MagicDrawUML]

    Permalink
  416. case class MagicDrawUMLStringExpressionImpl(e: StringExpression, ops: MagicDrawUMLUtil) extends MagicDrawUMLStringExpression with TreeString with ValueTreeString with Product with Serializable

    Permalink
  417. trait MagicDrawUMLStructuralFeature extends MagicDrawUMLFeature with MagicDrawUMLTypedElement with MagicDrawUMLMultiplicityElement with UMLStructuralFeature[MagicDrawUML]

    Permalink
  418. trait MagicDrawUMLStructuralFeatureAction extends MagicDrawUMLAction with UMLStructuralFeatureAction[MagicDrawUML]

    Permalink
  419. trait MagicDrawUMLStructuredActivityNode extends MagicDrawUMLAction with MagicDrawUMLNamespace with MagicDrawUMLActivityGroup with UMLStructuredActivityNode[MagicDrawUML]

    Permalink
  420. case class MagicDrawUMLStructuredActivityNodeImpl(e: StructuredActivityNode, ops: MagicDrawUMLUtil) extends MagicDrawUMLStructuredActivityNode with TreeString with ValueTreeString with Product with Serializable

    Permalink
  421. trait MagicDrawUMLStructuredClassifier extends MagicDrawUMLClassifier with UMLStructuredClassifier[MagicDrawUML]

    Permalink
  422. trait MagicDrawUMLSubstitution extends MagicDrawUMLRealization with UMLSubstitution[MagicDrawUML]

    Permalink
  423. case class MagicDrawUMLSubstitutionImpl(e: Substitution, ops: MagicDrawUMLUtil) extends MagicDrawUMLSubstitution with TreeString with ValueTreeString with Product with Serializable

    Permalink
  424. trait MagicDrawUMLTemplateBinding extends MagicDrawUMLDirectedRelationship with UMLTemplateBinding[MagicDrawUML]

    Permalink
  425. case class MagicDrawUMLTemplateBindingImpl(e: TemplateBinding, ops: MagicDrawUMLUtil) extends MagicDrawUMLTemplateBinding with TreeString with ValueTreeString with Product with Serializable

    Permalink
  426. trait MagicDrawUMLTemplateParameter extends MagicDrawUMLElement with UMLTemplateParameter[MagicDrawUML]

    Permalink
  427. case class MagicDrawUMLTemplateParameterImpl(e: TemplateParameter, ops: MagicDrawUMLUtil) extends MagicDrawUMLTemplateParameter with TreeString with ValueTreeString with Product with Serializable

    Permalink
  428. trait MagicDrawUMLTemplateParameterSubstitution extends MagicDrawUMLElement with UMLTemplateParameterSubstitution[MagicDrawUML]

    Permalink
  429. case class MagicDrawUMLTemplateParameterSubstitutionImpl(e: TemplateParameterSubstitution, ops: MagicDrawUMLUtil) extends MagicDrawUMLTemplateParameterSubstitution with TreeString with ValueTreeString with Product with Serializable

    Permalink
  430. trait MagicDrawUMLTemplateSignature extends MagicDrawUMLElement with UMLTemplateSignature[MagicDrawUML]

    Permalink
  431. case class MagicDrawUMLTemplateSignatureImpl(e: TemplateSignature, ops: MagicDrawUMLUtil) extends MagicDrawUMLTemplateSignature with TreeString with ValueTreeString with Product with Serializable

    Permalink
  432. trait MagicDrawUMLTemplateableElement extends MagicDrawUMLElement with UMLTemplateableElement[MagicDrawUML]

    Permalink
  433. trait MagicDrawUMLTestIdentityAction extends MagicDrawUMLAction with UMLTestIdentityAction[MagicDrawUML]

    Permalink
  434. case class MagicDrawUMLTestIdentityActionImpl(e: TestIdentityAction, ops: MagicDrawUMLUtil) extends MagicDrawUMLTestIdentityAction with TreeString with ValueTreeString with Product with Serializable

    Permalink
  435. trait MagicDrawUMLTimeConstraint extends MagicDrawUMLIntervalConstraint with UMLTimeConstraint[MagicDrawUML]

    Permalink
  436. case class MagicDrawUMLTimeConstraintImpl(e: TimeConstraint, ops: MagicDrawUMLUtil) extends MagicDrawUMLTimeConstraint with TreeString with ValueTreeString with Product with Serializable

    Permalink
  437. trait MagicDrawUMLTimeEvent extends MagicDrawUMLEvent with UMLTimeEvent[MagicDrawUML]

    Permalink
  438. case class MagicDrawUMLTimeEventImpl(e: TimeEvent, ops: MagicDrawUMLUtil) extends MagicDrawUMLTimeEvent with TreeString with ValueTreeString with Product with Serializable

    Permalink
  439. trait MagicDrawUMLTimeExpression extends MagicDrawUMLValueSpecification with UMLTimeExpression[MagicDrawUML]

    Permalink
  440. case class MagicDrawUMLTimeExpressionImpl(e: TimeExpression, ops: MagicDrawUMLUtil) extends MagicDrawUMLTimeExpression with TreeString with ValueTreeString with Product with Serializable

    Permalink
  441. trait MagicDrawUMLTimeInterval extends MagicDrawUMLInterval with UMLTimeInterval[MagicDrawUML]

    Permalink
  442. case class MagicDrawUMLTimeIntervalImpl(e: TimeInterval, ops: MagicDrawUMLUtil) extends MagicDrawUMLTimeInterval with TreeString with ValueTreeString with Product with Serializable

    Permalink
  443. trait MagicDrawUMLTimeObservation extends MagicDrawUMLObservation with UMLTimeObservation[MagicDrawUML]

    Permalink
  444. case class MagicDrawUMLTimeObservationImpl(e: TimeObservation, ops: MagicDrawUMLUtil) extends MagicDrawUMLTimeObservation with TreeString with ValueTreeString with Product with Serializable

    Permalink
  445. trait MagicDrawUMLTransition extends MagicDrawUMLNamespace with MagicDrawUMLRedefinableElement with UMLTransition[MagicDrawUML]

    Permalink
  446. case class MagicDrawUMLTransitionImpl(e: Transition, ops: MagicDrawUMLUtil) extends MagicDrawUMLTransition with TreeString with ValueTreeString with Product with Serializable

    Permalink
  447. trait MagicDrawUMLTrigger extends MagicDrawUMLNamedElement with UMLTrigger[MagicDrawUML]

    Permalink
  448. case class MagicDrawUMLTriggerImpl(e: Trigger, ops: MagicDrawUMLUtil) extends MagicDrawUMLTrigger with TreeString with ValueTreeString with Product with Serializable

    Permalink
  449. trait MagicDrawUMLType extends MagicDrawUMLPackageableElement with UMLType[MagicDrawUML]

    Permalink
  450. trait MagicDrawUMLTypedElement extends MagicDrawUMLNamedElement with UMLTypedElement[MagicDrawUML]

    Permalink
  451. trait MagicDrawUMLUnmarshallAction extends MagicDrawUMLAction with UMLUnmarshallAction[MagicDrawUML]

    Permalink
  452. case class MagicDrawUMLUnmarshallActionImpl(e: UnmarshallAction, ops: MagicDrawUMLUtil) extends MagicDrawUMLUnmarshallAction with TreeString with ValueTreeString with Product with Serializable

    Permalink
  453. trait MagicDrawUMLUsage extends MagicDrawUMLDependency with UMLUsage[MagicDrawUML]

    Permalink
  454. case class MagicDrawUMLUsageImpl(e: Usage, ops: MagicDrawUMLUtil) extends MagicDrawUMLUsage with TreeString with ValueTreeString with Product with Serializable

    Permalink
  455. trait MagicDrawUMLUseCase extends MagicDrawUMLBehavioredClassifier with UMLUseCase[MagicDrawUML]

    Permalink
  456. case class MagicDrawUMLUseCaseImpl(e: UseCase, ops: MagicDrawUMLUtil) extends MagicDrawUMLUseCase with TreeString with ValueTreeString with Product with Serializable

    Permalink
  457. case class MagicDrawUMLUtil(project: Project) extends EarlyInit[MagicDrawUMLOps] with MagicDrawUMLOps with Product with Serializable

    Permalink
  458. trait MagicDrawUMLValuePin extends MagicDrawUMLInputPin with UMLValuePin[MagicDrawUML]

    Permalink
  459. case class MagicDrawUMLValuePinImpl(e: ValuePin, ops: MagicDrawUMLUtil) extends MagicDrawUMLValuePin with TreeString with ValueTreeString with Product with Serializable

    Permalink
  460. trait MagicDrawUMLValueSpecification extends MagicDrawUMLPackageableElement with MagicDrawUMLTypedElement with UMLValueSpecification[MagicDrawUML]

    Permalink
  461. trait MagicDrawUMLValueSpecificationAction extends MagicDrawUMLAction with UMLValueSpecificationAction[MagicDrawUML]

    Permalink
  462. case class MagicDrawUMLValueSpecificationActionImpl(e: ValueSpecificationAction, ops: MagicDrawUMLUtil) extends MagicDrawUMLValueSpecificationAction with TreeString with ValueTreeString with Product with Serializable

    Permalink
  463. trait MagicDrawUMLVariable extends MagicDrawUMLConnectableElement with MagicDrawUMLMultiplicityElement with UMLVariable[MagicDrawUML]

    Permalink
  464. trait MagicDrawUMLVariableAction extends MagicDrawUMLAction with UMLVariableAction[MagicDrawUML]

    Permalink
  465. case class MagicDrawUMLVariableActionImpl(e: VariableAction, ops: MagicDrawUMLUtil) extends MagicDrawUMLVariableAction with TreeString with ValueTreeString with Product with Serializable

    Permalink
  466. case class MagicDrawUMLVariableImpl(e: Variable, ops: MagicDrawUMLUtil) extends MagicDrawUMLVariable with TreeString with ValueTreeString with Product with Serializable

    Permalink
  467. trait MagicDrawUMLVertex extends MagicDrawUMLNamedElement with UMLVertex[MagicDrawUML]

    Permalink
  468. trait MagicDrawUMLWriteLinkAction extends MagicDrawUMLLinkAction with UMLWriteLinkAction[MagicDrawUML]

    Permalink
  469. trait MagicDrawUMLWriteStructuralFeatureAction extends MagicDrawUMLStructuralFeatureAction with UMLWriteStructuralFeatureAction[MagicDrawUML]

    Permalink
  470. trait MagicDrawUMLWriteVariableAction extends MagicDrawUMLVariableAction with UMLWriteVariableAction[MagicDrawUML]

    Permalink
  471. case class MagicDrawFileChooser(title: String) extends Runnable with Product with Serializable

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version )

  472. case class MagicDrawSelectInContainmentTree(e: Element) extends Product with Serializable

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version )

Value Members

  1. object MagicDrawFileChooser extends Serializable

    Permalink
  2. object MagicDrawUMLStereotypeTagValue

    Permalink
  3. implicit def XMLElementSeqSemigroup: Semigroup[Seq[Elem]]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped