class ProvFactory extends model.ProvFactory
- Alphabetic
- By Inheritance
- ProvFactory
- ProvFactory
- ModelConstructorExtension
- ModelConstructor
- LiteralConstructor
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new ProvFactory()
Type Members
- class Cloner extends StatementActionValue
- Definition Classes
- ProvFactory
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addAttribute(arg0: model.HasOther, arg1: model.Other): Unit
- Definition Classes
- ProvFactory
- def addAttributes(arg0: model.WasStartedBy, arg1: model.WasStartedBy): model.WasStartedBy
- Definition Classes
- ProvFactory
- def addAttributes(arg0: model.WasInvalidatedBy, arg1: model.WasInvalidatedBy): model.WasInvalidatedBy
- Definition Classes
- ProvFactory
- def addAttributes(arg0: model.WasInformedBy, arg1: model.WasInformedBy): model.WasInformedBy
- Definition Classes
- ProvFactory
- def addAttributes(arg0: model.WasInfluencedBy, arg1: model.WasInfluencedBy): model.WasInfluencedBy
- Definition Classes
- ProvFactory
- def addAttributes(arg0: model.WasGeneratedBy, arg1: model.WasGeneratedBy): model.WasGeneratedBy
- Definition Classes
- ProvFactory
- def addAttributes(arg0: model.WasEndedBy, arg1: model.WasEndedBy): model.WasEndedBy
- Definition Classes
- ProvFactory
- def addAttributes(arg0: model.WasDerivedFrom, arg1: model.WasDerivedFrom): model.WasDerivedFrom
- Definition Classes
- ProvFactory
- def addAttributes(arg0: model.WasAttributedTo, arg1: model.WasAttributedTo): model.WasAttributedTo
- Definition Classes
- ProvFactory
- def addAttributes(arg0: model.WasAssociatedWith, arg1: model.WasAssociatedWith): model.WasAssociatedWith
- Definition Classes
- ProvFactory
- def addAttributes(arg0: model.Used, arg1: model.Used): model.Used
- Definition Classes
- ProvFactory
- def addAttributes(arg0: model.Entity, arg1: model.Entity): model.Entity
- Definition Classes
- ProvFactory
- def addAttributes(arg0: model.Agent, arg1: model.Agent): model.Agent
- Definition Classes
- ProvFactory
- def addAttributes(arg0: model.Activity, arg1: model.Activity): model.Activity
- Definition Classes
- ProvFactory
- def addAttributes(arg0: model.ActedOnBehalfOf, arg1: model.ActedOnBehalfOf): model.ActedOnBehalfOf
- Definition Classes
- ProvFactory
- def addBundleType(arg0: model.HasType): Unit
- Definition Classes
- ProvFactory
- def addLabel(arg0: model.HasLabel, arg1: String, arg2: String): Unit
- Definition Classes
- ProvFactory
- def addLabel(arg0: model.HasLabel, arg1: String): Unit
- Definition Classes
- ProvFactory
- def addPrimarySourceType(arg0: model.HasType): Unit
- Definition Classes
- ProvFactory
- def addQuotationType(arg0: model.HasType): Unit
- Definition Classes
- ProvFactory
- def addRevisionType(arg0: model.HasType): Unit
- Definition Classes
- ProvFactory
- def addRole(arg0: model.HasRole, arg1: model.Role): Unit
- Definition Classes
- ProvFactory
- def addType(arg0: model.HasType, arg1: model.QualifiedName): Unit
- Definition Classes
- ProvFactory
- def addType(arg0: model.HasType, arg1: model.Type): Unit
- Definition Classes
- ProvFactory
- def addType(arg0: model.HasType, arg1: AnyRef, arg2: model.QualifiedName): Unit
- Definition Classes
- ProvFactory
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def attributeKind(qualifiedName: model.QualifiedName): AttributeKind
- def base64Decoding(arg0: String): Array[Byte]
- Definition Classes
- ProvFactory → LiteralConstructor
- def base64Encoding(arg0: Array[Byte]): String
- Definition Classes
- ProvFactory
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def getAllAttributes(arg0: Statement): List[Attribute]
- Attributes
- protected[model]
- Definition Classes
- ProvFactory
- def getAttributes(arg0: Statement): Collection[Attribute]
- Definition Classes
- ProvFactory
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getLabel(arg0: model.HasLabel): String
- Definition Classes
- ProvFactory
- def getName(): Name
- Definition Classes
- ProvFactory
- def getRole(arg0: model.HasOther): String
- Definition Classes
- ProvFactory
- def getSerializer(): Nothing
- Definition Classes
- ProvFactory → ProvFactory
- def getType(arg0: model.HasOther): List[model.Type]
- Definition Classes
- ProvFactory
- def getVersion(): String
- Definition Classes
- ProvFactory
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hexDecoding(arg0: String): Array[Byte]
- Definition Classes
- ProvFactory → LiteralConstructor
- def hexEncoding(arg0: Array[Byte]): String
- Definition Classes
- ProvFactory
- def init(): Unit
- Attributes
- protected[model]
- Definition Classes
- ProvFactory
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- 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
ActedOnBehalfOfA 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
- def newActedOnBehalfOf(arg0: model.QualifiedName, arg1: model.QualifiedName, arg2: model.QualifiedName): model.ActedOnBehalfOf
- Definition Classes
- ProvFactory
- def newActedOnBehalfOf(arg0: model.QualifiedName, arg1: model.QualifiedName, arg2: model.QualifiedName, arg3: model.QualifiedName): model.ActedOnBehalfOf
- Definition Classes
- ProvFactory
- def newActedOnBehalfOf(arg0: model.ActedOnBehalfOf): model.ActedOnBehalfOf
- Definition Classes
- ProvFactory
- def newActivity(id: model.QualifiedName, startTime: XMLGregorianCalendar, endTime: XMLGregorianCalendar, attributes: Collection[Attribute]): model.Activity
- Definition Classes
- ProvFactory → ModelConstructor
- def newActivity(arg0: model.QualifiedName, arg1: String): model.Activity
- Definition Classes
- ProvFactory
- def newActivity(arg0: model.QualifiedName): model.Activity
- Definition Classes
- ProvFactory
- def newActivity(arg0: model.Activity): model.Activity
- Definition Classes
- ProvFactory
- def newAgent(id: model.QualifiedName, attributes: Collection[Attribute]): model.Agent
- Definition Classes
- ProvFactory → ModelConstructor
- def newAgent(arg0: model.QualifiedName, arg1: String): model.Agent
- Definition Classes
- ProvFactory
- def newAgent(arg0: model.QualifiedName): model.Agent
- Definition Classes
- ProvFactory
- def newAgent(arg0: model.Agent): model.Agent
- Definition Classes
- ProvFactory
- def newAlternateOf(e1: model.QualifiedName, e2: model.QualifiedName): model.AlternateOf
- Definition Classes
- ProvFactory → ModelConstructor
- def newAlternateOf(arg0: model.AlternateOf): model.AlternateOf
- Definition Classes
- ProvFactory
- def newAttribute(qualifiedName: model.QualifiedName, value: Any, typ: model.QualifiedName): Attribute
- Definition Classes
- ProvFactory → ProvFactory
- def newAttribute(kind: AttributeKind, value: Any, typ: model.QualifiedName): Attribute
- Definition Classes
- ProvFactory → ProvFactory
- def newAttribute(arg0: String, arg1: String, arg2: String, arg3: AnyRef, arg4: model.QualifiedName): Attribute
- Definition Classes
- ProvFactory
- def newDerivedByInsertionFrom(id: model.QualifiedName, after: model.QualifiedName, before: model.QualifiedName, keyEntitySet: List[Entry], attributes: Collection[Attribute]): DerivedByInsertionFrom
- Definition Classes
- ProvFactory → ModelConstructor
- def newDerivedByRemovalFrom(id: model.QualifiedName, after: model.QualifiedName, before: model.QualifiedName, keys: List[Key], attributes: Collection[Attribute]): DerivedByRemovalFrom
- Definition Classes
- ProvFactory → ModelConstructor
- def newDictionaryMembership(id: model.QualifiedName, dict: model.QualifiedName, keyEntitySet: List[Entry], attributes: Collection[Attribute]): DictionaryMembership
- Definition Classes
- ProvFactory → ModelConstructor
- def newDictionaryMembership(arg0: model.QualifiedName, arg1: List[Entry]): DictionaryMembership
- Definition Classes
- ProvFactory → ModelConstructor
- def newDocument(namespace: Namespace, statementsOrBundles: List[StatementOrBundle]): model.Document
A factory method to create an instance of a
DocumentA 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
- def newDocument(namespace: Namespace, statements: Collection[Statement], bundles: Collection[model.Bundle]): model.Document
A factory method to create an instance of a
DocumentA 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
- 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
- def newDocument(arg0: Collection[model.Activity], arg1: Collection[model.Entity], arg2: Collection[model.Agent], arg3: Collection[Statement]): model.Document
- Definition Classes
- ProvFactory
- def newDocument(arg0: Array[model.Activity], arg1: Array[model.Entity], arg2: Array[model.Agent], arg3: Array[Statement]): model.Document
- Definition Classes
- ProvFactory
- def newDocument(): model.Document
- Definition Classes
- ProvFactory
- def newDuration(arg0: String): Duration
- Definition Classes
- ProvFactory → LiteralConstructor
- def newDuration(arg0: Int): Duration
- Definition Classes
- ProvFactory
- def newEntity(id: model.QualifiedName, attributes: Collection[Attribute]): model.Entity
- Definition Classes
- ProvFactory → ModelConstructor
- def newEntity(arg0: model.QualifiedName, arg1: String): model.Entity
- Definition Classes
- ProvFactory
- def newEntity(arg0: model.QualifiedName): model.Entity
- Definition Classes
- ProvFactory
- def newEntity(arg0: model.Entity): model.Entity
- Definition Classes
- ProvFactory
- 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
QualifiedNamedenoting an entity- returns
an instance of
Entry
- Definition Classes
- ProvFactory → ProvFactory
- def newGDay(arg0: Int): XMLGregorianCalendar
- Definition Classes
- ProvFactory → LiteralConstructor
- def newGMonth(arg0: Int): XMLGregorianCalendar
- Definition Classes
- ProvFactory → LiteralConstructor
- def newGMonthDay(arg0: Int, arg1: Int): XMLGregorianCalendar
- Definition Classes
- ProvFactory → LiteralConstructor
- def newGYear(arg0: Int): XMLGregorianCalendar
- Definition Classes
- ProvFactory → LiteralConstructor
- def newHadMember(c: model.QualifiedName, e: Collection[model.QualifiedName]): model.HadMember
- Definition Classes
- ProvFactory → ProvFactory → ModelConstructor
- def newHadMember(arg0: model.HadMember): model.HadMember
- Definition Classes
- ProvFactory
- def newHadMember(arg0: model.QualifiedName, arg1: <repeated...>[model.QualifiedName]): model.HadMember
- Definition Classes
- ProvFactory
- Annotations
- @transient()
- def newISOTime(arg0: String, arg1: DateTimeOption, arg2: TimeZone): XMLGregorianCalendar
- Definition Classes
- ProvFactory
- def newISOTime(arg0: String, arg1: TimeZone): XMLGregorianCalendar
- Definition Classes
- ProvFactory
- def newISOTime(arg0: String): XMLGregorianCalendar
- Definition Classes
- ProvFactory → LiteralConstructor
- def newISOTimeTZ(arg0: String): XMLGregorianCalendar
- Definition Classes
- ProvFactory → LiteralConstructor
- def newISOTimeUTC(arg0: String): XMLGregorianCalendar
- Definition Classes
- ProvFactory → LiteralConstructor
- def newInternationalizedString(s: String, lang: String): model.LangString
- Definition Classes
- ProvFactory → ProvFactory
- def newInternationalizedString(s: String): model.LangString
- Definition Classes
- ProvFactory → ProvFactory
- def newKey(arg0: Any, arg1: model.QualifiedName): Key
- Definition Classes
- ProvFactory → ProvFactory
- def newLabel(value: Any, type: model.QualifiedName): Attribute
- Definition Classes
- ProvFactory → ProvFactory
- def newLocation(value: Any, type: model.QualifiedName): model.Location
- Definition Classes
- ProvFactory → ProvFactory
- def newMentionOf(e2: model.QualifiedName, e1: model.QualifiedName, b: model.QualifiedName): MentionOf
- Definition Classes
- ProvFactory → ModelConstructor
- def newMentionOf(arg0: MentionOf): MentionOf
- Definition Classes
- ProvFactory
- def newNamedBundle(id: model.QualifiedName, namespace: Namespace, statements: Collection[Statement]): model.Bundle
- Definition Classes
- ProvFactory → ProvFactory → ModelConstructor
- def newNamedBundle(arg0: model.QualifiedName, arg1: Collection[Statement]): model.Bundle
- Definition Classes
- ProvFactory
- 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
- def newNamespace(): Namespace
- Definition Classes
- ProvFactory
- def newNamespace(arg0: Namespace): Namespace
- Definition Classes
- ProvFactory
- def newOther(elementName: model.QualifiedName, value: Any, type: model.QualifiedName): model.Other
- Definition Classes
- ProvFactory → ProvFactory
- def newOther(arg0: String, arg1: String, arg2: String, arg3: AnyRef, arg4: model.QualifiedName): model.Other
- Definition Classes
- ProvFactory
- def newQualifiedAlternateOf(id: model.QualifiedName, e2: model.QualifiedName, e1: model.QualifiedName, attributes: Collection[Attribute]): QualifiedAlternateOf
- Definition Classes
- ProvFactory → ModelConstructorExtension
- def newQualifiedHadMember(id: model.QualifiedName, c: model.QualifiedName, e: Collection[model.QualifiedName], attributes: Collection[Attribute]): QualifiedHadMember
- Definition Classes
- ProvFactory → ModelConstructorExtension
- def newQualifiedName(namespace: String, local: String, prefix: String): model.QualifiedName
- Definition Classes
- ProvFactory → ProvFactory → ModelConstructor
- def newQualifiedName(x1: String, x2: String, x3: String, x4: BuildFlag): Nothing
- Definition Classes
- ProvFactory → ProvFactory → ModelConstructor
- def newQualifiedName(arg0: QName): model.QualifiedName
- Definition Classes
- ProvFactory
- def newQualifiedSpecializationOf(id: model.QualifiedName, e2: model.QualifiedName, e1: model.QualifiedName, attributes: Collection[Attribute]): QualifiedSpecializationOf
- Definition Classes
- ProvFactory → ModelConstructorExtension
- def newRole(value: Any, type: model.QualifiedName): model.Role
- Definition Classes
- ProvFactory → ProvFactory
- def newSpecializationOf(e2: model.QualifiedName, e1: model.QualifiedName): model.SpecializationOf
- Definition Classes
- ProvFactory → ModelConstructor
- def newSpecializationOf(arg0: model.SpecializationOf): model.SpecializationOf
- Definition Classes
- ProvFactory
- def newStatement[T <: Statement](arg0: T): T
- Definition Classes
- ProvFactory
- def newTime(arg0: Date, arg1: TimeZone): XMLGregorianCalendar
- Definition Classes
- ProvFactory
- def newTime(arg0: Date): XMLGregorianCalendar
- Definition Classes
- ProvFactory
- def newTimeNow(): XMLGregorianCalendar
- Definition Classes
- ProvFactory → LiteralConstructor
- def newType(value: Any, type: model.QualifiedName): model.Type
- Definition Classes
- ProvFactory → ProvFactory
- 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
UsedA 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
- def newUsed(arg0: model.Used): model.Used
- Definition Classes
- ProvFactory
- def newUsed(arg0: model.QualifiedName, arg1: model.QualifiedName, arg2: model.QualifiedName, arg3: XMLGregorianCalendar): model.Used
- Definition Classes
- ProvFactory
- def newUsed(arg0: model.QualifiedName, arg1: model.QualifiedName): model.Used
- Definition Classes
- ProvFactory
- def newUsed(arg0: model.QualifiedName, arg1: model.QualifiedName, arg2: model.QualifiedName): model.Used
- Definition Classes
- ProvFactory
- def newUsed(arg0: model.QualifiedName, arg1: model.QualifiedName, arg2: String, arg3: model.QualifiedName): model.Used
- Definition Classes
- ProvFactory
- def newUsed(arg0: model.QualifiedName): model.Used
- Definition Classes
- ProvFactory
- 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 classNamefor predefinedQualifiedNames for the common types.- value
an
Object- type
a
QualifiedNameto denote the type of value- returns
a new
Value
- Definition Classes
- ProvFactory → ProvFactory
- def newValue(arg0: Int): model.Value
- Definition Classes
- ProvFactory
- def newValue(arg0: String): model.Value
- Definition Classes
- ProvFactory
- 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
WasAssociatedWithA 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
- def newWasAssociatedWith(arg0: model.WasAssociatedWith): model.WasAssociatedWith
- Definition Classes
- ProvFactory
- def newWasAssociatedWith(arg0: model.QualifiedName, arg1: model.QualifiedName, arg2: model.QualifiedName, arg3: model.QualifiedName): model.WasAssociatedWith
- Definition Classes
- ProvFactory
- def newWasAssociatedWith(arg0: model.QualifiedName, arg1: model.QualifiedName, arg2: model.QualifiedName): model.WasAssociatedWith
- Definition Classes
- ProvFactory
- def newWasAssociatedWith(arg0: model.QualifiedName): model.WasAssociatedWith
- Definition Classes
- ProvFactory
- 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
WasAttributedToA 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
- def newWasAttributedTo(arg0: model.WasAttributedTo): model.WasAttributedTo
- Definition Classes
- ProvFactory
- def newWasAttributedTo(arg0: model.QualifiedName, arg1: model.QualifiedName, arg2: model.QualifiedName): model.WasAttributedTo
- Definition Classes
- ProvFactory
- 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
WasDerivedFromA 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
- def newWasDerivedFrom(arg0: model.WasDerivedFrom): model.WasDerivedFrom
- Definition Classes
- ProvFactory
- def newWasDerivedFrom(arg0: model.QualifiedName, arg1: model.QualifiedName): model.WasDerivedFrom
- Definition Classes
- ProvFactory
- def newWasDerivedFrom(arg0: model.QualifiedName, arg1: model.QualifiedName, arg2: model.QualifiedName): model.WasDerivedFrom
- Definition Classes
- ProvFactory
- 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
WasEndedByA 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
- def newWasEndedBy(arg0: model.WasEndedBy): model.WasEndedBy
- Definition Classes
- ProvFactory
- def newWasEndedBy(arg0: model.QualifiedName, arg1: model.QualifiedName, arg2: model.QualifiedName, arg3: model.QualifiedName): model.WasEndedBy
- Definition Classes
- ProvFactory
- def newWasEndedBy(arg0: model.QualifiedName, arg1: model.QualifiedName, arg2: model.QualifiedName): model.WasEndedBy
- Definition Classes
- ProvFactory
- def newWasEndedBy(arg0: model.QualifiedName): model.WasEndedBy
- Definition Classes
- ProvFactory
- 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
WasGeneratedByA 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
- def newWasGeneratedBy(arg0: model.WasGeneratedBy): model.WasGeneratedBy
- Definition Classes
- ProvFactory
- def newWasGeneratedBy(arg0: model.QualifiedName, arg1: model.QualifiedName, arg2: model.QualifiedName): model.WasGeneratedBy
- Definition Classes
- ProvFactory
- def newWasGeneratedBy(arg0: model.QualifiedName, arg1: model.QualifiedName, arg2: String, arg3: model.QualifiedName): model.WasGeneratedBy
- Definition Classes
- ProvFactory
- def newWasGeneratedBy(arg0: model.QualifiedName, arg1: model.Entity, arg2: String, arg3: model.Activity): model.WasGeneratedBy
- Definition Classes
- ProvFactory
- def newWasGeneratedBy(arg0: model.QualifiedName): model.WasGeneratedBy
- Definition Classes
- ProvFactory
- def newWasGeneratedBy(arg0: model.Entity, arg1: String, arg2: model.Activity): model.WasGeneratedBy
- Definition Classes
- ProvFactory
- 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
WasInfluencedByA 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
- def newWasInfluencedBy(arg0: model.WasInfluencedBy): model.WasInfluencedBy
- Definition Classes
- ProvFactory
- def newWasInfluencedBy(arg0: model.QualifiedName, arg1: model.QualifiedName, arg2: model.QualifiedName): model.WasInfluencedBy
- Definition Classes
- ProvFactory
- 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
WasInformedByA 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
- def newWasInformedBy(arg0: model.WasInformedBy): model.WasInformedBy
- Definition Classes
- ProvFactory
- def newWasInformedBy(arg0: model.QualifiedName, arg1: model.QualifiedName, arg2: model.QualifiedName): model.WasInformedBy
- Definition Classes
- ProvFactory
- 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
WasInvalidatedByA 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
- def newWasInvalidatedBy(arg0: model.WasInvalidatedBy): model.WasInvalidatedBy
- Definition Classes
- ProvFactory
- def newWasInvalidatedBy(arg0: model.QualifiedName, arg1: model.QualifiedName, arg2: model.QualifiedName): model.WasInvalidatedBy
- Definition Classes
- ProvFactory
- def newWasInvalidatedBy(arg0: model.QualifiedName, arg1: model.QualifiedName): model.WasInvalidatedBy
- Definition Classes
- ProvFactory
- 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
WasStartedByA 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
- def newWasStartedBy(arg0: model.WasStartedBy): model.WasStartedBy
- Definition Classes
- ProvFactory
- def newWasStartedBy(arg0: model.QualifiedName, arg1: model.QualifiedName, arg2: model.QualifiedName, arg3: model.QualifiedName): model.WasStartedBy
- Definition Classes
- ProvFactory
- def newWasStartedBy(arg0: model.QualifiedName, arg1: model.QualifiedName, arg2: model.QualifiedName): model.WasStartedBy
- Definition Classes
- ProvFactory
- def newWasStartedBy(arg0: model.QualifiedName): model.WasStartedBy
- Definition Classes
- ProvFactory
- def newXMLGregorianCalendar(arg0: GregorianCalendar): XMLGregorianCalendar
- Definition Classes
- ProvFactory
- def newYear(arg0: Int): XMLGregorianCalendar
- Definition Classes
- ProvFactory
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- val prov_key: model.QualifiedName
- val prov_label: model.QualifiedName
- val prov_location: model.QualifiedName
- val prov_role: model.QualifiedName
- val prov_type: model.QualifiedName
- val prov_value: model.QualifiedName
- def setAttributes(arg0: model.HasOther, arg1: Collection[Attribute]): Unit
- Definition Classes
- ProvFactory
- def startBundle(arg0: model.QualifiedName, arg1: Namespace): Unit
- Definition Classes
- ProvFactory → ModelConstructor
- def startDocument(arg0: Namespace): Unit
- Definition Classes
- ProvFactory → ModelConstructor
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)