| Package | Description |
|---|---|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.search |
Search utulities package
|
| org.semanticweb.owlapi.util.mansyntax |
| 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 |
|---|---|
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 |
|---|---|
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() |
Copyright © 2023 The University of Manchester. All rights reserved.