class DialectDeclarations extends VocabularyDeclarations
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DialectDeclarations
- VocabularyDeclarations
- Declarations
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new DialectDeclarations(nodeMappings: Map[String, client.scala.model.domain.NodeMappable[_]] = Map(), annotationMappings: Map[String, AnnotationMapping] = Map(), errorHandler: AMFErrorHandler, futureDeclarations: FutureDeclarations)
Type Members
- case class ErrorAnnotationMapping(idPart: String, part: YPart) extends AnnotationMapping with core.internal.annotations.ErrorDeclaration[AnnotationMappingModel.type] with Product with Serializable
-
trait
ErrorDeclaration extends AnyRef
- Definition Classes
- Declarations
- case class ErrorNodeMappable(idPart: String, part: YPart) extends NodeMapping with core.internal.annotations.ErrorDeclaration[NodeMappingModel.type] with Product with Serializable
-
type
Identity[T] = T
- Definition Classes
- Declarations
- type NodeMappable = client.scala.model.domain.NodeMappable[_ <: NodeMappableModel]
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 DialectDeclarations to any2stringadd[DialectDeclarations] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
- def +=(nodeMapping: NodeMappable): DialectDeclarations
- def +=(annotationMapping: AnnotationMapping): DialectDeclarations
-
def
+=(indexKey: String, element: DomainElement): DialectDeclarations.this.type
- Definition Classes
- Declarations
-
def
+=(element: DomainElement): DialectDeclarations.this.type
- Definition Classes
- Declarations
-
def
+=(indexKey: String, fragment: Fragment): Declarations
- Definition Classes
- Declarations
-
def
->[B](y: B): (DialectDeclarations, B)
- Implicit
- This member is added by an implicit conversion from DialectDeclarations to ArrowAssoc[DialectDeclarations] 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 annotationMappings: Map[String, AnnotationMapping]
-
var
annotations: Map[String, CustomDomainProperty]
- Definition Classes
- Declarations
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
var
classTerms: Map[String, ClassTerm]
- Definition Classes
- VocabularyDeclarations
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
declarables(): Seq[DomainElement]
- Definition Classes
- DialectDeclarations → Declarations
-
def
ensuring(cond: (DialectDeclarations) ⇒ Boolean, msg: ⇒ Any): DialectDeclarations
- Implicit
- This member is added by an implicit conversion from DialectDeclarations to Ensuring[DialectDeclarations] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (DialectDeclarations) ⇒ Boolean): DialectDeclarations
- Implicit
- This member is added by an implicit conversion from DialectDeclarations to Ensuring[DialectDeclarations] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): DialectDeclarations
- Implicit
- This member is added by an implicit conversion from DialectDeclarations to Ensuring[DialectDeclarations] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): DialectDeclarations
- Implicit
- This member is added by an implicit conversion from DialectDeclarations to Ensuring[DialectDeclarations] 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]
- Definition Classes
- VocabularyDeclarations
-
def
findAnnotation(key: String, scope: Scope): Option[CustomDomainProperty]
- Definition Classes
- Declarations
- def findAnnotationMapping(key: String, scope: Scope): Option[AnnotationMapping]
- def findAnnotationMappingOrError(ast: YPart)(key: String, scope: Scope): AnnotationMapping
-
def
findAnnotationOrError(pos: SourceLocation)(key: String, scope: Scope): CustomDomainProperty
- Definition Classes
- Declarations
- def findClassTerm(key: String, scope: Scope): Option[ClassTerm]
-
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 findNodeMapping(key: String, scope: Scope): Option[NodeMappable]
- def findNodeMappingOrError(ast: YPart)(key: String, scope: Scope): NodeMappable
- def findPropertyTerm(key: String, scope: Scope): Option[PropertyTerm]
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from DialectDeclarations to StringFormat[DialectDeclarations] 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]
- Definition Classes
- VocabularyDeclarations
-
def
getOrCreateLibrary(alias: String): DialectDeclarations
Get or create specified library.
Get or create specified library.
- Definition Classes
- DialectDeclarations → VocabularyDeclarations → Declarations
-
def
getPropertyTermId(alias: String): Option[String]
- Definition Classes
- VocabularyDeclarations
-
def
getTermId(value: String): Option[String]
- Definition Classes
- VocabularyDeclarations
-
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
- var nodeMappings: Map[String, client.scala.model.domain.NodeMappable[_]]
-
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]
- Definition Classes
- VocabularyDeclarations
- def registerNodeMapping(nodeMapping: NodeMappable): DialectDeclarations
-
def
registerTerm(term: ClassTerm): Unit
- Definition Classes
- VocabularyDeclarations
-
def
registerTerm(term: PropertyTerm): Unit
- Definition Classes
- VocabularyDeclarations
-
def
registerUsedVocabulary(alias: String, vocab: Vocabulary): Unit
- Definition Classes
- VocabularyDeclarations
-
def
resolveExternal(key: String): Option[String]
- Definition Classes
- VocabularyDeclarations
-
def
resolveExternalNamespace(prefix: Option[String], suffix: String): Try[String]
- Definition Classes
- VocabularyDeclarations
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
var
usedVocabs: Map[String, Vocabulary]
- Definition Classes
- VocabularyDeclarations
-
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): (DialectDeclarations, B)
- Implicit
- This member is added by an implicit conversion from DialectDeclarations to ArrowAssoc[DialectDeclarations] 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