| 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<WasAssociatedWith> |
IndexedDocument.getWasAssociatedWith()
Return all WasAssociatedWith edges for this graph.
|
Collection<WasAssociatedWith> |
IndexedDocument.getWasAssociatedWith(Activity p)
Return all WasAssociatedWith edges with activity p as an effect.
|
Collection<WasAssociatedWith> |
IndexedDocument.getWasAssociatedWith(Agent a)
Return all WasAssociatedWith edges with entity a as a cause.
|
| Modifier and Type | Method and Description |
|---|---|
WasAssociatedWith |
IndexedDocument.add(WasAssociatedWith waw) |
WasAssociatedWith |
ProvFactory.addAttributes(WasAssociatedWith from,
WasAssociatedWith to) |
WasAssociatedWith |
BeanTraversal.doAction(WasAssociatedWith assoc) |
Object |
ProvFactory.Cloner.doAction(WasAssociatedWith s) |
Object |
StatementActionValue.doAction(WasAssociatedWith s) |
void |
IndexedDocument.doAction(WasAssociatedWith s) |
void |
NamespaceGatherer.doAction(WasAssociatedWith assoc) |
void |
StatementAction.doAction(WasAssociatedWith s) |
WasAssociatedWith |
ProvFactory.newWasAssociatedWith(WasAssociatedWith u) |
Copyright © 2015. All rights reserved.