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
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

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

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 base: StrField
  7. def classTerms(): ClientList[ClassTerm]
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  9. def datatypePropertyTerms(): ClientList[DatatypePropertyTerm]
  10. def declares: convert.CoreClientConverters.ClientList[DomainElement]
    Definition Classes
    DeclaresModel
  11. def description: StrField
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def externals: ClientList[External]
  15. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def findById(id: String): convert.CoreClientConverters.ClientOption[DomainElement]
    Definition Classes
    BaseUnit
  17. def findByType(typeId: String): convert.CoreClientConverters.ClientList[DomainElement]
    Definition Classes
    BaseUnit
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def id: String
    Definition Classes
    BaseUnit
  21. def imports: ClientList[VocabularyReference]
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def location: String
    Definition Classes
    BaseUnit
  24. def name: StrField
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. def objectPropertyTerms(): ClientList[ObjectPropertyTerm]
  29. val platform: Platform
    Definition Classes
    PlatformSecrets
  30. def raw: convert.CoreClientConverters.ClientOption[String]
    Definition Classes
    BaseUnit
  31. def references(): convert.CoreClientConverters.ClientList[BaseUnit]
    Definition Classes
    BaseUnit
  32. def sourceVendor: convert.CoreClientConverters.ClientOption[Vendor]
    Definition Classes
    BaseUnit
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. def usage: StrField
    Definition Classes
    BaseUnit
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  39. def withBase(base: String): Vocabulary
  40. def withDeclaredElement(declared: DomainElement): Vocabulary.this.type
    Definition Classes
    DeclaresModel
  41. def withDeclares(declares: convert.CoreClientConverters.ClientList[DomainElement]): Vocabulary.this.type
    Definition Classes
    DeclaresModel
  42. def withExternals(externals: ClientList[External]): Vocabulary
  43. def withImports(vocabularies: ClientList[VocabularyReference]): Vocabulary
  44. def withLocation(location: String): Vocabulary.this.type
    Definition Classes
    BaseUnit
  45. def withName(name: String): Vocabulary
  46. def withRaw(raw: String): Vocabulary.this.type
    Definition Classes
    BaseUnit
  47. def withReferences(references: convert.CoreClientConverters.ClientList[BaseUnit]): Vocabulary.this.type
    Definition Classes
    BaseUnit
  48. def withUsage(usage: String): Vocabulary.this.type
    Definition Classes
    BaseUnit

Inherited from DeclaresModel

Inherited from BaseUnit

Inherited from PlatformSecrets

Inherited from AmfObjectWrapper

Inherited from Annotable

Inherited from AnyRef

Inherited from Any

Ungrouped