case class Vocabulary(fields: Fields, annotations: Annotations) extends BaseUnit with DeclaresModel with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, DeclaresModel, BaseUnit, PlatformSecrets, MetaModelTypeMapping, AmfObject, AmfElement, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Vocabulary
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. DeclaresModel
  7. BaseUnit
  8. PlatformSecrets
  9. MetaModelTypeMapping
  10. AmfObject
  11. AmfElement
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Vocabulary(fields: Fields, annotations: Annotations)

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 add(field: Field, value: AmfElement): Vocabulary.this.type
    Definition Classes
    AmfObject
  5. def add(other: Annotations): Vocabulary.this.type
    Definition Classes
    AmfElement
  6. def add(annotation: Annotation): Vocabulary.this.type
    Definition Classes
    AmfElement
  7. def adopted(parent: String): Vocabulary.this.type
    Definition Classes
    AmfObject
  8. val annotations: Annotations
    Definition Classes
    Vocabulary → AmfElement
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def base: StrField
  11. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def componentId: String

    Value , path + field value that is used to compose the id when the object its adopted

    Value , path + field value that is used to compose the id when the object its adopted

    Definition Classes
    Vocabulary → AmfObject
  13. def declares: Seq[DomainElement]

    Declared DomainElements that can be re-used from other documents.

    Declared DomainElements that can be re-used from other documents.

    Definition Classes
    Vocabulary → DeclaresModel
  14. def defaultCycleRecoverer(old: AmfObject, transformed: AmfObject): Option[AmfObject]
    Attributes
    protected
    Definition Classes
    BaseUnit
  15. def dynamicTypes(): Seq[String]
    Definition Classes
    AmfObject
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def externals: Seq[External]
  18. val fields: Fields
    Definition Classes
    Vocabulary → AmfObject
  19. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. def findBy(predicate: (DomainElement) ⇒ Boolean, cycles: Set[String]): Seq[DomainElement]
    Definition Classes
    BaseUnit
  21. def findById(id: String, cycles: Set[String]): Option[DomainElement]
    Definition Classes
    BaseUnit
  22. def findById(id: String): Option[DomainElement]
    Definition Classes
    BaseUnit
  23. def findByType(shapeType: String, cycles: Set[String]): Seq[DomainElement]
    Definition Classes
    BaseUnit
  24. def findInReferences(id: String): Option[BaseUnit]
    Definition Classes
    BaseUnit
  25. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  26. val id: String
    Definition Classes
    AmfObject
  27. def imports: Seq[VocabularyReference]
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. def location: String
    Definition Classes
    BaseUnit
  30. def meta: Obj

    Meta data for the document

    Meta data for the document

    Definition Classes
    Vocabulary → BaseUnit
  31. def metaModel(instance: Any): Obj
    Attributes
    protected
    Definition Classes
    MetaModelTypeMapping
  32. def name: StrField
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. final def notify(): Unit
    Definition Classes
    AnyRef
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  36. val parserRun: Option[Int]
    Definition Classes
    BaseUnit
  37. val platform: Platform
    Definition Classes
    PlatformSecrets
  38. val raw: Option[String]
    Definition Classes
    BaseUnit
  39. def references: Seq[BaseUnit]

    Returns the list document URIs referenced from the document that has been parsed to generate this model

    Returns the list document URIs referenced from the document that has been parsed to generate this model

    Definition Classes
    Vocabulary → BaseUnit
  40. def set(field: Field, value: AmfElement, annotations: Annotations): Vocabulary.this.type
    Definition Classes
    AmfObject
  41. def set(field: Field, value: AmfElement): Vocabulary.this.type
    Definition Classes
    AmfObject
  42. def set(field: Field, values: Seq[String]): Vocabulary.this.type
    Definition Classes
    AmfObject
  43. def set(field: Field, value: Float): Vocabulary.this.type
    Definition Classes
    AmfObject
  44. def set(field: Field, value: Double): Vocabulary.this.type
    Definition Classes
    AmfObject
  45. def set(field: Field, value: Int): Vocabulary.this.type
    Definition Classes
    AmfObject
  46. def set(field: Field, value: Boolean): Vocabulary.this.type
    Definition Classes
    AmfObject
  47. def set(field: Field, value: String): Vocabulary.this.type
    Definition Classes
    AmfObject
  48. def setArray(field: Field, values: Seq[AmfElement], annotations: Annotations): Vocabulary.this.type
    Definition Classes
    AmfObject
  49. def setArray(field: Field, values: Seq[AmfElement]): Vocabulary.this.type
    Definition Classes
    AmfObject
  50. def setArrayWithoutId(field: Field, values: Seq[AmfElement], annotations: Annotations): Vocabulary.this.type
    Definition Classes
    AmfObject
  51. def setArrayWithoutId(field: Field, values: Seq[AmfElement]): Vocabulary.this.type
    Definition Classes
    AmfObject
  52. final def simpleAdoption(parent: String): Vocabulary.this.type
    Definition Classes
    AmfObject
  53. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  54. def toNativeRdfModel(renderOptions: RenderOptions): RdfModel
    Definition Classes
    BaseUnit
  55. def transform(selector: (DomainElement) ⇒ Boolean, transformation: (DomainElement, Boolean) ⇒ Option[DomainElement]): BaseUnit
    Definition Classes
    BaseUnit
  56. def transformByCondition(element: AmfObject, predicate: (AmfObject) ⇒ Boolean, transformation: (AmfObject, Boolean) ⇒ Option[AmfObject], cycles: Set[String], cycleRecoverer: (AmfObject, AmfObject) ⇒ Option[AmfObject]): AmfObject
    Attributes
    protected
    Definition Classes
    BaseUnit
  57. def usage: StrField
    Definition Classes
    BaseUnit
  58. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  61. def withBase(base: String): Vocabulary
  62. def withDeclaredElement(element: DomainElement): Vocabulary.this.type
    Definition Classes
    DeclaresModel
  63. def withDeclares(declarations: Seq[DomainElement]): Vocabulary.this.type
    Definition Classes
    DeclaresModel
  64. def withExternals(externals: Seq[External]): Vocabulary
  65. def withId(value: String): Vocabulary.this.type
    Definition Classes
    AmfObject
  66. def withImports(vocabularies: Seq[VocabularyReference]): Vocabulary
  67. def withLocation(location: String): Vocabulary.this.type
    Definition Classes
    BaseUnit
  68. def withName(name: String): Vocabulary
  69. def withRaw(raw: String): BaseUnit
    Definition Classes
    BaseUnit
  70. def withReferences(references: Seq[BaseUnit]): Vocabulary.this.type
    Definition Classes
    BaseUnit
  71. def withUsage(usage: String): Vocabulary.this.type
    Definition Classes
    BaseUnit

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from DeclaresModel

Inherited from BaseUnit

Inherited from PlatformSecrets

Inherited from MetaModelTypeMapping

Inherited from AmfObject

Inherited from AmfElement

Inherited from AnyRef

Inherited from Any

Ungrouped