| Package | Description |
|---|---|
| org.openprovenance.prov.model |
Provides the classes necessary to manipulate the PROV Data Model in Java, irrespectively of the serialization chosen for it.
|
| Modifier and Type | Method and Description |
|---|---|
QualifiedName |
WasGeneratedBy.getActivity() |
QualifiedName |
WasDerivedFrom.getActivity() |
QualifiedName |
Used.getActivity() |
QualifiedName |
WasAssociatedWith.getActivity() |
QualifiedName |
WasInvalidatedBy.getActivity() |
QualifiedName |
ActedOnBehalfOf.getActivity()
Get the activity identifier.
|
QualifiedName |
WasEndedBy.getActivity() |
QualifiedName |
WasStartedBy.getActivity() |
QualifiedName |
WasAttributedTo.getAgent()
Get the identifier of the agent whom the entity is ascribed to, and therefore
bears some responsibility for its existence
|
QualifiedName |
WasAssociatedWith.getAgent() |
QualifiedName |
AlternateOf.getAlternate1()
Returns the identifier for the first of the two entities.
|
QualifiedName |
AlternateOf.getAlternate2()
Returns the identifier for the second of the two entities.
|
QualifiedName |
MentionOf.getBundle()
Get an identifier of a bundle that contains a description of "general entity"
and further constitutes one additional aspect presented by "specific entity".
|
QualifiedName |
ProvUtilities.getCause(Relation r) |
QualifiedName |
HadMember.getCollection()
Get an identifier for the collection whose member is asserted
|
QualifiedName |
ActedOnBehalfOf.getDelegate()
Get the delegate identifier.
|
QualifiedName |
DictionaryMembership.getDictionary()
Get an identifier for the dictionary whose members are asserted.
|
QualifiedName |
ProvUtilities.getEffect(Relation r) |
QualifiedName |
Other.getElementName()
Get the element name
|
QualifiedName |
Attribute.getElementName() |
QualifiedName |
WasEndedBy.getEnder() |
QualifiedName |
WasGeneratedBy.getEntity() |
QualifiedName |
WasAttributedTo.getEntity()
Gets the entity identifier.
|
QualifiedName |
Used.getEntity() |
QualifiedName |
WasInvalidatedBy.getEntity() |
QualifiedName |
Entry.getEntity() |
QualifiedName |
SpecializationOf.getGeneralEntity()
Returns an identifier of the entity that is being specialized.
|
QualifiedName |
MentionOf.getGeneralEntity()
Get an identifier for an entity that is described in the bundle.
|
QualifiedName |
WasDerivedFrom.getGeneratedEntity() |
QualifiedName |
WasDerivedFrom.getGeneration() |
QualifiedName |
Identifiable.getId()
Gets the value of the id property.
|
QualifiedName |
WasInfluencedBy.getInfluencee() |
QualifiedName |
WasInfluencedBy.getInfluencer() |
QualifiedName |
WasInformedBy.getInformant() |
QualifiedName |
WasInformedBy.getInformed() |
QualifiedName |
DerivedByInsertionFrom.getNewDictionary() |
QualifiedName |
DerivedByRemovalFrom.getNewDictionary()
Get an identifier for the dictionary after the deletion
|
QualifiedName |
DerivedByInsertionFrom.getOldDictionary() |
QualifiedName |
DerivedByRemovalFrom.getOldDictionary()
Get an identifier for the dictionary before the deletion
|
QualifiedName |
WasAssociatedWith.getPlan() |
QualifiedName |
Attribute.getQualifiedName(Attribute.AttributeKind kind) |
QualifiedName |
ActedOnBehalfOf.getResponsible()
Get the responsible identifier.
|
QualifiedName |
SpecializationOf.getSpecificEntity()
Returns an identifier of the entity that is a specialization of the general entity.
|
QualifiedName |
MentionOf.getSpecificEntity()
Get an identifier of the entity that is a mention of the general entity.
|
QualifiedName |
WasStartedBy.getStarter() |
QualifiedName |
WasEndedBy.getTrigger() |
QualifiedName |
WasStartedBy.getTrigger() |
QualifiedName |
TypedValue.getType()
Gets the type, expressed as a
QualifiedName |
QualifiedName |
Attribute.getType()
Get the type of an Attribute
|
QualifiedName |
WasDerivedFrom.getUsage() |
QualifiedName |
WasDerivedFrom.getUsedEntity() |
QualifiedName |
ValueConverter.getXsdType(Object o) |
QualifiedName |
Name.newProvQualifiedName(String local) |
QualifiedName |
ProvFactory.newQualifiedName(QName qname) |
abstract QualifiedName |
ProvFactory.newQualifiedName(String namespace,
String local,
String prefix) |
QualifiedName |
ModelConstructor.newQualifiedName(String namespace,
String local,
String prefix)
A factory method for
QualifiedName. |
QualifiedName |
Name.newRdfQualifiedName(String local) |
QualifiedName |
Name.newXsdHashQualifiedName(String local) |
QualifiedName |
Name.newXsdQualifiedName(String local) |
QualifiedName |
Namespace.qualifiedName(String prefix,
String local,
ProvFactory pFactory)
Creates a qualified name, with given prefix and local name.
|
QualifiedName |
DOMProcessing.stringToQualifiedName(String str,
Element el)
Converts a string to a QualifiedName, extracting namespace from the DOM.
|
QualifiedName |
Namespace.stringToQualifiedName(String id,
ProvFactory pFactory) |
| Modifier and Type | Method and Description |
|---|---|
List<QualifiedName> |
HadMember.getEntity()
Get the list of identifiers of entities that are member of the collection.
|
List<QualifiedName> |
ProvUtilities.getOtherCauses(Relation r) |
| Modifier and Type | Method and Description |
|---|---|
Activity |
IndexedDocument.add(QualifiedName name,
Activity activity) |
Agent |
IndexedDocument.add(QualifiedName name,
Agent agent) |
Entity |
IndexedDocument.add(QualifiedName name,
Entity entity) |
void |
ProvFactory.addType(HasType a,
Object o,
QualifiedName type) |
Object |
ValueConverter.convertToJava(QualifiedName datatype,
String value)
Converts a string into a Java object, according to type provided.
|
Attribute.AttributeKind |
Attribute.getAttributeKind(QualifiedName q) |
static boolean |
ProvUtilities.hasType(QualifiedName type,
Collection<Attribute> attributes) |
static Element |
DOMProcessing.marshalTypedValue(TypedValue attribute,
QualifiedName elementName) |
ActedOnBehalfOf |
ProvFactory.newActedOnBehalfOf(QualifiedName id,
QualifiedName delegate,
QualifiedName responsible)
A factory method to create an instance of a delegation
ActedOnBehalfOf |
ActedOnBehalfOf |
ProvFactory.newActedOnBehalfOf(QualifiedName id,
QualifiedName delegate,
QualifiedName responsible,
QualifiedName activity)
A factory method to create an instance of a delegation
ActedOnBehalfOf |
ActedOnBehalfOf |
ProvFactory.newActedOnBehalfOf(QualifiedName id,
QualifiedName delegate,
QualifiedName responsible,
QualifiedName activity,
Collection<Attribute> attributes) |
ActedOnBehalfOf |
ModelConstructor.newActedOnBehalfOf(QualifiedName id,
QualifiedName delegate,
QualifiedName responsible,
QualifiedName activity,
Collection<Attribute> attributes)
A factory method to create an instance of a delegation
ActedOnBehalfOf |
Activity |
ProvFactory.newActivity(QualifiedName a) |
Activity |
ProvFactory.newActivity(QualifiedName q,
String label) |
Activity |
ProvFactory.newActivity(QualifiedName id,
XMLGregorianCalendar startTime,
XMLGregorianCalendar endTime,
Collection<Attribute> attributes) |
Activity |
ModelConstructor.newActivity(QualifiedName id,
XMLGregorianCalendar startTime,
XMLGregorianCalendar endTime,
Collection<Attribute> attributes) |
Agent |
ProvFactory.newAgent(QualifiedName ag)
Creates a new
Agent with provided identifier |
Agent |
ProvFactory.newAgent(QualifiedName id,
Collection<Attribute> attributes)
Creates a new
Agent with provided identifier and attributes |
Agent |
ModelConstructor.newAgent(QualifiedName id,
Collection<Attribute> attributes) |
Agent |
ProvFactory.newAgent(QualifiedName ag,
String label)
Creates a new
Agent with provided identifier and label |
AlternateOf |
ProvFactory.newAlternateOf(QualifiedName entity1,
QualifiedName entity2)
A factory method to create an instance of an alternate
AlternateOf |
AlternateOf |
ModelConstructor.newAlternateOf(QualifiedName e2,
QualifiedName e1) |
abstract Attribute |
ProvFactory.newAttribute(Attribute.AttributeKind kind,
Object value,
QualifiedName type) |
abstract Attribute |
ProvFactory.newAttribute(QualifiedName elementName,
Object value,
QualifiedName type) |
Attribute |
ProvFactory.newAttribute(String namespace,
String localName,
String prefix,
Object value,
QualifiedName type) |
DerivedByInsertionFrom |
ProvFactory.newDerivedByInsertionFrom(QualifiedName id,
QualifiedName after,
QualifiedName before,
List<Entry> keyEntitySet,
Collection<Attribute> attributes) |
DerivedByInsertionFrom |
ModelConstructor.newDerivedByInsertionFrom(QualifiedName id,
QualifiedName after,
QualifiedName before,
List<Entry> keyEntitySet,
Collection<Attribute> attributes) |
DerivedByRemovalFrom |
ProvFactory.newDerivedByRemovalFrom(QualifiedName id,
QualifiedName after,
QualifiedName before,
List<Key> keys,
Collection<Attribute> attributes) |
DerivedByRemovalFrom |
ModelConstructor.newDerivedByRemovalFrom(QualifiedName id,
QualifiedName after,
QualifiedName before,
List<Key> keys,
Collection<Attribute> attributes) |
DictionaryMembership |
ProvFactory.newDictionaryMembership(QualifiedName dict,
List<Entry> entitySet) |
DictionaryMembership |
ModelConstructor.newDictionaryMembership(QualifiedName dict,
List<Entry> keyEntitySet) |
static Element |
DOMProcessing.newElement(QualifiedName name,
Element value) |
static Element |
DOMProcessing.newElement(QualifiedName elementName,
QualifiedName value)
Creates a DOM
Element for a QualifiedName and content given by value |
static Element |
DOMProcessing.newElement(QualifiedName name,
String value,
QualifiedName type)
Creates a DOM
Element for a QualifiedName and content given by value and type |
static Element |
DOMProcessing.newElement(QualifiedName name,
String value,
QualifiedName type,
String lang) |
Entity |
ProvFactory.newEntity(QualifiedName id)
Creates a new
Entity with provided identifier |
Entity |
ProvFactory.newEntity(QualifiedName id,
Collection<Attribute> attributes)
Creates a new
Entity with provided identifier and attributes |
Entity |
ModelConstructor.newEntity(QualifiedName id,
Collection<Attribute> attributes) |
Entity |
ProvFactory.newEntity(QualifiedName id,
String label)
Creates a new
Entity with provided identifier and label |
Entry |
ProvFactory.newEntry(Key key,
QualifiedName entity)
Factory method for Key-entity entries.
|
HadMember |
ProvFactory.newHadMember(QualifiedName c,
Collection<QualifiedName> e) |
HadMember |
ModelConstructor.newHadMember(QualifiedName c,
Collection<QualifiedName> e) |
HadMember |
ProvFactory.newHadMember(QualifiedName collection,
QualifiedName... entities) |
HadMember |
ProvFactory.newHadMember(QualifiedName collection,
QualifiedName... entities) |
Key |
ProvFactory.newKey(Object o,
QualifiedName type) |
Location |
ProvFactory.newLocation(Object value,
QualifiedName type) |
MentionOf |
ProvFactory.newMentionOf(QualifiedName infra,
QualifiedName supra,
QualifiedName bundle) |
MentionOf |
ModelConstructor.newMentionOf(QualifiedName e2,
QualifiedName e1,
QualifiedName b) |
Bundle |
ProvFactory.newNamedBundle(QualifiedName id,
Collection<Activity> ps,
Collection<Entity> as,
Collection<Agent> ags,
Collection<Statement> lks) |
Bundle |
ProvFactory.newNamedBundle(QualifiedName id,
Collection<Statement> lks) |
Bundle |
ProvFactory.newNamedBundle(QualifiedName id,
Namespace namespace,
Collection<Statement> statements) |
Bundle |
ModelConstructor.newNamedBundle(QualifiedName id,
Namespace namespace,
Collection<Statement> statements)
A factory method to create an instance of a Bundle
Bundle |
Other |
ProvFactory.newOther(QualifiedName elementName,
Object value,
QualifiedName type) |
Other |
ProvFactory.newOther(String namespace,
String local,
String prefix,
Object value,
QualifiedName type) |
Role |
ProvFactory.newRole(Object value,
QualifiedName type) |
SpecializationOf |
ProvFactory.newSpecializationOf(QualifiedName specific,
QualifiedName general)
A factory method to create an instance of a specialization
SpecializationOf |
SpecializationOf |
ModelConstructor.newSpecializationOf(QualifiedName e2,
QualifiedName e1) |
Type |
ProvFactory.newType(Object value,
QualifiedName type) |
Used |
ProvFactory.newUsed(QualifiedName id)
A factory method to create an instance of a usage
Used |
Used |
ProvFactory.newUsed(QualifiedName activity,
QualifiedName entity)
A factory method to create an instance of a usage
Used |
Used |
ProvFactory.newUsed(QualifiedName id,
QualifiedName activity,
QualifiedName entity)
A factory method to create an instance of a usage
Used |
Used |
ProvFactory.newUsed(QualifiedName id,
QualifiedName activity,
QualifiedName entity,
XMLGregorianCalendar time,
Collection<Attribute> attributes) |
Used |
ModelConstructor.newUsed(QualifiedName id,
QualifiedName activity,
QualifiedName entity,
XMLGregorianCalendar time,
Collection<Attribute> attributes)
A factory method to create an instance of a Usage
Used |
Used |
ProvFactory.newUsed(QualifiedName id,
QualifiedName aid,
String role,
QualifiedName eid) |
Value |
ProvFactory.newValue(Object value,
QualifiedName type)
Factory method to create an instance of the PROV-DM prov:value attribute (see
Value). |
WasAssociatedWith |
ProvFactory.newWasAssociatedWith(QualifiedName id)
A factory method to create an instance of an Association
WasAssociatedWith |
WasAssociatedWith |
ProvFactory.newWasAssociatedWith(QualifiedName id,
QualifiedName activity,
QualifiedName agent)
A factory method to create an instance of an Association
WasAssociatedWith |
WasAssociatedWith |
ProvFactory.newWasAssociatedWith(QualifiedName id,
QualifiedName a,
QualifiedName ag,
QualifiedName plan,
Collection<Attribute> attributes) |
WasAssociatedWith |
ModelConstructor.newWasAssociatedWith(QualifiedName id,
QualifiedName activity,
QualifiedName agent,
QualifiedName plan,
Collection<Attribute> attributes)
A factory method to create an instance of an Association
WasAssociatedWith |
WasAttributedTo |
ProvFactory.newWasAttributedTo(QualifiedName id,
QualifiedName entity,
QualifiedName agent)
A factory method to create an instance of an attribution
WasAttributedTo |
WasAttributedTo |
ProvFactory.newWasAttributedTo(QualifiedName id,
QualifiedName entity,
QualifiedName agent,
Collection<Attribute> attributes) |
WasAttributedTo |
ModelConstructor.newWasAttributedTo(QualifiedName id,
QualifiedName entity,
QualifiedName agent,
Collection<Attribute> attributes)
A factory method to create an instance of an attribution
WasAttributedTo |
WasDerivedFrom |
ProvFactory.newWasDerivedFrom(QualifiedName e2,
QualifiedName e1)
A factory method to create an instance of a derivation
WasDerivedFrom |
WasDerivedFrom |
ProvFactory.newWasDerivedFrom(QualifiedName id,
QualifiedName e2,
QualifiedName e1)
A factory method to create an instance of a derivation
WasDerivedFrom |
WasDerivedFrom |
ProvFactory.newWasDerivedFrom(QualifiedName id,
QualifiedName aid1,
QualifiedName aid2,
QualifiedName aid,
QualifiedName did1,
QualifiedName did2,
Collection<Attribute> attributes) |
WasDerivedFrom |
ModelConstructor.newWasDerivedFrom(QualifiedName id,
QualifiedName e2,
QualifiedName e1,
QualifiedName activity,
QualifiedName generation,
QualifiedName usage,
Collection<Attribute> attributes)
A factory method to create an instance of a derivation
WasDerivedFrom |
WasEndedBy |
ProvFactory.newWasEndedBy(QualifiedName id)
A factory method to create an instance of an end
WasEndedBy |
WasEndedBy |
ProvFactory.newWasEndedBy(QualifiedName id,
QualifiedName activity,
QualifiedName trigger)
A factory method to create an instance of an end
WasEndedBy |
WasEndedBy |
ProvFactory.newWasEndedBy(QualifiedName id,
QualifiedName activity,
QualifiedName trigger,
QualifiedName ender)
A factory method to create an instance of an end
WasEndedBy |
WasEndedBy |
ProvFactory.newWasEndedBy(QualifiedName id,
QualifiedName activity,
QualifiedName trigger,
QualifiedName ender,
XMLGregorianCalendar time,
Collection<Attribute> attributes) |
WasEndedBy |
ModelConstructor.newWasEndedBy(QualifiedName id,
QualifiedName activity,
QualifiedName trigger,
QualifiedName ender,
XMLGregorianCalendar time,
Collection<Attribute> attributes)
A factory method to create an instance of an end
WasEndedBy |
WasGeneratedBy |
ProvFactory.newWasGeneratedBy(QualifiedName id) |
WasGeneratedBy |
ProvFactory.newWasGeneratedBy(QualifiedName id,
Entity a,
String role,
Activity p) |
WasGeneratedBy |
ProvFactory.newWasGeneratedBy(QualifiedName id,
QualifiedName entity,
QualifiedName activity)
A factory method to create an instance of a generation
WasGeneratedBy |
WasGeneratedBy |
ProvFactory.newWasGeneratedBy(QualifiedName id,
QualifiedName entity,
QualifiedName activity,
XMLGregorianCalendar time,
Collection<Attribute> attributes) |
WasGeneratedBy |
ModelConstructor.newWasGeneratedBy(QualifiedName id,
QualifiedName entity,
QualifiedName activity,
XMLGregorianCalendar time,
Collection<Attribute> attributes)
A factory method to create an instance of a generation
WasGeneratedBy |
WasGeneratedBy |
ProvFactory.newWasGeneratedBy(QualifiedName id,
QualifiedName aid,
String role,
QualifiedName pid) |
WasInfluencedBy |
ProvFactory.newWasInfluencedBy(QualifiedName id,
QualifiedName influencee,
QualifiedName influencer)
A factory method to create an instance of an influence
WasInfluencedBy |
WasInfluencedBy |
ProvFactory.newWasInfluencedBy(QualifiedName id,
QualifiedName influencee,
QualifiedName influencer,
Collection<Attribute> attributes) |
WasInfluencedBy |
ModelConstructor.newWasInfluencedBy(QualifiedName id,
QualifiedName influencee,
QualifiedName influencer,
Collection<Attribute> attributes)
A factory method to create an instance of an influence
WasInfluencedBy |
WasInformedBy |
ProvFactory.newWasInformedBy(QualifiedName id,
QualifiedName informed,
QualifiedName informant)
A factory method to create an instance of an communication
WasInformedBy |
WasInformedBy |
ProvFactory.newWasInformedBy(QualifiedName id,
QualifiedName a2,
QualifiedName a1,
Collection<Attribute> attributes) |
WasInformedBy |
ModelConstructor.newWasInformedBy(QualifiedName id,
QualifiedName informed,
QualifiedName informant,
Collection<Attribute> attributes)
A factory method to create an instance of an communication
WasInformedBy |
WasInvalidatedBy |
ProvFactory.newWasInvalidatedBy(QualifiedName eid,
QualifiedName aid) |
WasInvalidatedBy |
ProvFactory.newWasInvalidatedBy(QualifiedName id,
QualifiedName entity,
QualifiedName activity)
A factory method to create an instance of an invalidation
WasInvalidatedBy |
WasInvalidatedBy |
ProvFactory.newWasInvalidatedBy(QualifiedName id,
QualifiedName entity,
QualifiedName activity,
XMLGregorianCalendar time,
Collection<Attribute> attributes) |
WasInvalidatedBy |
ModelConstructor.newWasInvalidatedBy(QualifiedName id,
QualifiedName entity,
QualifiedName activity,
XMLGregorianCalendar time,
Collection<Attribute> attributes)
A factory method to create an instance of an invalidation
WasInvalidatedBy |
WasStartedBy |
ProvFactory.newWasStartedBy(QualifiedName id)
A factory method to create an instance of a start
WasStartedBy |
WasStartedBy |
ProvFactory.newWasStartedBy(QualifiedName id,
QualifiedName aid,
QualifiedName eid) |
WasStartedBy |
ProvFactory.newWasStartedBy(QualifiedName id,
QualifiedName activity,
QualifiedName trigger,
QualifiedName starter)
A factory method to create an instance of a start
WasStartedBy |
WasStartedBy |
ProvFactory.newWasStartedBy(QualifiedName id,
QualifiedName activity,
QualifiedName trigger,
QualifiedName starter,
XMLGregorianCalendar time,
Collection<Attribute> attributes) |
WasStartedBy |
ModelConstructor.newWasStartedBy(QualifiedName id,
QualifiedName activity,
QualifiedName trigger,
QualifiedName starter,
XMLGregorianCalendar time,
Collection<Attribute> attributes)
A factory method to create an instance of a start
WasStartedBy |
static String |
DOMProcessing.qualifiedNameToString(QualifiedName name) |
String |
Namespace.qualifiedNameToString(QualifiedName name) |
String |
Namespace.qualifiedNameToString(QualifiedName name,
Namespace child) |
static String |
Namespace.qualifiedNameToStringWithNamespace(QualifiedName name) |
void |
WasGeneratedBy.setActivity(QualifiedName pid) |
void |
WasDerivedFrom.setActivity(QualifiedName aid) |
void |
Used.setActivity(QualifiedName aid) |
void |
WasAssociatedWith.setActivity(QualifiedName eid2) |
void |
WasInvalidatedBy.setActivity(QualifiedName aid) |
void |
ActedOnBehalfOf.setActivity(QualifiedName activity)
Set the activity identifier.
|
void |
WasEndedBy.setActivity(QualifiedName aid) |
void |
WasStartedBy.setActivity(QualifiedName aid) |
void |
WasAttributedTo.setAgent(QualifiedName agent)
Set the identifier of the agent whom the entity is ascribed to.
|
void |
WasAssociatedWith.setAgent(QualifiedName eid1) |
void |
AlternateOf.setAlternate1(QualifiedName entity)
Sets the identifier for the first of the two entities.
|
void |
AlternateOf.setAlternate2(QualifiedName entity)
Sets the identifier for the second of the two entities.
|
void |
MentionOf.setBundle(QualifiedName bundle)
Set a bundle's identifier
|
void |
HadMember.setCollection(QualifiedName collection)
Set an identifier for the collection whose member is asserted
|
void |
ActedOnBehalfOf.setDelegate(QualifiedName delegate)
Set the delegate identifier.
|
void |
DictionaryMembership.setDictionary(QualifiedName dictionary)
Set an identifier for the dictionary whose members are asserted.
|
void |
Other.setElementName(QualifiedName elementName)
Set the elementName
|
void |
WasEndedBy.setEnder(QualifiedName sid) |
void |
WasGeneratedBy.setEntity(QualifiedName aid) |
void |
WasAttributedTo.setEntity(QualifiedName entity)
Set the entity identifier.
|
void |
Used.setEntity(QualifiedName eid) |
void |
WasInvalidatedBy.setEntity(QualifiedName eid) |
void |
Entry.setEntity(QualifiedName entity) |
void |
SpecializationOf.setGeneralEntity(QualifiedName general)
Mutator for the entity that is being specialized.
|
void |
MentionOf.setGeneralEntity(QualifiedName supra)
Set the general entity's identifier
|
void |
WasDerivedFrom.setGeneratedEntity(QualifiedName aid1) |
void |
WasDerivedFrom.setGeneration(QualifiedName did1) |
void |
Identifiable.setId(QualifiedName value)
Sets the value of the id property.
|
void |
WasInfluencedBy.setInfluencee(QualifiedName influencee) |
void |
WasInfluencedBy.setInfluencer(QualifiedName influencer) |
void |
WasInformedBy.setInformant(QualifiedName pid2) |
void |
WasInformedBy.setInformed(QualifiedName pid1) |
void |
DerivedByInsertionFrom.setNewDictionary(QualifiedName after) |
void |
DerivedByRemovalFrom.setNewDictionary(QualifiedName after)
Set an identifier for the dictionary after the deletion.
|
void |
DerivedByInsertionFrom.setOldDictionary(QualifiedName before) |
void |
DerivedByRemovalFrom.setOldDictionary(QualifiedName before)
Set an identifier for the dictionary before the deletion.
|
void |
WasAssociatedWith.setPlan(QualifiedName eid) |
void |
ActedOnBehalfOf.setResponsible(QualifiedName responsible)
Set the responsible identifier
|
void |
SpecializationOf.setSpecificEntity(QualifiedName specific)
Mutator for the entity that is a specialization of the general entity.
|
void |
MentionOf.setSpecificEntity(QualifiedName infra)
Se the specific entity's identifier
|
void |
WasStartedBy.setStarter(QualifiedName sid) |
void |
WasEndedBy.setTrigger(QualifiedName eid) |
void |
WasStartedBy.setTrigger(QualifiedName eid) |
void |
TypedValue.setType(QualifiedName value)
Sets the value of the type property.
|
void |
WasDerivedFrom.setUsage(QualifiedName did2) |
void |
WasDerivedFrom.setUsedEntity(QualifiedName aid2) |
void |
TypedValue.setValue(QualifiedName value)
Sets the value property.
|
void |
ProvFactory.startBundle(QualifiedName bundleId,
Namespace namespaces) |
void |
ModelConstructor.startBundle(QualifiedName bundleId,
Namespace namespace) |
static String |
ProvUtilities.valueToNotationString(Object val,
QualifiedName xsdType) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Relation> |
IndexedDocument.add(T statement,
int num,
Collection<T> anonRelationCollection,
HashMap<QualifiedName,Collection<T>> namedRelationMap,
HashMap<QualifiedName,Collection<T>> effectRelationMap,
HashMap<QualifiedName,Collection<T>> causeRelationMap)
Add an edge to the graph.
|
<T extends Relation> |
IndexedDocument.add(T statement,
int num,
Collection<T> anonRelationCollection,
HashMap<QualifiedName,Collection<T>> namedRelationMap,
HashMap<QualifiedName,Collection<T>> effectRelationMap,
HashMap<QualifiedName,Collection<T>> causeRelationMap)
Add an edge to the graph.
|
<T extends Relation> |
IndexedDocument.add(T statement,
int num,
Collection<T> anonRelationCollection,
HashMap<QualifiedName,Collection<T>> namedRelationMap,
HashMap<QualifiedName,Collection<T>> effectRelationMap,
HashMap<QualifiedName,Collection<T>> causeRelationMap)
Add an edge to the graph.
|
HadMember |
ProvFactory.newHadMember(QualifiedName c,
Collection<QualifiedName> e) |
HadMember |
ModelConstructor.newHadMember(QualifiedName c,
Collection<QualifiedName> e) |
Copyright © 2015. All rights reserved.