t

org.openprovenance.prov.scala.nf

ImmutableWasStartedBy

trait ImmutableWasStartedBy extends Relation with MultiIdentifiable with HasLocation with HasRole with HasLabel with HasType with HasOther with Hashable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ImmutableWasStartedBy
  2. Hashable
  3. HasOther
  4. HasType
  5. HasLabel
  6. HasRole
  7. HasLocation
  8. MultiIdentifiable
  9. Identifiable
  10. Relation
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract val activity: Set[QualifiedName]
  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 role: Set[Role]
    Definition Classes
    HasRole
  7. abstract val starter: Set[QualifiedName]
  8. abstract val time: Set[XMLGregorianCalendar]
  9. abstract val trigger: Set[QualifiedName]
  10. 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 clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  6. val enumType: immutable.Kind.Value
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(that: Any): Boolean
    Definition Classes
    ImmutableWasStartedBy → AnyRef → Any
  9. def getActivity: Set[QualifiedName]
  10. def getAttributes: Set[Attribute]
  11. def getCause: Set[QualifiedName]
    Definition Classes
    ImmutableWasStartedByRelation
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  13. def getEffect: Set[QualifiedName]
    Definition Classes
    ImmutableWasStartedByRelation
  14. def getKind(): Kind
    Annotations
    @BeanProperty()
  15. def getLabel(): List[LangString]
    Definition Classes
    HasLabel
  16. def getLocation(): List[Location]
    Definition Classes
    HasLocation
  17. def getOther(): List[Other]
    Definition Classes
    HasOther
  18. def getRole(): List[Role]
    Definition Classes
    HasRole
  19. def getStarter: Set[QualifiedName]
  20. def getTime: Set[XMLGregorianCalendar]
  21. def getTrigger: Set[QualifiedName]
  22. def getType(): List[Type]
    Definition Classes
    HasType
  23. final def h(x: AnyRef): Int
    Definition Classes
    Hashable
    Annotations
    @inline()
  24. lazy val hashCode: Int
    Definition Classes
    ImmutableWasStartedBy → AnyRef → Any
  25. def idOrMarker(set: Set[QualifiedName], sb: StringBuilder): Unit
    Definition Classes
    Identifiable
  26. def idSets(): Set[Set[QualifiedName]]
    Definition Classes
    ImmutableWasStartedByIdentifiable
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. val kind: Kind
    Annotations
    @BeanProperty()
  29. def mapMerge(map1: Map[QualifiedName, Set[Other]], map2: Map[QualifiedName, Set[Other]]): Map[QualifiedName, Set[Other]]
    Definition Classes
    Identifiable
  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. def optionalId(id: Set[QualifiedName], sb: StringBuilder): Unit
    Definition Classes
    Identifiable
  34. def optionalId(id: QualifiedName, sb: StringBuilder): Unit
    Definition Classes
    Identifiable
  35. final def pr(v0: Int, v1: Int): Int
    Definition Classes
    Hashable
    Annotations
    @inline()
  36. def setActivity(arg0: QualifiedName): Nothing
  37. def setStarter(arg0: QualifiedName): Nothing
  38. def setTime(arg0: XMLGregorianCalendar): Unit
  39. def setTrigger(arg0: QualifiedName): Nothing
  40. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  41. def timeOrMarker(time: Set[XMLGregorianCalendar], sb: StringBuilder): Unit
    Definition Classes
    Identifiable
  42. def toNotation(sb: StringBuilder): Unit
  43. def toString(): String
    Definition Classes
    AnyRef → Any
  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 HasOther

Inherited from HasType

Inherited from HasLabel

Inherited from HasRole

Inherited from HasLocation

Inherited from MultiIdentifiable

Inherited from Identifiable

Inherited from Relation

Inherited from AnyRef

Inherited from Any

Ungrouped