| 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 |
|---|---|
WasAttributedTo |
IndexedDocument.add(WasAttributedTo wat) |
WasAttributedTo |
ProvFactory.addAttributes(WasAttributedTo from,
WasAttributedTo to) |
WasAttributedTo |
ObjectFactory.createWasAttributedTo() |
WasAttributedTo |
BeanTraversal.doAction(WasAttributedTo att) |
WasAttributedTo |
ProvFactory.newWasAttributedTo(QualifiedName id,
QualifiedName entity,
QualifiedName agent)
A factory method to create an instance of an attribution
WasAttributedTo |
WasAttributedTo |
ProvFactory.newWasAttributedTo(QualifiedName id,
QualifiedName entity,
QualifiedName agent,
Collection<Attribute> attributes) |
WasAttributedTo |
ModelConstructor.newWasAttributedTo(QualifiedName id,
QualifiedName entity,
QualifiedName agent,
Collection<Attribute> attributes)
A factory method to create an instance of an attribution
WasAttributedTo |
WasAttributedTo |
ProvFactory.newWasAttributedTo(WasAttributedTo u) |
| Modifier and Type | Method and Description |
|---|---|
WasAttributedTo |
IndexedDocument.add(WasAttributedTo wat) |
WasAttributedTo |
ProvFactory.addAttributes(WasAttributedTo from,
WasAttributedTo to) |
WasAttributedTo |
BeanTraversal.doAction(WasAttributedTo att) |
Object |
ProvFactory.Cloner.doAction(WasAttributedTo s) |
Object |
StatementActionValue.doAction(WasAttributedTo s) |
void |
IndexedDocument.doAction(WasAttributedTo s) |
void |
NamespaceGatherer.doAction(WasAttributedTo attr) |
void |
StatementAction.doAction(WasAttributedTo s) |
WasAttributedTo |
ProvFactory.newWasAttributedTo(WasAttributedTo u) |
Copyright © 2015. All rights reserved.