| Package | Description |
|---|---|
| org.semanticweb.owlapi.apibinding |
Guice modules and binding package.
|
| org.semanticweb.owlapi.manchestersyntax.parser |
Manchester OWL syntax parser and renderer.
|
| org.semanticweb.owlapi.manchestersyntax.renderer |
Manchester OWL syntax parser and renderer.
|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.model.providers |
Provider interfaces.
|
| org.semanticweb.owlapi.rdf.rdfxml.parser |
RDF/XML syntax parser and renderer.
|
| org.semanticweb.owlapi.search |
Search utilities package.
|
| org.semanticweb.owlapi.util.mansyntax | |
| org.semanticweb.owlapitools.builders |
Builders package.
|
| uk.ac.manchester.cs.owl.owlapi |
OWL API reference implementation package.
|
| uk.ac.manchester.cs.owl.owlapi.concurrent |
Concurrent implementation package.
|
| Modifier and Type | Method and Description |
|---|---|
static OWLDifferentIndividualsAxiom |
OWLFunctionalSyntaxFactory.DifferentIndividuals(Collection<? extends OWLIndividual> individuals) |
static OWLSameIndividualAxiom |
OWLFunctionalSyntaxFactory.SameIndividual(Collection<? extends OWLIndividual> individuals) |
| 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 |
|---|---|
default Set<OWLIndividual> |
OWLObjectOneOf.getIndividuals()
Deprecated.
use the stream method
|
default Set<OWLIndividual> |
OWLNaryIndividualAxiom.getIndividuals()
Deprecated.
use the stream method
|
default List<OWLIndividual> |
OWLNaryIndividualAxiom.getIndividualsAsList()
Gets the individuals returned by
OWLNaryIndividualAxiom.getIndividuals() as a list. |
java.util.stream.Stream<OWLIndividual> |
OWLObjectOneOf.individuals()
Gets the individuals that are in the oneOf.
|
java.util.stream.Stream<OWLIndividual> |
OWLNaryIndividualAxiom.individuals() |
default java.util.stream.Stream<OWLIndividual> |
OWLObjectOneOf.operands() |
default java.util.stream.Stream<OWLIndividual> |
OWLNaryIndividualAxiom.operands() |
| Modifier and Type | Method and Description |
|---|---|
java.util.stream.Stream<OWLIndividualAxiom> |
OWLAxiomCollection.axioms(OWLIndividual individual)
Gets the axioms that form the definition/description of an individual.
|
default java.util.stream.Stream<OWLIndividualAxiom> |
OWLAxiomCollection.axioms(OWLIndividual individual,
Imports imports)
Gets the axioms that form the definition/description of an individual.
|
default java.util.stream.Stream<OWLClassAssertionAxiom> |
OWLAxiomIndex.classAssertionAxioms(OWLIndividual individual)
Gets the
OWLClassAssertionAxioms contained in this ontology that
make the specified individual an instance of some class
expression. |
default java.util.stream.Stream<OWLDataPropertyAssertionAxiom> |
OWLAxiomIndex.dataPropertyAssertionAxioms(OWLIndividual individual)
Gets the
OWLDataPropertyAssertionAxioms contained in this
ontology that have the specified individual as the subject of the
axiom. |
default java.util.stream.Stream<OWLDifferentIndividualsAxiom> |
OWLAxiomIndex.differentIndividualAxioms(OWLIndividual individual)
Gets the
OWLDifferentIndividualsAxioms contained in this ontology
that make the specified individual different to some other
individual. |
default Set<OWLIndividualAxiom> |
OWLAxiomCollection.getAxioms(OWLIndividual individual)
Deprecated.
use the stream method
|
default Set<OWLIndividualAxiom> |
OWLAxiomCollectionBooleanArgs.getAxioms(OWLIndividual individual,
boolean includeImportsClosure)
Deprecated.
use getAxioms(entity, Imports) instead
|
default Set<OWLIndividualAxiom> |
OWLAxiomCollection.getAxioms(OWLIndividual individual,
Imports includeImportsClosure)
Deprecated.
use the stream method
|
default Set<OWLClassAssertionAxiom> |
OWLAxiomIndex.getClassAssertionAxioms(OWLIndividual individual)
Deprecated.
use the stream method
|
default Set<OWLDataPropertyAssertionAxiom> |
OWLAxiomIndex.getDataPropertyAssertionAxioms(OWLIndividual individual)
Deprecated.
use the stream method
|
default Set<OWLDifferentIndividualsAxiom> |
OWLAxiomIndex.getDifferentIndividualAxioms(OWLIndividual individual)
Deprecated.
use the stream method
|
default Set<OWLNegativeDataPropertyAssertionAxiom> |
OWLAxiomIndex.getNegativeDataPropertyAssertionAxioms(OWLIndividual individual)
Deprecated.
use the stream method
|
default Set<OWLNegativeObjectPropertyAssertionAxiom> |
OWLAxiomIndex.getNegativeObjectPropertyAssertionAxioms(OWLIndividual individual)
Deprecated.
use the stream method
|
default Set<OWLObjectPropertyAssertionAxiom> |
OWLAxiomIndex.getObjectPropertyAssertionAxioms(OWLIndividual individual)
Deprecated.
use the stream method
|
default Set<OWLSameIndividualAxiom> |
OWLAxiomIndex.getSameIndividualAxioms(OWLIndividual individual)
Deprecated.
use the stream method
|
default java.util.stream.Stream<OWLNegativeDataPropertyAssertionAxiom> |
OWLAxiomIndex.negativeDataPropertyAssertionAxioms(OWLIndividual individual)
Gets the
OWLNegativeDataPropertyAssertionAxiom s contained in
this ontology that have the specified individual as the subject
of the axiom. |
default java.util.stream.Stream<OWLNegativeObjectPropertyAssertionAxiom> |
OWLAxiomIndex.negativeObjectPropertyAssertionAxioms(OWLIndividual individual)
Gets the
OWLNegativeObjectPropertyAssertionAxiom s contained in
this ontology that have the specified individual as the subject
of the axiom. |
default java.util.stream.Stream<OWLObjectPropertyAssertionAxiom> |
OWLAxiomIndex.objectPropertyAssertionAxioms(OWLIndividual individual)
Gets the
OWLObjectPropertyAssertionAxioms contained in this
ontology that have the specified individual as the subject of the
axiom. |
default java.util.stream.Stream<OWLSameIndividualAxiom> |
OWLAxiomIndex.sameIndividualAxioms(OWLIndividual individual)
Gets the
OWLSameIndividualAxioms contained in this ontology that
make the specified individual the same as some other individual. |
| Modifier and Type | Method and Description |
|---|---|
default OWLDifferentIndividualsAxiom |
IndividualAssertionProvider.getOWLDifferentIndividualsAxiom(Collection<? extends OWLIndividual> individuals) |
OWLDifferentIndividualsAxiom |
IndividualAssertionProvider.getOWLDifferentIndividualsAxiom(Collection<? extends OWLIndividual> individuals,
Collection<OWLAnnotation> annotations) |
default OWLObjectOneOf |
NominalProvider.getOWLObjectOneOf(Collection<? extends OWLIndividual> values) |
OWLObjectOneOf |
NominalProvider.getOWLObjectOneOf(java.util.stream.Stream<? extends OWLIndividual> values) |
default OWLSameIndividualAxiom |
IndividualAssertionProvider.getOWLSameIndividualAxiom(Collection<? extends OWLIndividual> individuals) |
OWLSameIndividualAxiom |
IndividualAssertionProvider.getOWLSameIndividualAxiom(Collection<? extends OWLIndividual> individuals,
Collection<OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
OWLIndividual |
OWLRDFConsumer.translateIndividual(IRI node)
Translate individual.
|
| 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 |
|---|---|
java.util.stream.Stream<OWLIndividual> |
OWLObjectOneOfImpl.individuals() |
java.util.stream.Stream<OWLIndividual> |
OWLNaryIndividualAxiomImpl.individuals() |
| Modifier and Type | Method and Description |
|---|---|
OWLDifferentIndividualsAxiom |
OWLDataFactoryImpl.getOWLDifferentIndividualsAxiom(Collection<? extends OWLIndividual> individuals,
Collection<OWLAnnotation> annotations) |
OWLObjectOneOf |
OWLDataFactoryImpl.getOWLObjectOneOf(java.util.stream.Stream<? extends OWLIndividual> values) |
OWLSameIndividualAxiom |
OWLDataFactoryImpl.getOWLSameIndividualAxiom(Collection<? extends OWLIndividual> individuals,
Collection<OWLAnnotation> annotations) |
| Constructor and Description |
|---|
OWLDifferentIndividualsAxiomImpl(Collection<? extends OWLIndividual> individuals,
Collection<OWLAnnotation> annotations) |
OWLNaryIndividualAxiomImpl(Collection<? extends OWLIndividual> individuals,
Collection<OWLAnnotation> annotations) |
OWLObjectOneOfImpl(java.util.stream.Stream<OWLIndividual> values) |
OWLSameIndividualAxiomImpl(Collection<? extends OWLIndividual> individuals,
Collection<OWLAnnotation> annotations) |
Copyright © 2017 The University of Manchester. All Rights Reserved.