Set<OWLIndividualAxiom> |
OWLOntology.getAxioms(OWLIndividual individual)
Gets the axioms that form the definition/description of an individual.
|
Set<OWLClassAssertionAxiom> |
OWLOntology.getClassAssertionAxioms(OWLIndividual individual)
Gets the OWLClassAssertionAxioms
contained in this ontology that make the specified individual an
instance of some class expression.
|
Set<OWLDataPropertyAssertionAxiom> |
OWLOntology.getDataPropertyAssertionAxioms(OWLIndividual individual)
|
Set<OWLDifferentIndividualsAxiom> |
OWLOntology.getDifferentIndividualAxioms(OWLIndividual individual)
|
Set<OWLNegativeDataPropertyAssertionAxiom> |
OWLOntology.getNegativeDataPropertyAssertionAxioms(OWLIndividual individual)
|
Set<OWLNegativeObjectPropertyAssertionAxiom> |
OWLOntology.getNegativeObjectPropertyAssertionAxioms(OWLIndividual individual)
|
Set<OWLObjectPropertyAssertionAxiom> |
OWLOntology.getObjectPropertyAssertionAxioms(OWLIndividual individual)
|
OWLClassAssertionAxiom |
OWLDataFactory.getOWLClassAssertionAxiom(OWLClassExpression classExpression,
OWLIndividual individual) |
OWLClassAssertionAxiom |
OWLDataFactory.getOWLClassAssertionAxiom(OWLClassExpression classExpression,
OWLIndividual individual,
Set<? extends OWLAnnotation> annotations) |
OWLDataPropertyAssertionAxiom |
OWLDataFactory.getOWLDataPropertyAssertionAxiom(OWLDataPropertyExpression property,
OWLIndividual subject,
boolean value) |
OWLDataPropertyAssertionAxiom |
OWLDataFactory.getOWLDataPropertyAssertionAxiom(OWLDataPropertyExpression property,
OWLIndividual subject,
double value) |
OWLDataPropertyAssertionAxiom |
OWLDataFactory.getOWLDataPropertyAssertionAxiom(OWLDataPropertyExpression property,
OWLIndividual subject,
float value) |
OWLDataPropertyAssertionAxiom |
OWLDataFactory.getOWLDataPropertyAssertionAxiom(OWLDataPropertyExpression property,
OWLIndividual subject,
int value) |
OWLDataPropertyAssertionAxiom |
OWLDataFactory.getOWLDataPropertyAssertionAxiom(OWLDataPropertyExpression property,
OWLIndividual subject,
OWLLiteral object) |
OWLDataPropertyAssertionAxiom |
OWLDataFactory.getOWLDataPropertyAssertionAxiom(OWLDataPropertyExpression property,
OWLIndividual subject,
OWLLiteral object,
Set<? extends OWLAnnotation> annotations) |
OWLDataPropertyAssertionAxiom |
OWLDataFactory.getOWLDataPropertyAssertionAxiom(OWLDataPropertyExpression property,
OWLIndividual subject,
String value) |
OWLDifferentIndividualsAxiom |
OWLDataFactory.getOWLDifferentIndividualsAxiom(OWLIndividual... individuals) |
OWLNegativeDataPropertyAssertionAxiom |
OWLDataFactory.getOWLNegativeDataPropertyAssertionAxiom(OWLDataPropertyExpression property,
OWLIndividual subject,
OWLLiteral object) |
OWLNegativeDataPropertyAssertionAxiom |
OWLDataFactory.getOWLNegativeDataPropertyAssertionAxiom(OWLDataPropertyExpression property,
OWLIndividual subject,
OWLLiteral object,
Set<? extends OWLAnnotation> annotations) |
OWLNegativeObjectPropertyAssertionAxiom |
OWLDataFactory.getOWLNegativeObjectPropertyAssertionAxiom(OWLObjectPropertyExpression property,
OWLIndividual subject,
OWLIndividual object) |
OWLNegativeObjectPropertyAssertionAxiom |
OWLDataFactory.getOWLNegativeObjectPropertyAssertionAxiom(OWLObjectPropertyExpression property,
OWLIndividual subject,
OWLIndividual object,
Set<? extends OWLAnnotation> annotations) |
OWLObjectHasValue |
OWLDataFactory.getOWLObjectHasValue(OWLObjectPropertyExpression property,
OWLIndividual individual) |
OWLObjectOneOf |
OWLDataFactory.getOWLObjectOneOf(OWLIndividual... individuals) |
OWLObjectPropertyAssertionAxiom |
OWLDataFactory.getOWLObjectPropertyAssertionAxiom(OWLObjectPropertyExpression property,
OWLIndividual individual,
OWLIndividual object) |
OWLObjectPropertyAssertionAxiom |
OWLDataFactory.getOWLObjectPropertyAssertionAxiom(OWLObjectPropertyExpression property,
OWLIndividual individual,
OWLIndividual object,
Set<? extends OWLAnnotation> annotations) |
OWLSameIndividualAxiom |
OWLDataFactory.getOWLSameIndividualAxiom(OWLIndividual... individual) |
Set<OWLSameIndividualAxiom> |
OWLOntology.getSameIndividualAxioms(OWLIndividual individual)
Gets the OWLSameIndividualAxioms
contained in this ontology that make the specified individual the
same as some other individual.
|
SWRLIndividualArgument |
SWRLDataFactory.getSWRLIndividualArgument(OWLIndividual individual)
Gets a SWRLIndividualArgument, which is used to wrap and OWLIndividual as
an argument for an atom.
|
boolean |
OWLIndividual.hasNegativeObjectPropertyValue(OWLObjectPropertyExpression property,
OWLIndividual individual,
OWLOntology ontology)
Test whether a specific value for a specific object property has been
asserted not to hold for this individual.
|
boolean |
OWLIndividual.hasObjectPropertyValue(OWLObjectPropertyExpression property,
OWLIndividual individual,
OWLOntology ontology)
Test whether a specific value for a specific object property on this
individual has been asserted.
|