| Package | Description |
|---|---|
| org.semanticweb.owlapi.model |
| Modifier and Type | Interface and Description |
|---|---|
interface |
OWLAnonymousIndividual
Represents Anonymous
Individuals in the OWL 2 Specification.
|
interface |
OWLNamedIndividual
Represents a Named
Individual in the OWL 2 Specification.
|
| Modifier and Type | Method and Description |
|---|---|
OWLIndividual |
SWRLIndividualArgument.getIndividual() |
OWLIndividual |
OWLClassAssertionAxiom.getIndividual()
Gets the individual that is asserted to be an instance of a class
expression by this axiom.
|
OWLIndividual |
OWLPropertyAssertionAxiom.getSubject()
Gets the individual that is the subject of this assertion.
|
| Modifier and Type | Method and Description |
|---|---|
Set<OWLIndividual> |
OWLIndividual.getDifferentIndividuals(OWLOntology ontology)
A convenience method that examines axioms in the specified ontology to
determine the individuals that are asserted to be different to this
individual.
|
Set<OWLIndividual> |
OWLObjectOneOf.getIndividuals()
Gets the individuals that are in the oneOf.
|
Set<OWLIndividual> |
OWLNaryIndividualAxiom.getIndividuals() |
Set<OWLIndividual> |
OWLClass.getIndividuals(OWLOntology ontology)
Gets the individuals that have been asserted to be an instance of this
class by axioms in the specified ontology.
|
Set<OWLIndividual> |
OWLClass.getIndividuals(Set<OWLOntology> ontologies)
Gets the individuals that have been asserted to be an instance of this
class by axioms in the speficied ontologies.
|
List<OWLIndividual> |
OWLNaryIndividualAxiom.getIndividualsAsList()
Gets the individuals returned by
OWLNaryIndividualAxiom.getIndividuals() as a list. |
Map<OWLObjectPropertyExpression,Set<OWLIndividual>> |
OWLIndividual.getNegativeObjectPropertyValues(OWLOntology ontology)
Gets the object property values that are explicitly asserted NOT to hold
for this individual
|
Set<OWLIndividual> |
OWLIndividual.getObjectPropertyValues(OWLObjectPropertyExpression property,
OWLOntology ontology)
Gets the asserted object property values for this individual and the
specified property.
|
Map<OWLObjectPropertyExpression,Set<OWLIndividual>> |
OWLIndividual.getObjectPropertyValues(OWLOntology ontology)
Gets the object property values for this individual.
|
Set<OWLIndividual> |
OWLIndividual.getSameIndividuals(OWLOntology ontology) |
| Modifier and Type | Method and Description |
|---|---|
OWLDifferentIndividualsAxiom |
OWLDataFactory.getOWLDifferentIndividualsAxiom(Set<? extends OWLIndividual> individuals) |
OWLDifferentIndividualsAxiom |
OWLDataFactory.getOWLDifferentIndividualsAxiom(Set<? extends OWLIndividual> individuals,
Set<? extends OWLAnnotation> annotations) |
OWLObjectOneOf |
OWLDataFactory.getOWLObjectOneOf(Set<? extends OWLIndividual> values) |
OWLSameIndividualAxiom |
OWLDataFactory.getOWLSameIndividualAxiom(Set<? extends OWLIndividual> individuals) |
OWLSameIndividualAxiom |
OWLDataFactory.getOWLSameIndividualAxiom(Set<? extends OWLIndividual> individuals,
Set<? extends OWLAnnotation> annotations) |
Copyright © 2014 The University of Manchester. All Rights Reserved.