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.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.
|
eu.transformproject.provenance.utils |
Provides the classes necessary for auxiliary processing of provenance data.
|
Modifier and Type | Method and Description |
---|---|
OPMGraph |
OPMEntity.getOpmgraph() |
Modifier and Type | Method and Description |
---|---|
void |
OPMEntity.setOpmgraph(OPMGraph opmgraph) |
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) |
OPMAgent(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.Set<OPMDependence> opmdependencesForOpmdependenceEffect,
java.util.Set<OPMDependence> opmdependencesForOpmdependenceCause,
java.util.Date opmagentCreationTime) |
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) |
OPMArtifact(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.Set<OPMDependence> opmdependencesForOpmdependenceEffect,
java.util.Set<OPMDependence> opmdependencesForOpmdependenceCause,
java.util.Date opmartifactCreationTime) |
OPMDependence(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,
OPMEntityNode effect,
OPMDependenceType opmdependenceType,
OPMEntityNode cause,
java.util.Date opmdependenceCreationTime) |
OPMEntity(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) |
OPMEntityNode(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.Set<OPMDependence> opmdependencesForOpmdependenceEffect,
java.util.Set<OPMDependence> opmdependencesForOpmdependenceCause) |
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) |
OPMProcess(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.Set<OPMDependence> opmdependencesForOpmdependenceEffect,
java.util.Set<OPMDependence> opmdependencesForOpmdependenceCause,
ProcessStatus processStatus,
java.util.Date opmprocessStartTime,
java.util.Date opmprocessEndTime,
java.lang.String opmprocessDescription) |
Modifier and Type | Method and Description |
---|---|
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 OPMGraph |
OPMFactory.createOPMGraph()
Creates a new OPM object.
|
static OPMGraph |
OPMFactory.createOPMGraph(java.lang.String id,
java.lang.String value)
Creates a new OPM object.
|
static OPMGraph |
OPMFactory.createOPMGraph(java.lang.String id,
java.lang.String value,
OPMEntityType entityGraphType)
Creates a new OPM object.
|
static OPMGraph |
OPMFactory.mergeIn(OPMGraph g1,
OPMGraph g2,
boolean updateGraphLinks)
Merge in.
|
Modifier and Type | Method and Description |
---|---|
static void |
OPMFactory.addOPMEntityToGraph(OPMGraph g,
OPMEntity entity)
Adds the opm entity to 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 java.lang.String |
OPMFactory.generateSVG(OPMGraph g)
Generate svg.
|
static java.lang.String |
OPMFactory.generateSVG(OPMGraph g,
java.util.HashMap<java.lang.String,java.lang.String> acronyms) |
static java.lang.String |
OPMFactory.generateSVG(OPMGraph g,
java.util.HashSet<java.lang.String> entitiesURITohighligh,
ProvenanceServer server,
java.util.HashMap<java.lang.String,java.lang.String> acronyms)
Generate svg.
|
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 OPMGraph |
OPMFactory.mergeIn(OPMGraph g1,
OPMGraph g2,
boolean updateGraphLinks)
Merge in.
|
static java.lang.String |
OPMFactory.toDOT(OPMGraph g,
java.util.HashSet<java.lang.String> entitiesURITohighligh,
ProvenanceServer server,
java.util.HashMap<java.lang.String,java.lang.String> accronyms)
To dot.
|
static java.lang.String |
OPMFactory.toString(OPMGraph g)
To string.
|
Modifier and Type | Method and Description |
---|---|
OPMGraph |
TemplateDeploySpec.commitInstance() |
OPMGraph |
OPMGraphInstantiationSpec.commitInstance() |
OPMGraph |
TemplateDeploySpec.commitInstance(OPMGraph g) |
OPMGraph |
TemplateDeploySpec.commitInstance(OPMGraph g,
InstantiationDesc instantiationDesc) |
OPMGraph |
OPMGraphInstantiationSpec.commitInstance(OPMGraph g,
java.lang.String templateId) |
OPMGraph |
OPMGraphXMLReader.getGraph() |
OPMGraph |
OPMGraphTemplate.getGraph() |
OPMGraph |
TemplateGroupExecutionSpec.getGraph() |
OPMGraph |
OPMGraphIterativeInstantiation.getOPMGraph() |
OPMGraph |
OPMGraphIterativeInstantiation.newGraph() |
Modifier and Type | Method and Description |
---|---|
void |
TemplateDeploySpec.addLinks(OPMEntityNode node,
OPMGraph g1,
java.util.ArrayList<TemplateGroupDeploymentDesc> groupDeploys) |
void |
TemplateDeploySpec.addLinks(OPMEntityNode node,
OPMGraph g1,
java.util.ArrayList<TemplateGroupDeploymentDesc> groupDeploys,
java.util.HashMap<TemplateGroupDeploymentDesc,java.lang.Integer> edgesTypesToLink) |
void |
InstantiationDesc.addLinksBetweenTemplates(OPMGraph g) |
OPMGraph |
TemplateDeploySpec.commitInstance(OPMGraph g) |
OPMGraph |
TemplateDeploySpec.commitInstance(OPMGraph g,
InstantiationDesc instantiationDesc) |
OPMGraph |
OPMGraphInstantiationSpec.commitInstance(OPMGraph g,
java.lang.String templateId) |
void |
OPMGraphTemplate.setGraph(OPMGraph graph) |
void |
TemplateGroupExecutionSpec.setGraph(OPMGraph graph) |
Constructor and Description |
---|
OPMGraphIterativeInstantiation(java.lang.String fxmlConfig,
boolean isResource,
OPMGraph g) |
OPMGraphIterativeInstantiation(java.lang.String fxmlConfig,
boolean isResource,
OPMGraph g,
ProvenanceServer server) |
OPMGraphIterativeInstantiation(java.lang.String fxmlConfig,
OPMGraph g) |
OPMGraphIterativeInstantiation(java.lang.String fxmlConfig,
OPMGraph g,
ProvenanceServer server) |
Modifier and Type | Method and Description |
---|---|
OPMGraph |
ProvenanceStorageInterface.getCurrGraph() |
OPMGraph |
ProvenanceServer.getCurrGraph() |
OPMGraph |
ProvenanceServer.getOPMGraphViewForEntities(java.util.HashSet<java.lang.String> entityURIs,
int pathlenght,
java.util.HashMap<java.lang.String,java.lang.Object> cloneMap) |
OPMGraph |
ProvenanceServer.getOPMGraphViewForOPMEntity(java.lang.String entityURI,
int pathlenght) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object[] |
ProvenanceServer.addOPMEntityToGraph(OPMGraph g,
OPMEntity entity) |
void |
ProvenanceServer.showGraph(OPMGraph g) |
Modifier and Type | Method and Description |
---|---|
OPMGraph |
ProvenancePersistenceManager.getCurrGraph() |
OPMGraph |
ProvenancePersistenceManager.getOPMGraphViewForEntities(java.util.HashSet<java.lang.String> entityURIs,
int pathlenght) |
OPMGraph |
ProvenancePersistenceManager.getOPMGraphViewForEntities(java.util.HashSet<java.lang.String> entityURIs,
int pathlenght,
java.util.HashMap<java.lang.String,java.lang.Object> cloneMap) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object[] |
ProvenancePersistenceManager.addOPMEntityToGraph(OPMGraph g,
OPMEntity entity) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
SVGWriter_old.toDOT(OPMGraph g) |
static java.lang.String |
SVGWriter.toDOT(OPMGraph g) |