class WasDerivedFrom extends model.WasDerivedFrom with Identifiable with HasLabel with HasType with HasOther with Hashable

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

Instance Constructors

  1. new WasDerivedFrom()

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. var activity: model.QualifiedName
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def canEqual(a: Any): Boolean
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(that: Any): Boolean
    Definition Classes
    WasDerivedFrom → AnyRef → Any
  10. var generatedEntity: model.QualifiedName
  11. var generation: model.QualifiedName
  12. def getActivity(): model.QualifiedName
    Definition Classes
    WasDerivedFrom → WasDerivedFrom
    Annotations
    @BeanProperty()
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  14. def getGeneratedEntity(): model.QualifiedName
    Definition Classes
    WasDerivedFrom → WasDerivedFrom
    Annotations
    @BeanProperty()
  15. def getGeneration(): model.QualifiedName
    Definition Classes
    WasDerivedFrom → WasDerivedFrom
    Annotations
    @BeanProperty()
  16. def getId(): model.QualifiedName
    Definition Classes
    Identifiable
    Annotations
    @BeanProperty()
  17. def getKind(): Kind
    Definition Classes
    WasDerivedFrom → StatementOrBundle
    Annotations
    @BeanProperty()
  18. def getLabel(): List[model.LangString]
    Definition Classes
    HasLabel
    Annotations
    @BeanProperty()
  19. def getOther(): List[model.Other]
    Definition Classes
    HasOther
  20. def getType(): List[model.Type]
    Definition Classes
    HasType
  21. def getUsage(): model.QualifiedName
    Definition Classes
    WasDerivedFrom → WasDerivedFrom
    Annotations
    @BeanProperty()
  22. def getUsedEntity(): model.QualifiedName
    Definition Classes
    WasDerivedFrom → WasDerivedFrom
    Annotations
    @BeanProperty()
  23. final def h(x: AnyRef): Int
    Definition Classes
    Hashable
    Annotations
    @inline()
  24. def hashCode(): Int
    Definition Classes
    WasDerivedFrom → AnyRef → Any
  25. val id: model.QualifiedName
    Definition Classes
    Identifiable
    Annotations
    @BeanProperty()
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. val kind: Kind
  28. val label: List[model.LangString]
    Definition Classes
    HasLabel
    Annotations
    @BeanProperty()
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  32. val other: List[model.Other]
    Definition Classes
    HasOther
  33. final def pr(v0: Int, v1: Int): Int
    Definition Classes
    Hashable
    Annotations
    @inline()
  34. def setActivity(arg0: model.QualifiedName): Unit
    Definition Classes
    WasDerivedFrom → WasDerivedFrom
    Annotations
    @BeanProperty()
  35. def setGeneratedEntity(arg0: model.QualifiedName): Unit
    Definition Classes
    WasDerivedFrom → WasDerivedFrom
    Annotations
    @BeanProperty()
  36. def setGeneration(arg0: model.QualifiedName): Unit
    Definition Classes
    WasDerivedFrom → WasDerivedFrom
    Annotations
    @BeanProperty()
  37. def setId(arg0: model.QualifiedName): Unit
    Definition Classes
    Identifiable
    Annotations
    @BeanProperty()
  38. def setLabel(arg0: List[model.LangString]): Unit
    Definition Classes
    HasLabel
    Annotations
    @BeanProperty()
  39. def setOther(others: List[model.Other]): Unit
    Definition Classes
    HasOther
  40. def setUsage(arg0: model.QualifiedName): Unit
    Definition Classes
    WasDerivedFrom → WasDerivedFrom
    Annotations
    @BeanProperty()
  41. def setUsedEntity(arg0: model.QualifiedName): Unit
    Definition Classes
    WasDerivedFrom → WasDerivedFrom
    Annotations
    @BeanProperty()
  42. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  43. def toString(): String
    Definition Classes
    AnyRef → Any
  44. val typex: List[model.Type]
    Definition Classes
    HasType
  45. var usage: model.QualifiedName
  46. var usedEntity: model.QualifiedName
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  49. 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 model.WasDerivedFrom

Inherited from Influence

Inherited from QualifiedRelation

Inherited from Relation

Inherited from Statement

Inherited from StatementOrBundle

Inherited from model.HasOther

Inherited from model.HasType

Inherited from model.HasLabel

Inherited from model.Identifiable

Inherited from AnyRef

Inherited from Any

Ungrouped