Packages

c

amf.client.model.document

DialectInstancePatch

class DialectInstancePatch extends BaseUnit with EncodesModel with DeclaresModel

Linear Supertypes
DeclaresModel, EncodesModel, BaseUnit, RdfExportable, PlatformSecrets, AmfObjectWrapper, Annotable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DialectInstancePatch
  2. DeclaresModel
  3. EncodesModel
  4. BaseUnit
  5. RdfExportable
  6. PlatformSecrets
  7. AmfObjectWrapper
  8. Annotable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DialectInstancePatch()
    Annotations
    @JSExportTopLevel( ... )
  2. new DialectInstancePatch(_internal: plugins.document.vocabularies.model.document.DialectInstancePatch)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def annotations(): Annotations
    Definition Classes
    AmfObjectWrapper → Annotable
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. def cloneUnit(): BaseUnit
    Definition Classes
    BaseUnit
  8. def declares: convert.CoreClientConverters.ClientList[DomainElement]
    Definition Classes
    DeclaresModel
  9. def definedBy(): StrField
  10. def encodes: DialectDomainElement
    Definition Classes
    DialectInstancePatch → EncodesModel
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def externals: ClientList[External]
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def findById(id: String): convert.CoreClientConverters.ClientOption[DomainElement]
    Definition Classes
    BaseUnit
  16. def findByType(typeId: String): convert.CoreClientConverters.ClientList[DomainElement]
    Definition Classes
    BaseUnit
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def graphDependencies(): ClientList[StrField]
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def id: String
    Definition Classes
    BaseUnit
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def location: String
    Definition Classes
    BaseUnit
  23. def modelVersion: StrField
    Definition Classes
    BaseUnit
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. val platform: Platform
    Definition Classes
    PlatformSecrets
  28. def raw: convert.CoreClientConverters.ClientOption[String]
    Definition Classes
    BaseUnit
  29. def references(): convert.CoreClientConverters.ClientList[BaseUnit]
    Definition Classes
    BaseUnit
  30. def sourceVendor: convert.CoreClientConverters.ClientOption[Vendor]
    Definition Classes
    BaseUnit
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def toNativeRdfModel(renderOptions: RenderOptions): RdfModel
    Definition Classes
    RdfExportable
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. def usage: StrField
    Definition Classes
    BaseUnit
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  38. def withDeclaredElement(declared: DomainElement): DialectInstancePatch.this.type
    Definition Classes
    DeclaresModel
  39. def withDeclares(declares: convert.CoreClientConverters.ClientList[DomainElement]): DialectInstancePatch.this.type
    Definition Classes
    DeclaresModel
  40. def withDefinedBy(dialectId: String): DialectInstancePatch
  41. def withEncodes(encoded: DialectDomainElement): DialectInstancePatch
  42. def withEncodes(encoded: DomainElement): DialectInstancePatch.this.type
    Definition Classes
    EncodesModel
  43. def withExternals(externals: ClientList[External]): DialectInstancePatch
  44. def withGraphDependencies(ids: ClientList[String]): DialectInstancePatch
  45. def withId(id: String): DialectInstancePatch.this.type
    Definition Classes
    BaseUnit
  46. def withLocation(location: String): DialectInstancePatch.this.type
    Definition Classes
    BaseUnit
  47. def withRaw(raw: String): DialectInstancePatch.this.type
    Definition Classes
    BaseUnit
  48. def withReferenceAlias(alias: String, fullUrl: String, relativeUrl: String): BaseUnit
    Definition Classes
    BaseUnit
  49. def withReferences(references: convert.CoreClientConverters.ClientList[BaseUnit]): DialectInstancePatch.this.type
    Definition Classes
    BaseUnit
  50. def withUsage(usage: String): DialectInstancePatch.this.type
    Definition Classes
    BaseUnit

Inherited from DeclaresModel

Inherited from EncodesModel

Inherited from BaseUnit

Inherited from RdfExportable

Inherited from PlatformSecrets

Inherited from AmfObjectWrapper

Inherited from Annotable

Inherited from AnyRef

Inherited from Any

Ungrouped