Package | Description |
---|---|
eu.transformproject.provenance.opm | |
eu.transformproject.provenance.opm.factory | |
eu.transformproject.provenance.service |
Provides the classes necessary to configure and install this provenance service.
|
eu.transformproject.provenance.storage |
Provides the classes necessary to store the opm graphs.
|
Modifier and Type | Method and Description |
---|---|
Property |
OPMAnnotation.getProperty() |
Modifier and Type | Method and Description |
---|---|
java.util.Set<Property> |
Ontology.getProperties() |
Modifier and Type | Method and Description |
---|---|
void |
OPMAnnotation.setProperty(Property property) |
Modifier and Type | Method and Description |
---|---|
void |
Ontology.setProperties(java.util.Set<Property> properties) |
Constructor and Description |
---|
OPMAnnotation(OPMEntityType opmentityType,
OPMGraph opmgraph,
java.lang.String opmentityId,
java.lang.String opmentityValue,
java.util.Date opmentityAnnotationTime,
java.util.Set<OPMAnnotation> opmannotations,
java.util.Set<OPMAccount> opmaccounts,
OPMEntity opmSubjectEntity,
Property property,
java.lang.String propertyValue) |
Constructor and Description |
---|
Ontology(java.lang.String ontologyName,
java.lang.String ontologyId,
java.lang.String ontologyVersion,
java.util.Set<Property> properties) |
Modifier and Type | Method and Description |
---|---|
static Property |
OPMFactory.createProperty(Ontology ontology,
java.lang.String iriproperty)
Creates a new OPM object.
|
Modifier and Type | Method and Description |
---|---|
static OPMAnnotation |
OPMFactory.addAnnotation(OPMEntity subjectEntity,
Property prop,
java.lang.String value)
Adds the annotation.
|
static OPMAnnotation |
OPMFactory.addAnnotation(OPMEntity subjectEntity,
Property prop,
java.lang.String value,
boolean recreateEntityType) |
static OPMAnnotation |
OPMFactory.addAnnotation(OPMEntity subjectEntity,
Property prop,
java.lang.String value,
OPMEntityType entityType,
boolean updateLinks) |
static OPMAnnotation |
OPMFactory.createAnnotation(OPMEntity entity,
Property p,
java.lang.String value)
Creates a new OPM object.
|
Modifier and Type | Method and Description |
---|---|
Property |
ProvenanceServer.getProperty(java.lang.String prop) |
Modifier and Type | Method and Description |
---|---|
Property |
ProvenancePersistenceManager.getProperty(java.lang.String prop) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
ProvenancePersistenceManager.addAnnotation(OPMEntity subjectEntity,
Property prop,
java.lang.String value) |