| 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 |
|---|---|
Type |
ObjectFactory.createType() |
Type |
ProvFactory.newType(Object value,
QualifiedName type) |
| Modifier and Type | Method and Description |
|---|---|
List<Type> |
HasType.getType()
Gets the value of the
prov:type property. |
List<Type> |
ProvFactory.getType(HasOther e) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProvFactory.addType(HasType a,
Type type) |
void |
NamespaceGatherer.register(Type typ) |
| Modifier and Type | Method and Description |
|---|---|
void |
NamespaceGatherer.registerType(List<Type> types) |
Copyright © 2015. All rights reserved.