public interface OWLManagedObject extends OWLManagementObject
| Modifier and Type | Method and Description |
|---|---|
default void |
addObject(org.semanticweb.owlapi.model.IRI property,
org.semanticweb.owlapi.model.OWLNamedIndividual object) |
default void |
addValue(org.semanticweb.owlapi.model.IRI property,
double literal) |
default void |
addValue(org.semanticweb.owlapi.model.IRI property,
int literal) |
default void |
addValue(org.semanticweb.owlapi.model.IRI property,
org.semanticweb.owlapi.model.OWLLiteral literal) |
default void |
addValue(org.semanticweb.owlapi.model.IRI property,
String literal) |
org.semanticweb.owlapi.model.OWLNamedIndividual |
getMe() |
default Optional<org.semanticweb.owlapi.model.OWLNamedIndividual> |
getObject(org.semanticweb.owlapi.model.IRI property) |
default Stream<org.semanticweb.owlapi.model.OWLNamedIndividual> |
getObjects(org.semanticweb.owlapi.model.IRI property) |
default Optional<org.semanticweb.owlapi.model.OWLLiteral> |
getValue(org.semanticweb.owlapi.model.IRI property) |
default Set<org.semanticweb.owlapi.model.OWLLiteral> |
getValues(org.semanticweb.owlapi.model.IRI property) |
default void |
updateObject(org.semanticweb.owlapi.model.IRI property,
org.semanticweb.owlapi.model.OWLNamedIndividual object) |
default void |
updateValue(org.semanticweb.owlapi.model.IRI property,
double literal) |
default void |
updateValue(org.semanticweb.owlapi.model.IRI property,
int literal) |
default void |
updateValue(org.semanticweb.owlapi.model.IRI property,
org.semanticweb.owlapi.model.OWLLiteral literal) |
default void |
updateValue(org.semanticweb.owlapi.model.IRI property,
String literal) |
addAxiom, addAxioms, addClass, addClass, addClassPropertyAxiom, addDataPropertyAxiom, addDataPropertyAxiom, addDataPropertyAxiom, addDataPropertyAxiom, addDataPropertyAxiom, addObject, addObject, addObjectPropertyAxiom, addValue, addValue, addValue, addValue, addValue, addValue, addValue, addValue, declareClass, declareClassOfIndividual, declareDataProperty, declareIndividual, declareIndividual, declareIndividual, declareIndividual, declareIndividual, declareObjectProperty, getObject, getObject, getObjects, getObjects, getValue, getValue, getValues, getValues, individualHaveFacet, isLiteralIncludeInRange, removeAxiom, removeAxioms, removeDataPropertyAxiom, removeDataPropertyAxiom, removeDataPropertyAxiom, removeObjectPropertyAxiom, removeObjectPropertyAxiom, removeObjectPropertyAxiom, toClass, toDataProperty, toIndividual, toObjectProperty, updateObject, updateObject, updateValue, updateValue, updateValue, updateValue, updateValue, updateValue, updateValue, updateValuegetFactorygetGroup, getManagergetOntologygetReasonerorg.semanticweb.owlapi.model.OWLNamedIndividual getMe()
default Stream<org.semanticweb.owlapi.model.OWLNamedIndividual> getObjects(org.semanticweb.owlapi.model.IRI property)
default Optional<org.semanticweb.owlapi.model.OWLNamedIndividual> getObject(org.semanticweb.owlapi.model.IRI property)
default void updateObject(org.semanticweb.owlapi.model.IRI property,
org.semanticweb.owlapi.model.OWLNamedIndividual object)
default Set<org.semanticweb.owlapi.model.OWLLiteral> getValues(org.semanticweb.owlapi.model.IRI property)
default Optional<org.semanticweb.owlapi.model.OWLLiteral> getValue(org.semanticweb.owlapi.model.IRI property)
default void addObject(org.semanticweb.owlapi.model.IRI property,
org.semanticweb.owlapi.model.OWLNamedIndividual object)
default void addValue(org.semanticweb.owlapi.model.IRI property,
org.semanticweb.owlapi.model.OWLLiteral literal)
default void addValue(org.semanticweb.owlapi.model.IRI property,
String literal)
default void addValue(org.semanticweb.owlapi.model.IRI property,
int literal)
default void addValue(org.semanticweb.owlapi.model.IRI property,
double literal)
default void updateValue(org.semanticweb.owlapi.model.IRI property,
org.semanticweb.owlapi.model.OWLLiteral literal)
default void updateValue(org.semanticweb.owlapi.model.IRI property,
String literal)
default void updateValue(org.semanticweb.owlapi.model.IRI property,
int literal)
default void updateValue(org.semanticweb.owlapi.model.IRI property,
double literal)
Copyright © 2018. All rights reserved.