class WasAssociatedWith extends model.WasAssociatedWith with Identifiable with HasLabel with HasType with HasOther with HasRole with Hashable

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

Instance Constructors

  1. new WasAssociatedWith()

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. var agent: model.QualifiedName
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def canEqual(a: Any): Boolean
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(that: Any): Boolean
    Definition Classes
    WasAssociatedWith → AnyRef → Any
  11. def getActivity(): model.QualifiedName
    Definition Classes
    WasAssociatedWith → WasAssociatedWith
    Annotations
    @BeanProperty()
  12. def getAgent(): model.QualifiedName
    Definition Classes
    WasAssociatedWith → WasAssociatedWith
    Annotations
    @BeanProperty()
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  14. def getId(): model.QualifiedName
    Definition Classes
    Identifiable
    Annotations
    @BeanProperty()
  15. def getKind(): Kind
    Definition Classes
    WasAssociatedWith → StatementOrBundle
    Annotations
    @BeanProperty()
  16. def getLabel(): List[model.LangString]
    Definition Classes
    HasLabel
    Annotations
    @BeanProperty()
  17. def getOther(): List[model.Other]
    Definition Classes
    HasOther
  18. def getPlan(): model.QualifiedName
    Definition Classes
    WasAssociatedWith → WasAssociatedWith
    Annotations
    @BeanProperty()
  19. def getRole(): List[model.Role]
    Definition Classes
    HasRole
    Annotations
    @BeanProperty()
  20. def getType(): List[model.Type]
    Definition Classes
    HasType
  21. final def h(x: AnyRef): Int
    Definition Classes
    Hashable
    Annotations
    @inline()
  22. def hashCode(): Int
    Definition Classes
    WasAssociatedWith → AnyRef → Any
  23. val id: model.QualifiedName
    Definition Classes
    Identifiable
    Annotations
    @BeanProperty()
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. val kind: Kind
  26. val label: List[model.LangString]
    Definition Classes
    HasLabel
    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. var plan: model.QualifiedName
  32. final def pr(v0: Int, v1: Int): Int
    Definition Classes
    Hashable
    Annotations
    @inline()
  33. val role: List[model.Role]
    Definition Classes
    HasRole
    Annotations
    @BeanProperty()
  34. def setActivity(arg0: model.QualifiedName): Unit
    Definition Classes
    WasAssociatedWith → WasAssociatedWith
    Annotations
    @BeanProperty()
  35. def setAgent(arg0: model.QualifiedName): Unit
    Definition Classes
    WasAssociatedWith → WasAssociatedWith
    Annotations
    @BeanProperty()
  36. def setId(arg0: model.QualifiedName): Unit
    Definition Classes
    Identifiable
    Annotations
    @BeanProperty()
  37. def setLabel(arg0: List[model.LangString]): Unit
    Definition Classes
    HasLabel
    Annotations
    @BeanProperty()
  38. def setOther(others: List[model.Other]): Unit
    Definition Classes
    HasOther
  39. def setPlan(arg0: model.QualifiedName): Unit
    Definition Classes
    WasAssociatedWith → WasAssociatedWith
    Annotations
    @BeanProperty()
  40. def setRole(arg0: List[model.Role]): Unit
    Definition Classes
    HasRole
    Annotations
    @BeanProperty()
  41. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  42. def toString(): String
    Definition Classes
    AnyRef → Any
  43. val typex: List[model.Type]
    Definition Classes
    HasType
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. 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 HasRole

Inherited from HasOther

Inherited from HasType

Inherited from HasLabel

Inherited from Identifiable

Inherited from model.WasAssociatedWith

Inherited from Influence

Inherited from QualifiedRelation

Inherited from Relation

Inherited from Statement

Inherited from StatementOrBundle

Inherited from model.HasOther

Inherited from model.HasRole

Inherited from model.HasType

Inherited from model.HasLabel

Inherited from model.Identifiable

Inherited from AnyRef

Inherited from Any

Ungrouped