| Package | Description |
|---|---|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.model.providers |
Provider interfaces.
|
| org.semanticweb.owlapi.search |
Search utilities package.
|
| org.semanticweb.owlapi.util.mansyntax | |
| org.semanticweb.owlapitools.builders |
Builders package.
|
| 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 |
OWLClassAssertionAxiom.getIndividual()
Gets the individual that is asserted to be an instance of a class expression by this axiom.
|
OWLIndividual |
SWRLIndividualArgument.getIndividual() |
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. |
Stream<OWLIndividual> |
OWLObjectOneOf.individuals()
Gets the individuals that are in the oneOf.
|
Stream<OWLIndividual> |
OWLNaryIndividualAxiom.individuals() |
default Stream<OWLIndividual> |
OWLObjectOneOf.operands() |
default Stream<OWLIndividual> |
OWLNaryIndividualAxiom.operands() |
| Modifier and Type | Method and Description |
|---|---|
Stream<OWLIndividualAxiom> |
OWLAxiomCollection.axioms(OWLIndividual individual)
Gets the axioms that form the definition/description of an individual.
|
default Stream<OWLIndividualAxiom> |
OWLAxiomCollection.axioms(OWLIndividual individual,
Imports imports)
Gets the axioms that form the definition/description of an individual.
|
default 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 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 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 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 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 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 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(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 |
|---|---|
static Stream<OWLIndividual> |
EntitySearcher.getDifferentIndividuals(OWLIndividual e,
OWLOntology ontology)
Gets the different individuals in the specified ontology.
|
static Stream<OWLIndividual> |
EntitySearcher.getDifferentIndividuals(OWLIndividual e,
Stream<OWLOntology> ontologies)
Gets the different individuals in the specified ontologies.
|
static Stream<OWLIndividual> |
EntitySearcher.getIndividuals(OWLClass e,
OWLOntology ontology)
Gets the individuals that have been asserted to be an instance of this class by axioms in the
specified ontology.
|
static Stream<OWLIndividual> |
EntitySearcher.getIndividuals(OWLClass e,
Stream<OWLOntology> ontologies)
Gets the individuals that have been asserted to be an instance of this class by axioms in the
speficied ontologies.
|
static Stream<OWLIndividual> |
EntitySearcher.getInstances(OWLClassExpression e,
OWLOntology ontology) |
static Stream<OWLIndividual> |
EntitySearcher.getInstances(OWLClassExpression e,
Stream<OWLOntology> ontologies) |
static Stream<OWLIndividual> |
EntitySearcher.getNegativeObjectPropertyValues(OWLIndividual i,
OWLObjectPropertyExpression p,
OWLOntology ontology) |
static Stream<OWLIndividual> |
EntitySearcher.getNegativeObjectPropertyValues(OWLIndividual i,
OWLObjectPropertyExpression p,
Stream<OWLOntology> ontologies) |
static com.google.common.collect.Multimap<OWLObjectPropertyExpression,OWLIndividual> |
EntitySearcher.getNegativeObjectPropertyValues(OWLIndividual i,
OWLOntology ontology) |
static com.google.common.collect.Multimap<OWLObjectPropertyExpression,OWLIndividual> |
EntitySearcher.getNegativeObjectPropertyValues(OWLIndividual i,
Stream<OWLOntology> ontologies) |
static Stream<OWLIndividual> |
EntitySearcher.getObjectPropertyValues(OWLIndividual i,
OWLObjectPropertyExpression p,
OWLOntology ontology) |
static Stream<OWLIndividual> |
EntitySearcher.getObjectPropertyValues(OWLIndividual i,
OWLObjectPropertyExpression p,
Stream<OWLOntology> ontologies) |
static com.google.common.collect.Multimap<OWLObjectPropertyExpression,OWLIndividual> |
EntitySearcher.getObjectPropertyValues(OWLIndividual i,
OWLOntology ontology) |
static com.google.common.collect.Multimap<OWLObjectPropertyExpression,OWLIndividual> |
EntitySearcher.getObjectPropertyValues(OWLIndividual i,
Stream<OWLOntology> ontologies) |
static Stream<OWLIndividual> |
EntitySearcher.getSameIndividuals(OWLIndividual e,
OWLOntology ontology)
Gets the same individuals in the specified ontology.
|
static Stream<OWLIndividual> |
EntitySearcher.getSameIndividuals(OWLIndividual e,
Stream<OWLOntology> ontologies)
Gets the same individuals in the specified ontologies.
|
static Stream<OWLIndividual> |
Searcher.instances(Stream<OWLClassAssertionAxiom> axioms)
Retrieve individuals from class assertions.
|
static Stream<OWLIndividual> |
Searcher.negValues(Stream<OWLNegativeObjectPropertyAssertionAxiom> axioms,
OWLObjectPropertyExpression p)
Retrieve objects from a collection of negative assertions.
|
static Stream<OWLIndividual> |
Searcher.values(Stream<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 |
BuilderNegativeDataPropertyAssertion.getSubject() |
OWLIndividual |
BuilderNegativeObjectPropertyAssertion.getSubject() |
OWLIndividual |
BuilderDataPropertyAssertion.getSubject() |
OWLIndividual |
BuilderObjectPropertyAssertion.getSubject() |
OWLIndividual |
BuilderNegativeObjectPropertyAssertion.getValue() |
OWLIndividual |
BuilderObjectHasValue.getValue() |
OWLIndividual |
BuilderObjectPropertyAssertion.getValue() |
| Modifier and Type | Method and Description |
|---|---|
BuilderSWRLIndividualArgument |
BuilderSWRLIndividualArgument.with(OWLIndividual arg) |
BuilderClassAssertion |
BuilderClassAssertion.withIndividual(OWLIndividual arg) |
BuilderNegativeDataPropertyAssertion |
BuilderNegativeDataPropertyAssertion.withSubject(OWLIndividual arg) |
BuilderNegativeObjectPropertyAssertion |
BuilderNegativeObjectPropertyAssertion.withSubject(OWLIndividual arg) |
BuilderDataPropertyAssertion |
BuilderDataPropertyAssertion.withSubject(OWLIndividual arg) |
BuilderObjectPropertyAssertion |
BuilderObjectPropertyAssertion.withSubject(OWLIndividual arg) |
BuilderNegativeObjectPropertyAssertion |
BuilderNegativeObjectPropertyAssertion.withValue(OWLIndividual arg) |
BuilderObjectHasValue |
BuilderObjectHasValue.withValue(OWLIndividual arg) |
BuilderObjectPropertyAssertion |
BuilderObjectPropertyAssertion.withValue(OWLIndividual arg) |
Copyright © 2018 The University of Manchester. All rights reserved.