case class DialectDomainElement(fields: Fields, annotations: Annotations) extends DomainElement with Linkable with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Linkable, AdoptionDependantCalls, DomainElement, CustomizableElement, AmfObject, AmfElement, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DialectDomainElement
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Linkable
  7. AdoptionDependantCalls
  8. DomainElement
  9. CustomizableElement
  10. AmfObject
  11. AmfElement
  12. AnyRef
  13. 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 DialectDomainElement(fields: Fields, annotations: Annotations)

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 DialectDomainElement to any2stringadd[DialectDomainElement] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (DialectDomainElement, B)
    Implicit
    This member is added by an implicit conversion from DialectDomainElement to ArrowAssoc[DialectDomainElement] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def add(field: Field, value: AmfElement): DialectDomainElement.this.type
    Definition Classes
    AmfObject
  7. def add(other: Annotations): DialectDomainElement.this.type
    Definition Classes
    AmfElement
  8. def add(annotation: Annotation): DialectDomainElement.this.type
    Definition Classes
    AmfElement
  9. def adopted(newId: String, cycle: Seq[String] = Seq()): DialectDomainElement.this.type
    Definition Classes
    DialectDomainElement → AmfObject
  10. val annotations: Annotations
    Definition Classes
    DialectDomainElement → AmfElement
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. def classConstructor: (Fields, Annotations) ⇒ Linkable with DomainElement

    apply method for create a new instance with fields and annotations.

    apply method for create a new instance with fields and annotations. Aux method for copy

    Attributes
    protected
    Definition Classes
    DialectDomainElement → Linkable
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  14. def cloneElement(branch: Map[AmfObject, AmfObject]): AmfObject
    Definition Classes
    AmfObject → AmfElement
  15. def componentId: String
    Definition Classes
    DialectDomainElement → AmfObject
  16. def containsProperty(property: PropertyMapping): Boolean
  17. def copyElement(a: Annotations): Linkable with DomainElement
    Definition Classes
    Linkable
  18. def copyElement(): Linkable with DomainElement
    Definition Classes
    Linkable
  19. def customDomainProperties: Seq[DomainExtension]
    Definition Classes
    DomainElement → CustomizableElement
  20. def declarationName: StrField
  21. def definedBy: NodeMapping
  22. def effectiveLinkTarget(links: Set[Linkable]): DomainElement
    Definition Classes
    Linkable
  23. def ensuring(cond: (DialectDomainElement) ⇒ Boolean, msg: ⇒ Any): DialectDomainElement
    Implicit
    This member is added by an implicit conversion from DialectDomainElement to Ensuring[DialectDomainElement] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  24. def ensuring(cond: (DialectDomainElement) ⇒ Boolean): DialectDomainElement
    Implicit
    This member is added by an implicit conversion from DialectDomainElement to Ensuring[DialectDomainElement] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  25. def ensuring(cond: Boolean, msg: ⇒ Any): DialectDomainElement
    Implicit
    This member is added by an implicit conversion from DialectDomainElement to Ensuring[DialectDomainElement] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  26. def ensuring(cond: Boolean): DialectDomainElement
    Implicit
    This member is added by an implicit conversion from DialectDomainElement to Ensuring[DialectDomainElement] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  27. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. def extend: Seq[DomainElement]
    Definition Classes
    DomainElement
  29. val fields: Fields
    Definition Classes
    DialectDomainElement → AmfObject
  30. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from DialectDomainElement to StringFormat[DialectDomainElement] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  31. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. def getObjectByProperty(iri: String): Seq[DialectDomainElement]
  33. def getScalarByProperty(iri: String): Seq[Any]
  34. lazy val graph: Graph
    Definition Classes
    DomainElement
  35. val id: String
    Definition Classes
    AmfObject
  36. def includeName: String
  37. def isAbstract: BoolField
  38. def isExternalLink: BoolField
    Definition Classes
    DomainElement
  39. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  40. def isLink: Boolean
    Definition Classes
    Linkable
  41. def isTrackedBy(trackId: String): Boolean
    Definition Classes
    AmfElement
  42. def link[T](label: String, annotations: Annotations): T
    Definition Classes
    Linkable
  43. val linkAnnotations: Option[Annotations]
    Definition Classes
    Linkable
  44. def linkCopy(): DialectDomainElement
    Definition Classes
    DialectDomainElement → Linkable
  45. def linkLabel: StrField
    Definition Classes
    Linkable
  46. def linkTarget: Option[DomainElement]
    Definition Classes
    Linkable
  47. def localRefName: String
  48. def location(): Option[String]
    Definition Classes
    AmfElement
  49. def meta: DialectDomainElementModel
    Definition Classes
    DialectDomainElement → AmfObject
  50. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  51. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  52. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  53. def position(): Option[LexicalInformation]
    Definition Classes
    AmfElement
  54. def resolveUnreferencedLink[T](label: String, annotations: Annotations, unresolved: T, supportsRecursion: Boolean): T
    Definition Classes
    DialectDomainElement → Linkable
  55. def set(field: Field, value: AmfElement, annotations: Annotations): DialectDomainElement.this.type
    Definition Classes
    AmfObject
  56. def set(field: Field, value: AmfElement): DialectDomainElement.this.type
    Definition Classes
    AmfObject
  57. def set(field: Field, values: Seq[String]): DialectDomainElement.this.type
    Definition Classes
    AmfObject
  58. def set(field: Field, value: Float): DialectDomainElement.this.type
    Definition Classes
    AmfObject
  59. def set(field: Field, value: Double): DialectDomainElement.this.type
    Definition Classes
    AmfObject
  60. def set(field: Field, value: Int): DialectDomainElement.this.type
    Definition Classes
    AmfObject
  61. def set(field: Field, value: Boolean): DialectDomainElement.this.type
    Definition Classes
    AmfObject
  62. def set(field: Field, value: String, annotations: Annotations): DialectDomainElement.this.type
    Definition Classes
    AmfObject
  63. def set(field: Field, value: String): DialectDomainElement.this.type
    Definition Classes
    AmfObject
  64. def setArray(field: Field, values: Seq[AmfElement], annotations: Annotations): DialectDomainElement.this.type
    Definition Classes
    AmfObject
  65. def setArray(field: Field, values: Seq[AmfElement]): DialectDomainElement.this.type
    Definition Classes
    AmfObject
  66. def setArrayWithoutId(field: Field, values: Seq[AmfElement], annotations: Annotations): DialectDomainElement.this.type
    Definition Classes
    AmfObject
  67. def setArrayWithoutId(field: Field, values: Seq[AmfElement]): DialectDomainElement.this.type
    Definition Classes
    AmfObject
  68. def setWithoutId(field: Field, value: AmfElement, annotations: Annotations): DialectDomainElement.this.type
    Definition Classes
    AmfObject
  69. val shouldLink: Boolean
    Attributes
    protected
    Definition Classes
    Linkable
  70. final def simpleAdoption(parent: String): DialectDomainElement.this.type
    Definition Classes
    AmfObject
  71. def supportsRecursion: BoolField
    Definition Classes
    Linkable
  72. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  73. def typeIris: Seq[String]
    Definition Classes
    DomainElement → CustomizableElement
  74. def unresolved(refName: String, aliases: Seq[String], pos: Option[SourceLocation], unresolvedSeverity: String)(implicit ctx: UnresolvedComponents): DomainElement with Linkable
    Definition Classes
    Linkable
  75. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  76. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  77. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  78. def withAbstract(isAbstract: Boolean): DialectDomainElement
  79. def withCustomDomainProperties(extensions: Seq[DomainExtension]): DialectDomainElement.this.type
    Definition Classes
    DomainElement → CustomizableElement
  80. def withCustomDomainProperty(extensions: DomainExtension): DialectDomainElement.this.type
    Definition Classes
    DomainElement → CustomizableElement
  81. def withDeclarationName(name: String): DialectDomainElement
  82. def withDefinedBy(nodeMapping: NodeMapping): DialectDomainElement
  83. def withExtends(extend: Seq[DomainElement]): DialectDomainElement.this.type
    Definition Classes
    DomainElement
  84. def withId(value: String): DialectDomainElement.this.type
    Definition Classes
    AmfObject
  85. def withInstanceTypes(types: Seq[String]): DialectDomainElement
  86. def withIsExternalLink(isReference: Boolean): DialectDomainElement.this.type
    Definition Classes
    DomainElement
  87. def withLinkLabel(label: String, annotations: Annotations): DialectDomainElement.this.type
    Definition Classes
    Linkable
  88. def withLinkTarget(target: DomainElement): DialectDomainElement.this.type
    Definition Classes
    Linkable
  89. def withLiteralProperty(propertyIri: String, value: List[Any]): DialectDomainElement.this.type
  90. def withLiteralProperty(propertyIri: String, dateTime: SimpleDateTime): DialectDomainElement.this.type
  91. def withLiteralProperty(propertyIri: String, value: Boolean): DialectDomainElement.this.type
  92. def withLiteralProperty(propertyIri: String, value: Float): DialectDomainElement.this.type
  93. def withLiteralProperty(propertyIri: String, value: Double): DialectDomainElement.this.type
  94. def withLiteralProperty(propertyIri: String, value: Int): DialectDomainElement.this.type
  95. def withLiteralProperty(propertyIri: String, value: String): DialectDomainElement.this.type
  96. def withObjectCollectionProperty(propertyIri: String, value: Seq[DialectDomainElement]): DialectDomainElement.this.type
  97. def withObjectProperty(iri: String, value: DialectDomainElement, node: YNode = YNode.Empty): DialectDomainElement
  98. def withSupportsRecursion(recursive: Boolean): DialectDomainElement.this.type
    Definition Classes
    Linkable
  99. def [B](y: B): (DialectDomainElement, B)
    Implicit
    This member is added by an implicit conversion from DialectDomainElement to ArrowAssoc[DialectDomainElement] 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 Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Linkable

Inherited from AdoptionDependantCalls

Inherited from DomainElement

Inherited from CustomizableElement

Inherited from AmfObject

Inherited from AmfElement

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped