Packages

class Vocabulary extends BaseUnit with DeclaresModel

Annotations
@JSExportAll()
Linear Supertypes
DeclaresModel, BaseUnit, PlatformSecrets, AmfObjectWrapper, Annotable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Vocabulary
  2. DeclaresModel
  3. BaseUnit
  4. PlatformSecrets
  5. AmfObjectWrapper
  6. Annotable
  7. AnyRef
  8. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Vocabulary()
    Annotations
    @JSExportTopLevel( "Vocabulary" )
  2. new Vocabulary(_internal: scala.model.document.Vocabulary)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from Vocabulary to any2stringadd[Vocabulary] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Vocabulary, B)
    Implicit
    This member is added by an implicit conversion from Vocabulary to ArrowAssoc[Vocabulary] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def annotations(): Annotations
    Definition Classes
    AmfObjectWrapper → Annotable
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def base: StrField
  9. def classTerms(): ClientList[ClassTerm]
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  11. def cloneUnit(): BaseUnit
    Definition Classes
    BaseUnit
  12. def datatypePropertyTerms(): ClientList[DatatypePropertyTerm]
  13. def declares: core.internal.convert.CoreClientConverters.ClientList[DomainElement]
    Definition Classes
    DeclaresModel
  14. def description: StrField
  15. def ensuring(cond: (Vocabulary) ⇒ Boolean, msg: ⇒ Any): Vocabulary
    Implicit
    This member is added by an implicit conversion from Vocabulary to Ensuring[Vocabulary] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: (Vocabulary) ⇒ Boolean): Vocabulary
    Implicit
    This member is added by an implicit conversion from Vocabulary to Ensuring[Vocabulary] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean, msg: ⇒ Any): Vocabulary
    Implicit
    This member is added by an implicit conversion from Vocabulary to Ensuring[Vocabulary] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: Boolean): Vocabulary
    Implicit
    This member is added by an implicit conversion from Vocabulary to Ensuring[Vocabulary] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  21. def externals: ClientList[External]
  22. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. def findById(id: String): core.internal.convert.CoreClientConverters.ClientOption[DomainElement]
    Definition Classes
    BaseUnit
  24. def findByType(typeId: String): core.internal.convert.CoreClientConverters.ClientList[DomainElement]
    Definition Classes
    BaseUnit
  25. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Vocabulary to StringFormat[Vocabulary] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  26. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  28. def id: String
    Definition Classes
    BaseUnit
  29. def imports: ClientList[VocabularyReference]
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. def location: String
    Definition Classes
    BaseUnit
  32. def name: StrField
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. def objectPropertyTerms(): ClientList[ObjectPropertyTerm]
  37. def pkg(): StrField
    Definition Classes
    BaseUnit
  38. val platform: Platform
    Definition Classes
    PlatformSecrets
  39. def processingData: BaseUnitProcessingData
    Definition Classes
    BaseUnit
  40. def raw: core.internal.convert.CoreClientConverters.ClientOption[String]
    Definition Classes
    BaseUnit
  41. def references(): core.internal.convert.CoreClientConverters.ClientList[BaseUnit]
    Definition Classes
    BaseUnit
  42. def sourceInformation: BaseUnitSourceInformation
    Definition Classes
    BaseUnit
  43. def sourceSpec: core.internal.convert.CoreClientConverters.ClientOption[Spec]
    Definition Classes
    BaseUnit
  44. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  45. def toString(): String
    Definition Classes
    AnyRef → Any
  46. def usage: StrField
    Definition Classes
    BaseUnit
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  50. def withBase(base: String): Vocabulary
  51. def withDeclaredElement(declared: DomainElement): Vocabulary.this.type
    Definition Classes
    DeclaresModel
  52. def withDeclares(declares: core.internal.convert.CoreClientConverters.ClientList[DomainElement]): Vocabulary.this.type
    Definition Classes
    DeclaresModel
  53. def withExternals(externals: ClientList[External]): Vocabulary
  54. def withId(id: String): Vocabulary.this.type
    Definition Classes
    BaseUnit
  55. def withImports(vocabularies: ClientList[VocabularyReference]): Vocabulary
  56. def withLocation(location: String): Vocabulary.this.type
    Definition Classes
    BaseUnit
  57. def withName(name: String): Vocabulary
  58. def withPkg(pkg: String): Vocabulary.this.type
    Definition Classes
    BaseUnit
  59. def withProcessingData(data: BaseUnitProcessingData): Vocabulary.this.type
    Definition Classes
    BaseUnit
  60. def withRaw(raw: String): Vocabulary.this.type
    Definition Classes
    BaseUnit
  61. def withReferenceAlias(alias: String, id: String, fullUrl: String, relativeUrl: String): BaseUnit
    Definition Classes
    BaseUnit
  62. def withReferences(references: core.internal.convert.CoreClientConverters.ClientList[BaseUnit]): Vocabulary.this.type
    Definition Classes
    BaseUnit
  63. def withUsage(usage: String): Vocabulary.this.type
    Definition Classes
    BaseUnit
  64. def [B](y: B): (Vocabulary, B)
    Implicit
    This member is added by an implicit conversion from Vocabulary to ArrowAssoc[Vocabulary] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def modelVersion: StrField
    Definition Classes
    BaseUnit
    Annotations
    @deprecated
    Deprecated

    (Since version AMF 5.0.0 & AML 6.0.0) Use processingData.modelVersion for API Contract Base Units instead

Inherited from DeclaresModel

Inherited from BaseUnit

Inherited from PlatformSecrets

Inherited from AmfObjectWrapper

Inherited from Annotable

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from Vocabulary to any2stringadd[Vocabulary]

Inherited by implicit conversion StringFormat from Vocabulary to StringFormat[Vocabulary]

Inherited by implicit conversion Ensuring from Vocabulary to Ensuring[Vocabulary]

Inherited by implicit conversion ArrowAssoc from Vocabulary to ArrowAssoc[Vocabulary]

Ungrouped