class Activity extends Statement with Mergeable[Activity] with ImmutableActivity with Serial[immutable.Activity]

Linear Supertypes
Serial[immutable.Activity], ImmutableActivity, Hashable, HasOther, HasType, HasLabel, HasLocation, MultiIdentifiable, model.HasOther, model.HasLocation, model.HasType, model.HasLabel, Mergeable[Activity], Statement, Identifiable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Activity
  2. Serial
  3. ImmutableActivity
  4. Hashable
  5. HasOther
  6. HasType
  7. HasLabel
  8. HasLocation
  9. MultiIdentifiable
  10. HasOther
  11. HasLocation
  12. HasType
  13. HasLabel
  14. Mergeable
  15. Statement
  16. Identifiable
  17. AnyRef
  18. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Activity(act: immutable.Activity)
  2. new Activity(id: Set[QualifiedName], startTime: Set[XMLGregorianCalendar], endTime: Set[XMLGregorianCalendar], label: Set[LangString], typex: Set[Type], location: Set[Location], other: Map[QualifiedName, Set[Other]])

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. def addAttributes[TERM <: immutable.Statement](t: TERM, attr: Set[Attribute]): TERM
    Definition Classes
    Serial
  5. def addToFirst(ll: List[immutable.Activity], attr: Set[Attribute]): List[immutable.Activity]
    Definition Classes
    Serial
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def canEqual(a: Any): Boolean
    Definition Classes
    ImmutableActivity
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  9. val endTime: Set[XMLGregorianCalendar]
    Definition Classes
    ActivityImmutableActivity
  10. val enumType: immutable.Kind.Value
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(that: Any): Boolean
    Definition Classes
    ImmutableActivity → AnyRef → Any
  13. def getAttributes: Set[Attribute]
    Definition Classes
    ImmutableActivity
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  15. def getEndTime(): Set[XMLGregorianCalendar]
    Definition Classes
    ImmutableActivity
  16. def getKind(): Kind
    Annotations
    @BeanProperty()
  17. def getLabel(): List[LangString]
    Definition Classes
    HasLabel
  18. def getLocation(): List[Location]
    Definition Classes
    HasLocation
  19. def getOther(): List[Other]
    Definition Classes
    HasOther
  20. def getStartTime(): Set[XMLGregorianCalendar]
    Definition Classes
    ImmutableActivity
  21. def getType(): List[Type]
    Definition Classes
    HasType
  22. final def h(x: AnyRef): Int
    Definition Classes
    Hashable
    Annotations
    @inline()
  23. lazy val hashCode: Int
    Definition Classes
    ImmutableActivity → AnyRef → Any
  24. val id: Set[QualifiedName]
    Definition Classes
    ActivityMultiIdentifiable
  25. def idOrMarker(set: Set[QualifiedName], sb: StringBuilder): Unit
    Definition Classes
    Identifiable
  26. def idSets(): Set[Set[QualifiedName]]
    Definition Classes
    ImmutableActivityIdentifiable
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. val kind: Kind
    Definition Classes
    ActivityStatement
  29. val label: Set[LangString]
    Definition Classes
    ActivityHasLabel
  30. val location: Set[Location]
    Definition Classes
    ActivityHasLocation
  31. def mapMerge(map1: Map[QualifiedName, Set[Other]], map2: Map[QualifiedName, Set[Other]]): Map[QualifiedName, Set[Other]]
    Definition Classes
    Identifiable
  32. def merge(act: Activity): Activity
    Definition Classes
    ActivityMergeable
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  36. def optionalId(id: Set[QualifiedName], sb: StringBuilder): Unit
    Definition Classes
    Identifiable
  37. def optionalId(id: QualifiedName, sb: StringBuilder): Unit
    Definition Classes
    Identifiable
  38. val other: Map[QualifiedName, Set[Other]]
    Definition Classes
    ActivityHasOther
  39. final def pr(v0: Int, v1: Int): Int
    Definition Classes
    Hashable
    Annotations
    @inline()
  40. def setEndTime(arg0: XMLGregorianCalendar): Unit
    Definition Classes
    ImmutableActivity
  41. def setStartTime(arg0: XMLGregorianCalendar): Nothing
    Definition Classes
    ImmutableActivity
  42. val startTime: Set[XMLGregorianCalendar]
    Definition Classes
    ActivityImmutableActivity
  43. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  44. def timeOrMarker(time: Set[XMLGregorianCalendar], sb: StringBuilder): Unit
    Definition Classes
    Identifiable
  45. def toNotation(sb: StringBuilder): Unit
    Definition Classes
    ImmutableActivity
  46. def toString(): String
    Definition Classes
    Statement → AnyRef → Any
  47. def toTerms: List[immutable.Activity]
    Definition Classes
    ActivitySerialStatement
  48. val typex: Set[Type]
    Definition Classes
    ActivityHasType
  49. def unify(m: Map[QualifiedName, Set[QualifiedName]]): Activity
    Definition Classes
    ActivityStatement
  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 Serial[immutable.Activity]

Inherited from ImmutableActivity

Inherited from Hashable

Inherited from HasOther

Inherited from HasType

Inherited from HasLabel

Inherited from HasLocation

Inherited from MultiIdentifiable

Inherited from model.HasOther

Inherited from model.HasLocation

Inherited from model.HasType

Inherited from model.HasLabel

Inherited from Mergeable[Activity]

Inherited from Statement

Inherited from Identifiable

Inherited from AnyRef

Inherited from Any

Ungrouped