Package | Description |
---|---|
eu.transformproject.provenance.opm | |
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 | Class and Description |
---|---|
class |
OPMAccount
OPMAccount generated by hbm2java.
|
class |
OPMAgent
OPMAgent generated by hbm2java.
|
class |
OPMAnnotation
OPMAnnotation generated by hbm2java.
|
class |
OPMArtifact
OPMArtifact generated by hbm2java.
|
class |
OPMDependence
OPMDependence generated by hbm2java.
|
class |
OPMEntityNode
OPMEntityNode generated by hbm2java.
|
class |
OPMGraph
OPMGraph generated by hbm2java.
|
class |
OPMProcess
OPMProcess generated by hbm2java.
|
Modifier and Type | Method and Description |
---|---|
OPMEntity |
OPMAnnotation.getOpmSubjectEntity() |
Modifier and Type | Method and Description |
---|---|
java.util.Set<OPMEntity> |
OPMAccount.getOpmentities() |
java.util.Set<OPMEntity> |
OPMEntityType.getOpmentities() |
java.util.Set<OPMEntity> |
OPMGraph.getOpmentities() |
Modifier and Type | Method and Description |
---|---|
void |
OPMAnnotation.setOpmSubjectEntity(OPMEntity opmSubjectEntity) |
Modifier and Type | Method and Description |
---|---|
void |
OPMAccount.setOpmentities(java.util.Set<OPMEntity> opmentities) |
void |
OPMEntityType.setOpmentities(java.util.Set<OPMEntity> opmentities) |
void |
OPMGraph.setOpmentities(java.util.Set<OPMEntity> opmentities) |
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 |
---|
OPMAccount(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,
java.util.Date opmaccountCreationTime,
java.lang.String opmaccountDescription,
java.util.Set<OPMEntity> opmentities) |
OPMEntityType(java.lang.String opmentityTypeName,
java.util.Set<OPMEntity> opmentities) |
OPMGraph(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,
java.util.Date opmgraphCreationTime,
java.lang.String opmgraphDescription,
java.util.Set<OPMEntity> opmentities) |
Modifier and Type | Method and Description |
---|---|
static OPMEntity |
OPMFactory.clone(OPMEntity e)
Clone.
|
static OPMEntity |
OPMFactory.clone(OPMEntity e,
java.util.HashMap<OPMEntity,OPMEntity> cloneMap)
Clone.
|
static OPMEntity |
OPMFactory.cloneOPMEntity(OPMEntity e,
java.util.HashMap<OPMEntity,OPMEntity> cloneMap)
Clone opm entity.
|
static OPMEntity |
OPMFactory.createOPMEntity(EntityType et)
Creates a new OPM object.
|
static OPMEntity |
OPMFactory.createOPMEntity(EntityType et,
java.lang.String id)
Creates a new OPM object.
|
static OPMEntity |
OPMFactory.createOPMEntity(EntityType et,
java.lang.String id,
java.lang.String value)
Creates a new OPM object.
|
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(OPMEntityType et)
Creates a new OPM object.
|
static OPMEntity |
OPMFactory.createOPMEntity(OPMEntityType et,
java.lang.String id)
Creates a new OPM object.
|
static OPMEntity |
OPMFactory.createOPMEntity(OPMEntityType et,
java.lang.String id,
java.lang.String value)
Creates a new OPM object.
|
static OPMEntity |
OPMFactory.createOPMEntity(java.lang.String type)
Creates a new OPM object.
|
static OPMEntity |
OPMFactory.createOPMEntity(java.lang.String type,
java.lang.String id)
Creates a new OPM object.
|
static OPMEntity |
OPMFactory.createOPMEntity(java.lang.String type,
java.lang.String id,
java.lang.String value)
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.
|
static OPMEntity |
OPMFactory.simpleClone(OPMEntity e) |
static OPMEntity |
OPMFactory.simpleClone(OPMEntity e,
boolean addAnnotations)
Simple clone.
|
Modifier and Type | Method and Description |
---|---|
static java.util.Collection<? extends OPMEntity> |
OPMFactory.getRelatedEntities(OPMEntity e,
java.util.HashSet<java.lang.String> entityURIs,
ProvenanceServer provenanceServer)
Gets the related entities.
|
static java.util.Collection<? extends OPMEntity> |
OPMFactory.getRelatedEntities(OPMEntity e,
java.util.HashSet<java.lang.String> entityURIs,
ProvenanceServer provenanceServer,
java.util.HashSet<OPMEntity> reviewed)
Gets the related entities.
|
static java.util.HashMap<OPMEntity,OPMEntity> |
OPMFactory.mergeIn_withmapping(OPMGraph g1,
OPMGraph g2,
java.util.HashMap<OPMEntity,OPMEntity> currMapping,
boolean updateGraphLinks)
Merge in_withmapping.
|
static java.util.HashMap<OPMEntity,OPMEntity> |
OPMFactory.mergeIn_withmapping(OPMGraph g1,
OPMGraph g2,
java.util.HashMap<OPMEntity,OPMEntity> currMapping,
boolean updateGraphLinks)
Merge in_withmapping.
|
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.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 void |
OPMFactory.addOPMEntityToGraph(OPMGraph g,
OPMEntity entity)
Adds the opm entity to graph.
|
static OPMEntity |
OPMFactory.clone(OPMEntity e)
Clone.
|
static OPMEntity |
OPMFactory.clone(OPMEntity e,
java.util.HashMap<OPMEntity,OPMEntity> cloneMap)
Clone.
|
static void |
OPMFactory.cloneAnnotationOf(OPMEntity e1,
OPMAnnotation a)
Clone annotation of.
|
static OPMEntity |
OPMFactory.cloneOPMEntity(OPMEntity e,
java.util.HashMap<OPMEntity,OPMEntity> cloneMap)
Clone opm entity.
|
static java.util.HashSet<OPMAnnotation> |
OPMFactory.convertToOPMAnnotations(OPMEntity entity,
AnnotationSet annotations,
Ontologies ontologies)
Convert to opm annotations.
|
static OPMAnnotation |
OPMFactory.createAnnotation(OPMEntity entity,
Property p,
java.lang.String value)
Creates a new OPM object.
|
static java.util.Collection<? extends OPMEntity> |
OPMFactory.getRelatedEntities(OPMEntity e,
java.util.HashSet<java.lang.String> entityURIs,
ProvenanceServer provenanceServer)
Gets the related entities.
|
static java.util.Collection<? extends OPMEntity> |
OPMFactory.getRelatedEntities(OPMEntity e,
java.util.HashSet<java.lang.String> entityURIs,
ProvenanceServer provenanceServer,
java.util.HashSet<OPMEntity> reviewed)
Gets the related entities.
|
static OPMEntity |
OPMFactory.simpleClone(OPMEntity e) |
static OPMEntity |
OPMFactory.simpleClone(OPMEntity e,
boolean addAnnotations)
Simple clone.
|
Modifier and Type | Method and Description |
---|---|
static OPMEntity |
OPMFactory.clone(OPMEntity e,
java.util.HashMap<OPMEntity,OPMEntity> cloneMap)
Clone.
|
static OPMEntity |
OPMFactory.clone(OPMEntity e,
java.util.HashMap<OPMEntity,OPMEntity> cloneMap)
Clone.
|
static OPMAccount |
OPMFactory.cloneAccount(OPMAccount acc,
java.util.HashMap<OPMEntity,OPMEntity> cloneMap)
Clone account.
|
static OPMAccount |
OPMFactory.cloneAccount(OPMAccount acc,
java.util.HashMap<OPMEntity,OPMEntity> cloneMap)
Clone account.
|
static OPMAgent |
OPMFactory.cloneAgent(OPMAgent e,
java.util.HashMap<OPMEntity,OPMEntity> cloneMap)
Clone agent.
|
static OPMAgent |
OPMFactory.cloneAgent(OPMAgent e,
java.util.HashMap<OPMEntity,OPMEntity> cloneMap)
Clone agent.
|
static OPMAnnotation |
OPMFactory.cloneAnnotation(OPMAnnotation ann,
java.util.HashMap<OPMEntity,OPMEntity> cloneMap)
Clone annotation.
|
static OPMAnnotation |
OPMFactory.cloneAnnotation(OPMAnnotation ann,
java.util.HashMap<OPMEntity,OPMEntity> cloneMap)
Clone annotation.
|
static OPMArtifact |
OPMFactory.cloneArtifact(OPMArtifact e,
java.util.HashMap<OPMEntity,OPMEntity> cloneMap)
Clone artifact.
|
static OPMArtifact |
OPMFactory.cloneArtifact(OPMArtifact e,
java.util.HashMap<OPMEntity,OPMEntity> cloneMap)
Clone artifact.
|
static OPMDependence |
OPMFactory.cloneDependence(OPMDependence dep,
java.util.HashMap<OPMEntity,OPMEntity> cloneMap)
Clone dependence.
|
static OPMDependence |
OPMFactory.cloneDependence(OPMDependence dep,
java.util.HashMap<OPMEntity,OPMEntity> cloneMap)
Clone dependence.
|
static OPMGraph |
OPMFactory.cloneGraph(OPMGraph g,
java.util.HashMap<OPMEntity,OPMEntity> cloneMap)
Clone graph.
|
static OPMGraph |
OPMFactory.cloneGraph(OPMGraph g,
java.util.HashMap<OPMEntity,OPMEntity> cloneMap)
Clone graph.
|
static OPMGraph |
OPMFactory.cloneGraph(OPMGraph g,
java.util.HashSet<OPMEntity> includedEntities)
Clone graph.
|
static OPMEntity |
OPMFactory.cloneOPMEntity(OPMEntity e,
java.util.HashMap<OPMEntity,OPMEntity> cloneMap)
Clone opm entity.
|
static OPMEntity |
OPMFactory.cloneOPMEntity(OPMEntity e,
java.util.HashMap<OPMEntity,OPMEntity> cloneMap)
Clone opm entity.
|
static OPMProcess |
OPMFactory.cloneProcess(OPMProcess e,
java.util.HashMap<OPMEntity,OPMEntity> cloneMap)
Clone process.
|
static OPMProcess |
OPMFactory.cloneProcess(OPMProcess e,
java.util.HashMap<OPMEntity,OPMEntity> cloneMap)
Clone process.
|
static java.util.Collection<? extends OPMEntity> |
OPMFactory.getRelatedEntities(OPMEntity e,
java.util.HashSet<java.lang.String> entityURIs,
ProvenanceServer provenanceServer,
java.util.HashSet<OPMEntity> reviewed)
Gets the related entities.
|
static java.util.HashMap<OPMEntity,OPMEntity> |
OPMFactory.mergeIn_withmapping(OPMGraph g1,
OPMGraph g2,
java.util.HashMap<OPMEntity,OPMEntity> currMapping,
boolean updateGraphLinks)
Merge in_withmapping.
|
static java.util.HashMap<OPMEntity,OPMEntity> |
OPMFactory.mergeIn_withmapping(OPMGraph g1,
OPMGraph g2,
java.util.HashMap<OPMEntity,OPMEntity> currMapping,
boolean updateGraphLinks)
Merge in_withmapping.
|
Modifier and Type | Method and Description |
---|---|
OPMEntity |
OPMGraphIterativeInstantiation.getOPMEntityOfTemplate(java.lang.String entityId) |
OPMEntity |
TemplateDeploymentDesc.getTemplateNode(OPMEntity deployedNode) |
OPMEntity |
TemplateGroupExecutionSpec.nodeEqInPrevIteration(OPMEntityNode e) |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<OPMEntity> |
TemplateDeploymentDesc.getRealNodes() |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<TemplateEqualSpec> |
OPMGraphInstantiationSpec.eqSpecsFor(java.lang.String templateId,
OPMEntity templateNode) |
boolean |
OPMGraphInstantiationSpec.existsLink(java.lang.String templateId1,
OPMEntity templateNode,
java.lang.String templateId2,
int linktype) |
boolean |
OPMGraphInstantiationSpec.existsLinkCause(java.lang.String templateId1,
OPMEntity templateNode,
java.lang.String templateId2,
int linktype) |
boolean |
OPMGraphInstantiationSpec.existsLinkEffect(java.lang.String templateId1,
OPMEntity templateNode,
java.lang.String templateId2,
int linktype) |
java.util.ArrayList<OPMEntityNode> |
InstantiationDesc.getAllNodesRepresenting(java.lang.String templateId,
OPMEntity templateNode) |
java.util.ArrayList<OPMEntityNode> |
InstantiationDesc.getAllPossibleEqualNodes(java.lang.String templateId,
OPMEntity templateEntityId) |
java.util.ArrayList<TemplateGroupDeploymentDesc> |
TemplateDeploymentDesc.getGroupDeploysFor(OPMEntity effectTemplateNode) |
java.util.ArrayList<java.lang.String> |
TemplateDeploySpec.getGroupIdsOf(OPMEntity templateNode) |
java.util.ArrayList<java.lang.String> |
OPMGraphTemplate.getGroupsIdFor(OPMEntity templateNode) |
OPMEntityNode |
TemplateGroupDeploymentDesc.getRealNode(OPMEntity templateNode) |
java.util.ArrayList<OPMEntityNode> |
TemplateDeploymentDesc.getRealNodes(OPMEntity templateNode) |
OPMEntityNode |
TemplateGroupDeploymentDesc.getTemplateNode(OPMEntity node) |
OPMEntity |
TemplateDeploymentDesc.getTemplateNode(OPMEntity deployedNode) |
boolean |
InstantiationDesc.hasEqDeploymentsFor(java.lang.String templateId,
OPMEntity templateNode) |
boolean |
OPMGraphTemplate.inGroup(OPMEntity templateNode) |
Modifier and Type | Method and Description |
---|---|
OPMEntity |
DefaultOPMAnnotable.getOPMEntity() |
OPMEntity |
OPMAnnotable.getOPMEntity() |
Modifier and Type | Method and Description |
---|---|
OPMEntity |
ProvenanceServer.allowAnnotationUpdating(OPMEntity entity) |
OPMEntity |
ProvenanceAnnotable.getOPMEntity() |
OPMEntity |
DefaultOPMArtifactProvenanceAnnotatableImpl.getOPMEntity() |
OPMEntity |
ProvenanceStorageInterface.getOPMEntity(java.lang.String entityURI)
Recover an OPMEntity given its URI.
|
OPMEntity |
ProvenanceServer.getOPMEntity(java.lang.String entityURI) |
OPMEntity |
ProvenanceServer.getOPMEntityWithValue(java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
ProvenanceServer.addAnnotation(OPMEntity entity,
java.lang.String prop,
java.lang.String value) |
java.lang.Object[] |
ProvenanceServer.addOPMEntityToGraph(OPMGraph g,
OPMEntity entity) |
OPMEntity |
ProvenanceServer.allowAnnotationUpdating(OPMEntity entity) |
OPMEntityType |
ProvenanceServer.getEntityType(OPMEntity etemplate) |
java.lang.String |
ProvenanceServer.getURI(OPMEntity entity) |
Modifier and Type | Method and Description |
---|---|
OPMEntity |
ProvenancePersistenceManager.getOPMEntity(long key) |
OPMEntity |
ProvenancePersistenceManager.getOPMEntity(java.lang.String entityURI) |
OPMEntity |
ProvenancePersistenceManager.getOPMEntityWithValue(java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
ProvenancePersistenceManager.addAnnotation(OPMEntity subjectEntity,
Property prop,
java.lang.String value) |
java.lang.String |
ProvenancePersistenceManager.addAnnotation(OPMEntity entity,
java.lang.String owl_prop,
java.lang.String value) |
java.lang.Object[] |
ProvenancePersistenceManager.addOPMEntityToGraph(OPMGraph g,
OPMEntity entity) |
java.lang.String |
ProvenancePersistenceManager.getURI(OPMEntity entity) |