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

Linear Supertypes
Serializable, Serializable, Product, Equals, ExternalContext[Vocabulary], 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. ExternalContext
  7. DeclaresModel
  8. BaseUnit
  9. PlatformSecrets
  10. MetaModelTypeMapping
  11. AmfObject
  12. AmfElement
  13. AnyRef
  14. 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 addReference(newRef: BaseUnit): Unit
    Definition Classes
    BaseUnit
  8. def adopted(parent: String, cycle: Seq[String]): Vocabulary.this.type
    Definition Classes
    AmfObject
  9. val annotations: Annotations
    Definition Classes
    Vocabulary → AmfElement
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def base: StrField
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  13. def cloneElement(branch: Map[AmfObject, AmfObject]): AmfObject
    Definition Classes
    BaseUnit → AmfObject → AmfElement
  14. def cloneUnit(): BaseUnit
    Definition Classes
    BaseUnit
  15. 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
  16. 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
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def externals: Seq[External]
    Definition Classes
    ExternalContext
  19. val fields: Fields
    Definition Classes
    Vocabulary → AmfObject
  20. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. def findById(id: String): Option[DomainElement]
    Definition Classes
    BaseUnit
  22. def findByType(shapeType: String): Seq[DomainElement]
    Definition Classes
    BaseUnit
  23. def findInReferences(id: String): Option[BaseUnit]
    Definition Classes
    BaseUnit
  24. def fromLocal(): Boolean
    Definition Classes
    AmfElement
  25. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. val id: String
    Definition Classes
    AmfObject
  27. def imports: Seq[VocabularyReference]
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. def isTrackedBy(trackId: String): Boolean
    Definition Classes
    AmfElement
  30. def iterator(strategy: IteratorStrategy, fieldsFilter: FieldsFilter, visited: VisitedCollector): AmfIterator
    Definition Classes
    BaseUnit
  31. def location(): Option[String]
    Definition Classes
    BaseUnit → AmfElement
  32. def meta: VocabularyModel.type

    Meta data for the document

    Meta data for the document

    Definition Classes
    Vocabulary → BaseUnit → AmfObject
  33. def metaModel(instance: Any): Obj
    Attributes
    protected
    Definition Classes
    MetaModelTypeMapping
  34. def modelVersion: StrField
    Definition Classes
    BaseUnit
  35. def name: StrField
  36. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  39. def parserRun: Option[Int]
    Definition Classes
    BaseUnit
  40. val platform: Platform
    Definition Classes
    PlatformSecrets
  41. def position(): Option[LexicalInformation]
    Definition Classes
    AmfElement
  42. val raw: Option[String]
    Definition Classes
    BaseUnit
  43. 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
  44. val resolved: Boolean
    Attributes
    protected[amf]
    Definition Classes
    BaseUnit
  45. def root: BoolField
    Definition Classes
    BaseUnit
  46. def set(field: Field, value: AmfElement, annotations: Annotations): Vocabulary.this.type
    Definition Classes
    AmfObject
  47. def set(field: Field, value: AmfElement): Vocabulary.this.type
    Definition Classes
    AmfObject
  48. def set(field: Field, values: Seq[String]): Vocabulary.this.type
    Definition Classes
    AmfObject
  49. def set(field: Field, value: Float): Vocabulary.this.type
    Definition Classes
    AmfObject
  50. def set(field: Field, value: Double): Vocabulary.this.type
    Definition Classes
    AmfObject
  51. def set(field: Field, value: Int): Vocabulary.this.type
    Definition Classes
    AmfObject
  52. def set(field: Field, value: Boolean): Vocabulary.this.type
    Definition Classes
    AmfObject
  53. def set(field: Field, value: String, annotations: Annotations): Vocabulary.this.type
    Definition Classes
    AmfObject
  54. def set(field: Field, value: String): Vocabulary.this.type
    Definition Classes
    AmfObject
  55. def setArray(field: Field, values: Seq[AmfElement], annotations: Annotations): Vocabulary.this.type
    Definition Classes
    AmfObject
  56. def setArray(field: Field, values: Seq[AmfElement]): Vocabulary.this.type
    Definition Classes
    AmfObject
  57. def setArrayWithoutId(field: Field, values: Seq[AmfElement], annotations: Annotations): Vocabulary.this.type
    Definition Classes
    AmfObject
  58. def setArrayWithoutId(field: Field, values: Seq[AmfElement]): Vocabulary.this.type
    Definition Classes
    AmfObject
  59. def setWithoutId(field: Field, value: AmfElement, annotations: Annotations): Vocabulary.this.type
    Definition Classes
    AmfObject
  60. final def simpleAdoption(parent: String): Vocabulary.this.type
    Definition Classes
    AmfObject
  61. def sourceVendor: Option[Vendor]
    Definition Classes
    BaseUnit
  62. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  63. def toNativeRdfModel(renderOptions: RenderOptions): RdfModel
    Definition Classes
    BaseUnit
  64. def transform(selector: (DomainElement) ⇒ Boolean, transformation: (DomainElement, Boolean) ⇒ Option[DomainElement])(implicit errorHandler: ErrorHandler): BaseUnit
    Definition Classes
    BaseUnit
  65. def usage: StrField
    Definition Classes
    BaseUnit
  66. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  67. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  68. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  69. def withBase(base: String): Vocabulary
  70. def withDeclaredElement(element: DomainElement): Vocabulary.this.type
    Definition Classes
    DeclaresModel
  71. def withDeclares(declarations: Seq[DomainElement], annotations: Annotations): Vocabulary.this.type
    Definition Classes
    DeclaresModel
  72. def withExternals(externals: Seq[External]): Vocabulary
    Definition Classes
    ExternalContext
  73. def withId(value: String): Vocabulary.this.type
    Definition Classes
    AmfObject
  74. def withImports(vocabularies: Seq[VocabularyReference]): Vocabulary
  75. def withLocation(location: String): Vocabulary.this.type
    Definition Classes
    BaseUnit
  76. def withName(name: String): Vocabulary
  77. def withRaw(raw: String): BaseUnit
    Definition Classes
    BaseUnit
  78. def withReferences(references: Seq[BaseUnit]): Vocabulary.this.type
    Definition Classes
    BaseUnit
  79. def withRoot(value: Boolean): Vocabulary.this.type
    Definition Classes
    BaseUnit
  80. def withUsage(usage: String): Vocabulary.this.type
    Definition Classes
    BaseUnit

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ExternalContext[Vocabulary]

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