| 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 |
|---|---|
Key |
ObjectFactory.createKey() |
Key |
Entry.getKey() |
Key |
ProvFactory.newKey(Object o,
QualifiedName type) |
| Modifier and Type | Method and Description |
|---|---|
List<Key> |
DerivedByRemovalFrom.getKey()
Get the set of deleted keys.
|
| Modifier and Type | Method and Description |
|---|---|
Entry |
ProvFactory.newEntry(Key key,
QualifiedName entity)
Factory method for Key-entity entries.
|
void |
Entry.setKey(Key key) |
static String |
ProvUtilities.valueToNotationString(Key key) |
| Modifier and Type | Method and Description |
|---|---|
DerivedByRemovalFrom |
ProvFactory.newDerivedByRemovalFrom(QualifiedName id,
QualifiedName after,
QualifiedName before,
List<Key> keys,
Collection<Attribute> attributes) |
DerivedByRemovalFrom |
ModelConstructor.newDerivedByRemovalFrom(QualifiedName id,
QualifiedName after,
QualifiedName before,
List<Key> keys,
Collection<Attribute> attributes) |
Copyright © 2015. All rights reserved.