Package | Description |
---|---|
eu.transformproject.provenance.opm.factory | |
eu.transformproject.provenance.representation |
Provides the classes necessary for represent, open and save opm graphs and
opm graphs templates using different formats.
|
eu.transformproject.provenance.resources |
Provides the classes necessary to describe the real physical resources
represented in the opm graphs.
|
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 |
---|---|
static void |
OPMFactory.addAnnotations(OPMEntity entity,
AnnotationSet annotations,
Ontologies ontologies)
Adds the annotations.
|
static java.util.HashSet<OPMAnnotation> |
OPMFactory.convertToOPMAnnotations(OPMEntity entity,
AnnotationSet annotations,
Ontologies ontologies)
Convert to opm annotations.
|
static OPMEntity |
OPMFactory.createOPMEntity(EntityType et,
java.lang.String id,
java.lang.String value,
AnnotationSet annots,
Ontologies ontos)
Creates a new OPM object.
|
static OPMEntity |
OPMFactory.createOPMEntity(EntityType et,
java.lang.String id,
java.lang.String value,
AnnotationSet annots,
Ontologies ontos,
OPMEntityType entityType)
Creates a new OPM object.
|
static OPMEntity |
OPMFactory.createOPMEntity(java.lang.String type,
java.lang.String id,
java.lang.String value,
AnnotationSet annots,
Ontologies ontos)
Creates a new OPM object.
|
Modifier and Type | Method and Description |
---|---|
AnnotationSet |
AnnotationSet.addAnnotation(java.lang.String property,
java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
void |
OPMGraphIterativeInstantiation.setAnnotations(java.lang.String templateNodeId,
AnnotationSet annotations) |
void |
OPMGraphIterativeInstantiation.setAnnotations(java.lang.String templateId,
java.lang.String templateNodeId,
AnnotationSet annotations) |
Modifier and Type | Method and Description |
---|---|
AnnotationSet |
DefaultOPMAnnotable.getAnnotations() |
AnnotationSet |
OPMAnnotable.getAnnotations() |
Modifier and Type | Method and Description |
---|---|
AnnotationSet |
ProvenanceStorageInterface.composeAnnotation(java.lang.String owl_prop,
java.lang.String value)
Create an AnnotationSet object, initialising it with the annotation defined by the pair: owl_prop, value.
|
AnnotationSet |
ProvenanceServer.composeAnnotation(java.lang.String owl_prop,
java.lang.String value) |
AnnotationSet |
ProvenanceAnnotable.getAnnotations() |
AnnotationSet |
DefaultOPMArtifactProvenanceAnnotatableImpl.getAnnotations() |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
ProvenanceStorageInterface.addAnnotations(java.lang.String uriEntityOrDependence,
AnnotationSet annotations) |
java.lang.String[] |
ProvenanceServer.addAnnotations(java.lang.String uriEntityOrDependence,
AnnotationSet annotations) |
java.lang.String |
ProvenanceStorageInterface.getEntityURI(java.lang.String owl_opm_Class,
AnnotationSet annotations)
Generate or retrieve an URI associated to the given parameters.
|
java.lang.String |
ProvenanceServer.getEntityURI(java.lang.String owl_opm_Class,
AnnotationSet annotations) |
Modifier and Type | Method and Description |
---|---|
AnnotationSet |
ProvenancePersistenceManager.composeAnnotation(java.lang.String owl_prop,
java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
ProvenancePersistenceManager.addAnnotations(java.lang.String uriEntityOrDependence,
AnnotationSet annotations) |
java.lang.String |
ProvenancePersistenceManager.getEntityURI(EntityType et,
AnnotationSet annotations) |
java.lang.String |
ProvenancePersistenceManager.getEntityURI(java.lang.String owl_opm_Class,
AnnotationSet annotations) |