t

org.openprovenance.prov.scala.nf

ImmutableActedOnBehalfOf

trait ImmutableActedOnBehalfOf extends Relation with MultiIdentifiable with HasLabel with HasType with HasOther with Hashable

Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ImmutableActedOnBehalfOf
  2. Hashable
  3. HasOther
  4. HasType
  5. HasLabel
  6. MultiIdentifiable
  7. Identifiable
  8. Relation
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract val activity: Set[QualifiedName]
  2. abstract val delegate: Set[QualifiedName]
  3. abstract val id: Set[QualifiedName]
    Definition Classes
    MultiIdentifiable
  4. abstract val label: Set[LangString]
    Definition Classes
    HasLabel
  5. abstract val other: Map[QualifiedName, Set[Other]]
    Definition Classes
    HasOther
  6. abstract val responsible: Set[QualifiedName]
  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. val enumType: immutable.Kind.Value
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(that: Any): Boolean
    Definition Classes
    ImmutableActedOnBehalfOf → AnyRef → Any
  10. def getActivity: Set[QualifiedName]
  11. def getAttributes: Set[Attribute]
  12. def getCause: Set[QualifiedName]
    Definition Classes
    ImmutableActedOnBehalfOfRelation
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  14. def getDeleqgate: Set[QualifiedName]
  15. def getEffect: Set[QualifiedName]
    Definition Classes
    ImmutableActedOnBehalfOfRelation
  16. def getKind(): Kind
    Annotations
    @BeanProperty()
  17. def getLabel(): List[LangString]
    Definition Classes
    HasLabel
  18. def getOther(): List[Other]
    Definition Classes
    HasOther
  19. def getResponsible: Set[QualifiedName]
  20. def getType(): List[Type]
    Definition Classes
    HasType
  21. final def h(x: AnyRef): Int
    Definition Classes
    Hashable
    Annotations
    @inline()
  22. lazy val hashCode: Int
    Definition Classes
    ImmutableActedOnBehalfOf → AnyRef → Any
  23. def idOrMarker(set: Set[QualifiedName], sb: StringBuilder): Unit
    Definition Classes
    Identifiable
  24. def idSets(): Set[Set[QualifiedName]]
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. val kind: Kind
    Annotations
    @BeanProperty()
  27. def mapMerge(map1: Map[QualifiedName, Set[Other]], map2: Map[QualifiedName, Set[Other]]): Map[QualifiedName, Set[Other]]
    Definition Classes
    Identifiable
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  31. def optionalId(id: Set[QualifiedName], sb: StringBuilder): Unit
    Definition Classes
    Identifiable
  32. def optionalId(id: QualifiedName, sb: StringBuilder): Unit
    Definition Classes
    Identifiable
  33. final def pr(v0: Int, v1: Int): Int
    Definition Classes
    Hashable
    Annotations
    @inline()
  34. def setActivity(arg0: QualifiedName): Nothing
  35. def setDelegate(arg0: QualifiedName): Nothing
  36. def setResponsible(arg0: QualifiedName): Nothing
  37. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  38. def timeOrMarker(time: Set[XMLGregorianCalendar], sb: StringBuilder): Unit
    Definition Classes
    Identifiable
  39. def toNotation(sb: StringBuilder): Unit
  40. def toString(): String
    Definition Classes
    AnyRef → Any
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. 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 MultiIdentifiable

Inherited from Identifiable

Inherited from Relation

Inherited from AnyRef

Inherited from Any

Ungrouped