case class Vocabulary(fields: Fields, annotations: Annotations) extends BaseUnit with DeclaresModel with ExternalContext[Vocabulary] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Vocabulary
- Serializable
- Serializable
- Product
- Equals
- ExternalContext
- DeclaresModel
- BaseUnit
- PlatformSecrets
- MetaModelTypeMapping
- AmfObject
- AmfElement
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Vocabulary(fields: Fields, annotations: Annotations)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
add(field: Field, value: AmfElement): Vocabulary.this.type
- Definition Classes
- AmfObject
-
def
add(other: Annotations): Vocabulary.this.type
- Definition Classes
- AmfElement
-
def
add(annotation: Annotation): Vocabulary.this.type
- Definition Classes
- AmfElement
-
def
addReference(newRef: BaseUnit): Unit
- Definition Classes
- BaseUnit
-
def
adopted(parent: String, cycle: Seq[String]): Vocabulary.this.type
- Definition Classes
- AmfObject
-
val
annotations: Annotations
- Definition Classes
- Vocabulary → AmfElement
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def base: StrField
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
cloneElement(branch: Map[AmfObject, AmfObject]): AmfObject
- Definition Classes
- BaseUnit → AmfObject → AmfElement
-
def
cloneUnit(): BaseUnit
- Definition Classes
- BaseUnit
-
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
-
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
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
externals: Seq[External]
- Definition Classes
- ExternalContext
-
val
fields: Fields
- Definition Classes
- Vocabulary → AmfObject
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
findById(id: String): Option[DomainElement]
- Definition Classes
- BaseUnit
-
def
findByType(shapeType: String): Seq[DomainElement]
- Definition Classes
- BaseUnit
-
def
findInReferences(id: String): Option[BaseUnit]
- Definition Classes
- BaseUnit
-
def
fromLocal(): Boolean
- Definition Classes
- AmfElement
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
val
id: String
- Definition Classes
- AmfObject
- def imports: Seq[VocabularyReference]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isTrackedBy(trackId: String): Boolean
- Definition Classes
- AmfElement
-
def
iterator(strategy: IteratorStrategy, fieldsFilter: FieldsFilter, visited: VisitedCollector): AmfIterator
- Definition Classes
- BaseUnit
-
def
location(): Option[String]
- Definition Classes
- BaseUnit → AmfElement
-
def
meta: VocabularyModel.type
Meta data for the document
Meta data for the document
- Definition Classes
- Vocabulary → BaseUnit → AmfObject
-
def
metaModel(instance: Any): Obj
- Attributes
- protected
- Definition Classes
- MetaModelTypeMapping
-
def
modelVersion: StrField
- Definition Classes
- BaseUnit
- def name: StrField
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
parserRun: Option[Int]
- Definition Classes
- BaseUnit
-
val
platform: Platform
- Definition Classes
- PlatformSecrets
-
def
position(): Option[LexicalInformation]
- Definition Classes
- AmfElement
-
val
raw: Option[String]
- Definition Classes
- BaseUnit
-
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
-
val
resolved: Boolean
- Attributes
- protected[amf]
- Definition Classes
- BaseUnit
-
def
root: BoolField
- Definition Classes
- BaseUnit
-
def
set(field: Field, value: AmfElement, annotations: Annotations): Vocabulary.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: AmfElement): Vocabulary.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, values: Seq[String]): Vocabulary.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: Float): Vocabulary.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: Double): Vocabulary.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: Int): Vocabulary.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: Boolean): Vocabulary.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: String, annotations: Annotations): Vocabulary.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: String): Vocabulary.this.type
- Definition Classes
- AmfObject
-
def
setArray(field: Field, values: Seq[AmfElement], annotations: Annotations): Vocabulary.this.type
- Definition Classes
- AmfObject
-
def
setArray(field: Field, values: Seq[AmfElement]): Vocabulary.this.type
- Definition Classes
- AmfObject
-
def
setArrayWithoutId(field: Field, values: Seq[AmfElement], annotations: Annotations): Vocabulary.this.type
- Definition Classes
- AmfObject
-
def
setArrayWithoutId(field: Field, values: Seq[AmfElement]): Vocabulary.this.type
- Definition Classes
- AmfObject
-
def
setWithoutId(field: Field, value: AmfElement, annotations: Annotations): Vocabulary.this.type
- Definition Classes
- AmfObject
-
final
def
simpleAdoption(parent: String): Vocabulary.this.type
- Definition Classes
- AmfObject
-
def
sourceVendor: Option[Vendor]
- Definition Classes
- BaseUnit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toNativeRdfModel(renderOptions: RenderOptions): RdfModel
- Definition Classes
- BaseUnit
-
def
transform(selector: (DomainElement) ⇒ Boolean, transformation: (DomainElement, Boolean) ⇒ Option[DomainElement])(implicit errorHandler: ErrorHandler): BaseUnit
- Definition Classes
- BaseUnit
-
def
usage: StrField
- Definition Classes
- BaseUnit
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def withBase(base: String): Vocabulary
-
def
withDeclaredElement(element: DomainElement): Vocabulary.this.type
- Definition Classes
- DeclaresModel
-
def
withDeclares(declarations: Seq[DomainElement], annotations: Annotations): Vocabulary.this.type
- Definition Classes
- DeclaresModel
-
def
withExternals(externals: Seq[External]): Vocabulary
- Definition Classes
- ExternalContext
-
def
withId(value: String): Vocabulary.this.type
- Definition Classes
- AmfObject
- def withImports(vocabularies: Seq[VocabularyReference]): Vocabulary
-
def
withLocation(location: String): Vocabulary.this.type
- Definition Classes
- BaseUnit
- def withName(name: String): Vocabulary
-
def
withRaw(raw: String): BaseUnit
- Definition Classes
- BaseUnit
-
def
withReferences(references: Seq[BaseUnit]): Vocabulary.this.type
- Definition Classes
- BaseUnit
-
def
withRoot(value: Boolean): Vocabulary.this.type
- Definition Classes
- BaseUnit
-
def
withUsage(usage: String): Vocabulary.this.type
- Definition Classes
- BaseUnit