| 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 |
|---|---|
Collection<WasGeneratedBy> |
IndexedDocument.getWasGeneratedBy()
Return all WasGeneratedBy edges for this graph.
|
Collection<WasGeneratedBy> |
IndexedDocument.getWasGeneratedBy(Activity p)
Return all WasGeneratedBy edges with activity p as an effect.
|
Collection<WasGeneratedBy> |
IndexedDocument.getWasGeneratedBy(Entity p)
Return all WasGeneratedBy edges with entity a as a cause.
|
| Modifier and Type | Method and Description |
|---|---|
WasGeneratedBy |
IndexedDocument.add(WasGeneratedBy wgb) |
WasGeneratedBy |
ProvFactory.addAttributes(WasGeneratedBy from,
WasGeneratedBy to) |
WasGeneratedBy |
BeanTraversal.doAction(WasGeneratedBy gen) |
Object |
ProvFactory.Cloner.doAction(WasGeneratedBy s) |
Object |
StatementActionValue.doAction(WasGeneratedBy s) |
void |
IndexedDocument.doAction(WasGeneratedBy s) |
void |
NamespaceGatherer.doAction(WasGeneratedBy gen) |
void |
StatementAction.doAction(WasGeneratedBy s) |
WasGeneratedBy |
ProvFactory.newWasGeneratedBy(WasGeneratedBy g) |
Copyright © 2015. All rights reserved.