| 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 |
|---|---|
Used |
IndexedDocument.add(Used used) |
Used |
ProvFactory.addAttributes(Used from,
Used to) |
Used |
ObjectFactory.createUsed()
Create an instance of
Used |
Used |
BeanTraversal.doAction(Used use) |
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) |
Used |
ProvFactory.newUsed(Used u)
A factory method to create an instance of a usage
Used from another |
| Modifier and Type | Method and Description |
|---|---|
Collection<Used> |
IndexedDocument.getUsed()
Return all used edges for this graph.
|
Collection<Used> |
IndexedDocument.getUsed(Activity p)
Return all used edges with activity p as an effect.
|
Collection<Used> |
IndexedDocument.getUsed(Entity p)
Return all used edges with entity a as a cause.
|
| Modifier and Type | Method and Description |
|---|---|
Used |
IndexedDocument.add(Used used) |
Used |
ProvFactory.addAttributes(Used from,
Used to) |
Used |
BeanTraversal.doAction(Used use) |
Object |
ProvFactory.Cloner.doAction(Used s) |
Object |
StatementActionValue.doAction(Used s) |
void |
IndexedDocument.doAction(Used s) |
void |
NamespaceGatherer.doAction(Used use) |
void |
StatementAction.doAction(Used s) |
Used |
ProvFactory.newUsed(Used u)
A factory method to create an instance of a usage
Used from another |
Copyright © 2015. All rights reserved.