class VocabularyDeclarations extends Declarations
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- VocabularyDeclarations
- Declarations
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- 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
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 VocabularyDeclarations to any2stringadd[VocabularyDeclarations] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
+=(indexKey: String, element: DomainElement): VocabularyDeclarations.this.type
- Definition Classes
- Declarations
-
def
+=(element: DomainElement): VocabularyDeclarations.this.type
- Definition Classes
- Declarations
-
def
+=(indexKey: String, fragment: Fragment): Declarations
- Definition Classes
- Declarations
-
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()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
addLibrary(alias: String, declarations: Declarations): Unit
- Attributes
- protected
- Definition Classes
- Declarations
-
var
annotations: Map[String, CustomDomainProperty]
- Definition Classes
- Declarations
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- var classTerms: Map[String, ClassTerm]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
declarables(): Seq[DomainElement]
- Definition Classes
- Declarations
-
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
-
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
-
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
-
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
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
error(message: String, pos: SourceLocation): Unit
- Attributes
- protected
- Definition Classes
- Declarations
- var externals: Map[String, External]
-
def
findAnnotation(key: String, scope: Scope): Option[CustomDomainProperty]
- Definition Classes
- Declarations
-
def
findAnnotationOrError(pos: SourceLocation)(key: String, scope: Scope): CustomDomainProperty
- Definition Classes
- Declarations
-
def
findEquivalent(element: DomainElement): Option[DomainElement]
- Definition Classes
- Declarations
-
def
findForType(key: String, map: (Declarations) ⇒ Map[String, DomainElement], scope: Scope): Option[DomainElement]
- Definition Classes
- Declarations
-
def
findManyForType(key: String, map: (Declarations) ⇒ Map[String, List[DomainElement]], scope: Scope): Option[List[DomainElement]]
- Definition Classes
- Declarations
-
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()
-
var
fragments: Map[String, FragmentRef]
- Definition Classes
- Declarations
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getClassTermId(alias: String): Option[String]
-
def
getOrCreateLibrary(alias: String): VocabularyDeclarations
Get or create specified library.
Get or create specified library.
- Definition Classes
- VocabularyDeclarations → Declarations
- def getPropertyTermId(alias: String): Option[String]
- def getTermId(value: String): Option[String]
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
var
libraries: Map[String, Declarations]
- Definition Classes
- Declarations
-
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()
-
var
promotedFragments: Seq[Fragment]
- Definition Classes
- Declarations
- var propertyTerms: Map[String, PropertyTerm]
- def registerTerm(term: ClassTerm): Unit
- def registerTerm(term: PropertyTerm): Unit
- def registerUsedVocabulary(alias: String, vocab: Vocabulary): Unit
- def resolveExternal(key: String): Option[String]
- def resolveExternalNamespace(prefix: Option[String], suffix: String): Try[String]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- var usedVocabs: Map[String, Vocabulary]
-
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
→[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
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated