| 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 |
|---|---|
Attribute.AttributeKind |
Attribute.getAttributeKind(QualifiedName q) |
Attribute.AttributeKind |
Attribute.getKind() |
static Attribute.AttributeKind |
Attribute.AttributeKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Attribute.AttributeKind[] |
Attribute.AttributeKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
QualifiedName |
Attribute.getQualifiedName(Attribute.AttributeKind kind) |
abstract Attribute |
ProvFactory.newAttribute(Attribute.AttributeKind kind,
Object value,
QualifiedName type) |
Copyright © 2016. All rights reserved.