class WasInfluencedBy extends model.WasInfluencedBy with Identifiable with HasLocation with HasLabel with HasType with HasOther with Hashable

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

Instance Constructors

  1. new WasInfluencedBy()

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
    WasInfluencedBy → AnyRef → Any
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  10. def getId(): model.QualifiedName
    Definition Classes
    Identifiable
    Annotations
    @BeanProperty()
  11. def getInfluencee(): model.QualifiedName
    Definition Classes
    WasInfluencedBy → WasInfluencedBy
    Annotations
    @BeanProperty()
  12. def getInfluencer(): model.QualifiedName
    Definition Classes
    WasInfluencedBy → WasInfluencedBy
    Annotations
    @BeanProperty()
  13. def getKind(): Kind
    Definition Classes
    WasInfluencedBy → StatementOrBundle
    Annotations
    @BeanProperty()
  14. def getLabel(): List[model.LangString]
    Definition Classes
    HasLabel
    Annotations
    @BeanProperty()
  15. def getLocation(): List[model.Location]
    Definition Classes
    HasLocation
    Annotations
    @BeanProperty()
  16. def getOther(): List[model.Other]
    Definition Classes
    HasOther
  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
    WasInfluencedBy → AnyRef → Any
  20. val id: model.QualifiedName
    Definition Classes
    Identifiable
    Annotations
    @BeanProperty()
  21. var influencee: model.QualifiedName
  22. var influencer: model.QualifiedName
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. val kind: Kind
  25. val label: List[model.LangString]
    Definition Classes
    HasLabel
    Annotations
    @BeanProperty()
  26. val location: List[model.Location]
    Definition Classes
    HasLocation
    Annotations
    @BeanProperty()
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  30. val other: List[model.Other]
    Definition Classes
    HasOther
  31. final def pr(v0: Int, v1: Int): Int
    Definition Classes
    Hashable
    Annotations
    @inline()
  32. def setId(arg0: model.QualifiedName): Unit
    Definition Classes
    Identifiable
    Annotations
    @BeanProperty()
  33. def setInfluencee(arg0: model.QualifiedName): Unit
    Definition Classes
    WasInfluencedBy → WasInfluencedBy
    Annotations
    @BeanProperty()
  34. def setInfluencer(arg0: model.QualifiedName): Unit
    Definition Classes
    WasInfluencedBy → WasInfluencedBy
    Annotations
    @BeanProperty()
  35. def setLabel(arg0: List[model.LangString]): Unit
    Definition Classes
    HasLabel
    Annotations
    @BeanProperty()
  36. def setLocation(arg0: List[model.Location]): Unit
    Definition Classes
    HasLocation
    Annotations
    @BeanProperty()
  37. def setOther(others: List[model.Other]): Unit
    Definition Classes
    HasOther
  38. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. val typex: List[model.Type]
    Definition Classes
    HasType
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. 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 HasLocation

Inherited from Identifiable

Inherited from model.WasInfluencedBy

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