class Vocabulary extends BaseUnit with DeclaresModel

Annotations
@JSExportAll()
Linear Supertypes
DeclaresModel, BaseUnit, PlatformSecrets, AmfObjectWrapper, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Vocabulary
  2. DeclaresModel
  3. BaseUnit
  4. PlatformSecrets
  5. AmfObjectWrapper
  6. AnyRef
  7. 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def base: StrField
  6. def classTerms(): ClientList[ClassTerm]
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def datatypePropertyTerms(): ClientList[DatatypePropertyTerm]
  9. def declares: convert.CoreClientConverters.ClientList[DomainElement]
    Definition Classes
    DeclaresModel
  10. def description: StrField
  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[java.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
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  19. def imports: ClientList[VocabularyReference]
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def location: String
    Definition Classes
    BaseUnit
  22. def name: StrField
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  26. def objectPropertyTerms(): ClientList[ObjectPropertyTerm]
  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. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. def usage: StrField
    Definition Classes
    BaseUnit
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. def withBase(base: String): Vocabulary
  37. def withDeclaredElement(declared: DomainElement): Vocabulary.this.type
    Definition Classes
    DeclaresModel
  38. def withDeclares(declares: convert.CoreClientConverters.ClientList[DomainElement]): Vocabulary.this.type
    Definition Classes
    DeclaresModel
  39. def withExternals(externals: ClientList[External]): Vocabulary
  40. def withImports(vocabularies: ClientList[VocabularyReference]): Vocabulary
  41. def withLocation(location: String): Vocabulary.this.type
    Definition Classes
    BaseUnit
  42. def withName(name: String): Vocabulary
  43. def withRaw(raw: String): Vocabulary.this.type
    Definition Classes
    BaseUnit
  44. def withReferences(references: convert.CoreClientConverters.ClientList[BaseUnit]): Vocabulary.this.type
    Definition Classes
    BaseUnit
  45. def withUsage(usage: String): Vocabulary.this.type
    Definition Classes
    BaseUnit

Inherited from DeclaresModel

Inherited from BaseUnit

Inherited from PlatformSecrets

Inherited from AmfObjectWrapper

Inherited from AnyRef

Inherited from Any

Ungrouped