c

org.openprovenance.prov.scala.nf

WasAssociatedWith

class WasAssociatedWith extends Statement with Mergeable[WasAssociatedWith] with ImmutableWasAssociatedWith with Serial[immutable.WasAssociatedWith]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WasAssociatedWith
  2. Serial
  3. ImmutableWasAssociatedWith
  4. Hashable
  5. HasRole
  6. HasOther
  7. HasType
  8. HasLabel
  9. MultiIdentifiable
  10. Relation
  11. Mergeable
  12. Statement
  13. Identifiable
  14. AnyRef
  15. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new WasAssociatedWith(waw: immutable.WasAssociatedWith)
  2. new WasAssociatedWith(id: Set[QualifiedName], activity: Set[QualifiedName], agent: Set[QualifiedName], plan: Set[QualifiedName], label: Set[LangString], typex: Set[Type], role: Set[Role], 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. val activity: Set[QualifiedName]
  5. def addAttributes[TERM <: immutable.Statement](t: TERM, attr: Set[Attribute]): TERM
    Definition Classes
    Serial
  6. def addToFirst(ll: List[immutable.WasAssociatedWith], attr: Set[Attribute]): List[immutable.WasAssociatedWith]
    Definition Classes
    Serial
  7. val agent: Set[QualifiedName]
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def canEqual(a: Any): Boolean
    Definition Classes
    ImmutableWasAssociatedWith
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  11. val enumType: immutable.Kind.Value
    Definition Classes
    ImmutableWasAssociatedWith
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(that: Any): Boolean
    Definition Classes
    ImmutableWasAssociatedWith → AnyRef → Any
  14. def getActivity: Set[QualifiedName]
    Definition Classes
    ImmutableWasAssociatedWith
  15. def getAgent: Set[QualifiedName]
    Definition Classes
    ImmutableWasAssociatedWith
  16. def getAttributes: Set[Attribute]
    Definition Classes
    ImmutableWasAssociatedWith
  17. def getCause: Set[QualifiedName]
    Definition Classes
    ImmutableWasAssociatedWithRelation
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  19. def getEffect: Set[QualifiedName]
    Definition Classes
    ImmutableWasAssociatedWithRelation
  20. def getKind(): Kind
    Definition Classes
    ImmutableWasAssociatedWith
    Annotations
    @BeanProperty()
  21. def getLabel(): List[LangString]
    Definition Classes
    HasLabel
  22. def getOther(): List[Other]
    Definition Classes
    HasOther
  23. def getOtherCause: Set[_ <: Set[QualifiedName]]
    Definition Classes
    ImmutableWasAssociatedWith
  24. def getPlan: Set[QualifiedName]
    Definition Classes
    ImmutableWasAssociatedWith
  25. def getRole(): List[Role]
    Definition Classes
    HasRole
  26. def getType(): List[Type]
    Definition Classes
    HasType
  27. final def h(x: AnyRef): Int
    Definition Classes
    Hashable
    Annotations
    @inline()
  28. lazy val hashCode: Int
    Definition Classes
    ImmutableWasAssociatedWith → AnyRef → Any
  29. val id: Set[QualifiedName]
    Definition Classes
    WasAssociatedWithMultiIdentifiable
  30. def idOrMarker(set: Set[QualifiedName], sb: StringBuilder): Unit
    Definition Classes
    Identifiable
  31. def idSets(): Set[Set[QualifiedName]]
  32. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  33. val kind: Kind
    Definition Classes
    ImmutableWasAssociatedWith
    Annotations
    @BeanProperty()
  34. val label: Set[LangString]
    Definition Classes
    WasAssociatedWithHasLabel
  35. def mapMerge(map1: Map[QualifiedName, Set[Other]], map2: Map[QualifiedName, Set[Other]]): Map[QualifiedName, Set[Other]]
    Definition Classes
    Identifiable
  36. def merge(waw: WasAssociatedWith): WasAssociatedWith
    Definition Classes
    WasAssociatedWithMergeable
  37. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  38. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  39. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  40. def optionalId(id: Set[QualifiedName], sb: StringBuilder): Unit
    Definition Classes
    Identifiable
  41. def optionalId(id: QualifiedName, sb: StringBuilder): Unit
    Definition Classes
    Identifiable
  42. val other: Map[QualifiedName, Set[Other]]
    Definition Classes
    WasAssociatedWithHasOther
  43. val plan: Set[QualifiedName]
  44. final def pr(v0: Int, v1: Int): Int
    Definition Classes
    Hashable
    Annotations
    @inline()
  45. val role: Set[Role]
    Definition Classes
    WasAssociatedWithHasRole
  46. def setActivity(arg0: QualifiedName): Nothing
    Definition Classes
    ImmutableWasAssociatedWith
  47. def setAgent(arg0: QualifiedName): Nothing
    Definition Classes
    ImmutableWasAssociatedWith
  48. def setPlan(arg0: QualifiedName): Nothing
    Definition Classes
    ImmutableWasAssociatedWith
  49. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  50. def timeOrMarker(time: Set[XMLGregorianCalendar], sb: StringBuilder): Unit
    Definition Classes
    Identifiable
  51. def toNotation(sb: StringBuilder): Unit
    Definition Classes
    ImmutableWasAssociatedWith
  52. def toString(): String
    Definition Classes
    Statement → AnyRef → Any
  53. def toTerms: List[immutable.WasAssociatedWith]
    Definition Classes
    WasAssociatedWithSerialStatement
  54. val typex: Set[Type]
    Definition Classes
    WasAssociatedWithHasType
  55. def unify(m: Map[QualifiedName, Set[QualifiedName]]): WasAssociatedWith
    Definition Classes
    WasAssociatedWithStatement
  56. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  57. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  58. 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.WasAssociatedWith]

Inherited from Hashable

Inherited from HasRole

Inherited from HasOther

Inherited from HasType

Inherited from HasLabel

Inherited from MultiIdentifiable

Inherited from Relation

Inherited from Statement

Inherited from Identifiable

Inherited from AnyRef

Inherited from Any

Ungrouped