class SpecializationOf extends model.SpecializationOf with QualifiedSpecializationOf with Identifiable with HasLabel with HasType with HasOther with Hashable

Linear Supertypes
Hashable, HasOther, HasType, HasLabel, Identifiable, QualifiedSpecializationOf, QualifiedRelation, model.HasOther, model.HasType, model.HasLabel, model.Identifiable, model.SpecializationOf, UnqualifiedRelation, Relation, Statement, StatementOrBundle, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SpecializationOf
  2. Hashable
  3. HasOther
  4. HasType
  5. HasLabel
  6. Identifiable
  7. QualifiedSpecializationOf
  8. QualifiedRelation
  9. HasOther
  10. HasType
  11. HasLabel
  12. Identifiable
  13. SpecializationOf
  14. UnqualifiedRelation
  15. Relation
  16. Statement
  17. StatementOrBundle
  18. AnyRef
  19. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SpecializationOf()

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. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(that: Any): Boolean
    Definition Classes
    SpecializationOf → AnyRef → Any
  9. var generalEntity: model.QualifiedName
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  11. def getGeneralEntity(): model.QualifiedName
    Definition Classes
    SpecializationOf → SpecializationOf
    Annotations
    @BeanProperty()
  12. def getId(): model.QualifiedName
    Definition Classes
    Identifiable
    Annotations
    @BeanProperty()
  13. def getKind(): Kind
    Definition Classes
    SpecializationOf → StatementOrBundle
    Annotations
    @BeanProperty()
  14. def getLabel(): List[model.LangString]
    Definition Classes
    HasLabel
    Annotations
    @BeanProperty()
  15. def getOther(): List[model.Other]
    Definition Classes
    HasOther
  16. def getSpecificEntity(): model.QualifiedName
    Definition Classes
    SpecializationOf → SpecializationOf
    Annotations
    @BeanProperty()
  17. def getType(): List[model.Type]
    Definition Classes
    HasType
  18. final def h(x: AnyRef): Int
    Definition Classes
    Hashable
    Annotations
    @inline()
  19. def hashCode(): Int
    Definition Classes
    SpecializationOf → AnyRef → Any
  20. val id: model.QualifiedName
    Definition Classes
    Identifiable
    Annotations
    @BeanProperty()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def isUnqualified(): Boolean
    Definition Classes
    SpecializationOf → QualifiedSpecializationOf
  23. val kind: Kind
  24. val label: List[model.LangString]
    Definition Classes
    HasLabel
    Annotations
    @BeanProperty()
  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. val other: List[model.Other]
    Definition Classes
    HasOther
  29. final def pr(v0: Int, v1: Int): Int
    Definition Classes
    Hashable
    Annotations
    @inline()
  30. def setGeneralEntity(arg0: model.QualifiedName): Unit
    Definition Classes
    SpecializationOf → SpecializationOf
    Annotations
    @BeanProperty()
  31. def setId(arg0: model.QualifiedName): Unit
    Definition Classes
    Identifiable
    Annotations
    @BeanProperty()
  32. def setLabel(arg0: List[model.LangString]): Unit
    Definition Classes
    HasLabel
    Annotations
    @BeanProperty()
  33. def setOther(others: List[model.Other]): Unit
    Definition Classes
    HasOther
  34. def setSpecificEntity(arg0: model.QualifiedName): Unit
    Definition Classes
    SpecializationOf → SpecializationOf
    Annotations
    @BeanProperty()
  35. var specificEntity: model.QualifiedName
  36. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. val typex: List[model.Type]
    Definition Classes
    HasType
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. 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 Identifiable

Inherited from QualifiedSpecializationOf

Inherited from QualifiedRelation

Inherited from model.HasOther

Inherited from model.HasType

Inherited from model.HasLabel

Inherited from model.Identifiable

Inherited from model.SpecializationOf

Inherited from UnqualifiedRelation

Inherited from Relation

Inherited from Statement

Inherited from StatementOrBundle

Inherited from AnyRef

Inherited from Any

Ungrouped