| 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 | Interface and Description |
|---|---|
interface |
ActedOnBehalfOf
Interface for the PROV Delegation association.
|
interface |
Activity
Interface for the PROV Activity complex type.
|
interface |
Agent
Interface for the PROV Agent complex type.
|
interface |
DerivedByInsertionFrom
Interface for PROV Dictionary Insertion.
|
interface |
DerivedByRemovalFrom
Interface for PROV Dictionary Removal.
|
interface |
Element
Interface for an Entity, an Activity, or an Agent.
|
interface |
Entity
Interface for the PROV Entity complex type.
|
interface |
Influence
Interface to denote a relation that carries some influence.
|
interface |
Used
Interface for PROV Usage association.
|
interface |
WasAssociatedWith
Interface for the PROV Association association.
|
interface |
WasAttributedTo
Interface for the PROV Attribution association.
|
interface |
WasDerivedFrom
Interface for PROV Derivation association.
|
interface |
WasEndedBy
Interface for PROV End association.
|
interface |
WasGeneratedBy
Interface for PROV Generation association.
|
interface |
WasInfluencedBy
Interface for the PROV Influence association.
|
interface |
WasInformedBy
Interface for the PROV Communication association.
|
interface |
WasInvalidatedBy
Interface for PROV Invalidation association.
|
interface |
WasStartedBy
Interface for PROV Start association.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProvFactory.addBundleType(HasType a) |
void |
ProvFactory.addPrimarySourceType(HasType a) |
void |
ProvFactory.addQuotationType(HasType a) |
void |
ProvFactory.addRevisionType(HasType a) |
void |
ProvFactory.addType(HasType a,
Object o,
QualifiedName type) |
void |
ProvFactory.addType(HasType a,
Type type) |
void |
ProvFactory.addType(HasType a,
URI type) |
List<Attribute> |
BeanTraversal.convertTypeAttributes(HasType e,
List<Attribute> acc) |
Copyright © 2015. All rights reserved.