| 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<WasDerivedFrom> |
IndexedDocument.getWasDerivedFrom()
Return all WasDerivedFrom edges for this graph.
|
Collection<WasDerivedFrom> |
IndexedDocument.getWasDerivedFromWithCause(Entity a)
Return all WasDerivedFrom edges with entity a as a cause.
|
Collection<WasDerivedFrom> |
IndexedDocument.getWasDerivedFromWithEffect(Entity a)
Return all WasDerivedFrom edges with entity a as an effect .
|
| Modifier and Type | Method and Description |
|---|---|
WasDerivedFrom |
IndexedDocument.add(WasDerivedFrom wdf) |
WasDerivedFrom |
ProvFactory.addAttributes(WasDerivedFrom from,
WasDerivedFrom to) |
WasDerivedFrom |
BeanTraversal.doAction(WasDerivedFrom deriv) |
Object |
ProvFactory.Cloner.doAction(WasDerivedFrom s) |
Object |
StatementActionValue.doAction(WasDerivedFrom s) |
void |
IndexedDocument.doAction(WasDerivedFrom s) |
void |
NamespaceGatherer.doAction(WasDerivedFrom der) |
void |
StatementAction.doAction(WasDerivedFrom s) |
WasDerivedFrom |
ProvFactory.newWasDerivedFrom(WasDerivedFrom d) |
Copyright © 2015. All rights reserved.