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 id: String
    Definition Classes
    BaseUnit
  20. def imports: ClientList[VocabularyReference]
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def location: String
    Definition Classes
    BaseUnit
  23. def name: StrField
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  27. def objectPropertyTerms(): ClientList[ObjectPropertyTerm]
  28. val platform: Platform
    Definition Classes
    PlatformSecrets
  29. def raw: convert.CoreClientConverters.ClientOption[String]
    Definition Classes
    BaseUnit
  30. def references(): convert.CoreClientConverters.ClientList[BaseUnit]
    Definition Classes
    BaseUnit
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. def usage: StrField
    Definition Classes
    BaseUnit
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. def withBase(base: String): Vocabulary
  38. def withDeclaredElement(declared: DomainElement): Vocabulary.this.type
    Definition Classes
    DeclaresModel
  39. def withDeclares(declares: convert.CoreClientConverters.ClientList[DomainElement]): Vocabulary.this.type
    Definition Classes
    DeclaresModel
  40. def withExternals(externals: ClientList[External]): Vocabulary
  41. def withImports(vocabularies: ClientList[VocabularyReference]): Vocabulary
  42. def withLocation(location: String): Vocabulary.this.type
    Definition Classes
    BaseUnit
  43. def withName(name: String): Vocabulary
  44. def withRaw(raw: String): Vocabulary.this.type
    Definition Classes
    BaseUnit
  45. def withReferences(references: convert.CoreClientConverters.ClientList[BaseUnit]): Vocabulary.this.type
    Definition Classes
    BaseUnit
  46. 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