class WasEndedBy extends model.WasEndedBy with Identifiable with HasLocation with HasLabel with HasType with HasOther with HasRole with Hashable

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

Instance Constructors

  1. new WasEndedBy()

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. var ender: model.QualifiedName
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(that: Any): Boolean
    Definition Classes
    WasEndedBy → AnyRef → Any
  11. def getActivity(): model.QualifiedName
    Definition Classes
    WasEndedBy → WasEndedBy
    Annotations
    @BeanProperty()
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  13. def getEnder(): model.QualifiedName
    Definition Classes
    WasEndedBy → WasEndedBy
    Annotations
    @BeanProperty()
  14. def getId(): model.QualifiedName
    Definition Classes
    Identifiable
    Annotations
    @BeanProperty()
  15. def getKind(): Kind
    Definition Classes
    WasEndedBy → StatementOrBundle
    Annotations
    @BeanProperty()
  16. def getLabel(): List[model.LangString]
    Definition Classes
    HasLabel
    Annotations
    @BeanProperty()
  17. def getLocation(): List[model.Location]
    Definition Classes
    HasLocation
    Annotations
    @BeanProperty()
  18. def getOther(): List[model.Other]
    Definition Classes
    HasOther
  19. def getRole(): List[model.Role]
    Definition Classes
    HasRole
    Annotations
    @BeanProperty()
  20. def getTime(): XMLGregorianCalendar
    Definition Classes
    WasEndedBy → HasTime
    Annotations
    @BeanProperty()
  21. def getTrigger(): model.QualifiedName
    Definition Classes
    WasEndedBy → WasEndedBy
    Annotations
    @BeanProperty()
  22. def getType(): List[model.Type]
    Definition Classes
    HasType
  23. final def h(x: AnyRef): Int
    Definition Classes
    Hashable
    Annotations
    @inline()
  24. def hashCode(): Int
    Definition Classes
    WasEndedBy → 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. val location: List[model.Location]
    Definition Classes
    HasLocation
    Annotations
    @BeanProperty()
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  33. val other: List[model.Other]
    Definition Classes
    HasOther
  34. final def pr(v0: Int, v1: Int): Int
    Definition Classes
    Hashable
    Annotations
    @inline()
  35. val role: List[model.Role]
    Definition Classes
    HasRole
    Annotations
    @BeanProperty()
  36. def setActivity(arg0: model.QualifiedName): Unit
    Definition Classes
    WasEndedBy → WasEndedBy
    Annotations
    @BeanProperty()
  37. def setEnder(arg0: model.QualifiedName): Unit
    Definition Classes
    WasEndedBy → WasEndedBy
    Annotations
    @BeanProperty()
  38. def setId(arg0: model.QualifiedName): Unit
    Definition Classes
    Identifiable
    Annotations
    @BeanProperty()
  39. def setLabel(arg0: List[model.LangString]): Unit
    Definition Classes
    HasLabel
    Annotations
    @BeanProperty()
  40. def setLocation(arg0: List[model.Location]): Unit
    Definition Classes
    HasLocation
    Annotations
    @BeanProperty()
  41. def setOther(others: List[model.Other]): Unit
    Definition Classes
    HasOther
  42. def setRole(arg0: List[model.Role]): Unit
    Definition Classes
    HasRole
    Annotations
    @BeanProperty()
  43. def setTime(arg0: XMLGregorianCalendar): Unit
    Definition Classes
    WasEndedBy → HasTime
    Annotations
    @BeanProperty()
  44. def setTrigger(arg0: model.QualifiedName): Unit
    Definition Classes
    WasEndedBy → WasEndedBy
    Annotations
    @BeanProperty()
  45. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  46. var time: XMLGregorianCalendar
  47. def toString(): String
    Definition Classes
    AnyRef → Any
  48. var trigger: model.QualifiedName
  49. val typex: List[model.Type]
    Definition Classes
    HasType
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  52. 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 HasLocation

Inherited from Identifiable

Inherited from model.WasEndedBy

Inherited from Influence

Inherited from QualifiedRelation

Inherited from Relation

Inherited from Statement

Inherited from StatementOrBundle

Inherited from model.HasOther

Inherited from model.HasLocation

Inherited from model.HasRole

Inherited from model.HasType

Inherited from HasTime

Inherited from model.HasLabel

Inherited from model.Identifiable

Inherited from AnyRef

Inherited from Any

Ungrouped