| Package | Description | 
|---|---|
| org.semanticweb.owlapi.apibinding | 
 Binding package 
 | 
| org.semanticweb.owlapi.functional.parser | |
| org.semanticweb.owlapi.manchestersyntax.parser | |
| org.semanticweb.owlapi.manchestersyntax.renderer | |
| org.semanticweb.owlapi.model | 
 Main API classes. 
 | 
| org.semanticweb.owlapi.rdf.rdfxml.parser | |
| org.semanticweb.owlapi.search | 
 Search utulities package 
 | 
| org.semanticweb.owlapi.util.mansyntax | |
| org.semanticweb.owlapitools.builders | |
| uk.ac.manchester.cs.owl.owlapi | 
 OWL API reference implementation package 
 | 
| uk.ac.manchester.cs.owl.owlapi.concurrent | 
| Modifier and Type | Method and Description | 
|---|---|
OWLIndividual | 
OWLFunctionalSyntaxParser.Individual()  | 
| Modifier and Type | Method and Description | 
|---|---|
Set<OWLIndividual> | 
OWLFunctionalSyntaxParser.IndividualMinOneSet()  | 
Set<OWLIndividual> | 
OWLFunctionalSyntaxParser.IndividualSet()  | 
| Modifier and Type | Method and Description | 
|---|---|
Set<OWLIndividual> | 
ManchesterOWLSyntaxParserImpl.parseIndividualList()  | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<OWLAxiom> | 
ManchesterOWLSyntaxFrameRenderer.write(OWLIndividual individual)  | 
| 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> | 
OWLObjectOneOf.getIndividuals()
Gets the individuals that are in the oneOf. 
 | 
Set<OWLIndividual> | 
OWLNaryIndividualAxiom.getIndividuals()  | 
List<OWLIndividual> | 
OWLNaryIndividualAxiom.getIndividualsAsList()
Gets the individuals returned by  
OWLNaryIndividualAxiom.getIndividuals() as a list. | 
| 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)  | 
| Modifier and Type | Method and Description | 
|---|---|
OWLIndividual | 
OWLRDFConsumer.translateIndividual(IRI node)
Translate individual. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Collection<OWLIndividual> | 
EntitySearcher.getDifferentIndividuals(OWLIndividual e,
                       Iterable<OWLOntology> ontologies)
Gets the individuals asserted to be different to e in the specified ontologies. 
 | 
static Collection<OWLIndividual> | 
EntitySearcher.getDifferentIndividuals(OWLIndividual e,
                       OWLOntology ontology)
Gets the individuals asserted to be different to e in the specified ontology. 
 | 
static Collection<OWLIndividual> | 
EntitySearcher.getIndividuals(OWLClass e,
              Iterable<OWLOntology> ontologies)
Gets the individuals that have been asserted to be an instance of e by axioms in the
 specified ontologies. 
 | 
static Collection<OWLIndividual> | 
EntitySearcher.getIndividuals(OWLClass e,
              OWLOntology ontology)
Gets the individuals that have been asserted to be an instance of e by axioms in the
 specified ontology. 
 | 
static Collection<OWLIndividual> | 
EntitySearcher.getInstances(OWLClassExpression e,
            Iterable<OWLOntology> ontologies)  | 
static Collection<OWLIndividual> | 
EntitySearcher.getInstances(OWLClassExpression e,
            OWLOntology ontology)  | 
static com.google.common.collect.Multimap<OWLObjectPropertyExpression,OWLIndividual> | 
EntitySearcher.getNegativeObjectPropertyValues(OWLIndividual i,
                               Iterable<OWLOntology> ontologies)  | 
static Collection<OWLIndividual> | 
EntitySearcher.getNegativeObjectPropertyValues(OWLIndividual i,
                               OWLObjectPropertyExpression p,
                               Iterable<OWLOntology> ontologies)  | 
static Collection<OWLIndividual> | 
EntitySearcher.getNegativeObjectPropertyValues(OWLIndividual i,
                               OWLObjectPropertyExpression p,
                               OWLOntology ontology)  | 
static com.google.common.collect.Multimap<OWLObjectPropertyExpression,OWLIndividual> | 
EntitySearcher.getNegativeObjectPropertyValues(OWLIndividual i,
                               OWLOntology ontology)  | 
static com.google.common.collect.Multimap<OWLObjectPropertyExpression,OWLIndividual> | 
EntitySearcher.getObjectPropertyValues(OWLIndividual i,
                       Iterable<OWLOntology> ontologies)  | 
static Collection<OWLIndividual> | 
EntitySearcher.getObjectPropertyValues(OWLIndividual i,
                       OWLObjectPropertyExpression p,
                       Iterable<OWLOntology> ontologies)  | 
static Collection<OWLIndividual> | 
EntitySearcher.getObjectPropertyValues(OWLIndividual i,
                       OWLObjectPropertyExpression p,
                       OWLOntology ontology)  | 
static com.google.common.collect.Multimap<OWLObjectPropertyExpression,OWLIndividual> | 
EntitySearcher.getObjectPropertyValues(OWLIndividual i,
                       OWLOntology ontology)  | 
static Collection<OWLIndividual> | 
EntitySearcher.getSameIndividuals(OWLIndividual e,
                  Iterable<OWLOntology> ontologies)
Gets the individuals asserted to be same as e in the specified ontologies. 
 | 
static Collection<OWLIndividual> | 
EntitySearcher.getSameIndividuals(OWLIndividual e,
                  OWLOntology ontology)
Gets the individuals asserted to be same as e in the specified ontology. 
 | 
static Collection<OWLIndividual> | 
Searcher.instances(Collection<OWLClassAssertionAxiom> axioms)
Retrieve individuals from class assertions. 
 | 
static Collection<OWLIndividual> | 
Searcher.negValues(Collection<OWLNegativeObjectPropertyAssertionAxiom> axioms,
         OWLObjectPropertyExpression p)
Retrieve objects from a collection of negative assertions. 
 | 
static Collection<OWLIndividual> | 
Searcher.values(Collection<OWLObjectPropertyAssertionAxiom> axioms,
      OWLObjectPropertyExpression p)
Retrieve objects from a collection of assertions. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Set<OWLIndividual> | 
ManchesterOWLSyntaxParser.parseIndividualList()  | 
| Modifier and Type | Method and Description | 
|---|---|
OWLIndividual | 
BuilderSWRLIndividualArgument.getIndividual()  | 
OWLIndividual | 
BuilderClassAssertion.getIndividual()  | 
OWLIndividual | 
BuilderObjectPropertyAssertion.getSubject()  | 
OWLIndividual | 
BuilderNegativeObjectPropertyAssertion.getSubject()  | 
OWLIndividual | 
BuilderNegativeDataPropertyAssertion.getSubject()  | 
OWLIndividual | 
BuilderDataPropertyAssertion.getSubject()  | 
OWLIndividual | 
BuilderObjectPropertyAssertion.getValue()  | 
OWLIndividual | 
BuilderObjectHasValue.getValue()  | 
OWLIndividual | 
BuilderNegativeObjectPropertyAssertion.getValue()  | 
| Modifier and Type | Method and Description | 
|---|---|
BuilderSWRLIndividualArgument | 
BuilderSWRLIndividualArgument.with(OWLIndividual arg)  | 
BuilderClassAssertion | 
BuilderClassAssertion.withIndividual(OWLIndividual arg)  | 
BuilderObjectPropertyAssertion | 
BuilderObjectPropertyAssertion.withSubject(OWLIndividual arg)  | 
BuilderNegativeObjectPropertyAssertion | 
BuilderNegativeObjectPropertyAssertion.withSubject(OWLIndividual arg)  | 
BuilderNegativeDataPropertyAssertion | 
BuilderNegativeDataPropertyAssertion.withSubject(OWLIndividual arg)  | 
BuilderDataPropertyAssertion | 
BuilderDataPropertyAssertion.withSubject(OWLIndividual arg)  | 
BuilderObjectPropertyAssertion | 
BuilderObjectPropertyAssertion.withValue(OWLIndividual arg)  | 
BuilderObjectHasValue | 
BuilderObjectHasValue.withValue(OWLIndividual arg)  | 
BuilderNegativeObjectPropertyAssertion | 
BuilderNegativeObjectPropertyAssertion.withValue(OWLIndividual arg)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
OWLAnonymousIndividualImpl  | 
class  | 
OWLIndividualImpl  | 
class  | 
OWLNamedIndividualImpl  | 
| Modifier and Type | Method and Description | 
|---|---|
OWLIndividual | 
SWRLIndividualArgumentImpl.getIndividual()  | 
OWLIndividual | 
OWLClassAssertionAxiomImpl.getIndividual()  | 
OWLIndividual | 
OWLIndividualRelationshipAxiomImpl.getSubject()  | 
| Modifier and Type | Method and Description | 
|---|---|
Set<OWLIndividual> | 
OWLObjectOneOfImpl.getIndividuals()  | 
Set<OWLIndividual> | 
OWLNaryIndividualAxiomImpl.getIndividuals()  | 
List<OWLIndividual> | 
OWLNaryIndividualAxiomImpl.getIndividualsAsList()  | 
| Modifier and Type | Method and Description | 
|---|---|
OWLDifferentIndividualsAxiom | 
OWLDataFactoryImpl.getOWLDifferentIndividualsAxiom(Set<? extends OWLIndividual> individuals)  | 
OWLDifferentIndividualsAxiom | 
OWLDataFactoryImpl.getOWLDifferentIndividualsAxiom(Set<? extends OWLIndividual> individuals,
                               Set<? extends OWLAnnotation> annotations)  | 
OWLObjectOneOf | 
OWLDataFactoryImpl.getOWLObjectOneOf(Set<? extends OWLIndividual> values)  | 
OWLSameIndividualAxiom | 
OWLDataFactoryImpl.getOWLSameIndividualAxiom(Set<? extends OWLIndividual> individuals)  | 
OWLSameIndividualAxiom | 
OWLDataFactoryImpl.getOWLSameIndividualAxiom(Set<? extends OWLIndividual> individuals,
                         Set<? extends OWLAnnotation> annotations)  | 
<T> Collection<T> | 
OWLNaryIndividualAxiomImpl.walkPairwise(OWLPairwiseVisitor<T,OWLIndividual> visitor)  | 
| Constructor and Description | 
|---|
OWLDifferentIndividualsAxiomImpl(Set<? extends OWLIndividual> individuals,
                                Set<? extends OWLAnnotation> annotations)  | 
OWLNaryIndividualAxiomImpl(Set<? extends OWLIndividual> individuals,
                          Collection<? extends OWLAnnotation> annotations)  | 
OWLObjectOneOfImpl(Set<? extends OWLIndividual> values)  | 
OWLSameIndividualAxiomImpl(Set<? extends OWLIndividual> individuals,
                          Set<? extends OWLAnnotation> annotations)  | 
Copyright © 2020 The University of Manchester. All rights reserved.