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.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 OPMAnnotation |
OPMFactory.addAnnotation(OPMEntity subjectEntity,
java.lang.String iriproperty,
Ontologies ontos,
java.lang.String value) |
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 |
---|---|
Ontologies |
OPMGraphXMLReader.getOntos() |
Ontologies |
OPMGraphInstantiationSpec.getOntos() |
Modifier and Type | Method and Description |
---|---|
void |
OPMGraphTemplate.addRDFTypeAnnotation(java.lang.String id,
Ontologies ontos,
java.lang.String is_a) |
void |
OPMGraphXMLReader.setOntos(Ontologies ontos) |
Modifier and Type | Method and Description |
---|---|
Ontologies |
ProvenanceStore.getOntologies() |
Modifier and Type | Method and Description |
---|---|
static ProvenanceStore |
ProvenanceStore.factory(java.lang.String location,
java.lang.String name,
java.lang.String shortName,
java.lang.String descr,
java.lang.String url,
java.lang.String dbname,
java.lang.String userName,
java.lang.String password,
java.lang.String owlURIbase,
Ontologies ontologies,
java.lang.String provDir,
java.lang.String timeServer,
java.lang.String serverType,
java.lang.String serverURL,
java.lang.String serverName) |
void |
ProvenanceStore.setOpmOnto(Ontologies ontos) |
Modifier and Type | Method and Description |
---|---|
void |
ProvenancePersistenceManager.setOntologies(Ontologies ontos) |