| 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 |
|---|---|
static ProvUtilities.BuildFlag |
ProvUtilities.BuildFlag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProvUtilities.BuildFlag[] |
ProvUtilities.BuildFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
QualifiedName |
ModelConstructor.newQualifiedName(String namespace,
String local,
String prefix,
ProvUtilities.BuildFlag flag)
A factory method for
QualifiedName. |
abstract QualifiedName |
ProvFactory.newQualifiedName(String namespace,
String local,
String prefix,
ProvUtilities.BuildFlag flag) |
Copyright © 2016. All rights reserved.