Package | Description |
---|---|
eu.transformproject.provenance.opm.factory | |
eu.transformproject.provenance.reasoning.inProvStore | |
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.representation.commonItInstantiation | |
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.test |
Provides the classes necessary for testing the provenance API.
|
Modifier and Type | Method and Description |
---|---|
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.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.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.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdatableOntoInProvStore.setprovServer(ProvenanceServer server) |
Constructor and Description |
---|
OPMGraphIterativeInstantiation(java.lang.String fxmlConfig,
boolean isResource,
OPMGraph g,
ProvenanceServer server) |
OPMGraphIterativeInstantiation(java.lang.String fxmlConfig,
OPMGraph g,
ProvenanceServer server) |
Modifier and Type | Field and Description |
---|---|
ProvenanceServer |
CommonInstantiation.server |
Modifier and Type | Class and Description |
---|---|
class |
ProvenanceServerRemote
This class extends the ProvenanceServer class to use it as a Java Remote Method Invocation (RMI) object.
|
class |
ProvenanceServerWebService
This class extends the ProvenanceServer class to use it as a web service.
|
Modifier and Type | Method and Description |
---|---|
static ProvenanceServer |
ProvenanceServer.getRemoteInstance(java.lang.String serverURL,
java.lang.String serverName) |
static ProvenanceServer |
ProvenanceServer.getSimpleInstance(ProvenanceStore provConfig) |
static ProvenanceServer |
ProvenanceServer.getWebServiceInstance(java.lang.String serverURL,
java.lang.String serverName) |
Constructor and Description |
---|
ProvenanceServer(ProvenanceServer server) |
Constructor and Description |
---|
ProvenancePersistenceManager(ProvenanceServer provenanceServer) |
Modifier and Type | Method and Description |
---|---|
static void |
ProvenanceIterativeStorage.case1(java.lang.String fxmlConfig,
ProvenanceServer server) |
static void |
ProvenanceIterativeStorage_old.case1(java.lang.String fxmlConfig,
ProvenanceServer server) |
static void |
ProvenanceIterativeStorage.case2(java.lang.String fxmlConfig,
ProvenanceServer server) |
static void |
ProvenanceIterativeStorage_old.case2(java.lang.String fxmlConfig,
ProvenanceServer server) |
static void |
ProvenanceIterativeStorage.case3(java.lang.String fxmlConfig,
ProvenanceServer server) |