| 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 |
|---|---|
Other |
ObjectFactory.createOther() |
Other |
ProvFactory.newOther(QualifiedName elementName,
Object value,
QualifiedName type) |
Other |
ProvFactory.newOther(String namespace,
String local,
String prefix,
Object value,
QualifiedName type) |
| Modifier and Type | Method and Description |
|---|---|
Hashtable<String,List<Other>> |
ProvUtilities.attributesWithNamespace(HasOther object,
String namespace) |
Hashtable<String,List<Other>> |
AttributeProcessor.attributesWithNamespace(String namespace) |
List<Other> |
HasOther.getOther()
Gets the list of non-PROV attributes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProvFactory.addAttribute(HasOther a,
Other o) |
void |
NamespaceGatherer.register(Other other) |
| Modifier and Type | Method and Description |
|---|---|
void |
NamespaceGatherer.registerOther(List<Other> others) |
| Constructor and Description |
|---|
AttributeProcessor(List<Other> attributes) |
Copyright © 2015. All rights reserved.