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
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- 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
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from Vocabulary to any2stringadd[Vocabulary] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (Vocabulary, B)
- Implicit
- This member is added by an implicit conversion from Vocabulary to ArrowAssoc[Vocabulary] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
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() @HotSpotIntrinsicCandidate()
-
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
-
def
ensuring(cond: (Vocabulary) ⇒ Boolean, msg: ⇒ Any): Vocabulary
- Implicit
- This member is added by an implicit conversion from Vocabulary to Ensuring[Vocabulary] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (Vocabulary) ⇒ Boolean): Vocabulary
- Implicit
- This member is added by an implicit conversion from Vocabulary to Ensuring[Vocabulary] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): Vocabulary
- Implicit
- This member is added by an implicit conversion from Vocabulary to Ensuring[Vocabulary] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): Vocabulary
- Implicit
- This member is added by an implicit conversion from Vocabulary to Ensuring[Vocabulary] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
externals: Seq[External]
- Definition Classes
- ExternalContext
-
val
fields: Fields
- Definition Classes
- Vocabulary → AmfObject
-
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
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from Vocabulary to StringFormat[Vocabulary] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
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 name: StrField
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
pkg: StrField
- Definition Classes
- BaseUnit
-
val
platform: Platform
- Definition Classes
- PlatformSecrets
-
def
position(): Option[LexicalInformation]
- Definition Classes
- AmfElement
-
def
processingData: BaseUnitProcessingData
- Definition Classes
- BaseUnit
-
def
profileName: Option[ProfileName]
- Attributes
- protected[amf]
- Definition Classes
- BaseUnit
-
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
-
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
sourceInformation: BaseUnitSourceInformation
- Definition Classes
- BaseUnit
-
def
sourceSpec: Option[Spec]
- Definition Classes
- BaseUnit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
transform(selector: (DomainElement) ⇒ Boolean, transformation: (DomainElement, Boolean) ⇒ Option[DomainElement])(implicit errorHandler: AMFErrorHandler): BaseUnit
- Definition Classes
- BaseUnit
-
def
usage: StrField
- Definition Classes
- BaseUnit
-
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()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- 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
withPkg(pkg: String, annotations: Annotations): Vocabulary.this.type
- Definition Classes
- BaseUnit
-
def
withPkg(pkg: String): Vocabulary.this.type
- Definition Classes
- BaseUnit
-
def
withProcessingData(data: BaseUnitProcessingData): Vocabulary.this.type
- Definition Classes
- BaseUnit
-
def
withRaw(raw: String): BaseUnit
- Definition Classes
- BaseUnit
-
def
withReferenceAlias(alias: String, id: String, fullUrl: String, relativeUrl: 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
-
def
→[B](y: B): (Vocabulary, B)
- Implicit
- This member is added by an implicit conversion from Vocabulary to ArrowAssoc[Vocabulary] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated
-
def
modelVersion: StrField
- Definition Classes
- BaseUnit
- Annotations
- @deprecated
- Deprecated
(Since version AMF 5.0.0 & AML 6.0.0) Use processingData.modelVersion for API Contract Base Units only
-
val
resolved: Boolean
- Attributes
- protected[amf]
- Definition Classes
- BaseUnit
- Annotations
- @deprecated
- Deprecated
(Since version AMF 5.0.0 & AML 6.0.0) Use processingData.transformed instead