class ProvFactory extends model.ProvFactory

Linear Supertypes
model.ProvFactory, ModelConstructorExtension, ModelConstructor, LiteralConstructor, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProvFactory
  2. ProvFactory
  3. ModelConstructorExtension
  4. ModelConstructor
  5. LiteralConstructor
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ProvFactory()

Type Members

  1. class Cloner extends StatementActionValue
    Definition Classes
    ProvFactory

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 addAttribute(arg0: model.HasOther, arg1: model.Other): Unit
    Definition Classes
    ProvFactory
  5. def addAttributes(arg0: model.WasStartedBy, arg1: model.WasStartedBy): model.WasStartedBy
    Definition Classes
    ProvFactory
  6. def addAttributes(arg0: model.WasInvalidatedBy, arg1: model.WasInvalidatedBy): model.WasInvalidatedBy
    Definition Classes
    ProvFactory
  7. def addAttributes(arg0: model.WasInformedBy, arg1: model.WasInformedBy): model.WasInformedBy
    Definition Classes
    ProvFactory
  8. def addAttributes(arg0: model.WasInfluencedBy, arg1: model.WasInfluencedBy): model.WasInfluencedBy
    Definition Classes
    ProvFactory
  9. def addAttributes(arg0: model.WasGeneratedBy, arg1: model.WasGeneratedBy): model.WasGeneratedBy
    Definition Classes
    ProvFactory
  10. def addAttributes(arg0: model.WasEndedBy, arg1: model.WasEndedBy): model.WasEndedBy
    Definition Classes
    ProvFactory
  11. def addAttributes(arg0: model.WasDerivedFrom, arg1: model.WasDerivedFrom): model.WasDerivedFrom
    Definition Classes
    ProvFactory
  12. def addAttributes(arg0: model.WasAttributedTo, arg1: model.WasAttributedTo): model.WasAttributedTo
    Definition Classes
    ProvFactory
  13. def addAttributes(arg0: model.WasAssociatedWith, arg1: model.WasAssociatedWith): model.WasAssociatedWith
    Definition Classes
    ProvFactory
  14. def addAttributes(arg0: model.Used, arg1: model.Used): model.Used
    Definition Classes
    ProvFactory
  15. def addAttributes(arg0: model.Entity, arg1: model.Entity): model.Entity
    Definition Classes
    ProvFactory
  16. def addAttributes(arg0: model.Agent, arg1: model.Agent): model.Agent
    Definition Classes
    ProvFactory
  17. def addAttributes(arg0: model.Activity, arg1: model.Activity): model.Activity
    Definition Classes
    ProvFactory
  18. def addAttributes(arg0: model.ActedOnBehalfOf, arg1: model.ActedOnBehalfOf): model.ActedOnBehalfOf
    Definition Classes
    ProvFactory
  19. def addBundleType(arg0: model.HasType): Unit
    Definition Classes
    ProvFactory
  20. def addLabel(arg0: model.HasLabel, arg1: String, arg2: String): Unit
    Definition Classes
    ProvFactory
  21. def addLabel(arg0: model.HasLabel, arg1: String): Unit
    Definition Classes
    ProvFactory
  22. def addPrimarySourceType(arg0: model.HasType): Unit
    Definition Classes
    ProvFactory
  23. def addQuotationType(arg0: model.HasType): Unit
    Definition Classes
    ProvFactory
  24. def addRevisionType(arg0: model.HasType): Unit
    Definition Classes
    ProvFactory
  25. def addRole(arg0: model.HasRole, arg1: model.Role): Unit
    Definition Classes
    ProvFactory
  26. def addType(arg0: model.HasType, arg1: model.QualifiedName): Unit
    Definition Classes
    ProvFactory
  27. def addType(arg0: model.HasType, arg1: model.Type): Unit
    Definition Classes
    ProvFactory
  28. def addType(arg0: model.HasType, arg1: AnyRef, arg2: model.QualifiedName): Unit
    Definition Classes
    ProvFactory
  29. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  30. def attributeKind(qualifiedName: model.QualifiedName): AttributeKind
  31. def base64Decoding(arg0: String): Array[Byte]
    Definition Classes
    ProvFactory → LiteralConstructor
  32. def base64Encoding(arg0: Array[Byte]): String
    Definition Classes
    ProvFactory
  33. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  34. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  36. def getAllAttributes(arg0: Statement): List[Attribute]
    Attributes
    protected[model]
    Definition Classes
    ProvFactory
  37. def getAttributes(arg0: Statement): Collection[Attribute]
    Definition Classes
    ProvFactory
  38. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  39. def getLabel(arg0: model.HasLabel): String
    Definition Classes
    ProvFactory
  40. def getName(): Name
    Definition Classes
    ProvFactory
  41. def getRole(arg0: model.HasOther): String
    Definition Classes
    ProvFactory
  42. def getSerializer(): Nothing
    Definition Classes
    ProvFactory → ProvFactory
  43. def getType(arg0: model.HasOther): List[model.Type]
    Definition Classes
    ProvFactory
  44. def getVersion(): String
    Definition Classes
    ProvFactory
  45. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  46. def hexDecoding(arg0: String): Array[Byte]
    Definition Classes
    ProvFactory → LiteralConstructor
  47. def hexEncoding(arg0: Array[Byte]): String
    Definition Classes
    ProvFactory
  48. def init(): Unit
    Attributes
    protected[model]
    Definition Classes
    ProvFactory
  49. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  50. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  51. def newActedOnBehalfOf(id: model.QualifiedName, delegate: model.QualifiedName, responsible: model.QualifiedName, activity: model.QualifiedName, attributes: Collection[Attribute]): model.ActedOnBehalfOf

    A factory method to create an instance of a delegation ActedOnBehalfOf

    A factory method to create an instance of a delegation ActedOnBehalfOf

    id

    identifier for the delegation association between delegate and responsible

    delegate

    identifier for the agent associated with an activity, acting on behalf of the responsible agent

    responsible

    identifier for the agent, on behalf of which the delegate agent acted

    activity

    optional identifier of an activity for which the delegation association holds

    attributes

    optional set of attributes representing additional information about this delegation association

    returns

    an instance of ActedOnBehalfOf

    Definition Classes
    ProvFactory → ModelConstructor
  52. def newActedOnBehalfOf(arg0: model.QualifiedName, arg1: model.QualifiedName, arg2: model.QualifiedName): model.ActedOnBehalfOf
    Definition Classes
    ProvFactory
  53. def newActedOnBehalfOf(arg0: model.QualifiedName, arg1: model.QualifiedName, arg2: model.QualifiedName, arg3: model.QualifiedName): model.ActedOnBehalfOf
    Definition Classes
    ProvFactory
  54. def newActedOnBehalfOf(arg0: model.ActedOnBehalfOf): model.ActedOnBehalfOf
    Definition Classes
    ProvFactory
  55. def newActivity(id: model.QualifiedName, startTime: XMLGregorianCalendar, endTime: XMLGregorianCalendar, attributes: Collection[Attribute]): model.Activity
    Definition Classes
    ProvFactory → ModelConstructor
  56. def newActivity(arg0: model.QualifiedName, arg1: String): model.Activity
    Definition Classes
    ProvFactory
  57. def newActivity(arg0: model.QualifiedName): model.Activity
    Definition Classes
    ProvFactory
  58. def newActivity(arg0: model.Activity): model.Activity
    Definition Classes
    ProvFactory
  59. def newAgent(id: model.QualifiedName, attributes: Collection[Attribute]): model.Agent
    Definition Classes
    ProvFactory → ModelConstructor
  60. def newAgent(arg0: model.QualifiedName, arg1: String): model.Agent
    Definition Classes
    ProvFactory
  61. def newAgent(arg0: model.QualifiedName): model.Agent
    Definition Classes
    ProvFactory
  62. def newAgent(arg0: model.Agent): model.Agent
    Definition Classes
    ProvFactory
  63. def newAlternateOf(e1: model.QualifiedName, e2: model.QualifiedName): model.AlternateOf
    Definition Classes
    ProvFactory → ModelConstructor
  64. def newAlternateOf(arg0: model.AlternateOf): model.AlternateOf
    Definition Classes
    ProvFactory
  65. def newAttribute(qualifiedName: model.QualifiedName, value: Any, typ: model.QualifiedName): Attribute
    Definition Classes
    ProvFactory → ProvFactory
  66. def newAttribute(kind: AttributeKind, value: Any, typ: model.QualifiedName): Attribute
    Definition Classes
    ProvFactory → ProvFactory
  67. def newAttribute(arg0: String, arg1: String, arg2: String, arg3: AnyRef, arg4: model.QualifiedName): Attribute
    Definition Classes
    ProvFactory
  68. def newDerivedByInsertionFrom(id: model.QualifiedName, after: model.QualifiedName, before: model.QualifiedName, keyEntitySet: List[Entry], attributes: Collection[Attribute]): DerivedByInsertionFrom
    Definition Classes
    ProvFactory → ModelConstructor
  69. def newDerivedByRemovalFrom(id: model.QualifiedName, after: model.QualifiedName, before: model.QualifiedName, keys: List[Key], attributes: Collection[Attribute]): DerivedByRemovalFrom
    Definition Classes
    ProvFactory → ModelConstructor
  70. def newDictionaryMembership(id: model.QualifiedName, dict: model.QualifiedName, keyEntitySet: List[Entry], attributes: Collection[Attribute]): DictionaryMembership
    Definition Classes
    ProvFactory → ModelConstructor
  71. def newDictionaryMembership(arg0: model.QualifiedName, arg1: List[Entry]): DictionaryMembership
    Definition Classes
    ProvFactory → ModelConstructor
  72. def newDocument(namespace: Namespace, statementsOrBundles: List[StatementOrBundle]): model.Document

    A factory method to create an instance of a Document

    A factory method to create an instance of a Document

    namespace

    the prefix namespace mapping for the current document

    statementsOrBundles

    a list of statements or bundles

    returns

    an instance of Document, with this prefix-namespace mapping, statements, and bundles

    Definition Classes
    ProvFactory → ModelConstructor
  73. def newDocument(namespace: Namespace, statements: Collection[Statement], bundles: Collection[model.Bundle]): model.Document

    A factory method to create an instance of a Document

    A factory method to create an instance of a Document

    namespace

    the prefix namespace mapping for the current document

    statements

    a collection of statements

    bundles

    a collection of bundles

    returns

    an instance of Document, with this prefix-namespace mapping, statements, and bundles

    Definition Classes
    ProvFactory → ModelConstructor
  74. def newDocument(doc: model.Document): model.Document

    Deep copy of a document with the current factory

    Deep copy of a document with the current factory

    Definition Classes
    ProvFactory → ProvFactory
  75. def newDocument(arg0: Collection[model.Activity], arg1: Collection[model.Entity], arg2: Collection[model.Agent], arg3: Collection[Statement]): model.Document
    Definition Classes
    ProvFactory
  76. def newDocument(arg0: Array[model.Activity], arg1: Array[model.Entity], arg2: Array[model.Agent], arg3: Array[Statement]): model.Document
    Definition Classes
    ProvFactory
  77. def newDocument(): model.Document
    Definition Classes
    ProvFactory
  78. def newDuration(arg0: String): Duration
    Definition Classes
    ProvFactory → LiteralConstructor
  79. def newDuration(arg0: Int): Duration
    Definition Classes
    ProvFactory
  80. def newEntity(id: model.QualifiedName, attributes: Collection[Attribute]): model.Entity
    Definition Classes
    ProvFactory → ModelConstructor
  81. def newEntity(arg0: model.QualifiedName, arg1: String): model.Entity
    Definition Classes
    ProvFactory
  82. def newEntity(arg0: model.QualifiedName): model.Entity
    Definition Classes
    ProvFactory
  83. def newEntity(arg0: model.Entity): model.Entity
    Definition Classes
    ProvFactory
  84. def newEntry(key: Key, entity: model.QualifiedName): Entry

    Factory method for Key-entity entries.

    Factory method for Key-entity entries. Key-entity entries are used to identify the members of a dictionary.

    key

    indexing the entity in the dictionary

    entity

    a QualifiedName denoting an entity

    returns

    an instance of Entry

    Definition Classes
    ProvFactory → ProvFactory
  85. def newGDay(arg0: Int): XMLGregorianCalendar
    Definition Classes
    ProvFactory → LiteralConstructor
  86. def newGMonth(arg0: Int): XMLGregorianCalendar
    Definition Classes
    ProvFactory → LiteralConstructor
  87. def newGMonthDay(arg0: Int, arg1: Int): XMLGregorianCalendar
    Definition Classes
    ProvFactory → LiteralConstructor
  88. def newGYear(arg0: Int): XMLGregorianCalendar
    Definition Classes
    ProvFactory → LiteralConstructor
  89. def newHadMember(c: model.QualifiedName, e: Collection[model.QualifiedName]): model.HadMember
    Definition Classes
    ProvFactory → ProvFactory → ModelConstructor
  90. def newHadMember(arg0: model.HadMember): model.HadMember
    Definition Classes
    ProvFactory
  91. def newHadMember(arg0: model.QualifiedName, arg1: <repeated...>[model.QualifiedName]): model.HadMember
    Definition Classes
    ProvFactory
    Annotations
    @transient()
  92. def newISOTime(arg0: String, arg1: DateTimeOption, arg2: TimeZone): XMLGregorianCalendar
    Definition Classes
    ProvFactory
  93. def newISOTime(arg0: String, arg1: TimeZone): XMLGregorianCalendar
    Definition Classes
    ProvFactory
  94. def newISOTime(arg0: String): XMLGregorianCalendar
    Definition Classes
    ProvFactory → LiteralConstructor
  95. def newISOTimeTZ(arg0: String): XMLGregorianCalendar
    Definition Classes
    ProvFactory → LiteralConstructor
  96. def newISOTimeUTC(arg0: String): XMLGregorianCalendar
    Definition Classes
    ProvFactory → LiteralConstructor
  97. def newInternationalizedString(s: String, lang: String): model.LangString
    Definition Classes
    ProvFactory → ProvFactory
  98. def newInternationalizedString(s: String): model.LangString
    Definition Classes
    ProvFactory → ProvFactory
  99. def newKey(arg0: Any, arg1: model.QualifiedName): Key
    Definition Classes
    ProvFactory → ProvFactory
  100. def newLabel(value: Any, type: model.QualifiedName): Attribute
    Definition Classes
    ProvFactory → ProvFactory
  101. def newLocation(value: Any, type: model.QualifiedName): model.Location
    Definition Classes
    ProvFactory → ProvFactory
  102. def newMentionOf(e2: model.QualifiedName, e1: model.QualifiedName, b: model.QualifiedName): MentionOf
    Definition Classes
    ProvFactory → ModelConstructor
  103. def newMentionOf(arg0: MentionOf): MentionOf
    Definition Classes
    ProvFactory
  104. def newNamedBundle(id: model.QualifiedName, namespace: Namespace, statements: Collection[Statement]): model.Bundle
    Definition Classes
    ProvFactory → ProvFactory → ModelConstructor
  105. def newNamedBundle(arg0: model.QualifiedName, arg1: Collection[Statement]): model.Bundle
    Definition Classes
    ProvFactory
  106. def newNamedBundle(arg0: model.QualifiedName, arg1: Collection[model.Activity], arg2: Collection[model.Entity], arg3: Collection[model.Agent], arg4: Collection[Statement]): model.Bundle
    Definition Classes
    ProvFactory
  107. def newNamespace(): Namespace
    Definition Classes
    ProvFactory
  108. def newNamespace(arg0: Namespace): Namespace
    Definition Classes
    ProvFactory
  109. def newOther(elementName: model.QualifiedName, value: Any, type: model.QualifiedName): model.Other
    Definition Classes
    ProvFactory → ProvFactory
  110. def newOther(arg0: String, arg1: String, arg2: String, arg3: AnyRef, arg4: model.QualifiedName): model.Other
    Definition Classes
    ProvFactory
  111. def newQualifiedAlternateOf(id: model.QualifiedName, e2: model.QualifiedName, e1: model.QualifiedName, attributes: Collection[Attribute]): QualifiedAlternateOf
    Definition Classes
    ProvFactory → ModelConstructorExtension
  112. def newQualifiedHadMember(id: model.QualifiedName, c: model.QualifiedName, e: Collection[model.QualifiedName], attributes: Collection[Attribute]): QualifiedHadMember
    Definition Classes
    ProvFactory → ModelConstructorExtension
  113. def newQualifiedName(namespace: String, local: String, prefix: String): model.QualifiedName
    Definition Classes
    ProvFactory → ProvFactory → ModelConstructor
  114. def newQualifiedName(x1: String, x2: String, x3: String, x4: BuildFlag): Nothing
    Definition Classes
    ProvFactory → ProvFactory → ModelConstructor
  115. def newQualifiedName(arg0: QName): model.QualifiedName
    Definition Classes
    ProvFactory
  116. def newQualifiedSpecializationOf(id: model.QualifiedName, e2: model.QualifiedName, e1: model.QualifiedName, attributes: Collection[Attribute]): QualifiedSpecializationOf
    Definition Classes
    ProvFactory → ModelConstructorExtension
  117. def newRole(value: Any, type: model.QualifiedName): model.Role
    Definition Classes
    ProvFactory → ProvFactory
  118. def newSpecializationOf(e2: model.QualifiedName, e1: model.QualifiedName): model.SpecializationOf
    Definition Classes
    ProvFactory → ModelConstructor
  119. def newSpecializationOf(arg0: model.SpecializationOf): model.SpecializationOf
    Definition Classes
    ProvFactory
  120. def newStatement[T <: Statement](arg0: T): T
    Definition Classes
    ProvFactory
  121. def newTime(arg0: Date, arg1: TimeZone): XMLGregorianCalendar
    Definition Classes
    ProvFactory
  122. def newTime(arg0: Date): XMLGregorianCalendar
    Definition Classes
    ProvFactory
  123. def newTimeNow(): XMLGregorianCalendar
    Definition Classes
    ProvFactory → LiteralConstructor
  124. def newType(value: Any, type: model.QualifiedName): model.Type
    Definition Classes
    ProvFactory → ProvFactory
  125. def newUsed(id: model.QualifiedName, activity: model.QualifiedName, entity: model.QualifiedName, time: XMLGregorianCalendar, attributes: Collection[Attribute]): model.Used

    A factory method to create an instance of a Usage Used

    A factory method to create an instance of a Usage Used

    id

    an optional identifier for a usage

    activity

    the identifier of the activity that used an entity

    entity

    an optional identifier for the entity being used

    time

    an optional "usage time", the time at which the entity started to be used

    attributes

    an optional set of attribute-value pairs representing additional information about this usage

    returns

    an instance of Used

    Definition Classes
    ProvFactory → ModelConstructor
  126. def newUsed(arg0: model.Used): model.Used
    Definition Classes
    ProvFactory
  127. def newUsed(arg0: model.QualifiedName, arg1: model.QualifiedName, arg2: model.QualifiedName, arg3: XMLGregorianCalendar): model.Used
    Definition Classes
    ProvFactory
  128. def newUsed(arg0: model.QualifiedName, arg1: model.QualifiedName): model.Used
    Definition Classes
    ProvFactory
  129. def newUsed(arg0: model.QualifiedName, arg1: model.QualifiedName, arg2: model.QualifiedName): model.Used
    Definition Classes
    ProvFactory
  130. def newUsed(arg0: model.QualifiedName, arg1: model.QualifiedName, arg2: String, arg3: model.QualifiedName): model.Used
    Definition Classes
    ProvFactory
  131. def newUsed(arg0: model.QualifiedName): model.Used
    Definition Classes
    ProvFactory
  132. def newValue(value: Any, type: model.QualifiedName): model.Value

    Factory method to create an instance of the PROV-DM prov:value attribute (see Value).

    Factory method to create an instance of the PROV-DM prov:value attribute (see Value). Use class Name for predefined QualifiedNames for the common types.

    value

    an Object

    type

    a QualifiedName to denote the type of value

    returns

    a new Value

    Definition Classes
    ProvFactory → ProvFactory
  133. def newValue(arg0: Int): model.Value
    Definition Classes
    ProvFactory
  134. def newValue(arg0: String): model.Value
    Definition Classes
    ProvFactory
  135. def newWasAssociatedWith(id: model.QualifiedName, activity: model.QualifiedName, agent: model.QualifiedName, plan: model.QualifiedName, attributes: Collection[Attribute]): model.WasAssociatedWith

    A factory method to create an instance of an Association WasAssociatedWith

    A factory method to create an instance of an Association WasAssociatedWith

    id

    an optional identifier for the association between an activity and an agent

    activity

    an identifier for the activity

    agent

    an optional identifier for the agent associated with the activity

    plan

    an optional identifier for the plan the agent relied on in the context of this activity

    attributes

    an optional set of attribute-value pairs representing additional information about this association of this activity with this agent.

    returns

    an instance of WasAssociatedWith

    Definition Classes
    ProvFactory → ModelConstructor
  136. def newWasAssociatedWith(arg0: model.WasAssociatedWith): model.WasAssociatedWith
    Definition Classes
    ProvFactory
  137. def newWasAssociatedWith(arg0: model.QualifiedName, arg1: model.QualifiedName, arg2: model.QualifiedName, arg3: model.QualifiedName): model.WasAssociatedWith
    Definition Classes
    ProvFactory
  138. def newWasAssociatedWith(arg0: model.QualifiedName, arg1: model.QualifiedName, arg2: model.QualifiedName): model.WasAssociatedWith
    Definition Classes
    ProvFactory
  139. def newWasAssociatedWith(arg0: model.QualifiedName): model.WasAssociatedWith
    Definition Classes
    ProvFactory
  140. def newWasAttributedTo(id: model.QualifiedName, entity: model.QualifiedName, agent: model.QualifiedName, attributes: Collection[Attribute]): model.WasAttributedTo

    A factory method to create an instance of an attribution WasAttributedTo

    A factory method to create an instance of an attribution WasAttributedTo

    id

    an optional identifier for the relation

    entity

    an entity identifier

    agent

    the identifier of the agent whom the entity is ascribed to, and therefore bears some responsibility for its existence

    attributes

    an optional set of attribute-value pairs representing additional information about this attribution.

    returns

    an instance of WasAttributedTo

    Definition Classes
    ProvFactory → ModelConstructor
  141. def newWasAttributedTo(arg0: model.WasAttributedTo): model.WasAttributedTo
    Definition Classes
    ProvFactory
  142. def newWasAttributedTo(arg0: model.QualifiedName, arg1: model.QualifiedName, arg2: model.QualifiedName): model.WasAttributedTo
    Definition Classes
    ProvFactory
  143. def newWasDerivedFrom(id: model.QualifiedName, e2: model.QualifiedName, e1: model.QualifiedName, activity: model.QualifiedName, generation: model.QualifiedName, usage: model.QualifiedName, attributes: Collection[Attribute]): model.WasDerivedFrom

    A factory method to create an instance of a derivation WasDerivedFrom

    A factory method to create an instance of a derivation WasDerivedFrom

    id

    an optional identifier for a derivation

    e2

    the identifier of the entity generated by the derivation

    e1

    the identifier of the entity used by the derivation

    activity

    an identifier for the activity underpinning the derivation

    generation

    an identifier for the generation associated with the derivation

    usage

    an identifier for the usage associated with the derivation

    attributes

    an optional set of attribute-value pairs representing additional information about this derivation

    returns

    an instance of WasDerivedFrom

    Definition Classes
    ProvFactory → ModelConstructor
  144. def newWasDerivedFrom(arg0: model.WasDerivedFrom): model.WasDerivedFrom
    Definition Classes
    ProvFactory
  145. def newWasDerivedFrom(arg0: model.QualifiedName, arg1: model.QualifiedName): model.WasDerivedFrom
    Definition Classes
    ProvFactory
  146. def newWasDerivedFrom(arg0: model.QualifiedName, arg1: model.QualifiedName, arg2: model.QualifiedName): model.WasDerivedFrom
    Definition Classes
    ProvFactory
  147. def newWasEndedBy(id: model.QualifiedName, activity: model.QualifiedName, trigger: model.QualifiedName, ender: model.QualifiedName, time: XMLGregorianCalendar, attributes: Collection[Attribute]): model.WasEndedBy

    A factory method to create an instance of an end WasEndedBy

    A factory method to create an instance of an end WasEndedBy

    id

    an optional identifier for a end

    activity

    an identifier for the ended activity

    trigger

    an optional identifier for the entity triggering the activity ending

    ender

    an optional identifier for the activity that generated the (possibly unspecified) entity

    time

    the optional time at which the activity was ended

    attributes

    an optional set of attribute-value pairs representing additional information about this activity start

    returns

    an instance of WasStartedBy

    Definition Classes
    ProvFactory → ModelConstructor
  148. def newWasEndedBy(arg0: model.WasEndedBy): model.WasEndedBy
    Definition Classes
    ProvFactory
  149. def newWasEndedBy(arg0: model.QualifiedName, arg1: model.QualifiedName, arg2: model.QualifiedName, arg3: model.QualifiedName): model.WasEndedBy
    Definition Classes
    ProvFactory
  150. def newWasEndedBy(arg0: model.QualifiedName, arg1: model.QualifiedName, arg2: model.QualifiedName): model.WasEndedBy
    Definition Classes
    ProvFactory
  151. def newWasEndedBy(arg0: model.QualifiedName): model.WasEndedBy
    Definition Classes
    ProvFactory
  152. def newWasGeneratedBy(id: model.QualifiedName, entity: model.QualifiedName, activity: model.QualifiedName, time: XMLGregorianCalendar, attributes: Collection[Attribute]): model.WasGeneratedBy

    A factory method to create an instance of a generation WasGeneratedBy

    A factory method to create an instance of a generation WasGeneratedBy

    id

    an optional identifier for a usage

    entity

    an identifier for the created entity

    activity

    an optional identifier for the activity that creates the entity

    time

    an optional "generation time", the time at which the entity was completely created

    attributes

    an optional set of attribute-value pairs representing additional information about this generation

    returns

    an instance of WasGeneratedBy

    Definition Classes
    ProvFactory → ModelConstructor
  153. def newWasGeneratedBy(arg0: model.WasGeneratedBy): model.WasGeneratedBy
    Definition Classes
    ProvFactory
  154. def newWasGeneratedBy(arg0: model.QualifiedName, arg1: model.QualifiedName, arg2: model.QualifiedName): model.WasGeneratedBy
    Definition Classes
    ProvFactory
  155. def newWasGeneratedBy(arg0: model.QualifiedName, arg1: model.QualifiedName, arg2: String, arg3: model.QualifiedName): model.WasGeneratedBy
    Definition Classes
    ProvFactory
  156. def newWasGeneratedBy(arg0: model.QualifiedName, arg1: model.Entity, arg2: String, arg3: model.Activity): model.WasGeneratedBy
    Definition Classes
    ProvFactory
  157. def newWasGeneratedBy(arg0: model.QualifiedName): model.WasGeneratedBy
    Definition Classes
    ProvFactory
  158. def newWasGeneratedBy(arg0: model.Entity, arg1: String, arg2: model.Activity): model.WasGeneratedBy
    Definition Classes
    ProvFactory
  159. def newWasInfluencedBy(id: model.QualifiedName, influencee: model.QualifiedName, influencer: model.QualifiedName, attributes: Collection[Attribute]): model.WasInfluencedBy

    A factory method to create an instance of an influence WasInfluencedBy

    A factory method to create an instance of an influence WasInfluencedBy

    id

    optional identifier identifying the association

    influencee

    an identifier for an entity, activity, or agent

    influencer

    an identifier for an ancestor entity, activity, or agent that the former depends on

    attributes

    an optional set of attribute-value pairs representing additional information about this association

    returns

    an instance of WasInfluencedBy

    Definition Classes
    ProvFactory → ModelConstructor
  160. def newWasInfluencedBy(arg0: model.WasInfluencedBy): model.WasInfluencedBy
    Definition Classes
    ProvFactory
  161. def newWasInfluencedBy(arg0: model.QualifiedName, arg1: model.QualifiedName, arg2: model.QualifiedName): model.WasInfluencedBy
    Definition Classes
    ProvFactory
  162. def newWasInformedBy(id: model.QualifiedName, informed: model.QualifiedName, informant: model.QualifiedName, attributes: Collection[Attribute]): model.WasInformedBy

    A factory method to create an instance of an communication WasInformedBy

    A factory method to create an instance of an communication WasInformedBy

    id

    an optional identifier identifying the association;

    informed

    the identifier of the informed activity;

    informant

    the identifier of the informant activity;

    attributes

    an optional set of attribute-value pairs representing additional information about this communication.

    returns

    an instance of WasInformedBy

    Definition Classes
    ProvFactory → ModelConstructor
  163. def newWasInformedBy(arg0: model.WasInformedBy): model.WasInformedBy
    Definition Classes
    ProvFactory
  164. def newWasInformedBy(arg0: model.QualifiedName, arg1: model.QualifiedName, arg2: model.QualifiedName): model.WasInformedBy
    Definition Classes
    ProvFactory
  165. def newWasInvalidatedBy(id: model.QualifiedName, entity: model.QualifiedName, activity: model.QualifiedName, time: XMLGregorianCalendar, attributes: Collection[Attribute]): model.WasInvalidatedBy

    A factory method to create an instance of an invalidation WasInvalidatedBy

    A factory method to create an instance of an invalidation WasInvalidatedBy

    id

    an optional identifier for a usage

    entity

    an identifier for the created entity

    activity

    an optional identifier for the activity that creates the entity

    time

    an optional "invalidation time", the time at which the entity was completely created

    attributes

    an optional set of attribute-value pairs representing additional information about this invalidation

    returns

    an instance of WasInvalidatedBy

    Definition Classes
    ProvFactory → ModelConstructor
  166. def newWasInvalidatedBy(arg0: model.WasInvalidatedBy): model.WasInvalidatedBy
    Definition Classes
    ProvFactory
  167. def newWasInvalidatedBy(arg0: model.QualifiedName, arg1: model.QualifiedName, arg2: model.QualifiedName): model.WasInvalidatedBy
    Definition Classes
    ProvFactory
  168. def newWasInvalidatedBy(arg0: model.QualifiedName, arg1: model.QualifiedName): model.WasInvalidatedBy
    Definition Classes
    ProvFactory
  169. def newWasStartedBy(id: model.QualifiedName, activity: model.QualifiedName, trigger: model.QualifiedName, starter: model.QualifiedName, time: XMLGregorianCalendar, attributes: Collection[Attribute]): model.WasStartedBy

    A factory method to create an instance of a start WasStartedBy

    A factory method to create an instance of a start WasStartedBy

    id

    an optional identifier for a start

    activity

    an identifier for the started activity

    trigger

    an optional identifier for the entity triggering the activity

    starter

    an optional identifier for the activity that generated the (possibly unspecified) entity

    time

    the optional time at which the activity was started

    attributes

    an optional set of attribute-value pairs representing additional information about this activity start

    returns

    an instance of WasStartedBy

    Definition Classes
    ProvFactory → ModelConstructor
  170. def newWasStartedBy(arg0: model.WasStartedBy): model.WasStartedBy
    Definition Classes
    ProvFactory
  171. def newWasStartedBy(arg0: model.QualifiedName, arg1: model.QualifiedName, arg2: model.QualifiedName, arg3: model.QualifiedName): model.WasStartedBy
    Definition Classes
    ProvFactory
  172. def newWasStartedBy(arg0: model.QualifiedName, arg1: model.QualifiedName, arg2: model.QualifiedName): model.WasStartedBy
    Definition Classes
    ProvFactory
  173. def newWasStartedBy(arg0: model.QualifiedName): model.WasStartedBy
    Definition Classes
    ProvFactory
  174. def newXMLGregorianCalendar(arg0: GregorianCalendar): XMLGregorianCalendar
    Definition Classes
    ProvFactory
  175. def newYear(arg0: Int): XMLGregorianCalendar
    Definition Classes
    ProvFactory
  176. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  177. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  178. val prov_key: model.QualifiedName
  179. val prov_label: model.QualifiedName
  180. val prov_location: model.QualifiedName
  181. val prov_role: model.QualifiedName
  182. val prov_type: model.QualifiedName
  183. val prov_value: model.QualifiedName
  184. def setAttributes(arg0: model.HasOther, arg1: Collection[Attribute]): Unit
    Definition Classes
    ProvFactory
  185. def startBundle(arg0: model.QualifiedName, arg1: Namespace): Unit
    Definition Classes
    ProvFactory → ModelConstructor
  186. def startDocument(arg0: Namespace): Unit
    Definition Classes
    ProvFactory → ModelConstructor
  187. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  188. def toString(): String
    Definition Classes
    AnyRef → Any
  189. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  190. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  191. 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 model.ProvFactory

Inherited from ModelConstructorExtension

Inherited from ModelConstructor

Inherited from LiteralConstructor

Inherited from AnyRef

Inherited from Any

Ungrouped