Package | Description |
---|---|
eu.transformproject.provenance.opm | |
eu.transformproject.provenance.opm.factory |
Modifier and Type | Method and Description |
---|---|
Ontology |
Property.getOntology() |
Modifier and Type | Method and Description |
---|---|
void |
Property.setOntology(Ontology ontology) |
Constructor and Description |
---|
Property(Ontology ontology) |
Property(Ontology ontology,
java.lang.String propertyId,
java.util.Set<OPMAnnotation> opmannotations) |
Modifier and Type | Field and Description |
---|---|
static Ontology |
OPMFactory.DEFAULT_ONTO
The default ontology object.
|
Modifier and Type | Method and Description |
---|---|
static Ontology |
OPMFactory.createOntology(java.lang.String ontologyName,
java.lang.String ontologyId,
java.lang.String ontologyVersion)
Creates a new OPM object.
|
Modifier and Type | Method and Description |
---|---|
static Property |
OPMFactory.createProperty(Ontology ontology,
java.lang.String iriproperty)
Creates a new OPM object.
|