Uses of Interface
org.semanticweb.owlapi.model.OWLIndividual
Packages that use OWLIndividual
Package
Description
Binding package.
DL syntax parser.
Functional syntax parser and renderer.
Package structure renamed from de.uulm.ecs.ai.owlapi.krssrenderer.
Package structure renamed from de.uulm.ecs.ai.owlapi.krssrenderer.
Manchester OWL syntax parser and renderer.
Manchester OWL syntax parser and renderer.
Main API classes.
Provider interfaces.
RDF/XML syntax parser and renderer.
Search utilities package.
Builders package.
OWL API reference implementation package.
Concurrent implementation package.
-
Uses of OWLIndividual in org.semanticweb.owlapi.apibinding
Methods in org.semanticweb.owlapi.apibinding with parameters of type OWLIndividualModifier and TypeMethodDescriptionstatic OWLClassAssertionAxiom
OWLFunctionalSyntaxFactory.ClassAssertion
(OWLClassExpression ce, OWLIndividual ind) static OWLClassAssertionAxiom
OWLFunctionalSyntaxFactory.ClassAssertion
(OWLClassExpression ce, OWLIndividual ind, Collection<OWLAnnotation> a) OWLFunctionalSyntaxFactory.DataPropertyAssertion
(OWLDataPropertyExpression property, OWLIndividual source, OWLLiteral target) OWLFunctionalSyntaxFactory.DataPropertyAssertion
(OWLDataPropertyExpression property, OWLIndividual source, OWLLiteral target, Collection<OWLAnnotation> a) static OWLDifferentIndividualsAxiom
OWLFunctionalSyntaxFactory.DifferentIndividuals
(OWLIndividual... individuals) OWLFunctionalSyntaxFactory.NegativeDataPropertyAssertion
(OWLDataPropertyExpression property, OWLIndividual source, OWLLiteral target) OWLFunctionalSyntaxFactory.NegativeDataPropertyAssertion
(OWLDataPropertyExpression property, OWLIndividual source, OWLLiteral target, Collection<OWLAnnotation> a) OWLFunctionalSyntaxFactory.NegativeObjectPropertyAssertion
(OWLObjectPropertyExpression property, OWLIndividual source, OWLIndividual target) OWLFunctionalSyntaxFactory.NegativeObjectPropertyAssertion
(OWLObjectPropertyExpression property, OWLIndividual source, OWLIndividual target, Collection<OWLAnnotation> a) static OWLObjectHasValue
OWLFunctionalSyntaxFactory.ObjectHasValue
(OWLObjectPropertyExpression pe, OWLIndividual individual) static OWLObjectOneOf
OWLFunctionalSyntaxFactory.ObjectOneOf
(OWLIndividual... individuals) OWLFunctionalSyntaxFactory.ObjectPropertyAssertion
(OWLObjectPropertyExpression property, OWLIndividual source, OWLIndividual target) OWLFunctionalSyntaxFactory.ObjectPropertyAssertion
(OWLObjectPropertyExpression property, OWLIndividual source, OWLIndividual target, Collection<OWLAnnotation> a) static OWLSameIndividualAxiom
OWLFunctionalSyntaxFactory.SameIndividual
(OWLIndividual... individuals) Method parameters in org.semanticweb.owlapi.apibinding with type arguments of type OWLIndividualModifier and TypeMethodDescriptionstatic OWLDifferentIndividualsAxiom
OWLFunctionalSyntaxFactory.DifferentIndividuals
(Collection<? extends OWLIndividual> individuals) static OWLDifferentIndividualsAxiom
OWLFunctionalSyntaxFactory.DifferentIndividuals
(Collection<? extends OWLIndividual> individuals, Collection<OWLAnnotation> a) static OWLSameIndividualAxiom
OWLFunctionalSyntaxFactory.SameIndividual
(Collection<? extends OWLIndividual> individuals) -
Uses of OWLIndividual in org.semanticweb.owlapi.dlsyntax.parser
Methods in org.semanticweb.owlapi.dlsyntax.parser that return OWLIndividual -
Uses of OWLIndividual in org.semanticweb.owlapi.functional.parser
Methods in org.semanticweb.owlapi.functional.parser that return OWLIndividualMethods in org.semanticweb.owlapi.functional.parser that return types with arguments of type OWLIndividualModifier and TypeMethodDescriptionfinal Set<OWLIndividual>
OWLFunctionalSyntaxParser.IndividualMinOneSet()
final Set<OWLIndividual>
OWLFunctionalSyntaxParser.IndividualSet()
-
Uses of OWLIndividual in org.semanticweb.owlapi.krss1.parser
Methods in org.semanticweb.owlapi.krss1.parser that return OWLIndividual -
Uses of OWLIndividual in org.semanticweb.owlapi.krss2.parser
Methods in org.semanticweb.owlapi.krss2.parser that return OWLIndividual -
Uses of OWLIndividual in org.semanticweb.owlapi.manchestersyntax.parser
Methods in org.semanticweb.owlapi.manchestersyntax.parser that return types with arguments of type OWLIndividual -
Uses of OWLIndividual in org.semanticweb.owlapi.manchestersyntax.renderer
Methods in org.semanticweb.owlapi.manchestersyntax.renderer with parameters of type OWLIndividualModifier and TypeMethodDescriptionManchesterOWLSyntaxFrameRenderer.write
(OWLIndividual individual) -
Uses of OWLIndividual in org.semanticweb.owlapi.model
Subinterfaces of OWLIndividual in org.semanticweb.owlapi.modelModifier and TypeInterfaceDescriptioninterface
Represents Anonymous Individuals in the OWL 2 Specification.interface
Represents a Named Individual in the OWL 2 Specification.Methods in org.semanticweb.owlapi.model that return OWLIndividualModifier and TypeMethodDescriptionOWLClassAssertionAxiom.getIndividual()
Gets the individual that is asserted to be an instance of a class expression by this axiom.SWRLIndividualArgument.getIndividual()
OWLPropertyAssertionAxiom.getSubject()
Gets the individual that is the subject of this assertion.Methods in org.semanticweb.owlapi.model that return types with arguments of type OWLIndividualModifier and TypeMethodDescriptiondefault Set<OWLIndividual>
OWLNaryIndividualAxiom.getIndividuals()
default Set<OWLIndividual>
OWLObjectOneOf.getIndividuals()
Gets the individuals that are in the oneOf.default List<OWLIndividual>
OWLNaryIndividualAxiom.getIndividualsAsList()
Gets the individuals returned byOWLNaryIndividualAxiom.getIndividuals()
as a list.OWLNaryIndividualAxiom.individuals()
OWLObjectOneOf.individuals()
Gets the individuals that are in the oneOf.default Stream<OWLIndividual>
OWLNaryIndividualAxiom.operands()
default Stream<OWLIndividual>
OWLObjectOneOf.operands()
Methods in org.semanticweb.owlapi.model with parameters of type OWLIndividualModifier and TypeMethodDescriptionOWLAxiomCollection.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 theOWLClassAssertionAxiom
objects contained in this ontology that make the specifiedindividual
an instance of some class expression.default Stream<OWLDataPropertyAssertionAxiom>
OWLAxiomIndex.dataPropertyAssertionAxioms
(OWLIndividual individual) Gets theOWLDataPropertyAssertionAxiom
objects contained in this ontology that have the specifiedindividual
as the subject of the axiom.default Stream<OWLDifferentIndividualsAxiom>
OWLAxiomIndex.differentIndividualAxioms
(OWLIndividual individual) Gets theOWLDifferentIndividualsAxiom
objects contained in this ontology that make the specifiedindividual
different to some other individual.default Set<OWLIndividualAxiom>
OWLAxiomCollection.getAxioms
(OWLIndividual individual) Gets the axioms that form the definition/description of an individual.default Set<OWLIndividualAxiom>
OWLAxiomCollection.getAxioms
(OWLIndividual individual, Imports includeImportsClosure) Gets the axioms that form the definition/description of an individual.default Set<OWLIndividualAxiom>
OWLAxiomCollectionBooleanArgs.getAxioms
(OWLIndividual individual, boolean includeImportsClosure) Deprecated.default Set<OWLClassAssertionAxiom>
OWLAxiomIndex.getClassAssertionAxioms
(OWLIndividual individual) Gets theOWLClassAssertionAxiom
objects contained in this ontology that make the specifiedindividual
an instance of some class expression.default Set<OWLDataPropertyAssertionAxiom>
OWLAxiomIndex.getDataPropertyAssertionAxioms
(OWLIndividual individual) Gets theOWLDataPropertyAssertionAxiom
objects contained in this ontology that have the specifiedindividual
as the subject of the axiom.default Set<OWLDifferentIndividualsAxiom>
OWLAxiomIndex.getDifferentIndividualAxioms
(OWLIndividual individual) Gets theOWLDifferentIndividualsAxiom
objects contained in this ontology that make the specifiedindividual
different to some other individual.default Set<OWLNegativeDataPropertyAssertionAxiom>
OWLAxiomIndex.getNegativeDataPropertyAssertionAxioms
(OWLIndividual individual) Gets theOWLNegativeDataPropertyAssertionAxiom
objects contained in this ontology that have the specifiedindividual
as the subject of the axiom.OWLAxiomIndex.getNegativeObjectPropertyAssertionAxioms
(OWLIndividual individual) Gets theOWLNegativeObjectPropertyAssertionAxiom
objects contained in this ontology that have the specifiedindividual
as the subject of the axiom.default Set<OWLObjectPropertyAssertionAxiom>
OWLAxiomIndex.getObjectPropertyAssertionAxioms
(OWLIndividual individual) Gets theOWLObjectPropertyAssertionAxiom
objects contained in this ontology that have the specifiedindividual
as the subject of the axiom.default Set<OWLSameIndividualAxiom>
OWLAxiomIndex.getSameIndividualAxioms
(OWLIndividual individual) Gets theOWLSameIndividualAxiom
objects contained in this ontology that make the specifiedindividual
the same as some other individual.OWLAxiomIndex.negativeDataPropertyAssertionAxioms
(OWLIndividual individual) Gets theOWLNegativeDataPropertyAssertionAxiom
objects contained in this ontology that have the specifiedindividual
as the subject of the axiom.OWLAxiomIndex.negativeObjectPropertyAssertionAxioms
(OWLIndividual individual) Gets theOWLNegativeObjectPropertyAssertionAxiom
objects contained in this ontology that have the specifiedindividual
as the subject of the axiom.default Stream<OWLObjectPropertyAssertionAxiom>
OWLAxiomIndex.objectPropertyAssertionAxioms
(OWLIndividual individual) Gets theOWLObjectPropertyAssertionAxiom
objects contained in this ontology that have the specifiedindividual
as the subject of the axiom.default Stream<OWLSameIndividualAxiom>
OWLAxiomIndex.sameIndividualAxioms
(OWLIndividual individual) Gets theOWLSameIndividualAxiom
objects contained in this ontology that make the specifiedindividual
the same as some other individual. -
Uses of OWLIndividual in org.semanticweb.owlapi.model.providers
Methods in org.semanticweb.owlapi.model.providers with parameters of type OWLIndividualModifier and TypeMethodDescriptiondefault OWLClassAssertionAxiom
ClassAssertionProvider.getOWLClassAssertionAxiom
(OWLClassExpression classExpression, OWLIndividual individual) ClassAssertionProvider.getOWLClassAssertionAxiom
(OWLClassExpression classExpression, OWLIndividual individual, Collection<OWLAnnotation> annotations) default OWLDataPropertyAssertionAxiom
DataAssertionProvider.getOWLDataPropertyAssertionAxiom
(OWLDataPropertyExpression property, OWLIndividual subject, boolean value) default OWLDataPropertyAssertionAxiom
DataAssertionProvider.getOWLDataPropertyAssertionAxiom
(OWLDataPropertyExpression property, OWLIndividual subject, double value) default OWLDataPropertyAssertionAxiom
DataAssertionProvider.getOWLDataPropertyAssertionAxiom
(OWLDataPropertyExpression property, OWLIndividual subject, float value) default OWLDataPropertyAssertionAxiom
DataAssertionProvider.getOWLDataPropertyAssertionAxiom
(OWLDataPropertyExpression property, OWLIndividual subject, int value) default OWLDataPropertyAssertionAxiom
DataAssertionProvider.getOWLDataPropertyAssertionAxiom
(OWLDataPropertyExpression property, OWLIndividual subject, String value) default OWLDataPropertyAssertionAxiom
DataAssertionProvider.getOWLDataPropertyAssertionAxiom
(OWLDataPropertyExpression property, OWLIndividual subject, OWLLiteral object) DataAssertionProvider.getOWLDataPropertyAssertionAxiom
(OWLDataPropertyExpression property, OWLIndividual subject, OWLLiteral object, Collection<OWLAnnotation> annotations) default OWLDifferentIndividualsAxiom
IndividualAssertionProvider.getOWLDifferentIndividualsAxiom
(OWLIndividual... individuals) default OWLDifferentIndividualsAxiom
IndividualAssertionProvider.getOWLDifferentIndividualsAxiom
(OWLIndividual i, OWLIndividual j, Collection<OWLAnnotation> annotations) DataAssertionProvider.getOWLNegativeDataPropertyAssertionAxiom
(OWLDataPropertyExpression property, OWLIndividual subject, OWLLiteral object) DataAssertionProvider.getOWLNegativeDataPropertyAssertionAxiom
(OWLDataPropertyExpression property, OWLIndividual subject, OWLLiteral object, Collection<OWLAnnotation> annotations) ObjectAssertionProvider.getOWLNegativeObjectPropertyAssertionAxiom
(OWLObjectPropertyExpression property, OWLIndividual subject, OWLIndividual object) ObjectAssertionProvider.getOWLNegativeObjectPropertyAssertionAxiom
(OWLObjectPropertyExpression property, OWLIndividual subject, OWLIndividual object, Collection<OWLAnnotation> annotations) HasValueProvider.getOWLObjectHasValue
(OWLObjectPropertyExpression property, OWLIndividual individual) default OWLObjectOneOf
NominalProvider.getOWLObjectOneOf
(OWLIndividual... individuals) default OWLObjectPropertyAssertionAxiom
ObjectAssertionProvider.getOWLObjectPropertyAssertionAxiom
(OWLObjectPropertyExpression property, OWLIndividual individual, OWLIndividual object) ObjectAssertionProvider.getOWLObjectPropertyAssertionAxiom
(OWLObjectPropertyExpression property, OWLIndividual individual, OWLIndividual object, Collection<OWLAnnotation> annotations) default OWLSameIndividualAxiom
IndividualAssertionProvider.getOWLSameIndividualAxiom
(OWLIndividual... individual) default OWLSameIndividualAxiom
IndividualAssertionProvider.getOWLSameIndividualAxiom
(OWLIndividual i, OWLIndividual j, Collection<OWLAnnotation> annotations) SWRLProvider.getSWRLIndividualArgument
(OWLIndividual individual) Gets a SWRLIndividualArgument, which is used to wrap and OWLIndividual as an argument for an atom.Method parameters in org.semanticweb.owlapi.model.providers with type arguments of type OWLIndividualModifier and TypeMethodDescriptiondefault OWLDifferentIndividualsAxiom
IndividualAssertionProvider.getOWLDifferentIndividualsAxiom
(Collection<? extends OWLIndividual> individuals) IndividualAssertionProvider.getOWLDifferentIndividualsAxiom
(Collection<? extends OWLIndividual> individuals, Collection<OWLAnnotation> annotations) default OWLObjectOneOf
NominalProvider.getOWLObjectOneOf
(Collection<? extends OWLIndividual> values) NominalProvider.getOWLObjectOneOf
(Stream<? extends OWLIndividual> values) default OWLSameIndividualAxiom
IndividualAssertionProvider.getOWLSameIndividualAxiom
(Collection<? extends OWLIndividual> individuals) IndividualAssertionProvider.getOWLSameIndividualAxiom
(Collection<? extends OWLIndividual> individuals, Collection<OWLAnnotation> annotations) -
Uses of OWLIndividual in org.semanticweb.owlapi.rdf.rdfxml.parser
Methods in org.semanticweb.owlapi.rdf.rdfxml.parser that return OWLIndividualModifier and TypeMethodDescriptionOWLRDFConsumer.translateIndividual
(IRI node) Translate individual. -
Uses of OWLIndividual in org.semanticweb.owlapi.search
Methods in org.semanticweb.owlapi.search that return types with arguments of type OWLIndividualModifier and TypeMethodDescriptionstatic Stream<OWLIndividual>
EntitySearcher.getDifferentIndividuals
(OWLIndividual e, Stream<OWLOntology> ontologies) Gets the individuals asserted to be different to e in the specified ontologies.static Stream<OWLIndividual>
EntitySearcher.getDifferentIndividuals
(OWLIndividual e, OWLOntology ontology) Gets the individuals asserted to be different to e 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 e by axioms 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 e by axioms in the specified ontology.static Stream<OWLIndividual>
EntitySearcher.getInstances
(OWLClassExpression e, Stream<OWLOntology> ontologies) static Stream<OWLIndividual>
EntitySearcher.getInstances
(OWLClassExpression e, OWLOntology ontology) static com.google.common.collect.Multimap<OWLObjectPropertyExpression,
OWLIndividual> EntitySearcher.getNegativeObjectPropertyValues
(OWLIndividual i, Stream<OWLOntology> ontologies) static Stream<OWLIndividual>
EntitySearcher.getNegativeObjectPropertyValues
(OWLIndividual i, OWLObjectPropertyExpression p, Stream<OWLOntology> ontologies) static Stream<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, Stream<OWLOntology> ontologies) static Stream<OWLIndividual>
EntitySearcher.getObjectPropertyValues
(OWLIndividual i, OWLObjectPropertyExpression p, Stream<OWLOntology> ontologies) static Stream<OWLIndividual>
EntitySearcher.getObjectPropertyValues
(OWLIndividual i, OWLObjectPropertyExpression p, OWLOntology ontology) static com.google.common.collect.Multimap<OWLObjectPropertyExpression,
OWLIndividual> EntitySearcher.getObjectPropertyValues
(OWLIndividual i, OWLOntology ontology) static Stream<OWLIndividual>
EntitySearcher.getSameIndividuals
(OWLIndividual e, Stream<OWLOntology> ontologies) Gets the individuals asserted to be same as e in the specified ontologies.static Stream<OWLIndividual>
EntitySearcher.getSameIndividuals
(OWLIndividual e, OWLOntology ontology) Gets the individuals asserted to be same as e in the specified ontology.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.Methods in org.semanticweb.owlapi.search with parameters of type OWLIndividualModifier and TypeMethodDescriptionstatic com.google.common.collect.Multimap<OWLDataPropertyExpression,
OWLLiteral> EntitySearcher.getDataPropertyValues
(OWLIndividual i, Stream<OWLOntology> ontologies) static Stream<OWLLiteral>
EntitySearcher.getDataPropertyValues
(OWLIndividual i, OWLDataPropertyExpression p, Stream<OWLOntology> ontologies) static Stream<OWLLiteral>
EntitySearcher.getDataPropertyValues
(OWLIndividual i, OWLDataPropertyExpression p, OWLOntology ontology) static com.google.common.collect.Multimap<OWLDataPropertyExpression,
OWLLiteral> EntitySearcher.getDataPropertyValues
(OWLIndividual i, OWLOntology ontology) static Stream<OWLIndividual>
EntitySearcher.getDifferentIndividuals
(OWLIndividual e, Stream<OWLOntology> ontologies) Gets the individuals asserted to be different to e in the specified ontologies.static Stream<OWLIndividual>
EntitySearcher.getDifferentIndividuals
(OWLIndividual e, OWLOntology ontology) Gets the individuals asserted to be different to e in the specified ontology.static com.google.common.collect.Multimap<OWLDataPropertyExpression,
OWLLiteral> EntitySearcher.getNegativeDataPropertyValues
(OWLIndividual i, Stream<OWLOntology> ontologies) static Stream<OWLLiteral>
EntitySearcher.getNegativeDataPropertyValues
(OWLIndividual i, OWLDataPropertyExpression p, Stream<OWLOntology> ontologies) static Stream<OWLLiteral>
EntitySearcher.getNegativeDataPropertyValues
(OWLIndividual i, OWLDataPropertyExpression p, OWLOntology ontology) static com.google.common.collect.Multimap<OWLDataPropertyExpression,
OWLLiteral> EntitySearcher.getNegativeDataPropertyValues
(OWLIndividual i, OWLOntology ontology) static com.google.common.collect.Multimap<OWLObjectPropertyExpression,
OWLIndividual> EntitySearcher.getNegativeObjectPropertyValues
(OWLIndividual i, Stream<OWLOntology> ontologies) static Stream<OWLIndividual>
EntitySearcher.getNegativeObjectPropertyValues
(OWLIndividual i, OWLObjectPropertyExpression p, Stream<OWLOntology> ontologies) static Stream<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, Stream<OWLOntology> ontologies) static Stream<OWLIndividual>
EntitySearcher.getObjectPropertyValues
(OWLIndividual i, OWLObjectPropertyExpression p, Stream<OWLOntology> ontologies) static Stream<OWLIndividual>
EntitySearcher.getObjectPropertyValues
(OWLIndividual i, OWLObjectPropertyExpression p, OWLOntology ontology) static com.google.common.collect.Multimap<OWLObjectPropertyExpression,
OWLIndividual> EntitySearcher.getObjectPropertyValues
(OWLIndividual i, OWLOntology ontology) static Stream<OWLIndividual>
EntitySearcher.getSameIndividuals
(OWLIndividual e, Stream<OWLOntology> ontologies) Gets the individuals asserted to be same as e in the specified ontologies.static Stream<OWLIndividual>
EntitySearcher.getSameIndividuals
(OWLIndividual e, OWLOntology ontology) Gets the individuals asserted to be same as e in the specified ontology.static Stream<OWLClassExpression>
EntitySearcher.getTypes
(OWLIndividual e, Stream<OWLOntology> ontologies) static Stream<OWLClassExpression>
EntitySearcher.getTypes
(OWLIndividual e, OWLOntology ontology) static boolean
EntitySearcher.hasDataPropertyValue
(OWLIndividual i, OWLDataPropertyExpression p, OWLLiteral lit, Stream<OWLOntology> ontologies) static boolean
EntitySearcher.hasDataPropertyValue
(OWLIndividual i, OWLDataPropertyExpression p, OWLLiteral lit, OWLOntology ontology) static boolean
EntitySearcher.hasDataPropertyValues
(OWLIndividual i, OWLDataPropertyExpression p, Stream<OWLOntology> ontologies) static boolean
EntitySearcher.hasDataPropertyValues
(OWLIndividual i, OWLDataPropertyExpression p, OWLOntology ontology) static boolean
EntitySearcher.hasNegativeDataPropertyValue
(OWLIndividual i, OWLDataPropertyExpression p, OWLLiteral lit, Stream<OWLOntology> ontologies) static boolean
EntitySearcher.hasNegativeDataPropertyValue
(OWLIndividual i, OWLDataPropertyExpression p, OWLLiteral lit, OWLOntology ontology) static boolean
EntitySearcher.hasNegativeDataPropertyValues
(OWLIndividual i, OWLDataPropertyExpression p, Stream<OWLOntology> ontologies) static boolean
EntitySearcher.hasNegativeDataPropertyValues
(OWLIndividual i, OWLDataPropertyExpression p, OWLOntology ontology) static boolean
EntitySearcher.hasNegativeObjectPropertyValue
(OWLIndividual i, OWLObjectPropertyExpression p, OWLIndividual j, Stream<OWLOntology> ontologies) static boolean
EntitySearcher.hasNegativeObjectPropertyValue
(OWLIndividual i, OWLObjectPropertyExpression p, OWLIndividual j, OWLOntology ontology) static boolean
EntitySearcher.hasNegativeObjectPropertyValues
(OWLIndividual i, OWLObjectPropertyExpression p, Stream<OWLOntology> ontologies) static boolean
EntitySearcher.hasNegativeObjectPropertyValues
(OWLIndividual i, OWLObjectPropertyExpression p, OWLOntology ontology) static boolean
EntitySearcher.hasObjectPropertyValue
(OWLIndividual i, OWLObjectPropertyExpression p, OWLIndividual j, Stream<OWLOntology> ontologies) static boolean
EntitySearcher.hasObjectPropertyValue
(OWLIndividual i, OWLObjectPropertyExpression p, OWLIndividual j, OWLOntology ontology) static boolean
EntitySearcher.hasObjectPropertyValues
(OWLIndividual i, OWLObjectPropertyExpression p, Stream<OWLOntology> ontologies) static boolean
EntitySearcher.hasObjectPropertyValues
(OWLIndividual i, OWLObjectPropertyExpression p, OWLOntology ontology) -
Uses of OWLIndividual in org.semanticweb.owlapi.util.mansyntax
Methods in org.semanticweb.owlapi.util.mansyntax that return types with arguments of type OWLIndividual -
Uses of OWLIndividual in org.semanticweb.owlapitools.builders
Methods in org.semanticweb.owlapitools.builders that return OWLIndividualModifier and TypeMethodDescriptionBuilderClassAssertion.getIndividual()
BuilderSWRLIndividualArgument.getIndividual()
BuilderDataPropertyAssertion.getSubject()
BuilderNegativeDataPropertyAssertion.getSubject()
BuilderNegativeObjectPropertyAssertion.getSubject()
BuilderObjectPropertyAssertion.getSubject()
BuilderNegativeObjectPropertyAssertion.getValue()
BuilderObjectHasValue.getValue()
BuilderObjectPropertyAssertion.getValue()
Methods in org.semanticweb.owlapitools.builders with parameters of type OWLIndividualModifier and TypeMethodDescriptionBuilderSWRLIndividualArgument.with
(OWLIndividual arg) BuilderClassAssertion.withIndividual
(OWLIndividual arg) BuilderDataPropertyAssertion.withSubject
(OWLIndividual arg) BuilderNegativeDataPropertyAssertion.withSubject
(OWLIndividual arg) BuilderNegativeObjectPropertyAssertion.withSubject
(OWLIndividual arg) BuilderObjectPropertyAssertion.withSubject
(OWLIndividual arg) BuilderNegativeObjectPropertyAssertion.withValue
(OWLIndividual arg) BuilderObjectHasValue.withValue
(OWLIndividual arg) BuilderObjectPropertyAssertion.withValue
(OWLIndividual arg) -
Uses of OWLIndividual in uk.ac.manchester.cs.owl.owlapi
Classes in uk.ac.manchester.cs.owl.owlapi that implement OWLIndividualModifier and TypeClassDescriptionclass
class
class
Methods in uk.ac.manchester.cs.owl.owlapi that return OWLIndividualModifier and TypeMethodDescriptionOWLClassAssertionAxiomImpl.getIndividual()
SWRLIndividualArgumentImpl.getIndividual()
OWLIndividualRelationshipAxiomImpl.getSubject()
Methods in uk.ac.manchester.cs.owl.owlapi that return types with arguments of type OWLIndividualModifier and TypeMethodDescriptionOWLNaryIndividualAxiomImpl.getIndividualsAsList()
OWLNaryIndividualAxiomImpl.getOperandsAsList()
OWLObjectOneOfImpl.getOperandsAsList()
OWLNaryIndividualAxiomImpl.individuals()
OWLObjectOneOfImpl.individuals()
Methods in uk.ac.manchester.cs.owl.owlapi with parameters of type OWLIndividualModifier and TypeMethodDescriptionOWLImmutableOntologyImpl.axioms
(OWLIndividual individual) OWLDataFactoryImpl.getOWLClassAssertionAxiom
(OWLClassExpression classExpression, OWLIndividual individual, Collection<OWLAnnotation> annotations) OWLDataFactoryImpl.getOWLDataPropertyAssertionAxiom
(OWLDataPropertyExpression property, OWLIndividual subject, OWLLiteral object, Collection<OWLAnnotation> annotations) OWLDataFactoryImpl.getOWLNegativeDataPropertyAssertionAxiom
(OWLDataPropertyExpression property, OWLIndividual subject, OWLLiteral object, Collection<OWLAnnotation> annotations) OWLDataFactoryImpl.getOWLNegativeObjectPropertyAssertionAxiom
(OWLObjectPropertyExpression property, OWLIndividual subject, OWLIndividual object, Collection<OWLAnnotation> annotations) OWLDataFactoryImpl.getOWLObjectHasValue
(OWLObjectPropertyExpression property, OWLIndividual individual) OWLDataFactoryImpl.getOWLObjectPropertyAssertionAxiom
(OWLObjectPropertyExpression property, OWLIndividual individual, OWLIndividual object, Collection<OWLAnnotation> annotations) OWLDataFactoryImpl.getSWRLIndividualArgument
(OWLIndividual individual) Method parameters in uk.ac.manchester.cs.owl.owlapi with type arguments of type OWLIndividualModifier and TypeMethodDescriptionOWLDataFactoryImpl.getOWLDifferentIndividualsAxiom
(Collection<? extends OWLIndividual> individuals, Collection<OWLAnnotation> annotations) OWLDataFactoryImpl.getOWLObjectOneOf
(Stream<? extends OWLIndividual> values) OWLDataFactoryImpl.getOWLSameIndividualAxiom
(Collection<? extends OWLIndividual> individuals, Collection<OWLAnnotation> annotations) Constructors in uk.ac.manchester.cs.owl.owlapi with parameters of type OWLIndividualModifierConstructorDescriptionOWLClassAssertionAxiomImpl
(OWLIndividual individual, OWLClassExpression classExpression, Collection<OWLAnnotation> annotations) OWLDataPropertyAssertionAxiomImpl
(OWLIndividual subject, OWLDataPropertyExpression property, OWLLiteral value, Collection<OWLAnnotation> annotations) OWLIndividualRelationshipAxiomImpl
(OWLIndividual subject, P property, O object, Collection<OWLAnnotation> annotations) OWLNegativeDataPropertyAssertionAxiomImpl
(OWLIndividual subject, OWLDataPropertyExpression property, OWLLiteral object, Collection<OWLAnnotation> annotations) OWLNegativeObjectPropertyAssertionAxiomImpl
(OWLIndividual subject, OWLObjectPropertyExpression property, OWLIndividual object, Collection<OWLAnnotation> annotations) OWLObjectHasValueImpl
(OWLObjectPropertyExpression property, OWLIndividual value) OWLObjectOneOfImpl
(OWLIndividual value) OWLObjectOneOfImpl
(OWLIndividual... values) OWLObjectPropertyAssertionAxiomImpl
(OWLIndividual subject, OWLObjectPropertyExpression property, OWLIndividual object, Collection<OWLAnnotation> annotations) SWRLIndividualArgumentImpl
(OWLIndividual individual) Constructor parameters in uk.ac.manchester.cs.owl.owlapi with type arguments of type OWLIndividualModifierConstructorDescriptionOWLDifferentIndividualsAxiomImpl
(List<OWLIndividual> individuals, Collection<OWLAnnotation> annotations) OWLNaryIndividualAxiomImpl
(List<OWLIndividual> individuals, Collection<OWLAnnotation> annotations) OWLObjectOneOfImpl
(Stream<OWLIndividual> values) OWLSameIndividualAxiomImpl
(List<OWLIndividual> individuals, Collection<OWLAnnotation> annotations) -
Uses of OWLIndividual in uk.ac.manchester.cs.owl.owlapi.concurrent
Methods in uk.ac.manchester.cs.owl.owlapi.concurrent with parameters of type OWLIndividualModifier and TypeMethodDescriptionConcurrentOWLOntologyImpl.axioms
(OWLIndividual owlIndividual) ConcurrentOWLOntologyImpl.axioms
(OWLIndividual individual, Imports imports) ConcurrentOWLOntologyImpl.classAssertionAxioms
(OWLIndividual individual) ConcurrentOWLOntologyImpl.dataPropertyAssertionAxioms
(OWLIndividual individual) ConcurrentOWLOntologyImpl.differentIndividualAxioms
(OWLIndividual individual) ConcurrentOWLOntologyImpl.getAxioms
(OWLIndividual owlIndividual) ConcurrentOWLOntologyImpl.getAxioms
(OWLIndividual owlIndividual, boolean b) ConcurrentOWLOntologyImpl.getAxioms
(OWLIndividual owlIndividual, Imports imports) ConcurrentOWLOntologyImpl.getClassAssertionAxioms
(OWLIndividual owlIndividual) ConcurrentOWLOntologyImpl.getDataPropertyAssertionAxioms
(OWLIndividual owlIndividual) ConcurrentOWLOntologyImpl.getDifferentIndividualAxioms
(OWLIndividual owlIndividual) ConcurrentOWLOntologyImpl.getNegativeDataPropertyAssertionAxioms
(OWLIndividual owlIndividual) ConcurrentOWLOntologyImpl.getNegativeObjectPropertyAssertionAxioms
(OWLIndividual owlIndividual) ConcurrentOWLOntologyImpl.getObjectPropertyAssertionAxioms
(OWLIndividual owlIndividual) ConcurrentOWLOntologyImpl.getSameIndividualAxioms
(OWLIndividual owlIndividual) ConcurrentOWLOntologyImpl.negativeDataPropertyAssertionAxioms
(OWLIndividual individual) ConcurrentOWLOntologyImpl.negativeObjectPropertyAssertionAxioms
(OWLIndividual individual) ConcurrentOWLOntologyImpl.objectPropertyAssertionAxioms
(OWLIndividual individual) ConcurrentOWLOntologyImpl.sameIndividualAxioms
(OWLIndividual individual)
OWLAxiomCollection.axioms(OWLIndividual, Imports)
instead