Object

org.omg.oti.magicdraw.uml.canonicalXMI.helper

MagicDrawOTIAdapters

Related Doc: package helper

Permalink

object MagicDrawOTIAdapters

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

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 getMDCatalogs(omgCatalogResourcePath: String = ..., omgCatalogResourceURLs: Seq[String] = ..., mdCatalogResourcePath: String = ..., mdCatalogResourceURLs: Seq[String] = ...)(): \/[Set[Throwable], (CatalogURIMapper, CatalogURIMapper)]

    Permalink
  11. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  12. def initializeWithDataCharacterizations(p: Project, data: Vector[OTIDocumentSetConfiguration])(umlOpsCreator: ⇒ \/[Set[Throwable], MagicDrawUMLUtil] = magicDrawUMLOpsCreator(p), otiCharacteristicsCreator: (MagicDrawUMLUtil) ⇒ \/[Set[Throwable], MagicDrawOTICharacteristicsDataProvider] = ..., factoryCreator: (MagicDrawUMLUtil) ⇒ \/[Set[Throwable], MagicDrawUMLFactory] = magicDrawUMLFactoryCreator, updateCreator: (MagicDrawUMLUtil) ⇒ \/[Set[Throwable], MagicDrawUMLUpdate] = magicDrawUMLUpdateCreator): \/[Set[Throwable], MagicDrawOTIDataAdapter]

    Permalink
  13. def initializeWithProfileCharacterizations(p: Project, otiCharacterizations: Option[Map[UMLPackage[MagicDrawUML], UMLComment[MagicDrawUML]]])(umlOpsCreator: ⇒ \/[Set[Throwable], MagicDrawUMLUtil] = magicDrawUMLOpsCreator(p), otiCharacteristicsCreator: (MagicDrawUMLUtil) ⇒ \/[Set[Throwable], MagicDrawOTICharacteristicsProfileProvider] = ..., factoryCreator: (MagicDrawUMLUtil) ⇒ \/[Set[Throwable], MagicDrawUMLFactory] = magicDrawUMLFactoryCreator, updateCreator: (MagicDrawUMLUtil) ⇒ \/[Set[Throwable], MagicDrawUMLUpdate] = magicDrawUMLUpdateCreator): \/[Set[Throwable], MagicDrawOTIProfileAdapter]

    Permalink
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. def magicDrawDocumentOpsCreator[OCP <: OTICharacteristicsProvider[MagicDrawUML], OA <: OTIAdapter[MagicDrawUML, MagicDrawUMLUtil, OCP, MagicDrawUMLFactory, MagicDrawUMLUpdate]](oa: OA): \/[Set[Throwable], MagicDrawDocumentOps]

    Permalink
  16. def magicDrawDocumentSetInitializer(documentURIMapper: CatalogURIMapper, builtInURIMapper: CatalogURIMapper)(dOps: MagicDrawDocumentOps): \&/[Set[Throwable], MagicDrawDocumentSet]

    Permalink
  17. def magicDrawHashIDGenerator(ds: DocumentSet[MagicDrawUML]): \/[Set[Throwable], MagicDrawHashIDGenerator]

    Permalink
  18. def magicDrawIDGenerator(ds: DocumentSet[MagicDrawUML]): \/[Set[Throwable], MagicDrawIDGenerator]

    Permalink
  19. def magicDrawIgnoreCrossReferencedElementFilter: (UMLElement[MagicDrawUML]) ⇒ Boolean

    Permalink
  20. def magicDrawIncludeAllForwardRelationTriple: (Document[MagicDrawUML], RelationTriple[MagicDrawUML], Document[MagicDrawUML]) ⇒ Boolean

    Permalink
  21. def magicDrawOTIDataCharacteristicsCreator(data: Vector[OTIDocumentSetConfiguration])(umlOps: MagicDrawUMLUtil): \/[Set[Throwable], MagicDrawOTICharacteristicsDataProvider]

    Permalink
  22. def magicDrawOTIProfileCharacteristicsCreator(otiCharacterizations: Option[Map[UMLPackage[MagicDrawUML], UMLComment[MagicDrawUML]]])(umlOps: MagicDrawUMLUtil): \/[Set[Throwable], MagicDrawOTICharacteristicsProfileProvider]

    Permalink
  23. def magicDrawUMLFactoryCreator(umlOps: MagicDrawUMLUtil): \/[Set[Throwable], MagicDrawUMLFactory]

    Permalink
  24. def magicDrawUMLOpsCreator(p: Project)(): \/[Set[Throwable], MagicDrawUMLUtil]

    Permalink
  25. def magicDrawUMLUpdateCreator(umlOps: MagicDrawUMLUtil): \/[Set[Throwable], MagicDrawUMLUpdate]

    Permalink
  26. def magicDrawUnresolvedElementMapper: (UMLElement[MagicDrawUML]) ⇒ Option[UMLElement[MagicDrawUML]]

    Permalink
  27. val mdCL: ClassLoader

    Permalink
  28. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  31. val omgCL: ClassLoader

    Permalink
  32. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. def withHashIDGenerator(ordsa: MagicDrawOTIResolvedDocumentSetAdapter, hashIdGeneratorCreator: (DocumentSet[MagicDrawUML]) ⇒ \/[Set[Throwable], MagicDrawHashIDGenerator] = magicDrawHashIDGenerator): \/[Set[Throwable], MagicDrawOTIResolvedDocumentSetHashIDGeneratorAdapter]

    Permalink
  38. def withIDGenerator(ordsa: MagicDrawOTIResolvedDocumentSetAdapter, idGeneratorCreator: (DocumentSet[MagicDrawUML]) ⇒ \/[Set[Throwable], MagicDrawIDGenerator] = magicDrawIDGenerator): \/[Set[Throwable], MagicDrawOTIResolvedDocumentSetIDGeneratorAdapter]

    Permalink
  39. def withInitialDocumentSetForDataAdapter(oa: MagicDrawOTIDataAdapter, catalogsInitializer: () ⇒ \/[Set[Throwable], (CatalogURIMapper, CatalogURIMapper)] = () => getMDCatalogs(), documentOpsCreator: (MagicDrawOTIDataAdapter) ⇒ \/[Set[Throwable], MagicDrawDocumentOps] = ..., documentSetInitializer: (CatalogURIMapper, CatalogURIMapper) ⇒ (MagicDrawDocumentOps) ⇒ \&/[Set[Throwable], MagicDrawDocumentSet] = magicDrawDocumentSetInitializer)(implicit nodeT: scala.reflect.api.JavaUniverse.TypeTag[Document[MagicDrawUML]], edgeT: scala.reflect.api.JavaUniverse.TypeTag[DocumentEdge[Document[MagicDrawUML]]]): \&/[Set[Throwable], MagicDrawOTIDocumentSetAdapterForDataProvider]

    Permalink
  40. def withInitialDocumentSetForProfileAdapter(oa: MagicDrawOTIProfileAdapter, catalogsInitializer: () ⇒ \/[Set[Throwable], (CatalogURIMapper, CatalogURIMapper)] = () => getMDCatalogs(), documentOpsCreator: (MagicDrawOTIProfileAdapter) ⇒ \/[Set[Throwable], MagicDrawDocumentOps] = ..., documentSetInitializer: (CatalogURIMapper, CatalogURIMapper) ⇒ (MagicDrawDocumentOps) ⇒ \&/[Set[Throwable], MagicDrawDocumentSet] = magicDrawDocumentSetInitializer)(implicit nodeT: scala.reflect.api.JavaUniverse.TypeTag[Document[MagicDrawUML]], edgeT: scala.reflect.api.JavaUniverse.TypeTag[DocumentEdge[Document[MagicDrawUML]]]): \&/[Set[Throwable], MagicDrawOTIDocumentSetAdapterForProfileProvider]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped