public interface OWLManagementObject extends FacetFactoryOWL, FacetManagerOWL, FacetOntologyOWL, FacetReasonerOWL
| Modifier and Type | Method and Description |
|---|---|
default org.semanticweb.owlapi.model.parameters.ChangeApplied |
addAxiom(org.semanticweb.owlapi.model.OWLAxiom axiom) |
default org.semanticweb.owlapi.model.parameters.ChangeApplied |
addAxioms(Stream<org.semanticweb.owlapi.model.OWLAxiom> axioms) |
default void |
addClass(org.semanticweb.owlapi.model.OWLNamedIndividual subject,
org.semanticweb.owlapi.model.IRI clazz) |
default void |
addClass(org.semanticweb.owlapi.model.OWLNamedIndividual subject,
org.semanticweb.owlapi.model.OWLClassExpression clazz) |
default void |
addClassPropertyAxiom(org.semanticweb.owlapi.model.OWLClassExpression clazz,
org.semanticweb.owlapi.model.OWLIndividual subject)
add axiom into the ontology.
|
default void |
addDataPropertyAxiom(org.semanticweb.owlapi.model.OWLDataProperty property,
org.semanticweb.owlapi.model.OWLIndividual subject,
double value)
add axiom into the ontology.
|
default void |
addDataPropertyAxiom(org.semanticweb.owlapi.model.OWLDataProperty property,
org.semanticweb.owlapi.model.OWLIndividual subject,
int value)
add axiom into the ontology.
|
default void |
addDataPropertyAxiom(org.semanticweb.owlapi.model.OWLDataProperty property,
org.semanticweb.owlapi.model.OWLIndividual subject,
long value)
add axiom into the ontology.
|
default void |
addDataPropertyAxiom(org.semanticweb.owlapi.model.OWLDataProperty property,
org.semanticweb.owlapi.model.OWLIndividual subject,
org.semanticweb.owlapi.model.OWLLiteral literal)
add axiom into the ontology.
|
default void |
addDataPropertyAxiom(org.semanticweb.owlapi.model.OWLDataProperty property,
org.semanticweb.owlapi.model.OWLIndividual subject,
String value)
add axiom into the ontology.
|
default void |
addObject(org.semanticweb.owlapi.model.OWLNamedIndividual subject,
org.semanticweb.owlapi.model.IRI property,
org.semanticweb.owlapi.model.OWLNamedIndividual object) |
default void |
addObject(org.semanticweb.owlapi.model.OWLNamedIndividual subject,
org.semanticweb.owlapi.model.OWLObjectPropertyExpression property,
org.semanticweb.owlapi.model.OWLNamedIndividual object) |
default void |
addObjectPropertyAxiom(org.semanticweb.owlapi.model.OWLObjectPropertyExpression property,
org.semanticweb.owlapi.model.OWLIndividual subject,
org.semanticweb.owlapi.model.OWLIndividual value)
add axiom into the ontology.
|
default void |
addValue(org.semanticweb.owlapi.model.OWLNamedIndividual subject,
org.semanticweb.owlapi.model.IRI property,
double literal) |
default void |
addValue(org.semanticweb.owlapi.model.OWLNamedIndividual subject,
org.semanticweb.owlapi.model.IRI property,
int literal) |
default void |
addValue(org.semanticweb.owlapi.model.OWLNamedIndividual subject,
org.semanticweb.owlapi.model.IRI property,
org.semanticweb.owlapi.model.OWLLiteral literal) |
default void |
addValue(org.semanticweb.owlapi.model.OWLNamedIndividual subject,
org.semanticweb.owlapi.model.IRI property,
String literal) |
default void |
addValue(org.semanticweb.owlapi.model.OWLNamedIndividual subject,
org.semanticweb.owlapi.model.OWLDataProperty property,
double literal) |
default void |
addValue(org.semanticweb.owlapi.model.OWLNamedIndividual subject,
org.semanticweb.owlapi.model.OWLDataProperty property,
int literal) |
default void |
addValue(org.semanticweb.owlapi.model.OWLNamedIndividual subject,
org.semanticweb.owlapi.model.OWLDataProperty property,
org.semanticweb.owlapi.model.OWLLiteral literal) |
default void |
addValue(org.semanticweb.owlapi.model.OWLNamedIndividual subject,
org.semanticweb.owlapi.model.OWLDataProperty property,
String literal) |
default org.semanticweb.owlapi.model.OWLClass |
declareClass(org.semanticweb.owlapi.model.IRI clazz) |
default org.semanticweb.owlapi.model.OWLClass |
declareClassOfIndividual(Class<?> clazz,
org.semanticweb.owlapi.model.OWLNamedIndividual individual) |
default org.semanticweb.owlapi.model.OWLDataProperty |
declareDataProperty(org.semanticweb.owlapi.model.IRI iri) |
default org.semanticweb.owlapi.model.OWLAnonymousIndividual |
declareIndividual() |
default org.semanticweb.owlapi.model.OWLNamedIndividual |
declareIndividual(org.semanticweb.owlapi.model.IRI iri) |
default org.semanticweb.owlapi.model.OWLNamedIndividual |
declareIndividual(org.semanticweb.owlapi.model.OWLClass owlClazz,
org.semanticweb.owlapi.model.IRI individual)
Declare the individual and add it a given class
|
default org.semanticweb.owlapi.model.OWLNamedIndividual |
declareIndividual(org.semanticweb.owlapi.model.OWLClass owlClazz,
org.semanticweb.owlapi.model.OWLNamedIndividual individual)
Declare the individual and add it a given class
|
default org.semanticweb.owlapi.model.OWLNamedIndividual |
declareIndividual(org.semanticweb.owlapi.model.OWLClass owlClazz,
String namespace,
String name)
Deprecated.
|
default org.semanticweb.owlapi.model.OWLObjectProperty |
declareObjectProperty(org.semanticweb.owlapi.model.IRI iri) |
default Optional<org.semanticweb.owlapi.model.OWLNamedIndividual> |
getObject(org.semanticweb.owlapi.model.OWLNamedIndividual subject,
org.semanticweb.owlapi.model.IRI property) |
default Optional<org.semanticweb.owlapi.model.OWLNamedIndividual> |
getObject(org.semanticweb.owlapi.model.OWLNamedIndividual subject,
org.semanticweb.owlapi.model.OWLObjectPropertyExpression property) |
default Stream<org.semanticweb.owlapi.model.OWLNamedIndividual> |
getObjects(org.semanticweb.owlapi.model.OWLNamedIndividual subject,
org.semanticweb.owlapi.model.IRI property) |
default Stream<org.semanticweb.owlapi.model.OWLNamedIndividual> |
getObjects(org.semanticweb.owlapi.model.OWLNamedIndividual subject,
org.semanticweb.owlapi.model.OWLObjectPropertyExpression property) |
default Optional<org.semanticweb.owlapi.model.OWLLiteral> |
getValue(org.semanticweb.owlapi.model.OWLNamedIndividual subject,
org.semanticweb.owlapi.model.IRI property) |
default Optional<org.semanticweb.owlapi.model.OWLLiteral> |
getValue(org.semanticweb.owlapi.model.OWLNamedIndividual subject,
org.semanticweb.owlapi.model.OWLDataProperty property) |
default Set<org.semanticweb.owlapi.model.OWLLiteral> |
getValues(org.semanticweb.owlapi.model.OWLNamedIndividual subject,
org.semanticweb.owlapi.model.IRI property) |
default Set<org.semanticweb.owlapi.model.OWLLiteral> |
getValues(org.semanticweb.owlapi.model.OWLNamedIndividual subject,
org.semanticweb.owlapi.model.OWLDataProperty property) |
default boolean |
individualHaveFacet(org.semanticweb.owlapi.model.OWLNamedIndividual named,
org.semanticweb.owlapi.model.OWLClassExpression facette) |
default boolean |
isLiteralIncludeInRange(org.semanticweb.owlapi.model.OWLDataProperty property,
org.semanticweb.owlapi.model.OWLDataRange range,
org.semanticweb.owlapi.model.OWLLiteral literal) |
default org.semanticweb.owlapi.model.parameters.ChangeApplied |
removeAxiom(org.semanticweb.owlapi.model.OWLAxiom axiom) |
default org.semanticweb.owlapi.model.parameters.ChangeApplied |
removeAxioms(Stream<org.semanticweb.owlapi.model.OWLAxiom> axioms) |
default void |
removeDataPropertyAxiom(org.semanticweb.owlapi.model.IRI property,
org.semanticweb.owlapi.model.OWLNamedIndividual subject)
Remove all the value of an data property that are related to an individual.
|
default void |
removeDataPropertyAxiom(org.semanticweb.owlapi.model.OWLDataProperty property,
org.semanticweb.owlapi.model.OWLIndividual subject,
org.semanticweb.owlapi.model.OWLLiteral literal)
remove axiom from the ontology
|
default void |
removeDataPropertyAxiom(org.semanticweb.owlapi.model.OWLDataProperty property,
org.semanticweb.owlapi.model.OWLNamedIndividual subject)
Remove all the value of an data property that are related to an individual.
|
default void |
removeObjectPropertyAxiom(org.semanticweb.owlapi.model.IRI property,
org.semanticweb.owlapi.model.OWLNamedIndividual subject)
Remove all the target of an object property that are related to an individual.
|
default void |
removeObjectPropertyAxiom(org.semanticweb.owlapi.model.OWLObjectPropertyExpression property,
org.semanticweb.owlapi.model.OWLIndividual subject,
org.semanticweb.owlapi.model.OWLIndividual value)
remove axiom from the ontology
|
default void |
removeObjectPropertyAxiom(org.semanticweb.owlapi.model.OWLObjectProperty property,
org.semanticweb.owlapi.model.OWLNamedIndividual subject)
Remove all the target of an object property that are related to an individual.
|
default org.semanticweb.owlapi.model.OWLClass |
toClass(org.semanticweb.owlapi.model.IRI iri) |
default org.semanticweb.owlapi.model.OWLDataProperty |
toDataProperty(org.semanticweb.owlapi.model.IRI iri) |
default org.semanticweb.owlapi.model.OWLNamedIndividual |
toIndividual(org.semanticweb.owlapi.model.IRI iri) |
default org.semanticweb.owlapi.model.OWLObjectProperty |
toObjectProperty(org.semanticweb.owlapi.model.IRI iri) |
default void |
updateObject(org.semanticweb.owlapi.model.OWLNamedIndividual subject,
org.semanticweb.owlapi.model.IRI property,
org.semanticweb.owlapi.model.OWLNamedIndividual object) |
default void |
updateObject(org.semanticweb.owlapi.model.OWLNamedIndividual subject,
org.semanticweb.owlapi.model.OWLObjectProperty property,
org.semanticweb.owlapi.model.OWLNamedIndividual object) |
default void |
updateValue(org.semanticweb.owlapi.model.OWLNamedIndividual subject,
org.semanticweb.owlapi.model.IRI property,
double literal) |
default void |
updateValue(org.semanticweb.owlapi.model.OWLNamedIndividual subject,
org.semanticweb.owlapi.model.IRI property,
int literal) |
default void |
updateValue(org.semanticweb.owlapi.model.OWLNamedIndividual subject,
org.semanticweb.owlapi.model.IRI property,
org.semanticweb.owlapi.model.OWLLiteral literal) |
default void |
updateValue(org.semanticweb.owlapi.model.OWLNamedIndividual subject,
org.semanticweb.owlapi.model.IRI property,
String literal) |
default void |
updateValue(org.semanticweb.owlapi.model.OWLNamedIndividual subject,
org.semanticweb.owlapi.model.OWLDataProperty property,
double literal) |
default void |
updateValue(org.semanticweb.owlapi.model.OWLNamedIndividual subject,
org.semanticweb.owlapi.model.OWLDataProperty property,
int literal) |
default void |
updateValue(org.semanticweb.owlapi.model.OWLNamedIndividual subject,
org.semanticweb.owlapi.model.OWLDataProperty property,
org.semanticweb.owlapi.model.OWLLiteral literal) |
default void |
updateValue(org.semanticweb.owlapi.model.OWLNamedIndividual subject,
org.semanticweb.owlapi.model.OWLDataProperty property,
String literal) |
getFactorygetGroup, getManagergetOntologygetReasonerdefault org.semanticweb.owlapi.model.parameters.ChangeApplied addAxiom(org.semanticweb.owlapi.model.OWLAxiom axiom)
axiom - to changedefault org.semanticweb.owlapi.model.parameters.ChangeApplied addAxioms(Stream<org.semanticweb.owlapi.model.OWLAxiom> axioms)
axioms - to changedefault org.semanticweb.owlapi.model.parameters.ChangeApplied removeAxiom(org.semanticweb.owlapi.model.OWLAxiom axiom)
axiom - to changedefault org.semanticweb.owlapi.model.parameters.ChangeApplied removeAxioms(Stream<org.semanticweb.owlapi.model.OWLAxiom> axioms)
axioms - to changedefault void addObjectPropertyAxiom(org.semanticweb.owlapi.model.OWLObjectPropertyExpression property,
org.semanticweb.owlapi.model.OWLIndividual subject,
org.semanticweb.owlapi.model.OWLIndividual value)
property - that carry the datasubject - is the root of the propertyvalue - is the target of the propertydefault void addDataPropertyAxiom(org.semanticweb.owlapi.model.OWLDataProperty property,
org.semanticweb.owlapi.model.OWLIndividual subject,
org.semanticweb.owlapi.model.OWLLiteral literal)
property - that carry the datasubject - is the root of the propertyliteral - is the target of the propertydefault void addDataPropertyAxiom(org.semanticweb.owlapi.model.OWLDataProperty property,
org.semanticweb.owlapi.model.OWLIndividual subject,
String value)
property - that carry the datasubject - is the root of the propertyvalue - is the target of the propertydefault void addDataPropertyAxiom(org.semanticweb.owlapi.model.OWLDataProperty property,
org.semanticweb.owlapi.model.OWLIndividual subject,
double value)
property - that carry the datasubject - is the root of the propertyvalue - is the target of the propertydefault void addDataPropertyAxiom(org.semanticweb.owlapi.model.OWLDataProperty property,
org.semanticweb.owlapi.model.OWLIndividual subject,
long value)
property - that carry the datasubject - is the root of the propertyvalue - is the target of the propertydefault void addDataPropertyAxiom(org.semanticweb.owlapi.model.OWLDataProperty property,
org.semanticweb.owlapi.model.OWLIndividual subject,
int value)
property - that carry the datasubject - is the root of the propertyvalue - is the target of the propertydefault void addClassPropertyAxiom(org.semanticweb.owlapi.model.OWLClassExpression clazz,
org.semanticweb.owlapi.model.OWLIndividual subject)
clazz - that will have the individualsubject - is the individual that will receive the assertion.default void removeObjectPropertyAxiom(org.semanticweb.owlapi.model.OWLObjectPropertyExpression property,
org.semanticweb.owlapi.model.OWLIndividual subject,
org.semanticweb.owlapi.model.OWLIndividual value)
property - that carry the datasubject - is the root of the propertyvalue - is the target of the propertydefault void removeDataPropertyAxiom(org.semanticweb.owlapi.model.OWLDataProperty property,
org.semanticweb.owlapi.model.OWLIndividual subject,
org.semanticweb.owlapi.model.OWLLiteral literal)
property - that carry the datasubject - is the root of the propertyliteral - is the target of the propertydefault void removeDataPropertyAxiom(org.semanticweb.owlapi.model.OWLDataProperty property,
org.semanticweb.owlapi.model.OWLNamedIndividual subject)
property - to removesubject - to consider.default void removeDataPropertyAxiom(org.semanticweb.owlapi.model.IRI property,
org.semanticweb.owlapi.model.OWLNamedIndividual subject)
property - to removesubject - to consider.default void removeObjectPropertyAxiom(org.semanticweb.owlapi.model.OWLObjectProperty property,
org.semanticweb.owlapi.model.OWLNamedIndividual subject)
property - to removesubject - to consider.default void removeObjectPropertyAxiom(org.semanticweb.owlapi.model.IRI property,
org.semanticweb.owlapi.model.OWLNamedIndividual subject)
property - to removesubject - to consider.default boolean individualHaveFacet(org.semanticweb.owlapi.model.OWLNamedIndividual named,
org.semanticweb.owlapi.model.OWLClassExpression facette)
named - is the individual with the given name that will be test against the facette.facette - is an class expression that represent an acceptable type for the individual.default boolean isLiteralIncludeInRange(org.semanticweb.owlapi.model.OWLDataProperty property,
org.semanticweb.owlapi.model.OWLDataRange range,
org.semanticweb.owlapi.model.OWLLiteral literal)
property - is the property that support the given range. In fact can be all 'simple' DataProperty you may want.range - like [1..3] or more complex if you want.literal - to check, 2 is include [1..3], 4 isn't include in [1..3].default org.semanticweb.owlapi.model.OWLClass declareClassOfIndividual(Class<?> clazz, org.semanticweb.owlapi.model.OWLNamedIndividual individual)
clazz - is a java classindividual - that will be map to an owl class generated from the java class.default org.semanticweb.owlapi.model.OWLNamedIndividual declareIndividual(org.semanticweb.owlapi.model.IRI iri)
iri - to declaredefault org.semanticweb.owlapi.model.OWLNamedIndividual declareIndividual(org.semanticweb.owlapi.model.OWLClass owlClazz,
org.semanticweb.owlapi.model.OWLNamedIndividual individual)
owlClazz - already declare in this ontology.individual - to declare in this ontology.default org.semanticweb.owlapi.model.OWLNamedIndividual declareIndividual(org.semanticweb.owlapi.model.OWLClass owlClazz,
org.semanticweb.owlapi.model.IRI individual)
owlClazz - already declare in this ontology.individual - as full iri@Deprecated default org.semanticweb.owlapi.model.OWLNamedIndividual declareIndividual(org.semanticweb.owlapi.model.OWLClass owlClazz, String namespace, String name)
owlClazz - that must be bind to the individualnamespace - of the individual to create.name - of the individual to create.default org.semanticweb.owlapi.model.OWLAnonymousIndividual declareIndividual()
default org.semanticweb.owlapi.model.OWLObjectProperty declareObjectProperty(org.semanticweb.owlapi.model.IRI iri)
iri - the desired propertydefault org.semanticweb.owlapi.model.OWLDataProperty declareDataProperty(org.semanticweb.owlapi.model.IRI iri)
iri - the desired propertydefault org.semanticweb.owlapi.model.OWLClass declareClass(org.semanticweb.owlapi.model.IRI clazz)
clazz - is the iri of the desired classesdefault org.semanticweb.owlapi.model.OWLObjectProperty toObjectProperty(org.semanticweb.owlapi.model.IRI iri)
iri - propertydefault org.semanticweb.owlapi.model.OWLDataProperty toDataProperty(org.semanticweb.owlapi.model.IRI iri)
iri - propertydefault org.semanticweb.owlapi.model.OWLClass toClass(org.semanticweb.owlapi.model.IRI iri)
iri - classdefault org.semanticweb.owlapi.model.OWLNamedIndividual toIndividual(org.semanticweb.owlapi.model.IRI iri)
iri - individualdefault Stream<org.semanticweb.owlapi.model.OWLNamedIndividual> getObjects(org.semanticweb.owlapi.model.OWLNamedIndividual subject, org.semanticweb.owlapi.model.OWLObjectPropertyExpression property)
subject - subjectproperty - propertydefault Stream<org.semanticweb.owlapi.model.OWLNamedIndividual> getObjects(org.semanticweb.owlapi.model.OWLNamedIndividual subject, org.semanticweb.owlapi.model.IRI property)
subject - subjectproperty - propertydefault Set<org.semanticweb.owlapi.model.OWLLiteral> getValues(org.semanticweb.owlapi.model.OWLNamedIndividual subject, org.semanticweb.owlapi.model.OWLDataProperty property)
subject - subjectproperty - propertydefault Set<org.semanticweb.owlapi.model.OWLLiteral> getValues(org.semanticweb.owlapi.model.OWLNamedIndividual subject, org.semanticweb.owlapi.model.IRI property)
subject - subjectproperty - propertydefault Optional<org.semanticweb.owlapi.model.OWLNamedIndividual> getObject(org.semanticweb.owlapi.model.OWLNamedIndividual subject, org.semanticweb.owlapi.model.OWLObjectPropertyExpression property)
subject - subjectproperty - propertydefault Optional<org.semanticweb.owlapi.model.OWLNamedIndividual> getObject(org.semanticweb.owlapi.model.OWLNamedIndividual subject, org.semanticweb.owlapi.model.IRI property)
subject - subjectproperty - propertydefault Optional<org.semanticweb.owlapi.model.OWLLiteral> getValue(org.semanticweb.owlapi.model.OWLNamedIndividual subject, org.semanticweb.owlapi.model.OWLDataProperty property)
subject - subjectproperty - propertydefault Optional<org.semanticweb.owlapi.model.OWLLiteral> getValue(org.semanticweb.owlapi.model.OWLNamedIndividual subject, org.semanticweb.owlapi.model.IRI property)
subject - subjectproperty - propertydefault void addObject(org.semanticweb.owlapi.model.OWLNamedIndividual subject,
org.semanticweb.owlapi.model.OWLObjectPropertyExpression property,
org.semanticweb.owlapi.model.OWLNamedIndividual object)
subject - root of propertyproperty - identifier of the propertyobject - targetdefault void addObject(org.semanticweb.owlapi.model.OWLNamedIndividual subject,
org.semanticweb.owlapi.model.IRI property,
org.semanticweb.owlapi.model.OWLNamedIndividual object)
subject - root of propertyproperty - identifier of the propertyobject - targetdefault void addValue(org.semanticweb.owlapi.model.OWLNamedIndividual subject,
org.semanticweb.owlapi.model.OWLDataProperty property,
org.semanticweb.owlapi.model.OWLLiteral literal)
subject - root of propertyproperty - identifier of the propertyliteral - targetdefault void addValue(org.semanticweb.owlapi.model.OWLNamedIndividual subject,
org.semanticweb.owlapi.model.IRI property,
org.semanticweb.owlapi.model.OWLLiteral literal)
subject - root of propertyproperty - identifier of the propertyliteral - targetdefault void addValue(org.semanticweb.owlapi.model.OWLNamedIndividual subject,
org.semanticweb.owlapi.model.OWLDataProperty property,
String literal)
subject - root of propertyproperty - identifier of the propertyliteral - targetdefault void addValue(org.semanticweb.owlapi.model.OWLNamedIndividual subject,
org.semanticweb.owlapi.model.IRI property,
String literal)
subject - root of propertyproperty - identifier of the propertyliteral - targetdefault void addValue(org.semanticweb.owlapi.model.OWLNamedIndividual subject,
org.semanticweb.owlapi.model.OWLDataProperty property,
int literal)
subject - root of propertyproperty - identifier of the propertyliteral - targetdefault void addValue(org.semanticweb.owlapi.model.OWLNamedIndividual subject,
org.semanticweb.owlapi.model.IRI property,
int literal)
subject - root of propertyproperty - identifier of the propertyliteral - targetdefault void addValue(org.semanticweb.owlapi.model.OWLNamedIndividual subject,
org.semanticweb.owlapi.model.OWLDataProperty property,
double literal)
subject - root of propertyproperty - identifier of the propertyliteral - targetdefault void addValue(org.semanticweb.owlapi.model.OWLNamedIndividual subject,
org.semanticweb.owlapi.model.IRI property,
double literal)
subject - root of propertyproperty - identifier of the propertyliteral - targetdefault void updateObject(org.semanticweb.owlapi.model.OWLNamedIndividual subject,
org.semanticweb.owlapi.model.OWLObjectProperty property,
org.semanticweb.owlapi.model.OWLNamedIndividual object)
subject - root of the propertyproperty - identifier of the propertyobject - target of the propertydefault void updateObject(org.semanticweb.owlapi.model.OWLNamedIndividual subject,
org.semanticweb.owlapi.model.IRI property,
org.semanticweb.owlapi.model.OWLNamedIndividual object)
subject - root of the propertyproperty - identifier of the propertyobject - target of the propertydefault void updateValue(org.semanticweb.owlapi.model.OWLNamedIndividual subject,
org.semanticweb.owlapi.model.OWLDataProperty property,
org.semanticweb.owlapi.model.OWLLiteral literal)
subject - root of the propertyproperty - identifier of the propertyliteral - target of the propertydefault void updateValue(org.semanticweb.owlapi.model.OWLNamedIndividual subject,
org.semanticweb.owlapi.model.IRI property,
org.semanticweb.owlapi.model.OWLLiteral literal)
subject - root of the propertyproperty - identifier of the propertyliteral - target of the propertydefault void updateValue(org.semanticweb.owlapi.model.OWLNamedIndividual subject,
org.semanticweb.owlapi.model.OWLDataProperty property,
String literal)
subject - root of the propertyproperty - identifier of the propertyliteral - target of the propertydefault void updateValue(org.semanticweb.owlapi.model.OWLNamedIndividual subject,
org.semanticweb.owlapi.model.IRI property,
String literal)
subject - root of the propertyproperty - identifier of the propertyliteral - target of the propertydefault void updateValue(org.semanticweb.owlapi.model.OWLNamedIndividual subject,
org.semanticweb.owlapi.model.OWLDataProperty property,
int literal)
subject - root of the propertyproperty - identifier of the propertyliteral - target of the propertydefault void updateValue(org.semanticweb.owlapi.model.OWLNamedIndividual subject,
org.semanticweb.owlapi.model.IRI property,
int literal)
subject - root of the propertyproperty - identifier of the propertyliteral - target of the propertydefault void updateValue(org.semanticweb.owlapi.model.OWLNamedIndividual subject,
org.semanticweb.owlapi.model.OWLDataProperty property,
double literal)
subject - root of the propertyproperty - identifier of the propertyliteral - target of the propertydefault void updateValue(org.semanticweb.owlapi.model.OWLNamedIndividual subject,
org.semanticweb.owlapi.model.IRI property,
double literal)
subject - root of the propertyproperty - identifier of the propertyliteral - target of the propertydefault void addClass(org.semanticweb.owlapi.model.OWLNamedIndividual subject,
org.semanticweb.owlapi.model.OWLClassExpression clazz)
subject - that will receive the classclazz - that will be adddefault void addClass(org.semanticweb.owlapi.model.OWLNamedIndividual subject,
org.semanticweb.owlapi.model.IRI clazz)
subject - that will receive the classclazz - that will be addCopyright © 2018. All rights reserved.