| 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.
|
| org.openprovenance.prov.model.extension |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ActedOnBehalfOf
Interface for the PROV Delegation association.
|
interface |
AlternateOf
Interface for PROV Alternate association.
|
interface |
DerivedByInsertionFrom
Interface for PROV Dictionary Insertion.
|
interface |
DerivedByRemovalFrom
Interface for PROV Dictionary Removal.
|
interface |
DictionaryMembership
Interface for PROV Dictionary Membership
|
interface |
HadMember
Interface for PROV Collection Membership
|
interface |
Influence
Interface to denote a relation that carries some influence.
|
interface |
MentionOf
Interface for PROV MentionOf association.
|
interface |
QualifiedRelation
Interface to denote a relation that carries some influence.
|
interface |
SpecializationOf
Interface for PROV Specialization association.
|
interface |
Used
Interface for PROV Usage association.
|
interface |
WasAssociatedWith
Interface for the PROV Association association.
|
interface |
WasAttributedTo
Interface for the PROV Attribution association.
|
interface |
WasDerivedFrom
Interface for PROV Derivation association.
|
interface |
WasEndedBy
Interface for PROV End association.
|
interface |
WasGeneratedBy
Interface for PROV Generation association.
|
interface |
WasInfluencedBy
Interface for the PROV Influence association.
|
interface |
WasInformedBy
Interface for the PROV Communication association.
|
interface |
WasInvalidatedBy
Interface for PROV Invalidation association.
|
interface |
WasStartedBy
Interface for PROV Start association.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Relation |
BeanTraversal.doAction(DerivedByInsertionFrom o) |
Relation |
BeanTraversal.doAction(DerivedByRemovalFrom o) |
Relation |
BeanTraversal.doAction(DictionaryMembership o) |
| Modifier and Type | Method and Description |
|---|---|
List<Relation> |
ProvUtilities.getRelations(Bundle d) |
List<Relation> |
ProvUtilities.getRelations(Document d) |
| Modifier and Type | Method and Description |
|---|---|
QualifiedName |
ProvUtilities.getCause(Relation r) |
QualifiedName |
ProvUtilities.getEffect(Relation r) |
List<QualifiedName> |
ProvUtilities.getOtherCauses(Relation r) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
QualifiedAlternateOf |
interface |
QualifiedHadMember |
interface |
QualifiedSpecializationOf |
Copyright © 2016. All rights reserved.