t

org.openprovenance.prov.scala.nf

ImmutableActivity

trait ImmutableActivity extends model.HasLabel with model.HasType with model.HasLocation with model.HasOther with MultiIdentifiable with HasLocation with HasLabel with HasType with HasOther with Hashable

Linear Supertypes
Hashable, HasOther, HasType, HasLabel, HasLocation, MultiIdentifiable, Identifiable, model.HasOther, model.HasLocation, model.HasType, model.HasLabel, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ImmutableActivity
  2. Hashable
  3. HasOther
  4. HasType
  5. HasLabel
  6. HasLocation
  7. MultiIdentifiable
  8. Identifiable
  9. HasOther
  10. HasLocation
  11. HasType
  12. HasLabel
  13. AnyRef
  14. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract val endTime: Set[XMLGregorianCalendar]
  2. abstract val id: Set[QualifiedName]
    Definition Classes
    MultiIdentifiable
  3. abstract val label: Set[LangString]
    Definition Classes
    HasLabel
  4. abstract val location: Set[Location]
    Definition Classes
    HasLocation
  5. abstract val other: Map[QualifiedName, Set[Other]]
    Definition Classes
    HasOther
  6. abstract val startTime: Set[XMLGregorianCalendar]
  7. abstract val typex: Set[Type]
    Definition Classes
    HasType

Concrete 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
    ImmutableActivity → AnyRef → Any
  9. def getAttributes: Set[Attribute]
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  11. def getEndTime(): Set[XMLGregorianCalendar]
  12. def getLabel(): List[LangString]
    Definition Classes
    HasLabel
  13. def getLocation(): List[Location]
    Definition Classes
    HasLocation
  14. def getOther(): List[Other]
    Definition Classes
    HasOther
  15. def getStartTime(): Set[XMLGregorianCalendar]
  16. def getType(): List[Type]
    Definition Classes
    HasType
  17. final def h(x: AnyRef): Int
    Definition Classes
    Hashable
    Annotations
    @inline()
  18. lazy val hashCode: Int
    Definition Classes
    ImmutableActivity → AnyRef → Any
  19. def idOrMarker(set: Set[QualifiedName], sb: StringBuilder): Unit
    Definition Classes
    Identifiable
  20. def idSets(): Set[Set[QualifiedName]]
    Definition Classes
    ImmutableActivityIdentifiable
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def mapMerge(map1: Map[QualifiedName, Set[Other]], map2: Map[QualifiedName, Set[Other]]): Map[QualifiedName, Set[Other]]
    Definition Classes
    Identifiable
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  26. def optionalId(id: Set[QualifiedName], sb: StringBuilder): Unit
    Definition Classes
    Identifiable
  27. def optionalId(id: QualifiedName, sb: StringBuilder): Unit
    Definition Classes
    Identifiable
  28. final def pr(v0: Int, v1: Int): Int
    Definition Classes
    Hashable
    Annotations
    @inline()
  29. def setEndTime(arg0: XMLGregorianCalendar): Unit
  30. def setStartTime(arg0: XMLGregorianCalendar): Nothing
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. def timeOrMarker(time: Set[XMLGregorianCalendar], sb: StringBuilder): Unit
    Definition Classes
    Identifiable
  33. def toNotation(sb: StringBuilder): Unit
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. 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 MultiIdentifiable

Inherited from Identifiable

Inherited from model.HasOther

Inherited from model.HasLocation

Inherited from model.HasType

Inherited from model.HasLabel

Inherited from AnyRef

Inherited from Any

Ungrouped