trait ImmutableEntity extends model.HasLabel with model.HasType with model.HasLocation with model.HasOther with MultiIdentifiable with HasLocation with HasValue with HasLabel with HasType with HasOther with Hashable

Linear Supertypes
Hashable, HasOther, HasType, HasLabel, HasValue, HasLocation, MultiIdentifiable, Identifiable, model.HasOther, model.HasLocation, model.HasType, model.HasLabel, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ImmutableEntity
  2. Hashable
  3. HasOther
  4. HasType
  5. HasLabel
  6. HasValue
  7. HasLocation
  8. MultiIdentifiable
  9. Identifiable
  10. HasOther
  11. HasLocation
  12. HasType
  13. HasLabel
  14. AnyRef
  15. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract val id: Set[QualifiedName]
    Definition Classes
    MultiIdentifiable
  2. abstract val label: Set[LangString]
    Definition Classes
    HasLabel
  3. abstract val location: Set[Location]
    Definition Classes
    HasLocation
  4. abstract val other: Map[QualifiedName, Set[Other]]
    Definition Classes
    HasOther
  5. abstract val typex: Set[Type]
    Definition Classes
    HasType
  6. abstract val value: Set[Value]
    Definition Classes
    HasValue

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def canEqual(a: Any): Boolean
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  7. val enumType: immutable.Kind.Value
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(that: Any): Boolean
    Definition Classes
    ImmutableEntity → AnyRef → Any
  10. def getAttributes: Set[Attribute]
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  12. def getKind(): Kind
    Annotations
    @BeanProperty()
  13. def getLabel(): List[LangString]
    Definition Classes
    HasLabel
  14. def getLocation(): List[Location]
    Definition Classes
    HasLocation
  15. def getOther(): List[Other]
    Definition Classes
    HasOther
  16. def getType(): List[Type]
    Definition Classes
    HasType
  17. def getValue(): Set[Value]
    Definition Classes
    HasValue
  18. final def h(x: AnyRef): Int
    Definition Classes
    Hashable
    Annotations
    @inline()
  19. lazy val hashCode: Int
    Definition Classes
    ImmutableEntity → AnyRef → Any
  20. def idOrMarker(set: Set[QualifiedName], sb: StringBuilder): Unit
    Definition Classes
    Identifiable
  21. def idSets(): Set[Set[QualifiedName]]
    Definition Classes
    ImmutableEntityIdentifiable
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. val kind: Kind
    Annotations
    @BeanProperty()
  24. def mapMerge(map1: Map[QualifiedName, Set[Other]], map2: Map[QualifiedName, Set[Other]]): Map[QualifiedName, Set[Other]]
    Definition Classes
    Identifiable
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  28. def optionalId(id: Set[QualifiedName], sb: StringBuilder): Unit
    Definition Classes
    Identifiable
  29. def optionalId(id: QualifiedName, sb: StringBuilder): Unit
    Definition Classes
    Identifiable
  30. final def pr(v0: Int, v1: Int): Int
    Definition Classes
    Hashable
    Annotations
    @inline()
  31. def setValue(x: Value): Unit
    Definition Classes
    HasValue
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. def timeOrMarker(time: Set[XMLGregorianCalendar], sb: StringBuilder): Unit
    Definition Classes
    Identifiable
  34. def toNotation(sb: StringBuilder): Unit
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

    (Since version 9)

Inherited from Hashable

Inherited from HasOther

Inherited from HasType

Inherited from HasLabel

Inherited from HasValue

Inherited from HasLocation

Inherited from MultiIdentifiable

Inherited from Identifiable

Inherited from model.HasOther

Inherited from model.HasLocation

Inherited from model.HasType

Inherited from model.HasLabel

Inherited from AnyRef

Inherited from Any

Ungrouped