| 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 |
|---|---|
Entry |
ObjectFactory.createEntry() |
Entry |
ProvFactory.newEntry(Key key,
QualifiedName entity)
Factory method for Key-entity entries.
|
| Modifier and Type | Method and Description |
|---|---|
List<Entry> |
DictionaryMembership.getKeyEntityPair()
A list of entries (key-entity pairs) that are members of the dictionary.
|
List<Entry> |
DerivedByInsertionFrom.getKeyEntityPair() |
| Modifier and Type | Method and Description |
|---|---|
DerivedByInsertionFrom |
ProvFactory.newDerivedByInsertionFrom(QualifiedName id,
QualifiedName after,
QualifiedName before,
List<Entry> keyEntitySet,
Collection<Attribute> attributes) |
DerivedByInsertionFrom |
ModelConstructor.newDerivedByInsertionFrom(QualifiedName id,
QualifiedName after,
QualifiedName before,
List<Entry> keyEntitySet,
Collection<Attribute> attributes) |
DictionaryMembership |
ProvFactory.newDictionaryMembership(QualifiedName dict,
List<Entry> entitySet) |
DictionaryMembership |
ModelConstructor.newDictionaryMembership(QualifiedName dict,
List<Entry> keyEntitySet) |
Copyright © 2015. All rights reserved.