Package | Description |
---|---|
eu.transformproject.provenance.opm | |
eu.transformproject.provenance.opm.factory |
Modifier and Type | Method and Description |
---|---|
java.util.Set<OPMAnnotation> |
Property.getOpmannotations() |
java.util.Set<OPMAnnotation> |
OPMEntity.getOpmannotations() |
Modifier and Type | Method and Description |
---|---|
void |
Property.setOpmannotations(java.util.Set<OPMAnnotation> opmannotations) |
void |
OPMEntity.setOpmannotations(java.util.Set<OPMAnnotation> opmannotations) |
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) |
Property(Ontology ontology,
java.lang.String propertyId,
java.util.Set<OPMAnnotation> opmannotations) |
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 OPMAnnotation |
OPMFactory.cloneAnnotation(OPMAnnotation ann,
java.util.HashMap<OPMEntity,OPMEntity> cloneMap)
Clone annotation.
|
static OPMAnnotation |
OPMFactory.createAnnotation(OPMEntity entity,
Property p,
java.lang.String value)
Creates a new OPM object.
|
static OPMAnnotation |
OPMFactory.createOPMAnnotation(java.lang.String id,
java.lang.String value)
Creates a new OPM object.
|
static OPMAnnotation |
OPMFactory.createOPMAnnotation(java.lang.String id,
java.lang.String value,
OPMEntityType entityAnnotationType)
Creates a new OPM object.
|
Modifier and Type | Method and Description |
---|---|
static java.util.HashSet<OPMAnnotation> |
OPMFactory.convertToOPMAnnotations(OPMEntity entity,
AnnotationSet annotations,
Ontologies ontologies)
Convert to opm annotations.
|
Modifier and Type | Method and Description |
---|---|
static OPMAnnotation |
OPMFactory.cloneAnnotation(OPMAnnotation ann,
java.util.HashMap<OPMEntity,OPMEntity> cloneMap)
Clone annotation.
|
static void |
OPMFactory.cloneAnnotationOf(OPMEntity e1,
OPMAnnotation a)
Clone annotation of.
|