c

amf.aml.internal.parse.vocabularies

VocabularyDeclarations

class VocabularyDeclarations extends Declarations

Linear Supertypes
Declarations, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. VocabularyDeclarations
  2. Declarations
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new VocabularyDeclarations(externals: Map[String, External] = Map(), classTerms: Map[String, ClassTerm] = Map(), propertyTerms: Map[String, PropertyTerm] = Map(), usedVocabs: Map[String, Vocabulary] = Map(), libs: Map[String, VocabularyDeclarations] = Map(), errorHandler: AMFErrorHandler, futureDeclarations: FutureDeclarations)

Type Members

  1. trait ErrorDeclaration extends AnyRef
    Definition Classes
    Declarations
  2. type Identity[T] = T
    Definition Classes
    Declarations

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from VocabularyDeclarations to any2stringadd[VocabularyDeclarations] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def +=(indexKey: String, element: DomainElement): VocabularyDeclarations.this.type
    Definition Classes
    Declarations
  5. def +=(element: DomainElement): VocabularyDeclarations.this.type
    Definition Classes
    Declarations
  6. def +=(indexKey: String, fragment: Fragment): Declarations
    Definition Classes
    Declarations
  7. def ->[B](y: B): (VocabularyDeclarations, B)
    Implicit
    This member is added by an implicit conversion from VocabularyDeclarations to ArrowAssoc[VocabularyDeclarations] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  8. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def addLibrary(alias: String, declarations: Declarations): Unit
    Attributes
    protected
    Definition Classes
    Declarations
  10. var annotations: Map[String, CustomDomainProperty]
    Definition Classes
    Declarations
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. var classTerms: Map[String, ClassTerm]
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  14. def declarables(): Seq[DomainElement]
    Definition Classes
    Declarations
  15. def ensuring(cond: (VocabularyDeclarations) ⇒ Boolean, msg: ⇒ Any): VocabularyDeclarations
    Implicit
    This member is added by an implicit conversion from VocabularyDeclarations to Ensuring[VocabularyDeclarations] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: (VocabularyDeclarations) ⇒ Boolean): VocabularyDeclarations
    Implicit
    This member is added by an implicit conversion from VocabularyDeclarations to Ensuring[VocabularyDeclarations] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean, msg: ⇒ Any): VocabularyDeclarations
    Implicit
    This member is added by an implicit conversion from VocabularyDeclarations to Ensuring[VocabularyDeclarations] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: Boolean): VocabularyDeclarations
    Implicit
    This member is added by an implicit conversion from VocabularyDeclarations to Ensuring[VocabularyDeclarations] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  21. def error(message: String, pos: SourceLocation): Unit
    Attributes
    protected
    Definition Classes
    Declarations
  22. var externals: Map[String, External]
  23. def findAnnotation(key: String, scope: Scope): Option[CustomDomainProperty]
    Definition Classes
    Declarations
  24. def findAnnotationOrError(pos: SourceLocation)(key: String, scope: Scope): CustomDomainProperty
    Definition Classes
    Declarations
  25. def findEquivalent(element: DomainElement): Option[DomainElement]
    Definition Classes
    Declarations
  26. def findForType(key: String, map: (Declarations) ⇒ Map[String, DomainElement], scope: Scope): Option[DomainElement]
    Definition Classes
    Declarations
  27. def findManyForType(key: String, map: (Declarations) ⇒ Map[String, List[DomainElement]], scope: Scope): Option[List[DomainElement]]
    Definition Classes
    Declarations
  28. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from VocabularyDeclarations to StringFormat[VocabularyDeclarations] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  29. var fragments: Map[String, FragmentRef]
    Definition Classes
    Declarations
  30. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. def getClassTermId(alias: String): Option[String]
  32. def getOrCreateLibrary(alias: String): VocabularyDeclarations

    Get or create specified library.

    Get or create specified library.

    Definition Classes
    VocabularyDeclarations → Declarations
  33. def getPropertyTermId(alias: String): Option[String]
  34. def getTermId(value: String): Option[String]
  35. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  36. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  37. var libraries: Map[String, Declarations]
    Definition Classes
    Declarations
  38. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  39. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  40. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  41. var promotedFragments: Seq[Fragment]
    Definition Classes
    Declarations
  42. var propertyTerms: Map[String, PropertyTerm]
  43. def registerTerm(term: ClassTerm): Unit
  44. def registerTerm(term: PropertyTerm): Unit
  45. def registerUsedVocabulary(alias: String, vocab: Vocabulary): Unit
  46. def resolveExternal(key: String): Option[String]
  47. def resolveExternalNamespace(prefix: Option[String], suffix: String): Try[String]
  48. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  49. def toString(): String
    Definition Classes
    AnyRef → Any
  50. var usedVocabs: Map[String, Vocabulary]
  51. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  53. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. def [B](y: B): (VocabularyDeclarations, B)
    Implicit
    This member is added by an implicit conversion from VocabularyDeclarations to ArrowAssoc[VocabularyDeclarations] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Declarations

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from VocabularyDeclarations to any2stringadd[VocabularyDeclarations]

Inherited by implicit conversion StringFormat from VocabularyDeclarations to StringFormat[VocabularyDeclarations]

Inherited by implicit conversion Ensuring from VocabularyDeclarations to Ensuring[VocabularyDeclarations]

Inherited by implicit conversion ArrowAssoc from VocabularyDeclarations to ArrowAssoc[VocabularyDeclarations]

Ungrouped