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() @HotSpotIntrinsicCandidate()
  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 findById(id: String): core.internal.convert.CoreClientConverters.ClientOption[DomainElement]
    Definition Classes
    BaseUnit
  23. def findByType(typeId: String): core.internal.convert.CoreClientConverters.ClientList[DomainElement]
    Definition Classes
    BaseUnit
  24. 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()
  25. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. def id: String
    Definition Classes
    BaseUnit
  28. def imports: ClientList[VocabularyReference]
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. def location: String
    Definition Classes
    BaseUnit
  31. def name: StrField
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  35. def objectPropertyTerms(): ClientList[ObjectPropertyTerm]
  36. def pkg(): StrField
    Definition Classes
    BaseUnit
  37. val platform: Platform
    Definition Classes
    PlatformSecrets
  38. def processingData: BaseUnitProcessingData
    Definition Classes
    BaseUnit
  39. def raw: core.internal.convert.CoreClientConverters.ClientOption[String]
    Definition Classes
    BaseUnit
  40. def references(): core.internal.convert.CoreClientConverters.ClientList[BaseUnit]
    Definition Classes
    BaseUnit
  41. def sourceInformation: BaseUnitSourceInformation
    Definition Classes
    BaseUnit
  42. def sourceSpec: core.internal.convert.CoreClientConverters.ClientOption[Spec]
    Definition Classes
    BaseUnit
  43. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  44. def toString(): String
    Definition Classes
    AnyRef → Any
  45. def usage: StrField
    Definition Classes
    BaseUnit
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  48. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. def withBase(base: String): Vocabulary
  50. def withDeclaredElement(declared: DomainElement): Vocabulary.this.type
    Definition Classes
    DeclaresModel
  51. def withDeclares(declares: core.internal.convert.CoreClientConverters.ClientList[DomainElement]): Vocabulary.this.type
    Definition Classes
    DeclaresModel
  52. def withExternals(externals: ClientList[External]): Vocabulary
  53. def withId(id: String): Vocabulary.this.type
    Definition Classes
    BaseUnit
  54. def withImports(vocabularies: ClientList[VocabularyReference]): Vocabulary
  55. def withLocation(location: String): Vocabulary.this.type
    Definition Classes
    BaseUnit
  56. def withName(name: String): Vocabulary
  57. def withPkg(pkg: String): Vocabulary.this.type
    Definition Classes
    BaseUnit
  58. def withProcessingData(data: BaseUnitProcessingData): Vocabulary.this.type
    Definition Classes
    BaseUnit
  59. def withRaw(raw: String): Vocabulary.this.type
    Definition Classes
    BaseUnit
  60. def withReferenceAlias(alias: String, id: String, fullUrl: String, relativeUrl: String): BaseUnit
    Definition Classes
    BaseUnit
  61. def withReferences(references: core.internal.convert.CoreClientConverters.ClientList[BaseUnit]): Vocabulary.this.type
    Definition Classes
    BaseUnit
  62. def withUsage(usage: String): Vocabulary.this.type
    Definition Classes
    BaseUnit
  63. 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 finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated
  2. 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