| 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 |
|---|---|
Value |
ObjectFactory.createValue() |
Value |
HasValue.getValue() |
Value |
ProvFactory.newValue(int value)
Factory method to create an instance of the PROV-DM prov:value attribute (see
Value). |
Value |
ProvFactory.newValue(Object value,
QualifiedName type)
Factory method to create an instance of the PROV-DM prov:value attribute (see
Value). |
Value |
ProvFactory.newValue(String value)
Factory method to create an instance of of the PROV-DM prov:value attribute (see
Value). |
| Modifier and Type | Method and Description |
|---|---|
void |
NamespaceGatherer.registerValue(Value val2) |
void |
HasValue.setValue(Value value) |
Copyright © 2016. All rights reserved.