Class/Object

org.omg.oti.magicdraw.uml.canonicalXMI

MagicDrawProjectAPIHelper

Related Docs: object MagicDrawProjectAPIHelper | package canonicalXMI

Permalink

final class MagicDrawProjectAPIHelper extends AnyVal

Helper for accessing MagicDraw's Project APIs

Note: In MD 18.0, the Project APIs used below are marked Internal and deprecated. These APIs are marked Open in MD 18.2

Strict compilation with Scala (i.e., warn for deprecated APIs & treat warnings as errors) requires selectively hiding intentional use of deprecated APIs. Adapted from: https://issues.scala-lang.org/browse/SI-7934

Note: In MD 18.0, the

Annotations
@deprecated
Deprecated

(Since version )

See also

http://jdocs.nomagic.com/182/com/nomagic/ci/persistence/IProject.html#getLocationURI()

http://jdocs.nomagic.com/182/com/nomagic/ci/persistence/IProject.html

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

Instance Constructors

  1. new MagicDrawProjectAPIHelper(iProject: IProject)

    Permalink

Value Members

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

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

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

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

    Permalink
    Definition Classes
    Any
  5. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  6. def getResourceURI: URI

    Permalink
  7. val iProject: IProject

    Permalink
  8. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  9. def toString(): String

    Permalink
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped