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

Linear Supertypes
Hashable, HasRole, HasOther, HasType, HasLabel, HasLocation, Identifiable, model.WasStartedBy, 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. WasStartedBy
  2. Hashable
  3. HasRole
  4. HasOther
  5. HasType
  6. HasLabel
  7. HasLocation
  8. Identifiable
  9. WasStartedBy
  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 WasStartedBy()

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
    WasStartedBy → AnyRef → Any
  10. def getActivity(): model.QualifiedName
    Definition Classes
    WasStartedBy → WasStartedBy
    Annotations
    @BeanProperty()
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  12. def getId(): model.QualifiedName
    Definition Classes
    Identifiable
    Annotations
    @BeanProperty()
  13. def getKind(): Kind
    Definition Classes
    WasStartedBy → 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 getRole(): List[model.Role]
    Definition Classes
    HasRole
    Annotations
    @BeanProperty()
  18. def getStarter(): model.QualifiedName
    Definition Classes
    WasStartedBy → WasStartedBy
    Annotations
    @BeanProperty()
  19. def getTime(): XMLGregorianCalendar
    Definition Classes
    WasStartedBy → HasTime
    Annotations
    @BeanProperty()
  20. def getTrigger(): model.QualifiedName
    Definition Classes
    WasStartedBy → WasStartedBy
    Annotations
    @BeanProperty()
  21. def getType(): List[model.Type]
    Definition Classes
    HasType
  22. final def h(x: AnyRef): Int
    Definition Classes
    Hashable
    Annotations
    @inline()
  23. def hashCode(): Int
    Definition Classes
    WasStartedBy → AnyRef → Any
  24. val id: model.QualifiedName
    Definition Classes
    Identifiable
    Annotations
    @BeanProperty()
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. val kind: Kind
  27. val label: List[model.LangString]
    Definition Classes
    HasLabel
    Annotations
    @BeanProperty()
  28. val location: List[model.Location]
    Definition Classes
    HasLocation
    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. val role: List[model.Role]
    Definition Classes
    HasRole
    Annotations
    @BeanProperty()
  35. def setActivity(arg0: model.QualifiedName): Unit
    Definition Classes
    WasStartedBy → WasStartedBy
    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 setLocation(arg0: List[model.Location]): Unit
    Definition Classes
    HasLocation
    Annotations
    @BeanProperty()
  39. def setOther(others: List[model.Other]): Unit
    Definition Classes
    HasOther
  40. def setRole(arg0: List[model.Role]): Unit
    Definition Classes
    HasRole
    Annotations
    @BeanProperty()
  41. def setStarter(arg0: model.QualifiedName): Unit
    Definition Classes
    WasStartedBy → WasStartedBy
    Annotations
    @BeanProperty()
  42. def setTime(arg0: XMLGregorianCalendar): Unit
    Definition Classes
    WasStartedBy → HasTime
    Annotations
    @BeanProperty()
  43. def setTrigger(arg0: model.QualifiedName): Unit
    Definition Classes
    WasStartedBy → WasStartedBy
    Annotations
    @BeanProperty()
  44. var starter: model.QualifiedName
  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.WasStartedBy

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