Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

ABBREVIATED_IRI_ATTRIBUTE - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
ABBREVIATED_IRI_ATTRIBUTE.
ABBREVIATED_IRI_ELEMENT - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
ABBREVIATED_IRI_ELEMENT.
aboxAxioms(Imports) - Method in interface org.semanticweb.owlapi.model.OWLOntology
Gets the axioms that form the ABox for this ontology, i.e., the ones whose type is in the AxiomType::ABoxAxiomTypes.
ABoxAxiomTypes - Static variable in class org.semanticweb.owlapi.model.AxiomType
Set of abox axiom types.
ABS - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
ABS.
AbstractCollector - Class in org.semanticweb.owlapi.util
A utility class that visits all components of classes and axioms; this base class allows subclasses to choose elements of interest and override handling of such elements.
AbstractCollector() - Constructor for class org.semanticweb.owlapi.util.AbstractCollector
 
AbstractCollectorEx<E> - Class in org.semanticweb.owlapi.util
A utility class that visits all components of classes and axioms; this base class allows subclasses to choose elements of interest and override handling of such elements.
AbstractCollectorEx(Collection<E>) - Constructor for class org.semanticweb.owlapi.util.AbstractCollectorEx
 
AbstractCompositeOntologyChange - Class in org.semanticweb.owlapi.change
 
AbstractOWLParser - Class in org.semanticweb.owlapi.io
A convenience base class for parsers, which provides a mechanism to manage the setting and getting of the OWLOntologyManager that should be associated with the parser.
AbstractOWLRenderer - Class in org.semanticweb.owlapi.io
 
AbstractOWLStorer - Class in org.semanticweb.owlapi.util
Base class for ontology storers.
AbstractOWLStorer() - Constructor for class org.semanticweb.owlapi.util.AbstractOWLStorer
 
AbstractRDFNonPrefixDocumentFormat - Class in org.semanticweb.owlapi.formats
An abstract base class for RDF Document Formats that are not prefix aware.
AbstractRDFNonPrefixDocumentFormat() - Constructor for class org.semanticweb.owlapi.formats.AbstractRDFNonPrefixDocumentFormat
 
AbstractRDFPrefixDocumentFormat - Class in org.semanticweb.owlapi.formats
An Abstract Document Format for Prefix aware RDF formats.
AbstractRDFPrefixDocumentFormat() - Constructor for class org.semanticweb.owlapi.formats.AbstractRDFPrefixDocumentFormat
 
accept(OWLOntologyChangeDataVisitor<O>) - Method in class org.semanticweb.owlapi.change.AddAxiomData
 
accept(OWLOntologyChangeDataVisitor<O>) - Method in class org.semanticweb.owlapi.change.AddImportData
 
accept(OWLOntologyChangeDataVisitor<O>) - Method in class org.semanticweb.owlapi.change.AddOntologyAnnotationData
 
accept(OWLOntologyChangeDataVisitor<O>) - Method in class org.semanticweb.owlapi.change.RemoveAxiomData
 
accept(OWLOntologyChangeDataVisitor<O>) - Method in class org.semanticweb.owlapi.change.RemoveImportData
 
accept(OWLOntologyChangeDataVisitor<O>) - Method in class org.semanticweb.owlapi.change.RemoveOntologyAnnotationData
 
accept(OWLOntologyChangeDataVisitor<O>) - Method in class org.semanticweb.owlapi.change.SetOntologyIDData
 
accept(OWLOntologyChangeDataVisitor<R>) - Method in class org.semanticweb.owlapi.change.OWLOntologyChangeData
Accepts a visit from an OWLOntologyChangeDataVisitor.
accept(EntityTypeVisitorEx<T>) - Method in class org.semanticweb.owlapi.model.EntityType
 
accept(OWLAnnotationObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLAnnotation
 
accept(OWLAnnotationObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLAnnotation
 
accept(OWLAnnotationSubjectVisitor) - Method in class org.semanticweb.owlapi.model.IRI
 
accept(OWLAnnotationSubjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLAnnotationSubject
 
accept(OWLAnnotationSubjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLAnonymousIndividual
 
accept(OWLAnnotationSubjectVisitorEx<E>) - Method in class org.semanticweb.owlapi.model.IRI
 
accept(OWLAnnotationSubjectVisitorEx<E>) - Method in interface org.semanticweb.owlapi.model.OWLAnonymousIndividual
 
accept(OWLAnnotationSubjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLAnnotationSubject
 
accept(OWLAnnotationValueVisitor) - Method in class org.semanticweb.owlapi.model.IRI
 
accept(OWLAnnotationValueVisitor) - Method in interface org.semanticweb.owlapi.model.OWLAnnotationValue
 
accept(OWLAnnotationValueVisitor) - Method in interface org.semanticweb.owlapi.model.OWLAnonymousIndividual
 
accept(OWLAnnotationValueVisitor) - Method in interface org.semanticweb.owlapi.model.OWLLiteral
 
accept(OWLAnnotationValueVisitorEx<O>) - Method in class org.semanticweb.owlapi.model.IRI
 
accept(OWLAnnotationValueVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLAnnotationValue
 
accept(OWLAnnotationValueVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLAnonymousIndividual
 
accept(OWLAnnotationValueVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLLiteral
 
accept(OWLAxiomVisitor) - Method in interface org.semanticweb.owlapi.model.OWLAnnotationAssertionAxiom
 
accept(OWLAxiomVisitor) - Method in interface org.semanticweb.owlapi.model.OWLAnnotationPropertyDomainAxiom
 
accept(OWLAxiomVisitor) - Method in interface org.semanticweb.owlapi.model.OWLAnnotationPropertyRangeAxiom
 
accept(OWLAxiomVisitor) - Method in interface org.semanticweb.owlapi.model.OWLAsymmetricObjectPropertyAxiom
 
accept(OWLAxiomVisitor) - Method in interface org.semanticweb.owlapi.model.OWLAxiom
 
accept(OWLAxiomVisitor) - Method in interface org.semanticweb.owlapi.model.OWLClassAssertionAxiom
 
accept(OWLAxiomVisitor) - Method in interface org.semanticweb.owlapi.model.OWLDataPropertyAssertionAxiom
 
accept(OWLAxiomVisitor) - Method in interface org.semanticweb.owlapi.model.OWLDataPropertyDomainAxiom
 
accept(OWLAxiomVisitor) - Method in interface org.semanticweb.owlapi.model.OWLDataPropertyRangeAxiom
 
accept(OWLAxiomVisitor) - Method in interface org.semanticweb.owlapi.model.OWLDatatypeDefinitionAxiom
 
accept(OWLAxiomVisitor) - Method in interface org.semanticweb.owlapi.model.OWLDeclarationAxiom
 
accept(OWLAxiomVisitor) - Method in interface org.semanticweb.owlapi.model.OWLDifferentIndividualsAxiom
 
accept(OWLAxiomVisitor) - Method in interface org.semanticweb.owlapi.model.OWLDisjointClassesAxiom
 
accept(OWLAxiomVisitor) - Method in interface org.semanticweb.owlapi.model.OWLDisjointDataPropertiesAxiom
 
accept(OWLAxiomVisitor) - Method in interface org.semanticweb.owlapi.model.OWLDisjointObjectPropertiesAxiom
 
accept(OWLAxiomVisitor) - Method in interface org.semanticweb.owlapi.model.OWLDisjointUnionAxiom
 
accept(OWLAxiomVisitor) - Method in interface org.semanticweb.owlapi.model.OWLEquivalentClassesAxiom
 
accept(OWLAxiomVisitor) - Method in interface org.semanticweb.owlapi.model.OWLEquivalentDataPropertiesAxiom
 
accept(OWLAxiomVisitor) - Method in interface org.semanticweb.owlapi.model.OWLEquivalentObjectPropertiesAxiom
 
accept(OWLAxiomVisitor) - Method in interface org.semanticweb.owlapi.model.OWLFunctionalDataPropertyAxiom
 
accept(OWLAxiomVisitor) - Method in interface org.semanticweb.owlapi.model.OWLFunctionalObjectPropertyAxiom
 
accept(OWLAxiomVisitor) - Method in interface org.semanticweb.owlapi.model.OWLHasKeyAxiom
 
accept(OWLAxiomVisitor) - Method in interface org.semanticweb.owlapi.model.OWLInverseFunctionalObjectPropertyAxiom
 
accept(OWLAxiomVisitor) - Method in interface org.semanticweb.owlapi.model.OWLInverseObjectPropertiesAxiom
 
accept(OWLAxiomVisitor) - Method in interface org.semanticweb.owlapi.model.OWLIrreflexiveObjectPropertyAxiom
 
accept(OWLAxiomVisitor) - Method in interface org.semanticweb.owlapi.model.OWLNegativeDataPropertyAssertionAxiom
 
accept(OWLAxiomVisitor) - Method in interface org.semanticweb.owlapi.model.OWLNegativeObjectPropertyAssertionAxiom
 
accept(OWLAxiomVisitor) - Method in interface org.semanticweb.owlapi.model.OWLObjectPropertyAssertionAxiom
 
accept(OWLAxiomVisitor) - Method in interface org.semanticweb.owlapi.model.OWLObjectPropertyDomainAxiom
 
accept(OWLAxiomVisitor) - Method in interface org.semanticweb.owlapi.model.OWLObjectPropertyRangeAxiom
 
accept(OWLAxiomVisitor) - Method in interface org.semanticweb.owlapi.model.OWLReflexiveObjectPropertyAxiom
 
accept(OWLAxiomVisitor) - Method in interface org.semanticweb.owlapi.model.OWLSameIndividualAxiom
 
accept(OWLAxiomVisitor) - Method in interface org.semanticweb.owlapi.model.OWLSubAnnotationPropertyOfAxiom
 
accept(OWLAxiomVisitor) - Method in interface org.semanticweb.owlapi.model.OWLSubClassOfAxiom
 
accept(OWLAxiomVisitor) - Method in interface org.semanticweb.owlapi.model.OWLSubDataPropertyOfAxiom
 
accept(OWLAxiomVisitor) - Method in interface org.semanticweb.owlapi.model.OWLSubObjectPropertyOfAxiom
 
accept(OWLAxiomVisitor) - Method in interface org.semanticweb.owlapi.model.OWLSubPropertyChainOfAxiom
 
accept(OWLAxiomVisitor) - Method in interface org.semanticweb.owlapi.model.OWLSymmetricObjectPropertyAxiom
 
accept(OWLAxiomVisitor) - Method in interface org.semanticweb.owlapi.model.OWLTransitiveObjectPropertyAxiom
 
accept(OWLAxiomVisitor) - Method in interface org.semanticweb.owlapi.model.SWRLRule
 
accept(OWLAxiomVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLAnnotationAssertionAxiom
 
accept(OWLAxiomVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLAnnotationPropertyDomainAxiom
 
accept(OWLAxiomVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLAnnotationPropertyRangeAxiom
 
accept(OWLAxiomVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLAsymmetricObjectPropertyAxiom
 
accept(OWLAxiomVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLAxiom
 
accept(OWLAxiomVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLClassAssertionAxiom
 
accept(OWLAxiomVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLDataPropertyAssertionAxiom
 
accept(OWLAxiomVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLDataPropertyDomainAxiom
 
accept(OWLAxiomVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLDataPropertyRangeAxiom
 
accept(OWLAxiomVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLDatatypeDefinitionAxiom
 
accept(OWLAxiomVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLDeclarationAxiom
 
accept(OWLAxiomVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLDifferentIndividualsAxiom
 
accept(OWLAxiomVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLDisjointClassesAxiom
 
accept(OWLAxiomVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLDisjointDataPropertiesAxiom
 
accept(OWLAxiomVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLDisjointObjectPropertiesAxiom
 
accept(OWLAxiomVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLDisjointUnionAxiom
 
accept(OWLAxiomVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLEquivalentClassesAxiom
 
accept(OWLAxiomVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLEquivalentDataPropertiesAxiom
 
accept(OWLAxiomVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLEquivalentObjectPropertiesAxiom
 
accept(OWLAxiomVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLFunctionalDataPropertyAxiom
 
accept(OWLAxiomVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLFunctionalObjectPropertyAxiom
 
accept(OWLAxiomVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLHasKeyAxiom
 
accept(OWLAxiomVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLInverseFunctionalObjectPropertyAxiom
 
accept(OWLAxiomVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLInverseObjectPropertiesAxiom
 
accept(OWLAxiomVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLIrreflexiveObjectPropertyAxiom
 
accept(OWLAxiomVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLNegativeDataPropertyAssertionAxiom
 
accept(OWLAxiomVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLNegativeObjectPropertyAssertionAxiom
 
accept(OWLAxiomVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLObjectPropertyAssertionAxiom
 
accept(OWLAxiomVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLObjectPropertyDomainAxiom
 
accept(OWLAxiomVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLObjectPropertyRangeAxiom
 
accept(OWLAxiomVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLReflexiveObjectPropertyAxiom
 
accept(OWLAxiomVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLSameIndividualAxiom
 
accept(OWLAxiomVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLSubAnnotationPropertyOfAxiom
 
accept(OWLAxiomVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLSubClassOfAxiom
 
accept(OWLAxiomVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLSubDataPropertyOfAxiom
 
accept(OWLAxiomVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLSubObjectPropertyOfAxiom
 
accept(OWLAxiomVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLSubPropertyChainOfAxiom
 
accept(OWLAxiomVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLSymmetricObjectPropertyAxiom
 
accept(OWLAxiomVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLTransitiveObjectPropertyAxiom
 
accept(OWLAxiomVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.SWRLRule
 
accept(OWLClassExpressionVisitor) - Method in interface org.semanticweb.owlapi.model.OWLClass
 
accept(OWLClassExpressionVisitor) - Method in interface org.semanticweb.owlapi.model.OWLClassExpression
Accepts a visit from an OWLExpressionVisitor.
accept(OWLClassExpressionVisitor) - Method in interface org.semanticweb.owlapi.model.OWLDataAllValuesFrom
 
accept(OWLClassExpressionVisitor) - Method in interface org.semanticweb.owlapi.model.OWLDataExactCardinality
 
accept(OWLClassExpressionVisitor) - Method in interface org.semanticweb.owlapi.model.OWLDataHasValue
 
accept(OWLClassExpressionVisitor) - Method in interface org.semanticweb.owlapi.model.OWLDataMaxCardinality
 
accept(OWLClassExpressionVisitor) - Method in interface org.semanticweb.owlapi.model.OWLDataMinCardinality
 
accept(OWLClassExpressionVisitor) - Method in interface org.semanticweb.owlapi.model.OWLDataSomeValuesFrom
 
accept(OWLClassExpressionVisitor) - Method in interface org.semanticweb.owlapi.model.OWLObjectAllValuesFrom
 
accept(OWLClassExpressionVisitor) - Method in interface org.semanticweb.owlapi.model.OWLObjectComplementOf
 
accept(OWLClassExpressionVisitor) - Method in interface org.semanticweb.owlapi.model.OWLObjectExactCardinality
 
accept(OWLClassExpressionVisitor) - Method in interface org.semanticweb.owlapi.model.OWLObjectHasSelf
 
accept(OWLClassExpressionVisitor) - Method in interface org.semanticweb.owlapi.model.OWLObjectHasValue
 
accept(OWLClassExpressionVisitor) - Method in interface org.semanticweb.owlapi.model.OWLObjectIntersectionOf
 
accept(OWLClassExpressionVisitor) - Method in interface org.semanticweb.owlapi.model.OWLObjectMaxCardinality
 
accept(OWLClassExpressionVisitor) - Method in interface org.semanticweb.owlapi.model.OWLObjectMinCardinality
 
accept(OWLClassExpressionVisitor) - Method in interface org.semanticweb.owlapi.model.OWLObjectOneOf
 
accept(OWLClassExpressionVisitor) - Method in interface org.semanticweb.owlapi.model.OWLObjectSomeValuesFrom
 
accept(OWLClassExpressionVisitor) - Method in interface org.semanticweb.owlapi.model.OWLObjectUnionOf
 
accept(OWLClassExpressionVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLClass
 
accept(OWLClassExpressionVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLClassExpression
 
accept(OWLClassExpressionVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLDataAllValuesFrom
 
accept(OWLClassExpressionVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLDataExactCardinality
 
accept(OWLClassExpressionVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLDataHasValue
 
accept(OWLClassExpressionVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLDataMaxCardinality
 
accept(OWLClassExpressionVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLDataMinCardinality
 
accept(OWLClassExpressionVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLDataSomeValuesFrom
 
accept(OWLClassExpressionVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLObjectAllValuesFrom
 
accept(OWLClassExpressionVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLObjectComplementOf
 
accept(OWLClassExpressionVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLObjectExactCardinality
 
accept(OWLClassExpressionVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLObjectHasSelf
 
accept(OWLClassExpressionVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLObjectHasValue
 
accept(OWLClassExpressionVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLObjectIntersectionOf
 
accept(OWLClassExpressionVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLObjectMaxCardinality
 
accept(OWLClassExpressionVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLObjectMinCardinality
 
accept(OWLClassExpressionVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLObjectOneOf
 
accept(OWLClassExpressionVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLObjectSomeValuesFrom
 
accept(OWLClassExpressionVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLObjectUnionOf
 
accept(OWLDataRangeVisitor) - Method in interface org.semanticweb.owlapi.model.OWLDataComplementOf
 
accept(OWLDataRangeVisitor) - Method in interface org.semanticweb.owlapi.model.OWLDataIntersectionOf
 
accept(OWLDataRangeVisitor) - Method in interface org.semanticweb.owlapi.model.OWLDataOneOf
 
accept(OWLDataRangeVisitor) - Method in interface org.semanticweb.owlapi.model.OWLDataRange
 
accept(OWLDataRangeVisitor) - Method in interface org.semanticweb.owlapi.model.OWLDatatype
 
accept(OWLDataRangeVisitor) - Method in interface org.semanticweb.owlapi.model.OWLDatatypeRestriction
 
accept(OWLDataRangeVisitor) - Method in interface org.semanticweb.owlapi.model.OWLDataUnionOf
 
accept(OWLDataRangeVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLDataComplementOf
 
accept(OWLDataRangeVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLDataIntersectionOf
 
accept(OWLDataRangeVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLDataOneOf
 
accept(OWLDataRangeVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLDataRange
 
accept(OWLDataRangeVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLDatatype
 
accept(OWLDataRangeVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLDatatypeRestriction
 
accept(OWLDataRangeVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLDataUnionOf
 
accept(OWLDataVisitor) - Method in interface org.semanticweb.owlapi.model.OWLDataComplementOf
 
accept(OWLDataVisitor) - Method in interface org.semanticweb.owlapi.model.OWLDataIntersectionOf
 
accept(OWLDataVisitor) - Method in interface org.semanticweb.owlapi.model.OWLDataOneOf
 
accept(OWLDataVisitor) - Method in interface org.semanticweb.owlapi.model.OWLDataRange
 
accept(OWLDataVisitor) - Method in interface org.semanticweb.owlapi.model.OWLDatatype
 
accept(OWLDataVisitor) - Method in interface org.semanticweb.owlapi.model.OWLDatatypeRestriction
 
accept(OWLDataVisitor) - Method in interface org.semanticweb.owlapi.model.OWLDataUnionOf
 
accept(OWLDataVisitor) - Method in interface org.semanticweb.owlapi.model.OWLFacetRestriction
 
accept(OWLDataVisitor) - Method in interface org.semanticweb.owlapi.model.OWLLiteral
 
accept(OWLDataVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLDataComplementOf
 
accept(OWLDataVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLDataIntersectionOf
 
accept(OWLDataVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLDataOneOf
 
accept(OWLDataVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLDataRange
 
accept(OWLDataVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLDatatype
 
accept(OWLDataVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLDatatypeRestriction
 
accept(OWLDataVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLDataUnionOf
 
accept(OWLDataVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLFacetRestriction
 
accept(OWLDataVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLLiteral
 
accept(OWLEntityVisitor) - Method in interface org.semanticweb.owlapi.model.OWLAnnotationProperty
 
accept(OWLEntityVisitor) - Method in interface org.semanticweb.owlapi.model.OWLClass
 
accept(OWLEntityVisitor) - Method in interface org.semanticweb.owlapi.model.OWLDataProperty
 
accept(OWLEntityVisitor) - Method in interface org.semanticweb.owlapi.model.OWLDatatype
 
accept(OWLEntityVisitor) - Method in interface org.semanticweb.owlapi.model.OWLEntity
 
accept(OWLEntityVisitor) - Method in interface org.semanticweb.owlapi.model.OWLNamedIndividual
 
accept(OWLEntityVisitor) - Method in interface org.semanticweb.owlapi.model.OWLObjectProperty
 
accept(OWLEntityVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLAnnotationProperty
 
accept(OWLEntityVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLClass
 
accept(OWLEntityVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLDataProperty
 
accept(OWLEntityVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLDatatype
 
accept(OWLEntityVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLEntity
 
accept(OWLEntityVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLNamedIndividual
 
accept(OWLEntityVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLObjectProperty
 
accept(OWLIndividualVisitor) - Method in interface org.semanticweb.owlapi.model.OWLAnonymousIndividual
 
accept(OWLIndividualVisitor) - Method in interface org.semanticweb.owlapi.model.OWLIndividual
 
accept(OWLIndividualVisitor) - Method in interface org.semanticweb.owlapi.model.OWLNamedIndividual
 
accept(OWLIndividualVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLAnonymousIndividual
 
accept(OWLIndividualVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLIndividual
 
accept(OWLIndividualVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLNamedIndividual
 
accept(OWLNamedObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLAnnotationProperty
 
accept(OWLNamedObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLClass
 
accept(OWLNamedObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLDataProperty
 
accept(OWLNamedObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLDatatype
 
accept(OWLNamedObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLNamedIndividual
 
accept(OWLNamedObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLNamedObject
Accepts a visitor.
accept(OWLNamedObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLObjectProperty
 
accept(OWLNamedObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLOntology
accept for named object visitor
accept(OWLNamedObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLAnnotationProperty
 
accept(OWLNamedObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLClass
 
accept(OWLNamedObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLDataProperty
 
accept(OWLNamedObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLDatatype
 
accept(OWLNamedObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLNamedIndividual
 
accept(OWLNamedObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLNamedObject
Accepts a visitor.
accept(OWLNamedObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLObjectProperty
 
accept(OWLNamedObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLOntology
Accepts a visitor
accept(OWLObjectVisitor) - Method in class org.semanticweb.owlapi.model.IRI
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLAnnotation
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLAnnotationAssertionAxiom
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLAnnotationProperty
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLAnnotationPropertyDomainAxiom
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLAnnotationPropertyRangeAxiom
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLAnonymousIndividual
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLAsymmetricObjectPropertyAxiom
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLClass
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLClassAssertionAxiom
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLDataAllValuesFrom
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLDataComplementOf
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLDataExactCardinality
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLDataHasValue
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLDataIntersectionOf
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLDataMaxCardinality
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLDataMinCardinality
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLDataOneOf
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLDataProperty
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLDataPropertyAssertionAxiom
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLDataPropertyDomainAxiom
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLDataPropertyRangeAxiom
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLDataSomeValuesFrom
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLDatatype
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLDatatypeDefinitionAxiom
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLDatatypeRestriction
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLDataUnionOf
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLDeclarationAxiom
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLDifferentIndividualsAxiom
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLDisjointClassesAxiom
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLDisjointDataPropertiesAxiom
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLDisjointObjectPropertiesAxiom
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLDisjointUnionAxiom
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLEquivalentClassesAxiom
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLEquivalentDataPropertiesAxiom
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLEquivalentObjectPropertiesAxiom
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLFacetRestriction
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLFunctionalDataPropertyAxiom
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLFunctionalObjectPropertyAxiom
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLHasKeyAxiom
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLInverseFunctionalObjectPropertyAxiom
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLInverseObjectPropertiesAxiom
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLIrreflexiveObjectPropertyAxiom
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLLiteral
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLNamedIndividual
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLNegativeDataPropertyAssertionAxiom
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLNegativeObjectPropertyAssertionAxiom
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLObject
Accepts a visitor
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLObjectAllValuesFrom
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLObjectComplementOf
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLObjectExactCardinality
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLObjectHasSelf
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLObjectHasValue
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLObjectIntersectionOf
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLObjectInverseOf
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLObjectMaxCardinality
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLObjectMinCardinality
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLObjectOneOf
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLObjectProperty
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLObjectPropertyAssertionAxiom
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLObjectPropertyDomainAxiom
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLObjectPropertyRangeAxiom
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLObjectSomeValuesFrom
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLObjectUnionOf
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLOntology
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLReflexiveObjectPropertyAxiom
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLSameIndividualAxiom
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLSubAnnotationPropertyOfAxiom
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLSubClassOfAxiom
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLSubDataPropertyOfAxiom
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLSubObjectPropertyOfAxiom
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLSubPropertyChainOfAxiom
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLSymmetricObjectPropertyAxiom
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.OWLTransitiveObjectPropertyAxiom
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.SWRLBuiltInAtom
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.SWRLClassAtom
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.SWRLDataPropertyAtom
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.SWRLDataRangeAtom
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.SWRLDifferentIndividualsAtom
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.SWRLIndividualArgument
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.SWRLLiteralArgument
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.SWRLObjectPropertyAtom
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.SWRLRule
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.SWRLSameIndividualAtom
 
accept(OWLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.SWRLVariable
 
accept(OWLObjectVisitorEx<O>) - Method in class org.semanticweb.owlapi.model.IRI
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLAnnotation
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLAnnotationAssertionAxiom
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLAnnotationProperty
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLAnnotationPropertyDomainAxiom
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLAnnotationPropertyRangeAxiom
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLAnonymousIndividual
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLAsymmetricObjectPropertyAxiom
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLClass
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLClassAssertionAxiom
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLDataAllValuesFrom
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLDataComplementOf
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLDataExactCardinality
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLDataHasValue
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLDataIntersectionOf
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLDataMaxCardinality
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLDataMinCardinality
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLDataOneOf
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLDataProperty
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLDataPropertyAssertionAxiom
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLDataPropertyDomainAxiom
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLDataPropertyRangeAxiom
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLDataSomeValuesFrom
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLDatatype
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLDatatypeDefinitionAxiom
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLDatatypeRestriction
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLDataUnionOf
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLDeclarationAxiom
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLDifferentIndividualsAxiom
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLDisjointClassesAxiom
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLDisjointDataPropertiesAxiom
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLDisjointObjectPropertiesAxiom
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLDisjointUnionAxiom
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLEquivalentClassesAxiom
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLEquivalentDataPropertiesAxiom
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLEquivalentObjectPropertiesAxiom
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLFacetRestriction
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLFunctionalDataPropertyAxiom
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLFunctionalObjectPropertyAxiom
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLHasKeyAxiom
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLInverseFunctionalObjectPropertyAxiom
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLInverseObjectPropertiesAxiom
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLIrreflexiveObjectPropertyAxiom
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLLiteral
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLNamedIndividual
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLNegativeDataPropertyAssertionAxiom
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLNegativeObjectPropertyAssertionAxiom
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLObject
Accepts a visitor
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLObjectAllValuesFrom
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLObjectComplementOf
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLObjectExactCardinality
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLObjectHasSelf
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLObjectHasValue
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLObjectIntersectionOf
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLObjectInverseOf
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLObjectMaxCardinality
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLObjectMinCardinality
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLObjectOneOf
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLObjectProperty
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLObjectPropertyAssertionAxiom
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLObjectPropertyDomainAxiom
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLObjectPropertyRangeAxiom
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLObjectSomeValuesFrom
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLObjectUnionOf
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLOntology
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLReflexiveObjectPropertyAxiom
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLSameIndividualAxiom
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLSubAnnotationPropertyOfAxiom
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLSubClassOfAxiom
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLSubDataPropertyOfAxiom
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLSubObjectPropertyOfAxiom
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLSubPropertyChainOfAxiom
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLSymmetricObjectPropertyAxiom
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLTransitiveObjectPropertyAxiom
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.SWRLBuiltInAtom
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.SWRLClassAtom
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.SWRLDataPropertyAtom
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.SWRLDataRangeAtom
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.SWRLDifferentIndividualsAtom
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.SWRLIndividualArgument
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.SWRLLiteralArgument
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.SWRLObjectPropertyAtom
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.SWRLRule
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.SWRLSameIndividualAtom
 
accept(OWLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.SWRLVariable
 
accept(OWLOntologyChangeVisitor) - Method in class org.semanticweb.owlapi.model.AddAxiom
 
accept(OWLOntologyChangeVisitor) - Method in class org.semanticweb.owlapi.model.AddImport
 
accept(OWLOntologyChangeVisitor) - Method in class org.semanticweb.owlapi.model.AddOntologyAnnotation
 
accept(OWLOntologyChangeVisitor) - Method in class org.semanticweb.owlapi.model.OWLOntologyChange
Accepts a visitor.
accept(OWLOntologyChangeVisitor) - Method in class org.semanticweb.owlapi.model.RemoveAxiom
 
accept(OWLOntologyChangeVisitor) - Method in class org.semanticweb.owlapi.model.RemoveImport
 
accept(OWLOntologyChangeVisitor) - Method in class org.semanticweb.owlapi.model.RemoveOntologyAnnotation
 
accept(OWLOntologyChangeVisitor) - Method in class org.semanticweb.owlapi.model.SetOntologyID
 
accept(OWLOntologyChangeVisitorEx<O>) - Method in class org.semanticweb.owlapi.model.AddAxiom
 
accept(OWLOntologyChangeVisitorEx<O>) - Method in class org.semanticweb.owlapi.model.AddImport
 
accept(OWLOntologyChangeVisitorEx<O>) - Method in class org.semanticweb.owlapi.model.AddOntologyAnnotation
 
accept(OWLOntologyChangeVisitorEx<O>) - Method in class org.semanticweb.owlapi.model.OWLOntologyChange
Accepts a visitor.
accept(OWLOntologyChangeVisitorEx<O>) - Method in class org.semanticweb.owlapi.model.RemoveAxiom
 
accept(OWLOntologyChangeVisitorEx<O>) - Method in class org.semanticweb.owlapi.model.RemoveImport
 
accept(OWLOntologyChangeVisitorEx<O>) - Method in class org.semanticweb.owlapi.model.RemoveOntologyAnnotation
 
accept(OWLOntologyChangeVisitorEx<O>) - Method in class org.semanticweb.owlapi.model.SetOntologyID
 
accept(OWLPropertyExpressionVisitor) - Method in interface org.semanticweb.owlapi.model.OWLAnnotationProperty
 
accept(OWLPropertyExpressionVisitor) - Method in interface org.semanticweb.owlapi.model.OWLDataProperty
 
accept(OWLPropertyExpressionVisitor) - Method in interface org.semanticweb.owlapi.model.OWLObjectInverseOf
 
accept(OWLPropertyExpressionVisitor) - Method in interface org.semanticweb.owlapi.model.OWLObjectProperty
 
accept(OWLPropertyExpressionVisitor) - Method in interface org.semanticweb.owlapi.model.OWLPropertyExpression
 
accept(OWLPropertyExpressionVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLAnnotationProperty
 
accept(OWLPropertyExpressionVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLDataProperty
 
accept(OWLPropertyExpressionVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLObjectInverseOf
 
accept(OWLPropertyExpressionVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLObjectProperty
 
accept(OWLPropertyExpressionVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.OWLPropertyExpression
 
accept(SWRLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.SWRLBuiltInAtom
 
accept(SWRLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.SWRLClassAtom
 
accept(SWRLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.SWRLDataPropertyAtom
 
accept(SWRLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.SWRLDataRangeAtom
 
accept(SWRLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.SWRLDifferentIndividualsAtom
 
accept(SWRLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.SWRLIndividualArgument
 
accept(SWRLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.SWRLLiteralArgument
 
accept(SWRLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.SWRLObject
 
accept(SWRLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.SWRLObjectPropertyAtom
 
accept(SWRLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.SWRLRule
 
accept(SWRLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.SWRLSameIndividualAtom
 
accept(SWRLObjectVisitor) - Method in interface org.semanticweb.owlapi.model.SWRLVariable
 
accept(SWRLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.SWRLBuiltInAtom
 
accept(SWRLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.SWRLClassAtom
 
accept(SWRLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.SWRLDataPropertyAtom
 
accept(SWRLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.SWRLDataRangeAtom
 
accept(SWRLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.SWRLDifferentIndividualsAtom
 
accept(SWRLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.SWRLIndividualArgument
 
accept(SWRLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.SWRLLiteralArgument
 
accept(SWRLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.SWRLObject
 
accept(SWRLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.SWRLObjectPropertyAtom
 
accept(SWRLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.SWRLRule
 
accept(SWRLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.SWRLSameIndividualAtom
 
accept(SWRLObjectVisitorEx<O>) - Method in interface org.semanticweb.owlapi.model.SWRLVariable
 
accept(OWLProfileViolationVisitor) - Method in class org.semanticweb.owlapi.profiles.OWLProfileViolation
Visitor accept method.
accept(OWLProfileViolationVisitor) - Method in class org.semanticweb.owlapi.profiles.violations.CycleInDatatypeDefinition
 
accept(OWLProfileViolationVisitor) - Method in class org.semanticweb.owlapi.profiles.violations.DatatypeIRIAlsoUsedAsClassIRI
 
accept(OWLProfileViolationVisitor) - Method in class org.semanticweb.owlapi.profiles.violations.EmptyOneOfAxiom
 
accept(OWLProfileViolationVisitor) - Method in class org.semanticweb.owlapi.profiles.violations.IllegalPunning
 
accept(OWLProfileViolationVisitor) - Method in class org.semanticweb.owlapi.profiles.violations.InsufficientIndividuals
 
accept(OWLProfileViolationVisitor) - Method in class org.semanticweb.owlapi.profiles.violations.InsufficientOperands
 
accept(OWLProfileViolationVisitor) - Method in class org.semanticweb.owlapi.profiles.violations.InsufficientPropertyExpressions
 
accept(OWLProfileViolationVisitor) - Method in class org.semanticweb.owlapi.profiles.violations.LastPropertyInChainNotInImposedRange
 
accept(OWLProfileViolationVisitor) - Method in class org.semanticweb.owlapi.profiles.violations.LexicalNotInLexicalSpace
 
accept(OWLProfileViolationVisitor) - Method in class org.semanticweb.owlapi.profiles.violations.OntologyIRINotAbsolute
 
accept(OWLProfileViolationVisitor) - Method in class org.semanticweb.owlapi.profiles.violations.OntologyVersionIRINotAbsolute
 
accept(OWLProfileViolationVisitor) - Method in class org.semanticweb.owlapi.profiles.violations.UseOfAnonymousIndividual
 
accept(OWLProfileViolationVisitor) - Method in class org.semanticweb.owlapi.profiles.violations.UseOfBuiltInDatatypeInDatatypeDefinition
 
accept(OWLProfileViolationVisitor) - Method in class org.semanticweb.owlapi.profiles.violations.UseOfDataOneOfWithMultipleLiterals
 
accept(OWLProfileViolationVisitor) - Method in class org.semanticweb.owlapi.profiles.violations.UseOfDefinedDatatypeInDatatypeRestriction
 
accept(OWLProfileViolationVisitor) - Method in class org.semanticweb.owlapi.profiles.violations.UseOfDefinedDatatypeInLiteral
 
accept(OWLProfileViolationVisitor) - Method in class org.semanticweb.owlapi.profiles.violations.UseOfIllegalAxiom
 
accept(OWLProfileViolationVisitor) - Method in class org.semanticweb.owlapi.profiles.violations.UseOfIllegalClassExpression
 
accept(OWLProfileViolationVisitor) - Method in class org.semanticweb.owlapi.profiles.violations.UseOfIllegalDataRange
 
accept(OWLProfileViolationVisitor) - Method in class org.semanticweb.owlapi.profiles.violations.UseOfIllegalFacetRestriction
 
accept(OWLProfileViolationVisitor) - Method in class org.semanticweb.owlapi.profiles.violations.UseOfNonAbsoluteIRI
 
accept(OWLProfileViolationVisitor) - Method in class org.semanticweb.owlapi.profiles.violations.UseOfNonAtomicClassExpression
 
accept(OWLProfileViolationVisitor) - Method in class org.semanticweb.owlapi.profiles.violations.UseOfNonEquivalentClassExpression
 
accept(OWLProfileViolationVisitor) - Method in class org.semanticweb.owlapi.profiles.violations.UseOfNonSimplePropertyInAsymmetricObjectPropertyAxiom
 
accept(OWLProfileViolationVisitor) - Method in class org.semanticweb.owlapi.profiles.violations.UseOfNonSimplePropertyInCardinalityRestriction
 
accept(OWLProfileViolationVisitor) - Method in class org.semanticweb.owlapi.profiles.violations.UseOfNonSimplePropertyInDisjointPropertiesAxiom
 
accept(OWLProfileViolationVisitor) - Method in class org.semanticweb.owlapi.profiles.violations.UseOfNonSimplePropertyInFunctionalPropertyAxiom
 
accept(OWLProfileViolationVisitor) - Method in class org.semanticweb.owlapi.profiles.violations.UseOfNonSimplePropertyInInverseFunctionalObjectPropertyAxiom
 
accept(OWLProfileViolationVisitor) - Method in class org.semanticweb.owlapi.profiles.violations.UseOfNonSimplePropertyInIrreflexivePropertyAxiom
 
accept(OWLProfileViolationVisitor) - Method in class org.semanticweb.owlapi.profiles.violations.UseOfNonSimplePropertyInObjectHasSelf
 
accept(OWLProfileViolationVisitor) - Method in class org.semanticweb.owlapi.profiles.violations.UseOfNonSubClassExpression
 
accept(OWLProfileViolationVisitor) - Method in class org.semanticweb.owlapi.profiles.violations.UseOfNonSuperClassExpression
 
accept(OWLProfileViolationVisitor) - Method in class org.semanticweb.owlapi.profiles.violations.UseOfObjectOneOfWithMultipleIndividuals
 
accept(OWLProfileViolationVisitor) - Method in class org.semanticweb.owlapi.profiles.violations.UseOfObjectPropertyInverse
 
accept(OWLProfileViolationVisitor) - Method in class org.semanticweb.owlapi.profiles.violations.UseOfPropertyInChainCausesCycle
 
accept(OWLProfileViolationVisitor) - Method in class org.semanticweb.owlapi.profiles.violations.UseOfReservedVocabularyForAnnotationPropertyIRI
 
accept(OWLProfileViolationVisitor) - Method in class org.semanticweb.owlapi.profiles.violations.UseOfReservedVocabularyForClassIRI
 
accept(OWLProfileViolationVisitor) - Method in class org.semanticweb.owlapi.profiles.violations.UseOfReservedVocabularyForDataPropertyIRI
 
accept(OWLProfileViolationVisitor) - Method in class org.semanticweb.owlapi.profiles.violations.UseOfReservedVocabularyForIndividualIRI
 
accept(OWLProfileViolationVisitor) - Method in class org.semanticweb.owlapi.profiles.violations.UseOfReservedVocabularyForObjectPropertyIRI
 
accept(OWLProfileViolationVisitor) - Method in class org.semanticweb.owlapi.profiles.violations.UseOfReservedVocabularyForOntologyIRI
 
accept(OWLProfileViolationVisitor) - Method in class org.semanticweb.owlapi.profiles.violations.UseOfReservedVocabularyForVersionIRI
 
accept(OWLProfileViolationVisitor) - Method in class org.semanticweb.owlapi.profiles.violations.UseOfTopDataPropertyAsSubPropertyInSubPropertyAxiom
 
accept(OWLProfileViolationVisitor) - Method in class org.semanticweb.owlapi.profiles.violations.UseOfUndeclaredAnnotationProperty
 
accept(OWLProfileViolationVisitor) - Method in class org.semanticweb.owlapi.profiles.violations.UseOfUndeclaredClass
 
accept(OWLProfileViolationVisitor) - Method in class org.semanticweb.owlapi.profiles.violations.UseOfUndeclaredDataProperty
 
accept(OWLProfileViolationVisitor) - Method in class org.semanticweb.owlapi.profiles.violations.UseOfUndeclaredDatatype
 
accept(OWLProfileViolationVisitor) - Method in class org.semanticweb.owlapi.profiles.violations.UseOfUndeclaredObjectProperty
 
accept(OWLProfileViolationVisitor) - Method in class org.semanticweb.owlapi.profiles.violations.UseOfUnknownDatatype
 
accept(OWLProfileViolationVisitorEx<O>) - Method in class org.semanticweb.owlapi.profiles.OWLProfileViolation
 
accept(OWLProfileViolationVisitorEx<O>) - Method in class org.semanticweb.owlapi.profiles.violations.CycleInDatatypeDefinition
 
accept(OWLProfileViolationVisitorEx<O>) - Method in class org.semanticweb.owlapi.profiles.violations.DatatypeIRIAlsoUsedAsClassIRI
 
accept(OWLProfileViolationVisitorEx<O>) - Method in class org.semanticweb.owlapi.profiles.violations.EmptyOneOfAxiom
 
accept(OWLProfileViolationVisitorEx<O>) - Method in class org.semanticweb.owlapi.profiles.violations.IllegalPunning
 
accept(OWLProfileViolationVisitorEx<O>) - Method in class org.semanticweb.owlapi.profiles.violations.InsufficientIndividuals
 
accept(OWLProfileViolationVisitorEx<O>) - Method in class org.semanticweb.owlapi.profiles.violations.InsufficientOperands
 
accept(OWLProfileViolationVisitorEx<O>) - Method in class org.semanticweb.owlapi.profiles.violations.InsufficientPropertyExpressions
 
accept(OWLProfileViolationVisitorEx<O>) - Method in class org.semanticweb.owlapi.profiles.violations.LastPropertyInChainNotInImposedRange
 
accept(OWLProfileViolationVisitorEx<O>) - Method in class org.semanticweb.owlapi.profiles.violations.LexicalNotInLexicalSpace
 
accept(OWLProfileViolationVisitorEx<O>) - Method in class org.semanticweb.owlapi.profiles.violations.OntologyIRINotAbsolute
 
accept(OWLProfileViolationVisitorEx<O>) - Method in class org.semanticweb.owlapi.profiles.violations.OntologyVersionIRINotAbsolute
 
accept(OWLProfileViolationVisitorEx<O>) - Method in class org.semanticweb.owlapi.profiles.violations.UseOfAnonymousIndividual
 
accept(OWLProfileViolationVisitorEx<O>) - Method in class org.semanticweb.owlapi.profiles.violations.UseOfBuiltInDatatypeInDatatypeDefinition
 
accept(OWLProfileViolationVisitorEx<O>) - Method in class org.semanticweb.owlapi.profiles.violations.UseOfDataOneOfWithMultipleLiterals
 
accept(OWLProfileViolationVisitorEx<O>) - Method in class org.semanticweb.owlapi.profiles.violations.UseOfDefinedDatatypeInDatatypeRestriction
 
accept(OWLProfileViolationVisitorEx<O>) - Method in class org.semanticweb.owlapi.profiles.violations.UseOfDefinedDatatypeInLiteral
 
accept(OWLProfileViolationVisitorEx<O>) - Method in class org.semanticweb.owlapi.profiles.violations.UseOfIllegalAxiom
 
accept(OWLProfileViolationVisitorEx<O>) - Method in class org.semanticweb.owlapi.profiles.violations.UseOfIllegalClassExpression
 
accept(OWLProfileViolationVisitorEx<O>) - Method in class org.semanticweb.owlapi.profiles.violations.UseOfIllegalDataRange
 
accept(OWLProfileViolationVisitorEx<O>) - Method in class org.semanticweb.owlapi.profiles.violations.UseOfIllegalFacetRestriction
 
accept(OWLProfileViolationVisitorEx<O>) - Method in class org.semanticweb.owlapi.profiles.violations.UseOfNonAbsoluteIRI
 
accept(OWLProfileViolationVisitorEx<O>) - Method in class org.semanticweb.owlapi.profiles.violations.UseOfNonAtomicClassExpression
 
accept(OWLProfileViolationVisitorEx<O>) - Method in class org.semanticweb.owlapi.profiles.violations.UseOfNonEquivalentClassExpression
 
accept(OWLProfileViolationVisitorEx<O>) - Method in class org.semanticweb.owlapi.profiles.violations.UseOfNonSimplePropertyInAsymmetricObjectPropertyAxiom
 
accept(OWLProfileViolationVisitorEx<O>) - Method in class org.semanticweb.owlapi.profiles.violations.UseOfNonSimplePropertyInCardinalityRestriction
 
accept(OWLProfileViolationVisitorEx<O>) - Method in class org.semanticweb.owlapi.profiles.violations.UseOfNonSimplePropertyInDisjointPropertiesAxiom
 
accept(OWLProfileViolationVisitorEx<O>) - Method in class org.semanticweb.owlapi.profiles.violations.UseOfNonSimplePropertyInFunctionalPropertyAxiom
 
accept(OWLProfileViolationVisitorEx<O>) - Method in class org.semanticweb.owlapi.profiles.violations.UseOfNonSimplePropertyInInverseFunctionalObjectPropertyAxiom
 
accept(OWLProfileViolationVisitorEx<O>) - Method in class org.semanticweb.owlapi.profiles.violations.UseOfNonSimplePropertyInIrreflexivePropertyAxiom
 
accept(OWLProfileViolationVisitorEx<O>) - Method in class org.semanticweb.owlapi.profiles.violations.UseOfNonSimplePropertyInObjectHasSelf
 
accept(OWLProfileViolationVisitorEx<O>) - Method in class org.semanticweb.owlapi.profiles.violations.UseOfNonSubClassExpression
 
accept(OWLProfileViolationVisitorEx<O>) - Method in class org.semanticweb.owlapi.profiles.violations.UseOfNonSuperClassExpression
 
accept(OWLProfileViolationVisitorEx<O>) - Method in class org.semanticweb.owlapi.profiles.violations.UseOfObjectOneOfWithMultipleIndividuals
 
accept(OWLProfileViolationVisitorEx<O>) - Method in class org.semanticweb.owlapi.profiles.violations.UseOfObjectPropertyInverse
 
accept(OWLProfileViolationVisitorEx<O>) - Method in class org.semanticweb.owlapi.profiles.violations.UseOfPropertyInChainCausesCycle
 
accept(OWLProfileViolationVisitorEx<O>) - Method in class org.semanticweb.owlapi.profiles.violations.UseOfReservedVocabularyForAnnotationPropertyIRI
 
accept(OWLProfileViolationVisitorEx<O>) - Method in class org.semanticweb.owlapi.profiles.violations.UseOfReservedVocabularyForClassIRI
 
accept(OWLProfileViolationVisitorEx<O>) - Method in class org.semanticweb.owlapi.profiles.violations.UseOfReservedVocabularyForDataPropertyIRI
 
accept(OWLProfileViolationVisitorEx<O>) - Method in class org.semanticweb.owlapi.profiles.violations.UseOfReservedVocabularyForIndividualIRI
 
accept(OWLProfileViolationVisitorEx<O>) - Method in class org.semanticweb.owlapi.profiles.violations.UseOfReservedVocabularyForObjectPropertyIRI
 
accept(OWLProfileViolationVisitorEx<O>) - Method in class org.semanticweb.owlapi.profiles.violations.UseOfReservedVocabularyForOntologyIRI
 
accept(OWLProfileViolationVisitorEx<O>) - Method in class org.semanticweb.owlapi.profiles.violations.UseOfReservedVocabularyForVersionIRI
 
accept(OWLProfileViolationVisitorEx<O>) - Method in class org.semanticweb.owlapi.profiles.violations.UseOfTopDataPropertyAsSubPropertyInSubPropertyAxiom
 
accept(OWLProfileViolationVisitorEx<O>) - Method in class org.semanticweb.owlapi.profiles.violations.UseOfUndeclaredAnnotationProperty
 
accept(OWLProfileViolationVisitorEx<O>) - Method in class org.semanticweb.owlapi.profiles.violations.UseOfUndeclaredClass
 
accept(OWLProfileViolationVisitorEx<O>) - Method in class org.semanticweb.owlapi.profiles.violations.UseOfUndeclaredDataProperty
 
accept(OWLProfileViolationVisitorEx<O>) - Method in class org.semanticweb.owlapi.profiles.violations.UseOfUndeclaredDatatype
 
accept(OWLProfileViolationVisitorEx<O>) - Method in class org.semanticweb.owlapi.profiles.violations.UseOfUndeclaredObjectProperty
 
accept(OWLProfileViolationVisitorEx<O>) - Method in class org.semanticweb.owlapi.profiles.violations.UseOfUnknownDatatype
 
ACCEPT_HTTP_COMPRESSION - Enum constant in enum class org.semanticweb.owlapi.model.parameters.ConfigurationOptions
True if HTTP compression should be used.
ACTED_ON_BEHALF_OF - Enum constant in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
http://www.w3.org/ns/prov#actedOnBehalfOf.
ACTIVITY_CLASS - Enum constant in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
http://www.w3.org/ns/prov#Activity.
ACTIVITY_INFLUENCE - Enum constant in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
http://www.w3.org/ns/prov#ActivityInfluence.
ACTIVITY_PROPERTY - Enum constant in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
http://www.w3.org/ns/prov#activity.
add(Iterable<T>) - Method in class org.semanticweb.owlapi.util.PriorityCollection
Add the arguments and sort according to the PriorityCollectionSorting value for the manager configuration.
add(Collection<? extends OWLAxiom>) - Method in interface org.semanticweb.owlapi.model.HasDirectAddAxioms
A convenience method that adds a set of axioms to an ontology.
add(Collection<? super T>, Stream<T>) - Static method in class org.semanticweb.owlapi.util.OWLAPIStreamUtils
 
add(OWLAxiom) - Method in interface org.semanticweb.owlapi.model.HasDirectAddAxiom
A convenience method that adds a single axiom to an ontology.
add(OWLAxiom...) - Method in interface org.semanticweb.owlapi.model.HasDirectAddAxioms
A convenience method that adds a set of axioms to an ontology.
add(OWLEntity) - Method in class org.semanticweb.owlapi.util.CachingBidirectionalShortFormProvider
Adds an entity to the cache.
add(T) - Method in class org.semanticweb.owlapi.util.CollectionFactory.ConditionalCopySet
 
add(T) - Method in class org.semanticweb.owlapi.util.PriorityCollection
Add the argument and sort according to the PriorityCollectionSorting value for the manager configuration.
add(T) - Method in class org.semanticweb.owlapi.util.SmallSet
 
add(T...) - Method in class org.semanticweb.owlapi.util.PriorityCollection
Add the arguments and sort according to the PriorityCollectionSorting value for the manager configuration.
ADD - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
ADD.
ADD_DAY_TIME_DURATION_FROM_TIME - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
ADD_DAY_TIME_DURATION_FROM_TIME.
ADD_DAY_TIME_DURATION_TO_DATE - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
ADD_DAY_TIME_DURATION_TO_DATE.
ADD_DAY_TIME_DURATION_TO_DATE_TIME - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
ADD_DAY_TIME_DURATION_TO_DATE_TIME.
ADD_DAY_TIME_DURATIONS - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
ADD_DAY_TIME_DURATIONS.
ADD_YEAR_MONTH_DURATION_TO_DATE - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
ADD_YEAR_MONTH_DURATION_TO_DATE.
ADD_YEAR_MONTH_DURATIONS - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
ADD_YEAR_MONTH_DURATIONS.
addAll(Collection<? extends T>) - Method in class org.semanticweb.owlapi.util.CollectionFactory.ConditionalCopySet
 
addAxiom(OWLAxiom) - Method in interface org.semanticweb.owlapi.model.HasDirectAddAxiom
A convenience method that adds a single axiom to an ontology.
addAxiom(OWLAxiom) - Method in interface org.semanticweb.owlapi.model.OWLOntology
 
addAxiom(OWLOntology, OWLAxiom) - Method in interface org.semanticweb.owlapi.model.HasAddAxiom
A convenience method that adds a single axiom to an ontology.
AddAxiom - Class in org.semanticweb.owlapi.model
Represents an ontology change where axioms should be added to an ontology.
AddAxiom(OWLOntology, OWLAxiom) - Constructor for class org.semanticweb.owlapi.model.AddAxiom
 
AddAxiomData - Class in org.semanticweb.owlapi.change
Represents the specific non-ontology data required by an AddAxiom change.
AddAxiomData(OWLAxiom) - Constructor for class org.semanticweb.owlapi.change.AddAxiomData
Constructs an AddAxiomData object which specifies the addition of an axiom to "some ontology".
addAxioms(Collection<? extends OWLAxiom>) - Method in interface org.semanticweb.owlapi.model.HasDirectAddAxioms
A convenience method that adds a set of axioms to an ontology.
addAxioms(Collection<? extends OWLAxiom>) - Method in interface org.semanticweb.owlapi.model.OWLOntology
 
addAxioms(Stream<? extends OWLAxiom>) - Method in interface org.semanticweb.owlapi.model.HasDirectAddAxioms
A convenience method that adds a set of axioms to an ontology.
addAxioms(Stream<? extends OWLAxiom>) - Method in interface org.semanticweb.owlapi.model.OWLOntology
 
addAxioms(OWLAxiom...) - Method in interface org.semanticweb.owlapi.model.HasDirectAddAxioms
A convenience method that adds a set of axioms to an ontology.
addAxioms(OWLAxiom...) - Method in interface org.semanticweb.owlapi.model.OWLOntology
 
addAxioms(OWLOntology, Collection<? extends OWLAxiom>) - Method in interface org.semanticweb.owlapi.model.HasAddAxioms
A convenience method that adds a collection of axioms to an ontology.
addAxioms(OWLOntology, Stream<? extends OWLAxiom>) - Method in interface org.semanticweb.owlapi.model.HasAddAxioms
A convenience method that adds a stream of axioms to an ontology.
AddClassExpressionClosureAxiom - Class in org.semanticweb.owlapi.change
This composite change adds a 'closure' axiom to an ontology for a given class and object property.
AddClassExpressionClosureAxiom(OWLDataFactory, OWLClass, OWLObjectPropertyExpression, Collection<OWLOntology>, OWLOntology) - Constructor for class org.semanticweb.owlapi.change.AddClassExpressionClosureAxiom
Creates a composite change that will add a closure axiom for a given class along a specified property.
addError(RDFResourceParseError) - Method in class org.semanticweb.owlapi.formats.AbstractRDFNonPrefixDocumentFormat
 
addError(RDFResourceParseError) - Method in class org.semanticweb.owlapi.formats.AbstractRDFPrefixDocumentFormat
 
addError(RDFResourceParseError) - Method in interface org.semanticweb.owlapi.formats.RDFDocumentFormat
 
addGenerator(InferredAxiomGenerator<?>) - Method in class org.semanticweb.owlapi.util.InferredOntologyGenerator
Adds a generator if it isn't already in the list of generators.
addIgnoredImport(IRI) - Method in class org.semanticweb.owlapi.model.OntologyConfigurator
Adds an ontology document IRI to the list of ontology imports that will be ignored during ontology loading.
addIgnoredImport(IRI) - Method in class org.semanticweb.owlapi.model.OWLOntologyLoaderConfiguration
Adds an ontology document IRI to the list of ontology imports that will be ignored during ontology loading.
addImpendingOntologyChangeListener(ImpendingOWLOntologyChangeListener) - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
 
AddImport - Class in org.semanticweb.owlapi.model
Represents an ontology change where an import statement is added to an ontology.
AddImport(OWLOntology, OWLImportsDeclaration) - Constructor for class org.semanticweb.owlapi.model.AddImport
 
AddImportData - Class in org.semanticweb.owlapi.change
Represents the specific non-ontology data required by an AddImport change.
AddImportData(OWLImportsDeclaration) - Constructor for class org.semanticweb.owlapi.change.AddImportData
Constructs an AddImportData object that describes an AddImport change for the OWLImportsDeclaration specified by the declaration parameter.
addIRIMapper(OWLOntologyIRIMapper) - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
Deprecated.
use getIRIMappers().add() instead
addMapping(IRI, String) - Method in class org.semanticweb.owlapi.util.CommonBaseIRIMapper
Adds a mapping from an ontology IRI to an ontology document IRI which has a base of this mapper and a specified local name - in other words the document IRI will be determined by resolving the local name against the URI base of this mapper.
addMissingImportListener(MissingImportListener) - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
In the case where silent missing imports handling is enabled, a listener can be attached via this method so that there is a mechanism that allows clients to be informed of the reason when an import cannot be loaded.
AddOntologyAnnotation - Class in org.semanticweb.owlapi.model
Represents an ontology change where an annotation is added to an ontology.
AddOntologyAnnotation(OWLOntology, OWLAnnotation) - Constructor for class org.semanticweb.owlapi.model.AddOntologyAnnotation
 
AddOntologyAnnotationData - Class in org.semanticweb.owlapi.change
Represents the specific non-ontology data required by an AddOntologyAnnotation change.
AddOntologyAnnotationData(OWLAnnotation) - Constructor for class org.semanticweb.owlapi.change.AddOntologyAnnotationData
Constructs an AddOntologyAnnotationData object that describes an AddOntologyAnnotation change for the OWLAnnotation specified by the annotation parameter.
addOntologyChangeListener(OWLOntologyChangeListener) - Method in interface org.semanticweb.owlapi.model.HasOntologyChangeListeners
Adds an ontology change listener, which listens to all changes for all ontologies.
addOntologyChangeListener(OWLOntologyChangeListener, OWLOntologyChangeBroadcastStrategy) - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
Adds an ontology change listener, which listens to ontology changes.
addOntologyChangeProgessListener(OWLOntologyChangeProgressListener) - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
Adds an ontology change progress listener.
addOntologyChangesVetoedListener(OWLOntologyChangesVetoedListener) - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
 
addOntologyLoaderListener(OWLOntologyLoaderListener) - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
Adds an ontology loaded listener to this manager.
addOntologyStorer(OWLStorerFactory) - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
Deprecated.
use getOntologyStorers().add() instead
AFTER - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#after.
AGENT_CLASS - Enum constant in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
http://www.w3.org/ns/prov#Agent.
AGENT_INFLUENCE - Enum constant in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
http://www.w3.org/ns/prov#AgentInfluence.
AGENT_PROPERTY - Enum constant in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
http://www.w3.org/ns/prov#agent.
AL - Enum constant in enum class org.semanticweb.owlapi.util.Languages
AL - Attributive language.
ALC - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALC language
ALCD - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCD language.
ALCF - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCF language.
ALCFD - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCFD language.
ALCH - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCH language.
ALCHD - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCHD language.
ALCHF - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCHF language.
ALCHFD - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCHFD language.
ALCHI - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCHI language.
ALCHID - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCHID language.
ALCHIF - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCHIF language.
ALCHIFD - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCHIFD language.
ALCHIN - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCHIN language.
ALCHIND - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCHIND language.
ALCHIQ - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCHIQ language.
ALCHIQD - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCHIQD language.
ALCHN - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCHN language.
ALCHND - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCHND language.
ALCHO - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCHO language.
ALCHOD - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCHOD language.
ALCHOF - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCHOF language.
ALCHOFD - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCHOFD language.
ALCHOI - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCHOI language.
ALCHOID - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCHOID language.
ALCHOIF - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCHOIF language.
ALCHOIFD - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCHOIFD language.
ALCHOIN - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCHOIN language.
ALCHOIND - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCHOIND language.
ALCHOIQ - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCHOIQ language.
ALCHOIQD - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCHOIQD language.
ALCHON - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCHON language.
ALCHOND - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCHOND language.
ALCHOQ - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCHOQ language.
ALCHOQD - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCHOQD language.
ALCHQ - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCHQ language.
ALCHQD - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCHQD language.
ALCI - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCI language.
ALCID - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCID language.
ALCIF - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCIF language.
ALCIFD - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCIFD language.
ALCIN - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCIN language.
ALCIND - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCIND language.
ALCIQ - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCIQ language.
ALCIQD - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCIQD language.
ALCN - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCN language.
ALCND - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCND language.
ALCO - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCO language.
ALCOD - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCOD language.
ALCOF - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCOF language.
ALCOFD - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCOFD language.
ALCOI - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCOI language.
ALCOID - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCOID language.
ALCOIF - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCOIF language.
ALCOIFD - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCOIFD language.
ALCOIN - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCOIN language.
ALCOIND - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCOIND language.
ALCOIQ - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCOIQ language.
ALCOIQD - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCOIQD language.
ALCON - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCON language.
ALCOND - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCOND language.
ALCOQ - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCOQ language.
ALCOQD - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCOQD language.
ALCQ - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCQ language.
ALCQD - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCQD language.
ALCR - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCR language.
ALCRD - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCRD language.
ALCRF - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCRF language.
ALCRFD - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCRFD language.
ALCRI - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCRI language.
ALCRID - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCRID language.
ALCRIF - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCRIF language.
ALCRIFD - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCRIFD language.
ALCRIN - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCRIN language.
ALCRIND - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCRIND language.
ALCRIQ - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCRIQ language.
ALCRIQD - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCRIQD language.
ALCRN - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCRN language.
ALCRND - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCRND language.
ALCRO - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCRO language.
ALCROD - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCROD language.
ALCROF - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCROF language.
ALCROFD - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCROFD language.
ALCROI - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCROI language.
ALCROID - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCROID language.
ALCROIF - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCROIF language.
ALCROIFD - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCROIFD language.
ALCROIN - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCROIN language.
ALCROIND - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCROIND language.
ALCROIQ - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCROIQ language.
ALCROIQD - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCROIQD language.
ALCRON - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCRON language.
ALCROND - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCROND language.
ALCROQ - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCROQ language.
ALCROQD - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCROQD language.
ALCRQ - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCRQ language.
ALCRQD - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCRQD language.
ALCRr - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCRr language.
ALCRrD - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCRrD language.
ALCRrF - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCRrF language.
ALCRrFD - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCRrFD language.
ALCRrN - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCRrN language.
ALCRrND - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCRrND language.
ALCRrO - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCRrO language.
ALCRrOD - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCRrOD language.
ALCRrOF - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCRrOF language.
ALCRrOFD - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCRrOFD language.
ALCRrON - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCRrON language.
ALCRrOND - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCRrOND language.
ALCRrOQ - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCRrOQ language.
ALCRrOQD - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCRrOQD language.
ALCRrQ - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCRrQ language.
ALCRrQD - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALCRrQD language.
ALE - Enum constant in enum class org.semanticweb.owlapi.util.Languages
ALE language
ALL - Enum constant in enum class org.semanticweb.owlapi.reasoner.InferenceDepth
All relations will be returned, direct and indirect.
ALL_IRIS - Static variable in enum class org.semanticweb.owlapi.vocab.SKOSVocabulary
All IRIs.
ALL_URIS - Static variable in enum class org.semanticweb.owlapi.vocab.DublinCoreVocabulary
All IRIs.
allArguments() - Method in interface org.semanticweb.owlapi.model.SWRLAtom
 
allComponents(HasComponents) - Static method in class org.semanticweb.owlapi.util.OWLAPIStreamUtils
 
allMatch(OWLPairwiseBooleanVisitor<C>) - Method in interface org.semanticweb.owlapi.model.OWLNaryAxiom
 
allMatchAllPairs(OWLPairwiseBooleanVisitor<C>) - Method in interface org.semanticweb.owlapi.model.OWLNaryAxiom
 
ALLOW - Enum constant in enum class org.semanticweb.owlapi.reasoner.FreshEntityPolicy
Specifies that fresh entities are allowed when they are encountered in the signature of OWLObject instances in queries to a reasoner.
ALLOW_DUPLICATES_IN_CONSTRUCT_SETS - Enum constant in enum class org.semanticweb.owlapi.model.parameters.ConfigurationOptions
False if collections used in constructs such as equivalent classes and properties should be duplicate free.
allPairs(int) - Static method in class org.semanticweb.owlapi.util.OWLAPIStreamUtils
 
allPairs(Collection<T>) - Static method in class org.semanticweb.owlapi.util.OWLAPIStreamUtils
 
allPairs(Stream<T>) - Static method in class org.semanticweb.owlapi.util.OWLAPIStreamUtils
 
ALTERNATE_OF - Enum constant in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
http://www.w3.org/ns/prov#alternateOf.
ALTLABEL - Enum constant in enum class org.semanticweb.owlapi.vocab.SKOSVocabulary
ALTLABEL.
ALWAYS - Enum constant in enum class org.semanticweb.owlapi.model.PriorityCollectionSorting
Always keep the collection sorted by HasPriority annotation values.
AmalgamateSubClassAxioms - Class in org.semanticweb.owlapi.change
Given a set of ontologies S, for each ontology, O, in S, this change combines multiple subclass axioms with a common left hand side into one subclass axiom.
AmalgamateSubClassAxioms(OWLDataFactory, Collection<OWLOntology>) - Constructor for class org.semanticweb.owlapi.change.AmalgamateSubClassAxioms
Instantiates a new amalgamate sub class axioms.
AMP - Static variable in class org.semanticweb.owlapi.io.XMLUtils
&amp; shortcut.
ANNOTATION - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
ANNOTATION.
ANNOTATION_ASSERTION - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
ANNOTATION_ASSERTION.
ANNOTATION_ASSERTION - Static variable in class org.semanticweb.owlapi.model.AxiomType
AnnotationAssertion.
ANNOTATION_PROPERTY - Enum constant in enum class org.semanticweb.owlapi.model.PrimitiveType
ANNOTATION_PROPERTY.
ANNOTATION_PROPERTY - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
ANNOTATION_PROPERTY.
ANNOTATION_PROPERTY - Static variable in class org.semanticweb.owlapi.model.EntityType
Annotation property entity.
ANNOTATION_PROPERTY_DOMAIN - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
ANNOTATION_PROPERTY_DOMAIN.
ANNOTATION_PROPERTY_DOMAIN - Static variable in class org.semanticweb.owlapi.model.AxiomType
AnnotationPropertyDomain.
ANNOTATION_PROPERTY_RANGE - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
ANNOTATION_PROPERTY_RANGE.
ANNOTATION_PROPERTY_RANGE - Static variable in class org.semanticweb.owlapi.model.AxiomType
AnnotationPropertyRangeOf.
ANNOTATION_URI - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
ANNOTATION_URI.
annotationAssertionAxioms(OWLAnnotationSubject) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets the axioms that annotate the specified entity.
annotationAssertionAxioms(OWLAnnotationSubject, Imports) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets the axioms that annotate the specified entity.
AnnotationAssertionProvider - Interface in org.semanticweb.owlapi.model.providers
Annotation assertion provider.
AnnotationChange - Class in org.semanticweb.owlapi.model
 
AnnotationChange(OWLOntology, OWLAnnotation) - Constructor for class org.semanticweb.owlapi.model.AnnotationChange
 
annotationObject(OWLAnnotationAssertionAxiom, OWLAnnotationProperty) - Static method in class org.semanticweb.owlapi.search.Searcher
Retrieve the annotation from an annotation assertion axiom.
annotationObjects(Stream<OWLAnnotationAssertionAxiom>) - Static method in class org.semanticweb.owlapi.search.Searcher
Retrieve annotations from a collection of annotation assertion axioms.
annotationObjects(Stream<OWLAnnotationAssertionAxiom>, OWLAnnotationProperty) - Static method in class org.semanticweb.owlapi.search.Searcher
Retrieve annotations from a collection of annotation assertion axioms.
annotationPropertiesInSignature() - Method in interface org.semanticweb.owlapi.model.HasAnnotationPropertiesInSignature
 
annotationPropertiesInSignature(Imports) - Method in interface org.semanticweb.owlapi.model.OWLSignature
Gets the annotation properties in the signature and optionally the imports closure.
annotationPropertyDomainAxioms(OWLAnnotationProperty) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets the OWLAnnotationPropertyDomainAxiom objects where the specified property is the property in the domain axiom.
AnnotationPropertyProvider - Interface in org.semanticweb.owlapi.model.providers
 
annotationPropertyRangeAxioms(OWLAnnotationProperty) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets the OWLAnnotationPropertyRangeAxiom objects where the specified property is the property in the range axiom.
AnnotationProvider - Interface in org.semanticweb.owlapi.model.providers
Annotation provider interface.
annotations - Static variable in class org.semanticweb.owlapi.search.Filters
Deprecated.
use OWLAxiomIndex.annotationAssertionAxioms(org.semanticweb.owlapi.model.OWLAnnotationSubject) in place of this filter as it is much faster, thanks to indexing.
annotations() - Method in interface org.semanticweb.owlapi.model.HasAnnotations
 
annotations(Predicate<OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.HasAnnotations
 
annotations(Stream<? extends OWLAxiom>) - Static method in class org.semanticweb.owlapi.search.Searcher
Retrieve annotations from a collection of axioms.
annotations(Stream<? extends OWLAxiom>, OWLAnnotationProperty) - Static method in class org.semanticweb.owlapi.search.Searcher
Retrieve annotations from a collection of axioms.
annotations(OWLAnnotationProperty) - Method in interface org.semanticweb.owlapi.model.HasAnnotations
 
annotations(OWLAxiom, OWLAnnotationProperty) - Static method in class org.semanticweb.owlapi.search.Searcher
Retrieve annotations from an axiom.
annotationsAsList() - Method in interface org.semanticweb.owlapi.model.HasAnnotations
 
annotationValue() - Method in interface org.semanticweb.owlapi.model.HasAnnotationValue
 
annotationValue() - Method in interface org.semanticweb.owlapi.model.OWLAnnotation
 
annotationValue() - Method in interface org.semanticweb.owlapi.model.OWLAnnotationAssertionAxiom
 
annotationValue() - Method in interface org.semanticweb.owlapi.model.OWLAnnotationValue
 
AnnotationValueShortFormProvider - Class in org.semanticweb.owlapi.util
A short form provider that generates short forms based on entity annotation values.
AnnotationValueShortFormProvider(List<OWLAnnotationProperty>, Map<OWLAnnotationProperty, List<String>>, OWLOntologySetProvider) - Constructor for class org.semanticweb.owlapi.util.AnnotationValueShortFormProvider
Constructs an annotation value short form provider.
AnnotationValueShortFormProvider(List<OWLAnnotationProperty>, Map<OWLAnnotationProperty, List<String>>, OWLOntologySetProvider, ShortFormProvider) - Constructor for class org.semanticweb.owlapi.util.AnnotationValueShortFormProvider
Constructs an annotation short form provider.
AnnotationValueShortFormProvider(OWLOntologySetProvider, ShortFormProvider, IRIShortFormProvider, List<OWLAnnotationProperty>, Map<OWLAnnotationProperty, List<String>>) - Constructor for class org.semanticweb.owlapi.util.AnnotationValueShortFormProvider
 
AnnotationWalkingControl - Enum Class in org.semanticweb.owlapi.util
Control flag for whether to walk annotations
ANONYMOUS_INDIVIDUAL - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
ANONYMOUS_INDIVIDUAL.
AnonymousIndividualByIdProvider - Interface in org.semanticweb.owlapi.model.providers
An interface to an object that can provide instances of OWLAnonymousIndividual.
AnonymousIndividualProvider - Interface in org.semanticweb.owlapi.model.providers
An interface to an object that can provide instances if OWLAnonymousIndividual.
anonymousIndividuals() - Method in interface org.semanticweb.owlapi.model.HasAnonymousIndividuals
 
anonymousIndividualValue() - Method in interface org.semanticweb.owlapi.model.HasAnnotationValue
 
AnonymousNodeChecker - Interface in org.semanticweb.owlapi.util
 
AnonymousNodeCheckerImpl - Class in org.semanticweb.owlapi.util
default implementation for an anonymous node checker.
AnonymousNodeCheckerImpl() - Constructor for class org.semanticweb.owlapi.util.AnonymousNodeCheckerImpl
 
ANY_SIMPLE_TYPE - Enum constant in enum class org.semanticweb.owlapi.vocab.XSDVocabulary
ANY_SIMPLE_TYPE.
ANY_TYPE - Enum constant in enum class org.semanticweb.owlapi.vocab.XSDVocabulary
ANY_TYPE.
ANY_URI - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
ANY_URI.
ANY_URI - Enum constant in enum class org.semanticweb.owlapi.vocab.XSDVocabulary
ANY_URI.
anyMatch(OWLPairwiseBooleanVisitor<C>) - Method in interface org.semanticweb.owlapi.model.OWLNaryAxiom
 
anyMatchAllPairs(OWLPairwiseBooleanVisitor<C>) - Method in interface org.semanticweb.owlapi.model.OWLNaryAxiom
 
apDomainFilter - Static variable in class org.semanticweb.owlapi.search.Filters
filter returning annotation property domain axioms where the property matches the input key.
APOS - Static variable in class org.semanticweb.owlapi.io.XMLUtils
&apos; shortcut.
appearsMultipleTimes(OWLAnonymousIndividual) - Method in interface org.semanticweb.owlapi.util.IndividualAppearance
 
appearsMultipleTimes(OWLAnonymousIndividual) - Method in class org.semanticweb.owlapi.util.OWLAnonymousIndividualsWithMultipleOccurrences
 
appearsMultipleTimes(OWLAxiom) - Method in interface org.semanticweb.owlapi.util.AxiomAppearance
 
appliedChange(OWLOntologyChange) - Method in interface org.semanticweb.owlapi.model.OWLOntologyChangeProgressListener
 
applyChange(OWLOntologyChange) - Method in interface org.semanticweb.owlapi.model.HasApplyChange
A convenience method that applies just one change to an ontology.
applyChange(OWLOntologyChange) - Method in interface org.semanticweb.owlapi.model.OWLOntology
 
applyChanges(List<? extends OWLOntologyChange>) - Method in interface org.semanticweb.owlapi.model.HasApplyChanges
Applies a list ontology changes to a collection of ontologies.
applyChanges(OWLOntology) - Method in class org.semanticweb.owlapitools.builders.BaseBuilder
 
applyChanges(OWLOntology) - Method in interface org.semanticweb.owlapitools.builders.Builder
If the builder is constructing an axiom, this method will add the axiom and all needed changes to make the ontology fit in the expected profile; the changes will be returned but there is no need to apply them, as they have already been applied.
applyChanges(OWLOntology) - Method in class org.semanticweb.owlapitools.builders.BuilderImportsDeclaration
 
applyChanges(OWLOntologyChange...) - Method in interface org.semanticweb.owlapi.model.HasApplyChanges
Applies a list ontology changes to a collection of ontologies.
applyChangesAndGetDetails(List<? extends OWLOntologyChange>) - Method in interface org.semanticweb.owlapi.model.HasApplyChanges
Applies a list ontology changes to a collection of ontologies.
applyChangesAndGetDetails(List<? extends OWLOntologyChange>) - Method in interface org.semanticweb.owlapi.model.OWLOntology
 
applyChangesAndGetDetails(OWLOntologyChange...) - Method in interface org.semanticweb.owlapi.model.HasApplyChanges
Applies a list ontology changes to a collection of ontologies.
applyDirectChange(OWLOntologyChange) - Method in interface org.semanticweb.owlapi.model.HasApplyDirectChange
A convenience method that applies just one change to this ontology.
applyDirectChange(OWLOntologyChange) - Method in interface org.semanticweb.owlapi.model.OWLOntology
 
apRangeFilter - Static variable in class org.semanticweb.owlapi.search.Filters
filter returning annotation property range axioms where the property matches the input key.
ARGUMENT_1 - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLVocabulary
ARGUMENT_1.
ARGUMENT_2 - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLVocabulary
ARGUMENT_2.
arguments() - Method in interface org.semanticweb.owlapi.model.SWRLBuiltInAtom
 
ARGUMENTS - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLVocabulary
ARGUMENTS.
asAnonymousIndividual() - Method in interface org.semanticweb.owlapi.model.OWLAnnotationObject
 
asConjunctSet() - Method in interface org.semanticweb.owlapi.model.OWLClassExpression
Interprets this expression as a conjunction and returns the conjuncts.
asDataPropertyExpression() - Method in interface org.semanticweb.owlapi.model.OWLPropertyExpression
 
asDisjunctSet() - Method in interface org.semanticweb.owlapi.model.OWLClassExpression
Interprets this expression as a disjunction and returns the disjuncts.
asIntersectionOfMinMax() - Method in interface org.semanticweb.owlapi.model.OWLDataExactCardinality
Obtains an equivalent form that is a conjunction of a min cardinality and max cardinality restriction.
asIntersectionOfMinMax() - Method in interface org.semanticweb.owlapi.model.OWLObjectExactCardinality
Obtains an equivalent form that is a conjunction of a min cardinality and max cardinality restriction.
asIRI() - Method in class org.semanticweb.owlapi.model.IRI
 
asIRI() - Method in interface org.semanticweb.owlapi.model.OWLAnnotationObject
 
asList(Stream<?>, Class<T>) - Static method in class org.semanticweb.owlapi.util.OWLAPIStreamUtils
 
asList(Stream<T>) - Static method in class org.semanticweb.owlapi.util.OWLAPIStreamUtils
 
asListNullsForbidden(Stream<T>) - Static method in class org.semanticweb.owlapi.util.OWLAPIStreamUtils
 
asLiteral() - Method in interface org.semanticweb.owlapi.model.OWLAnnotationValue
 
asLiteral() - Method in interface org.semanticweb.owlapi.model.OWLLiteral
 
asMap(Stream<Q>, Function<Q, K>, Function<Q, V>) - Static method in class org.semanticweb.owlapi.util.OWLAPIStreamUtils
 
asMap(Stream<Q>, Function<Q, T>) - Static method in class org.semanticweb.owlapi.util.OWLAPIStreamUtils
 
asObjectPropertyExpression() - Method in interface org.semanticweb.owlapi.model.OWLPropertyExpression
 
asObjectUnionOf() - Method in interface org.semanticweb.owlapi.model.OWLObjectOneOf
Simplifies this enumeration to a union of singleton nominals.
asOWLAnnotationProperty() - Method in interface org.semanticweb.owlapi.model.AsOWLAnnotationProperty
A convenience method that obtains this entity as an OWLAnnotationProperty (in order to avoid explicit casting).
AsOWLAnnotationProperty - Interface in org.semanticweb.owlapi.model
Convert to OWLAnnotationProperty interface.
asOWLAnonymousIndividual() - Method in interface org.semanticweb.owlapi.model.OWLIndividual
Obtains this individual an anonymous individual if it is indeed anonymous.
asOWLAnonymousIndividual() - Method in interface org.semanticweb.owlapi.model.OWLNamedIndividual
 
asOWLClass() - Method in interface org.semanticweb.owlapi.model.AsOWLClass
A convenience method that obtains this entity as an OWLClass (in order to avoid explicit casting).
AsOWLClass - Interface in org.semanticweb.owlapi.model
Convert to OWLClass interface.
asOWLDataProperty() - Method in interface org.semanticweb.owlapi.model.AsOWLDataProperty
A convenience method that obtains this entity as an OWLDataProperty (in order to avoid explicit casting).
AsOWLDataProperty - Interface in org.semanticweb.owlapi.model
Convert to OWLDataProperty interface.
asOWLDatatype() - Method in interface org.semanticweb.owlapi.model.AsOWLDatatype
A convenience method that obtains this entity as an OWLDatatype (in order to avoid explicit casting).
AsOWLDatatype - Interface in org.semanticweb.owlapi.model
Convert to OWLDatatype interface.
asOWLNamedIndividual() - Method in interface org.semanticweb.owlapi.model.AsOWLNamedIndividual
A convenience method that obtains this entity as an OWLNamedIndividual (in order to avoid explicit casting).
AsOWLNamedIndividual - Interface in org.semanticweb.owlapi.model
Convert to OWLNamedIndividual interface.
asOWLObjectProperty() - Method in interface org.semanticweb.owlapi.model.AsOWLObjectProperty
A convenience method that obtains this entity as an OWLObjectProperty (in order to avoid explicit casting).
AsOWLObjectProperty - Interface in org.semanticweb.owlapi.model
Convert to OWLObjectProperty interface.
asOWLSubClassOfAxiom() - Method in interface org.semanticweb.owlapi.model.OWLSubClassOfAxiomShortCut
Gets this axiom as an OWLSubClassOfAxiom.
asOWLSubClassOfAxioms() - Method in interface org.semanticweb.owlapi.model.OWLSubClassOfAxiomSetShortCut
 
asPairwiseAxioms() - Method in interface org.semanticweb.owlapi.model.OWLDifferentIndividualsAxiom
 
asPairwiseAxioms() - Method in interface org.semanticweb.owlapi.model.OWLDisjointClassesAxiom
 
asPairwiseAxioms() - Method in interface org.semanticweb.owlapi.model.OWLDisjointDataPropertiesAxiom
 
asPairwiseAxioms() - Method in interface org.semanticweb.owlapi.model.OWLDisjointObjectPropertiesAxiom
 
asPairwiseAxioms() - Method in interface org.semanticweb.owlapi.model.OWLEquivalentClassesAxiom
 
asPairwiseAxioms() - Method in interface org.semanticweb.owlapi.model.OWLEquivalentDataPropertiesAxiom
 
asPairwiseAxioms() - Method in interface org.semanticweb.owlapi.model.OWLEquivalentObjectPropertiesAxiom
 
asPairwiseAxioms() - Method in interface org.semanticweb.owlapi.model.OWLInverseObjectPropertiesAxiom
 
asPairwiseAxioms() - Method in interface org.semanticweb.owlapi.model.OWLNaryAxiom
Gets this axiom as a set of pairwise axioms; if the axiom contains only two operands, the axiom itself is returned unchanged, including its annotations.
asPairwiseAxioms() - Method in interface org.semanticweb.owlapi.model.OWLSameIndividualAxiom
 
asPrefixOWLDocumentFormat() - Method in interface org.semanticweb.owlapi.model.OWLDocumentFormat
If this format is an instance of PrefixDocumentFormat then this method will obtain it as a PrefixDocumentFormat.
asSet(Stream<?>, Class<T>) - Static method in class org.semanticweb.owlapi.util.OWLAPIStreamUtils
 
asSet(Stream<T>) - Static method in class org.semanticweb.owlapi.util.OWLAPIStreamUtils
 
ASSOCIATION - Enum constant in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
http://www.w3.org/ns/prov#Association.
asSomeValuesFrom() - Method in interface org.semanticweb.owlapi.model.OWLHasValueRestriction
A convenience method that obtains this restriction as an existential restriction with a nominal filler.
asSubDataPropertyOfAxioms() - Method in interface org.semanticweb.owlapi.model.OWLEquivalentDataPropertiesAxiom
 
asSubObjectPropertyOfAxioms() - Method in interface org.semanticweb.owlapi.model.OWLEquivalentObjectPropertiesAxiom
 
asSubObjectPropertyOfAxioms() - Method in interface org.semanticweb.owlapi.model.OWLInverseObjectPropertiesAxiom
 
asSubPropertyAxioms() - Method in interface org.semanticweb.owlapi.model.OWLSymmetricObjectPropertyAxiom
 
asUnorderedSet(Stream<?>, Class<T>) - Static method in class org.semanticweb.owlapi.util.OWLAPIStreamUtils
 
asUnorderedSet(Stream<T>) - Static method in class org.semanticweb.owlapi.util.OWLAPIStreamUtils
 
ASYMMETRIC_OBJECT_PROPERTY - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
ASYMMETRIC_OBJECT_PROPERTY.
ASYMMETRIC_OBJECT_PROPERTY - Static variable in class org.semanticweb.owlapi.model.AxiomType
AsymmetricObjectProperty.
asymmetricObjectPropertyAxioms(OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets the OWLAsymmetricObjectPropertyAxiom objects contained in this ontology that make the specified object property asymmetric.
AT_LOCATION - Enum constant in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
http://www.w3.org/ns/prov#atLocation.
AT_TIME - Enum constant in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
http://www.w3.org/ns/prov#atTime.
ATOM_LIST - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLVocabulary
ATOM_LIST.
ATOMIC_NEGATION - Enum constant in enum class org.semanticweb.owlapi.util.Construct
Atomic negations.
ATTRIBUTION - Enum constant in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
http://www.w3.org/ns/prov#Attribution.
AUTHORIZATION_VALUE - Enum constant in enum class org.semanticweb.owlapi.model.parameters.ConfigurationOptions
Authorization header Value.
AutoIRIMapper - Class in org.semanticweb.owlapi.util
A mapper which given a root folder attempts to automatically discover and map files to ontologies.
AutoIRIMapper(File, boolean) - Constructor for class org.semanticweb.owlapi.util.AutoIRIMapper
Creates an auto-mapper which examines ontologies that reside in the specified root folder (and possibly sub-folders).
AXIOM_TYPES - Static variable in class org.semanticweb.owlapi.model.AxiomType
Axiom types.
AxiomAnnotations - Enum Class in org.semanticweb.owlapi.model.parameters
Search options.
AxiomAppearance - Interface in org.semanticweb.owlapi.util
An interface for checking if an axiom appears as annotated source multiple times.
AxiomChangeData - Class in org.semanticweb.owlapi.change
Represent the common non-ontology data required by instances of OWLAxiomChange.
AxiomChangeData(OWLAxiom) - Constructor for class org.semanticweb.owlapi.change.AxiomChangeData
Constructs an AxiomChangeData object that describes a change involving the specified axiom.
AxiomFilter(Collection<AxiomType<?>>, Filters.Filter<A>) - Constructor for class org.semanticweb.owlapi.search.Filters.AxiomFilter
 
AxiomFilter(AxiomType<?>, Filters.Filter<A>) - Constructor for class org.semanticweb.owlapi.search.Filters.AxiomFilter
 
AxiomFilter(Filters.Filter<A>, AxiomType<?>...) - Constructor for class org.semanticweb.owlapi.search.Filters.AxiomFilter
 
AxiomNotInProfileException - Exception in org.semanticweb.owlapi.reasoner
 
AxiomNotInProfileException(OWLAxiom, IRI) - Constructor for exception org.semanticweb.owlapi.reasoner.AxiomNotInProfileException
 
axioms() - Method in interface org.semanticweb.owlapi.model.HasAxioms
 
axioms(Class<T>, Class<? extends OWLObject>, OWLObject, Imports, Navigation) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Generic search method: returns all axioms which refer entity, are instances of type, optionally including the imports closure in the results.
axioms(Class<T>, Class<? extends OWLObject>, OWLObject, Navigation) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Generic search method: returns all axioms which refer entity, are instances of type, optionally including the imports closure in the results.
axioms(Class<T>, OWLObject, Imports, Navigation) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Generic search method: returns all axioms which refer entity, are instances of type, optionally including the imports closure in the results.
axioms(Class<T>, OWLObject, Navigation) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Generic search method: returns all axioms which refer entity, are instances of type, optionally including the imports closure in the results.
axioms(AxiomType<T>) - Method in interface org.semanticweb.owlapi.model.HasAxiomsByType
Gets the axioms which are of the specified type.
axioms(AxiomType<T>, Imports) - Method in interface org.semanticweb.owlapi.model.OWLAxiomCollection
Gets all axioms of the specified type.
axioms(OWLAnnotationProperty) - Method in interface org.semanticweb.owlapi.model.OWLAxiomCollection
Gets the axioms that form the definition/description of an annotation property.
axioms(OWLAnnotationProperty, Imports) - Method in interface org.semanticweb.owlapi.model.OWLAxiomCollection
Gets the axioms that form the definition/description of an annotation property.
axioms(OWLClass) - Method in interface org.semanticweb.owlapi.model.OWLAxiomCollection
Gets the axioms that form the definition/description of a class.
axioms(OWLClass, Imports) - Method in interface org.semanticweb.owlapi.model.OWLAxiomCollection
Gets the axioms that form the definition/description of a class.
axioms(OWLDataProperty) - Method in interface org.semanticweb.owlapi.model.OWLAxiomCollection
Gets the axioms that form the definition/description of a data property.
axioms(OWLDataProperty, Imports) - Method in interface org.semanticweb.owlapi.model.OWLAxiomCollection
Gets the axioms that form the definition/description of a data property.
axioms(OWLDatatype) - Method in interface org.semanticweb.owlapi.model.OWLAxiomCollection
Gets the datatype definition axioms for the specified datatype.
axioms(OWLDatatype, Imports) - Method in interface org.semanticweb.owlapi.model.OWLAxiomCollection
Gets the datatype definition axioms for the specified datatype.
axioms(OWLIndividual) - Method in interface org.semanticweb.owlapi.model.OWLAxiomCollection
Gets the axioms that form the definition/description of an individual.
axioms(OWLIndividual, Imports) - Method in interface org.semanticweb.owlapi.model.OWLAxiomCollection
Gets the axioms that form the definition/description of an individual.
axioms(OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.model.OWLAxiomCollection
Gets the axioms that form the definition/description of an object property.
axioms(OWLObjectPropertyExpression, Imports) - Method in interface org.semanticweb.owlapi.model.OWLAxiomCollection
Gets the axioms that form the definition/description of an object property.
axioms(Imports) - Method in interface org.semanticweb.owlapi.model.OWLAxiomCollection
 
axioms(OWLAxiomSearchFilter, Object) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Generic filter type for further refining search by axiom type.
axioms(OWLAxiomSearchFilter, Object, Imports) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Generic filter type for further refining search by axiom type.
axiomsFromTBoxAndRBox - Static variable in class org.semanticweb.owlapi.search.Filters
filter returning all axioms included in TBox or RBox.
axiomsIgnoreAnnotations(OWLAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAxiomCollection
Gets the stream of axioms contained in this collection that have the same "logical structure" as the specified axiom; i.e., all axioms that equal the specified axiom, when ignoring annotations.
axiomsIgnoreAnnotations(OWLAxiom, OWLOntology, Imports) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Get matching axioms for a, ignoring annotations.
axiomsIgnoreAnnotations(OWLAxiom, Imports) - Method in interface org.semanticweb.owlapi.model.OWLAxiomCollection
Gets the stream of axioms contained in this collection that have the same "logical structure" as the specified axiom; i.e., all axioms that equal the specified axiom, when ignoring annotations.
axiomsNotInTBoxOrRBox - Static variable in class org.semanticweb.owlapi.search.Filters
filter returning all axioms not in TBox or RBox; therefore, ABox axioms, nonlogical axioms and SWRL rules.
AxiomSubjectProviderEx - Class in org.semanticweb.owlapi.util
Provides the object that is the subject of an axiom.
AxiomSubjectProviderEx() - Constructor for class org.semanticweb.owlapi.util.AxiomSubjectProviderEx
 
AxiomType<C extends OWLAxiom> - Class in org.semanticweb.owlapi.model
Represents the type of axioms which can belong to ontologies.

B

BANNED_PARSERS - Enum constant in enum class org.semanticweb.owlapi.model.parameters.ConfigurationOptions
List of banned parsers keys.
BANNERS_ENABLED - Enum constant in enum class org.semanticweb.owlapi.model.parameters.ConfigurationOptions
True if banners for ontology sections and entity comments should be output.
BASE_64_BINARY - Enum constant in enum class org.semanticweb.owlapi.vocab.XSDVocabulary
BASE_64_BINARY.
BaseAnnotationPropertyBuilder<T extends OWLObject,B> - Class in org.semanticweb.owlapitools.builders
Builder class for OWLDataAllValuesFrom.
BaseAnnotationPropertyBuilder(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BaseAnnotationPropertyBuilder
 
BaseBuilder<T extends OWLObject,B> - Class in org.semanticweb.owlapitools.builders
Base builder class, providing annotations storage.
BaseDataBuilder<T extends OWLObject,B> - Class in org.semanticweb.owlapitools.builders
Builder class for OWLDataAllValuesFrom.
BaseDataBuilder(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BaseDataBuilder
 
BaseDataPropertyBuilder<T extends OWLObject,B> - Class in org.semanticweb.owlapitools.builders
Builder class for OWLDataAllValuesFrom.
BaseDataPropertyBuilder(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BaseDataPropertyBuilder
 
BaseDomainBuilder<T extends OWLObject,B,P> - Class in org.semanticweb.owlapitools.builders
Builder class for OWLDataPropertyDomainAxiom.
BaseDomainBuilder(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BaseDomainBuilder
 
BaseEntityBuilder<T extends OWLEntity,B> - Class in org.semanticweb.owlapitools.builders
Abstract builder for entities.
BaseEntityBuilder(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BaseEntityBuilder
 
BaseObjectBuilder<T extends OWLObject,B> - Class in org.semanticweb.owlapitools.builders
Builder class for OWLDataAllValuesFrom.
BaseObjectBuilder(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BaseObjectBuilder
 
BaseObjectPropertyBuilder<T extends OWLObject,B> - Class in org.semanticweb.owlapitools.builders
Builder class for OWLDataAllValuesFrom.
BaseObjectPropertyBuilder(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BaseObjectPropertyBuilder
 
BaseSetBuilder<T extends OWLObject,B,I> - Class in org.semanticweb.owlapitools.builders
Abstract builder for entities.
BaseSetBuilder(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BaseSetBuilder
 
BaseSubBuilder<T extends OWLObject,B,I> - Class in org.semanticweb.owlapitools.builders
Builder class for OWLSubAnnotationPropertyOfAxiom.
BaseSubBuilder(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BaseSubBuilder
 
BEFORE - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#intervalBefore.
begin(int) - Method in interface org.semanticweb.owlapi.model.OWLOntologyChangeProgressListener
 
BidirectionalShortFormProvider - Interface in org.semanticweb.owlapi.util
A short form provider which is capable of translating back and forth between entities and their short forms.
BidirectionalShortFormProviderAdapter - Class in org.semanticweb.owlapi.util
A bidirectional short form provider which uses a specified short form provider to generate the bidirectional entity--short form mappings.
BidirectionalShortFormProviderAdapter(Collection<OWLOntology>, ShortFormProvider) - Constructor for class org.semanticweb.owlapi.util.BidirectionalShortFormProviderAdapter
Creates a BidirectionalShortFormProvider that maps between the entities that are referenced in the specified ontologies and the short forms of these entities.
BidirectionalShortFormProviderAdapter(OWLOntologyManager, Collection<OWLOntology>, ShortFormProvider) - Constructor for class org.semanticweb.owlapi.util.BidirectionalShortFormProviderAdapter
Creates a BidirectionalShortFormProvider that maps between the entities that are referenced in the specified ontologies and the short forms of these entities.
BidirectionalShortFormProviderAdapter(ShortFormProvider) - Constructor for class org.semanticweb.owlapi.util.BidirectionalShortFormProviderAdapter
 
bind(Class<?>, Class<?>, Annotation...) - Method in class org.semanticweb.owlapi.utilities.Injector
Associate a key made of interface type and optional annotations with an implementation type
bindOneMore(Supplier<T>, Class<T>, Annotation...) - Method in class org.semanticweb.owlapi.utilities.Injector
Associate a key made of interface type and optional annotations with a supplier of instances, adding to existing associations
bindOneMore(T, Class<T>, Annotation...) - Method in class org.semanticweb.owlapi.utilities.Injector
Associate a key made of interface type and optional annotations with an instance, adding to existing associations
bindToOne(Object, Class<?>, Annotation...) - Method in class org.semanticweb.owlapi.utilities.Injector
Associate a key made of interface type and optional annotations with an instance, replacing existing associations
bindToOne(Supplier<?>, Class<?>, Annotation...) - Method in class org.semanticweb.owlapi.utilities.Injector
Associate a key made of interface type and optional annotations with a supplier of instances, replacing existing associations
body() - Method in interface org.semanticweb.owlapi.model.SWRLRule
 
BODY - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
BODY.
BODY - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLVocabulary
BODY.
bodyList() - Method in interface org.semanticweb.owlapi.model.SWRLRule
 
bodySize() - Method in class org.semanticweb.owlapitools.builders.BuilderSWRLRule
 
BOOLEAN - Enum constant in enum class org.semanticweb.owlapi.vocab.XSDVocabulary
BOOLEAN.
BOOLEAN_NOT - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
BOOLEAN_NOT.
bottomClassNode() - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Gets the Node corresponding to the bottom node (containing owl:Nothing) in the class hierarchy.
bottomDataPropertyNode() - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Gets the Node corresponding to the bottom node (containing owl:bottomDataProperty) in the data property hierarchy.
bottomObjectPropertyNode() - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Gets the Node corresponding to the bottom node (containing owl:bottomObjectProperty) in the object property hierarchy.
broadcastChanges(ImpendingOWLOntologyChangeListener, List<? extends OWLOntologyChange>) - Method in class org.semanticweb.owlapi.model.DefaultImpendingChangeBroadcastStrategy
 
broadcastChanges(ImpendingOWLOntologyChangeListener, List<? extends OWLOntologyChange>) - Method in interface org.semanticweb.owlapi.model.ImpendingOWLOntologyChangeBroadcastStrategy
Broadcasts the list of changes to the specified listeners.
broadcastChanges(OWLOntologyChangeListener, List<? extends OWLOntologyChange>) - Method in class org.semanticweb.owlapi.model.DefaultChangeBroadcastStrategy
 
broadcastChanges(OWLOntologyChangeListener, List<? extends OWLOntologyChange>) - Method in class org.semanticweb.owlapi.model.EDTChangeBroadcastStrategy
 
broadcastChanges(OWLOntologyChangeListener, List<? extends OWLOntologyChange>) - Method in interface org.semanticweb.owlapi.model.OWLOntologyChangeBroadcastStrategy
Broadcasts the list of changes to the specified listeners.
broadcastChanges(OWLOntologyChangeListener, List<? extends OWLOntologyChange>) - Method in class org.semanticweb.owlapi.model.SpecificOntologyChangeBroadcastStrategy
 
BROADER - Enum constant in enum class org.semanticweb.owlapi.vocab.SKOSVocabulary
BROADER.
BROADERTRANSITIVE - Enum constant in enum class org.semanticweb.owlapi.vocab.SKOSVocabulary
BROADERTRANSITIVE.
BROADMATCH - Enum constant in enum class org.semanticweb.owlapi.vocab.SKOSVocabulary
BROADMATCH.
BUFFERING - Enum constant in enum class org.semanticweb.owlapi.reasoner.BufferingMode
Represents a mode where ontology changes are buffered inside an OWLReasoner.
BufferingMode - Enum Class in org.semanticweb.owlapi.reasoner
Used to indicate the buffering mode of a reasoner.
buildEntity(IRI, EntityProvider) - Method in class org.semanticweb.owlapi.model.EntityType
Build an entity of this type, using the factory passed in as df.
Builder<T> - Interface in org.semanticweb.owlapitools.builders
A builder interface for building owl objects.
BuilderAnnotation - Class in org.semanticweb.owlapitools.builders
Builder class for OWLAnnotation.
BuilderAnnotation(OWLAnnotation, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderAnnotation
Builder initialized from an existing object.
BuilderAnnotation(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderAnnotation
 
BuilderAnnotationAssertion - Class in org.semanticweb.owlapitools.builders
Builder class for OWLAnnotationAssertionAxiom.
BuilderAnnotationAssertion(OWLAnnotationAssertionAxiom, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderAnnotationAssertion
Builder initialized from an existing object.
BuilderAnnotationAssertion(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderAnnotationAssertion
 
BuilderAnnotationProperty - Class in org.semanticweb.owlapitools.builders
Builder class for OWLAnnotationProperty.
BuilderAnnotationProperty(OWLAnnotationProperty, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderAnnotationProperty
Builder initialized from an existing object.
BuilderAnnotationProperty(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderAnnotationProperty
 
BuilderAnnotationPropertyDomain - Class in org.semanticweb.owlapitools.builders
Builder class for OWLAnnotationPropertyDomainAxiom.
BuilderAnnotationPropertyDomain(OWLAnnotationPropertyDomainAxiom, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderAnnotationPropertyDomain
Builder initialized from an existing object.
BuilderAnnotationPropertyDomain(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderAnnotationPropertyDomain
 
BuilderAnnotationPropertyRange - Class in org.semanticweb.owlapitools.builders
Builder class for OWLAnnotationPropertyRangeAxiom.
BuilderAnnotationPropertyRange(OWLAnnotationPropertyRangeAxiom, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderAnnotationPropertyRange
Builder initialized from an existing object.
BuilderAnnotationPropertyRange(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderAnnotationPropertyRange
 
BuilderAnonymousIndividual - Class in org.semanticweb.owlapitools.builders
Builder class for OWLAnonymousIndividual.
BuilderAnonymousIndividual(OWLAnonymousIndividual, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderAnonymousIndividual
Builder initialized from an existing object.
BuilderAnonymousIndividual(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderAnonymousIndividual
 
BuilderAsymmetricObjectProperty - Class in org.semanticweb.owlapitools.builders
Builder class for OWLAsymmetricObjectPropertyAxiom.
BuilderAsymmetricObjectProperty(OWLAsymmetricObjectPropertyAxiom, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderAsymmetricObjectProperty
Builder initialized from an existing object.
BuilderAsymmetricObjectProperty(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderAsymmetricObjectProperty
 
BuilderClass - Class in org.semanticweb.owlapitools.builders
Builder class for OWLClass.
BuilderClass(OWLClass, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderClass
Builder initialized from an existing object.
BuilderClass(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderClass
 
BuilderClassAssertion - Class in org.semanticweb.owlapitools.builders
Builder class for OWLClassAssertionAxiom.
BuilderClassAssertion(OWLClassAssertionAxiom, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderClassAssertion
Builder initialized from an existing object.
BuilderClassAssertion(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderClassAssertion
 
BuilderComplementOf - Class in org.semanticweb.owlapitools.builders
Builder class for OWLObjectComplementOf.
BuilderComplementOf(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderComplementOf
 
BuilderComplementOf(OWLObjectComplementOf, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderComplementOf
Builder initialized from an existing object.
BuilderDataAllValuesFrom - Class in org.semanticweb.owlapitools.builders
Builder class for OWLDataAllValuesFrom.
BuilderDataAllValuesFrom(OWLDataAllValuesFrom, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderDataAllValuesFrom
Builder initialized from an existing object.
BuilderDataAllValuesFrom(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderDataAllValuesFrom
 
BuilderDataComplementOf - Class in org.semanticweb.owlapitools.builders
Builder class for OWLDataComplementOf.
BuilderDataComplementOf(OWLDataComplementOf, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderDataComplementOf
Builder initialized from an existing object.
BuilderDataComplementOf(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderDataComplementOf
 
BuilderDataExactCardinality - Class in org.semanticweb.owlapitools.builders
Builder class for OWLDataExactCardinality.
BuilderDataExactCardinality(OWLDataExactCardinality, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderDataExactCardinality
Builder initialized from an existing object.
BuilderDataExactCardinality(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderDataExactCardinality
 
BuilderDataHasValue - Class in org.semanticweb.owlapitools.builders
Builder class for OWLDataHasValue.
BuilderDataHasValue(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderDataHasValue
 
BuilderDataHasValue(OWLDataHasValue, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderDataHasValue
Builder initialized from an existing object.
BuilderDataIntersectionOf - Class in org.semanticweb.owlapitools.builders
Builder class for OWLDataIntersectionOf.
BuilderDataIntersectionOf(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderDataIntersectionOf
 
BuilderDataIntersectionOf(OWLDataIntersectionOf, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderDataIntersectionOf
Builder initialized from an existing object.
BuilderDataMaxCardinality - Class in org.semanticweb.owlapitools.builders
Builder class for OWLDataMaxCardinality.
BuilderDataMaxCardinality(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderDataMaxCardinality
 
BuilderDataMaxCardinality(OWLDataMaxCardinality, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderDataMaxCardinality
Builder initialized from an existing object.
BuilderDataMinCardinality - Class in org.semanticweb.owlapitools.builders
Builder class for OWLDataMinCardinality.
BuilderDataMinCardinality(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderDataMinCardinality
 
BuilderDataMinCardinality(OWLDataMinCardinality, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderDataMinCardinality
Builder initialized from an existing object.
BuilderDataOneOf - Class in org.semanticweb.owlapitools.builders
Builder class for OWLDataOneOf.
BuilderDataOneOf(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderDataOneOf
 
BuilderDataOneOf(OWLDataOneOf, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderDataOneOf
Builder initialized from an existing object.
BuilderDataProperty - Class in org.semanticweb.owlapitools.builders
Builder class for OWLDataProperty.
BuilderDataProperty(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderDataProperty
 
BuilderDataProperty(OWLDataProperty, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderDataProperty
Builder initialized from an existing object.
BuilderDataPropertyAssertion - Class in org.semanticweb.owlapitools.builders
Builder class for OWLDataPropertyAssertionAxiom.
BuilderDataPropertyAssertion(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderDataPropertyAssertion
 
BuilderDataPropertyAssertion(OWLDataPropertyAssertionAxiom, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderDataPropertyAssertion
Builder initialized from an existing object.
BuilderDataPropertyDomain - Class in org.semanticweb.owlapitools.builders
Builder class for OWLDataPropertyDomainAxiom.
BuilderDataPropertyDomain(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderDataPropertyDomain
 
BuilderDataPropertyDomain(OWLDataPropertyDomainAxiom, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderDataPropertyDomain
Builder initialized from an existing object.
BuilderDataPropertyRange - Class in org.semanticweb.owlapitools.builders
Builder class for OWLDataPropertyRangeAxiom.
BuilderDataPropertyRange(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderDataPropertyRange
 
BuilderDataPropertyRange(OWLDataPropertyRangeAxiom, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderDataPropertyRange
Builder initialized from an existing object.
BuilderDataSomeValuesFrom - Class in org.semanticweb.owlapitools.builders
Builder class for OWLDataSomeValuesFrom.
BuilderDataSomeValuesFrom(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderDataSomeValuesFrom
 
BuilderDataSomeValuesFrom(OWLDataSomeValuesFrom, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderDataSomeValuesFrom
Builder initialized from an existing object.
BuilderDatatype - Class in org.semanticweb.owlapitools.builders
Builder class for OWLDatatype.
BuilderDatatype(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderDatatype
 
BuilderDatatype(OWLDatatype, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderDatatype
Builder initialized from an existing object.
BuilderDatatypeDefinition - Class in org.semanticweb.owlapitools.builders
Builder class for OWLDatatypeDefinitionAxiom.
BuilderDatatypeDefinition(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderDatatypeDefinition
 
BuilderDatatypeDefinition(OWLDatatypeDefinitionAxiom, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderDatatypeDefinition
Builder initialized from an existing object.
BuilderDatatypeRestriction - Class in org.semanticweb.owlapitools.builders
Builder class for OWLDatatypeRestriction.
BuilderDatatypeRestriction(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderDatatypeRestriction
 
BuilderDatatypeRestriction(OWLDatatypeRestriction, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderDatatypeRestriction
Builder initialized from an existing object.
BuilderDataUnionOf - Class in org.semanticweb.owlapitools.builders
Builder class for OWLDataUnionOf.
BuilderDataUnionOf(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderDataUnionOf
 
BuilderDataUnionOf(OWLDataUnionOf, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderDataUnionOf
Builder initialized from an existing object.
BuilderDeclaration - Class in org.semanticweb.owlapitools.builders
Builder class for OWLDeclarationAxiom.
BuilderDeclaration(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderDeclaration
 
BuilderDeclaration(OWLDeclarationAxiom, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderDeclaration
Builder initialized from an existing object.
BuilderDifferentIndividuals - Class in org.semanticweb.owlapitools.builders
Builder class for OWLDifferentIndividualsAxiom.
BuilderDifferentIndividuals(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderDifferentIndividuals
 
BuilderDifferentIndividuals(OWLDifferentIndividualsAxiom, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderDifferentIndividuals
Builder initialized from an existing object.
BuilderDisjointClasses - Class in org.semanticweb.owlapitools.builders
Builder class for OWLDisjointClassesAxiom.
BuilderDisjointClasses(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderDisjointClasses
 
BuilderDisjointClasses(OWLDisjointClassesAxiom, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderDisjointClasses
Builder initialized from an existing object.
BuilderDisjointDataProperties - Class in org.semanticweb.owlapitools.builders
Builder class for OWLDisjointDataPropertiesAxiom.
BuilderDisjointDataProperties(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderDisjointDataProperties
 
BuilderDisjointDataProperties(OWLDisjointDataPropertiesAxiom, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderDisjointDataProperties
Builder initialized from an existing object.
BuilderDisjointObjectProperties - Class in org.semanticweb.owlapitools.builders
Builder class for OWLDisjointObjectPropertiesAxiom.
BuilderDisjointObjectProperties(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderDisjointObjectProperties
 
BuilderDisjointObjectProperties(OWLDisjointObjectPropertiesAxiom, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderDisjointObjectProperties
Builder initialized from an existing object.
BuilderDisjointUnion - Class in org.semanticweb.owlapitools.builders
Builder class for OWLDisjointUnionAxiom.
BuilderDisjointUnion(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderDisjointUnion
 
BuilderDisjointUnion(OWLDisjointUnionAxiom, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderDisjointUnion
Builder initialized from an existing object.
BuilderEntity - Class in org.semanticweb.owlapitools.builders
Builder class for OWLEntity.
BuilderEntity(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderEntity
 
BuilderEntity(OWLEntity, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderEntity
Builder initialized from an existing object.
BuilderEquivalentClasses - Class in org.semanticweb.owlapitools.builders
Builder class for OWLEquivalentClassesAxiom.
BuilderEquivalentClasses(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderEquivalentClasses
 
BuilderEquivalentClasses(OWLEquivalentClassesAxiom, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderEquivalentClasses
Builder initialized from an existing object.
BuilderEquivalentDataProperties - Class in org.semanticweb.owlapitools.builders
Builder class for OWLEquivalentDataPropertiesAxiom.
BuilderEquivalentDataProperties(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderEquivalentDataProperties
 
BuilderEquivalentDataProperties(OWLEquivalentDataPropertiesAxiom, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderEquivalentDataProperties
Builder initialized from an existing object.
BuilderEquivalentObjectProperties - Class in org.semanticweb.owlapitools.builders
Builder class for OWLEquivalentObjectPropertiesAxiom.
BuilderEquivalentObjectProperties(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderEquivalentObjectProperties
 
BuilderEquivalentObjectProperties(OWLEquivalentObjectPropertiesAxiom, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderEquivalentObjectProperties
Builder initialized from an existing object.
BuilderFacetRestriction - Class in org.semanticweb.owlapitools.builders
Builder class for OWLFacetRestriction.
BuilderFacetRestriction(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderFacetRestriction
 
BuilderFacetRestriction(OWLFacetRestriction, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderFacetRestriction
Builder initialized from an existing object.
BuilderFunctionalDataProperty - Class in org.semanticweb.owlapitools.builders
Builder class for OWLFunctionalDataPropertyAxiom.
BuilderFunctionalDataProperty(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderFunctionalDataProperty
 
BuilderFunctionalDataProperty(OWLFunctionalDataPropertyAxiom, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderFunctionalDataProperty
Builder initialized from an existing object.
BuilderFunctionalObjectProperty - Class in org.semanticweb.owlapitools.builders
Builder class for OWLFunctionalObjectPropertyAxiom.
BuilderFunctionalObjectProperty(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderFunctionalObjectProperty
 
BuilderFunctionalObjectProperty(OWLFunctionalObjectPropertyAxiom, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderFunctionalObjectProperty
Builder initialized from an existing object.
BuilderHasKey - Class in org.semanticweb.owlapitools.builders
Builder class for OWLHasKeyAxiom.
BuilderHasKey(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderHasKey
 
BuilderHasKey(OWLHasKeyAxiom, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderHasKey
Builder initialized from an existing object.
BuilderImportsDeclaration - Class in org.semanticweb.owlapitools.builders
Builder class for OWLImportsDeclaration.
BuilderImportsDeclaration(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderImportsDeclaration
Default constructor.
BuilderImportsDeclaration(OWLImportsDeclaration, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderImportsDeclaration
Builder initialized from an existing object.
BuilderInverseFunctionalObjectProperty - Class in org.semanticweb.owlapitools.builders
Builder class for OWLInverseFunctionalObjectPropertyAxiom.
BuilderInverseFunctionalObjectProperty(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderInverseFunctionalObjectProperty
 
BuilderInverseFunctionalObjectProperty(OWLInverseFunctionalObjectPropertyAxiom, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderInverseFunctionalObjectProperty
Builder initialized from an existing object.
BuilderInverseObjectProperties - Class in org.semanticweb.owlapitools.builders
Builder class for OWLInverseObjectPropertiesAxiom.
BuilderInverseObjectProperties(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderInverseObjectProperties
 
BuilderInverseObjectProperties(OWLInverseObjectPropertiesAxiom, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderInverseObjectProperties
Builder initialized from an existing object.
BuilderIrreflexiveObjectProperty - Class in org.semanticweb.owlapitools.builders
Builder class for OWLIrreflexiveObjectPropertyAxiom.
BuilderIrreflexiveObjectProperty(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderIrreflexiveObjectProperty
 
BuilderIrreflexiveObjectProperty(OWLIrreflexiveObjectPropertyAxiom, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderIrreflexiveObjectProperty
Builder initialized from an existing object.
BuilderLiteral - Class in org.semanticweb.owlapitools.builders
Builder class for OWLLiteral.
BuilderLiteral(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderLiteral
 
BuilderLiteral(OWLLiteral, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderLiteral
Builder initialized from an existing object.
BuilderNamedIndividual - Class in org.semanticweb.owlapitools.builders
Builder class for OWLNamedIndividual.
BuilderNamedIndividual(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderNamedIndividual
 
BuilderNamedIndividual(OWLNamedIndividual, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderNamedIndividual
Builder initialized from an existing object.
BuilderNegativeDataPropertyAssertion - Class in org.semanticweb.owlapitools.builders
Builder class for OWLNegativeDataPropertyAssertionAxiom.
BuilderNegativeDataPropertyAssertion(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderNegativeDataPropertyAssertion
 
BuilderNegativeDataPropertyAssertion(OWLNegativeDataPropertyAssertionAxiom, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderNegativeDataPropertyAssertion
Builder initialized from an existing object.
BuilderNegativeObjectPropertyAssertion - Class in org.semanticweb.owlapitools.builders
Builder class for OWLNegativeObjectPropertyAssertionAxiom.
BuilderNegativeObjectPropertyAssertion(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderNegativeObjectPropertyAssertion
 
BuilderNegativeObjectPropertyAssertion(OWLNegativeObjectPropertyAssertionAxiom, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderNegativeObjectPropertyAssertion
Builder initialized from an existing object.
BuilderObjectAllValuesFrom - Class in org.semanticweb.owlapitools.builders
Builder class for OWLObjectAllValuesFrom.
BuilderObjectAllValuesFrom(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderObjectAllValuesFrom
 
BuilderObjectAllValuesFrom(OWLObjectAllValuesFrom, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderObjectAllValuesFrom
Builder initialized from an existing object.
BuilderObjectExactCardinality - Class in org.semanticweb.owlapitools.builders
Builder class for OWLObjectExactCardinality.
BuilderObjectExactCardinality(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderObjectExactCardinality
 
BuilderObjectExactCardinality(OWLObjectExactCardinality, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderObjectExactCardinality
Builder initialized from an existing object.
BuilderObjectHasSelf - Class in org.semanticweb.owlapitools.builders
Builder class for OWLObjectHasSelf.
BuilderObjectHasSelf(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderObjectHasSelf
 
BuilderObjectHasSelf(OWLObjectHasSelf, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderObjectHasSelf
Builder initialized from an existing object.
BuilderObjectHasValue - Class in org.semanticweb.owlapitools.builders
Builder class for OWLObjectHasValue.
BuilderObjectHasValue(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderObjectHasValue
 
BuilderObjectHasValue(OWLObjectHasValue, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderObjectHasValue
Builder initialized from an existing object.
BuilderObjectIntersectionOf - Class in org.semanticweb.owlapitools.builders
Builder class for OWLObjectIntersectionOf.
BuilderObjectIntersectionOf(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderObjectIntersectionOf
 
BuilderObjectIntersectionOf(OWLObjectIntersectionOf, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderObjectIntersectionOf
Builder initialized from an existing object.
BuilderObjectInverseOf - Class in org.semanticweb.owlapitools.builders
Builder class for OWLObjectInverseOf.
BuilderObjectInverseOf(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderObjectInverseOf
 
BuilderObjectInverseOf(OWLObjectInverseOf, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderObjectInverseOf
Builder initialized from an existing object.
BuilderObjectMaxCardinality - Class in org.semanticweb.owlapitools.builders
Builder class for OWLObjectMaxCardinality.
BuilderObjectMaxCardinality(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderObjectMaxCardinality
 
BuilderObjectMaxCardinality(OWLObjectMaxCardinality, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderObjectMaxCardinality
Builder initialized from an existing object.
BuilderObjectMinCardinality - Class in org.semanticweb.owlapitools.builders
Builder class for OWLObjectMinCardinality.
BuilderObjectMinCardinality(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderObjectMinCardinality
 
BuilderObjectMinCardinality(OWLObjectMinCardinality, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderObjectMinCardinality
Builder initialized from an existing object.
BuilderObjectProperty - Class in org.semanticweb.owlapitools.builders
Builder class for OWLObjectProperty.
BuilderObjectProperty(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderObjectProperty
 
BuilderObjectProperty(OWLObjectProperty, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderObjectProperty
Builder initialized from an existing object.
BuilderObjectPropertyAssertion - Class in org.semanticweb.owlapitools.builders
Builder class for OWLObjectPropertyAssertionAxiom.
BuilderObjectPropertyAssertion(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderObjectPropertyAssertion
 
BuilderObjectPropertyAssertion(OWLObjectPropertyAssertionAxiom, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderObjectPropertyAssertion
Builder initialized from an existing object.
BuilderObjectPropertyDomain - Class in org.semanticweb.owlapitools.builders
Builder class for OWLObjectPropertyDomainAxiom.
BuilderObjectPropertyDomain(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderObjectPropertyDomain
 
BuilderObjectPropertyDomain(OWLObjectPropertyDomainAxiom, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderObjectPropertyDomain
Builder initialized from an existing object.
BuilderObjectPropertyRange - Class in org.semanticweb.owlapitools.builders
Builder class for OWLObjectPropertyRangeAxiom.
BuilderObjectPropertyRange(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderObjectPropertyRange
 
BuilderObjectPropertyRange(OWLObjectPropertyRangeAxiom, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderObjectPropertyRange
Builder initialized from an existing object.
BuilderObjectSomeValuesFrom - Class in org.semanticweb.owlapitools.builders
Builder class for OWLObjectSomeValuesFrom.
BuilderObjectSomeValuesFrom(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderObjectSomeValuesFrom
 
BuilderObjectSomeValuesFrom(OWLObjectSomeValuesFrom, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderObjectSomeValuesFrom
Builder initialized from an existing object.
BuilderOneOf - Class in org.semanticweb.owlapitools.builders
Builder class for OWLObjectOneOf.
BuilderOneOf(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderOneOf
 
BuilderOneOf(OWLObjectOneOf, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderOneOf
Builder initialized from an existing object.
BuilderPropertyChain - Class in org.semanticweb.owlapitools.builders
Builder class for OWLSubPropertyChainOfAxiom.
BuilderPropertyChain(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderPropertyChain
 
BuilderPropertyChain(OWLSubPropertyChainOfAxiom, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderPropertyChain
Builder initialized from an existing object.
BuilderReflexiveObjectProperty - Class in org.semanticweb.owlapitools.builders
Builder class for OWLReflexiveObjectPropertyAxiom.
BuilderReflexiveObjectProperty(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderReflexiveObjectProperty
 
BuilderReflexiveObjectProperty(OWLReflexiveObjectPropertyAxiom, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderReflexiveObjectProperty
Builder initialized from an existing object.
BuilderSameIndividual - Class in org.semanticweb.owlapitools.builders
Builder class for OWLSameIndividualAxiom.
BuilderSameIndividual(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderSameIndividual
 
BuilderSameIndividual(OWLSameIndividualAxiom, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderSameIndividual
builder initialized from an existing object.
BuilderSubAnnotationPropertyOf - Class in org.semanticweb.owlapitools.builders
Builder class for OWLSubAnnotationPropertyOfAxiom.
BuilderSubAnnotationPropertyOf(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderSubAnnotationPropertyOf
 
BuilderSubAnnotationPropertyOf(OWLSubAnnotationPropertyOfAxiom, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderSubAnnotationPropertyOf
Builder initialized from an existing object.
BuilderSubClass - Class in org.semanticweb.owlapitools.builders
Builder class for OWLSubClassOfAxiom.
BuilderSubClass(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderSubClass
 
BuilderSubClass(OWLSubClassOfAxiom, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderSubClass
Builder initialized from an existing object.
BuilderSubDataProperty - Class in org.semanticweb.owlapitools.builders
Builder class for OWLSubDataPropertyOfAxiom.
BuilderSubDataProperty(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderSubDataProperty
 
BuilderSubDataProperty(OWLSubDataPropertyOfAxiom, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderSubDataProperty
Builder initialized from an existing object.
BuilderSubObjectProperty - Class in org.semanticweb.owlapitools.builders
Builder class for OWLSubObjectPropertyOfAxiom.
BuilderSubObjectProperty(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderSubObjectProperty
 
BuilderSubObjectProperty(OWLSubObjectPropertyOfAxiom, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderSubObjectProperty
Builder initialized from an existing object.
BuilderSWRLBuiltInAtom - Class in org.semanticweb.owlapitools.builders
Builder class for SWRLBuiltInAtom.
BuilderSWRLBuiltInAtom(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderSWRLBuiltInAtom
 
BuilderSWRLBuiltInAtom(SWRLBuiltInAtom, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderSWRLBuiltInAtom
Builder initialized from an existing object.
BuilderSWRLClassAtom - Class in org.semanticweb.owlapitools.builders
Builder class for SWRLClassAtom.
BuilderSWRLClassAtom(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderSWRLClassAtom
 
BuilderSWRLClassAtom(SWRLClassAtom, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderSWRLClassAtom
Builder initialized from an existing object.
BuilderSWRLDataPropertyAtom - Class in org.semanticweb.owlapitools.builders
Builder class for SWRLDataPropertyAtom.
BuilderSWRLDataPropertyAtom(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderSWRLDataPropertyAtom
 
BuilderSWRLDataPropertyAtom(SWRLDataPropertyAtom, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderSWRLDataPropertyAtom
Builder initialized from an existing object.
BuilderSWRLDataRangeAtom - Class in org.semanticweb.owlapitools.builders
Builder class for SWRLDataRangeAtom.
BuilderSWRLDataRangeAtom(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderSWRLDataRangeAtom
 
BuilderSWRLDataRangeAtom(SWRLDataRangeAtom, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderSWRLDataRangeAtom
Builder initialized from an existing object.
BuilderSWRLDifferentIndividualsAtom - Class in org.semanticweb.owlapitools.builders
Builder class for SWRLDifferentIndividualsAtom.
BuilderSWRLDifferentIndividualsAtom(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderSWRLDifferentIndividualsAtom
 
BuilderSWRLDifferentIndividualsAtom(SWRLDifferentIndividualsAtom, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderSWRLDifferentIndividualsAtom
Builder initialized from an existing object.
BuilderSWRLIndividualArgument - Class in org.semanticweb.owlapitools.builders
Builder class for SWRLIndividualArgument.
BuilderSWRLIndividualArgument(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderSWRLIndividualArgument
 
BuilderSWRLIndividualArgument(SWRLIndividualArgument, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderSWRLIndividualArgument
Builder initialized from an existing object.
BuilderSWRLIndividualsAtom<X extends SWRLBinaryAtom<SWRLIArgument,SWRLIArgument>,B extends Builder<X>> - Class in org.semanticweb.owlapitools.builders
Builder class for SWRL Individuals Atom.
BuilderSWRLIndividualsAtom(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderSWRLIndividualsAtom
 
BuilderSWRLLiteralArgument - Class in org.semanticweb.owlapitools.builders
Builder class for SWRLLiteralArgument.
BuilderSWRLLiteralArgument(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderSWRLLiteralArgument
 
BuilderSWRLLiteralArgument(SWRLLiteralArgument, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderSWRLLiteralArgument
Builder initialized from an existing object.
BuilderSWRLObjectPropertyAtom - Class in org.semanticweb.owlapitools.builders
Builder class for SWRLObjectPropertyAtom.
BuilderSWRLObjectPropertyAtom(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderSWRLObjectPropertyAtom
 
BuilderSWRLObjectPropertyAtom(SWRLObjectPropertyAtom, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderSWRLObjectPropertyAtom
Builder initialized from an existing object.
BuilderSWRLRule - Class in org.semanticweb.owlapitools.builders
Builder class for SWRLRule.
BuilderSWRLRule(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderSWRLRule
 
BuilderSWRLRule(SWRLRule, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderSWRLRule
Builder initialized from an existing object.
BuilderSWRLSameIndividualAtom - Class in org.semanticweb.owlapitools.builders
Builder class for SWRLSameIndividualAtom.
BuilderSWRLSameIndividualAtom(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderSWRLSameIndividualAtom
 
BuilderSWRLSameIndividualAtom(SWRLSameIndividualAtom, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderSWRLSameIndividualAtom
Builder initialized from an existing object.
BuilderSWRLVariable - Class in org.semanticweb.owlapitools.builders
Builder class for SWRLVariable.
BuilderSWRLVariable(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderSWRLVariable
 
BuilderSWRLVariable(SWRLVariable, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderSWRLVariable
Builder initialized from an existing object.
BuilderSymmetricObjectProperty - Class in org.semanticweb.owlapitools.builders
Builder class for OWLSymmetricObjectPropertyAxiom.
BuilderSymmetricObjectProperty(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderSymmetricObjectProperty
 
BuilderSymmetricObjectProperty(OWLSymmetricObjectPropertyAxiom, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderSymmetricObjectProperty
Builder initialized from an existing object.
BuilderTransitiveObjectProperty - Class in org.semanticweb.owlapitools.builders
Builder class for OWLTransitiveObjectPropertyAxiom.
BuilderTransitiveObjectProperty(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderTransitiveObjectProperty
 
BuilderTransitiveObjectProperty(OWLTransitiveObjectPropertyAxiom, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderTransitiveObjectProperty
Builder initialized from an existing object.
BuilderUnionOf - Class in org.semanticweb.owlapitools.builders
Builder class for OWLObjectUnionOf.
BuilderUnionOf(OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderUnionOf
 
BuilderUnionOf(OWLObjectUnionOf, OWLDataFactory) - Constructor for class org.semanticweb.owlapitools.builders.BuilderUnionOf
Builder initialized from an existing object.
buildLoaderConfiguration() - Method in class org.semanticweb.owlapi.model.OntologyConfigurator
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BaseBuilder
 
buildObject() - Method in interface org.semanticweb.owlapitools.builders.Builder
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderAnnotation
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderAnnotationAssertion
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderAnnotationProperty
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderAnnotationPropertyDomain
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderAnnotationPropertyRange
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderAnonymousIndividual
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderAsymmetricObjectProperty
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderClass
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderClassAssertion
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderComplementOf
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderDataAllValuesFrom
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderDataComplementOf
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderDataExactCardinality
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderDataHasValue
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderDataIntersectionOf
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderDataMaxCardinality
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderDataMinCardinality
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderDataOneOf
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderDataProperty
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderDataPropertyAssertion
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderDataPropertyDomain
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderDataPropertyRange
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderDataSomeValuesFrom
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderDatatype
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderDatatypeDefinition
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderDatatypeRestriction
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderDataUnionOf
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderDeclaration
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderDifferentIndividuals
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderDisjointClasses
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderDisjointDataProperties
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderDisjointObjectProperties
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderDisjointUnion
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderEntity
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderEquivalentClasses
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderEquivalentDataProperties
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderEquivalentObjectProperties
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderFacetRestriction
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderFunctionalDataProperty
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderFunctionalObjectProperty
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderHasKey
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderImportsDeclaration
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderInverseFunctionalObjectProperty
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderInverseObjectProperties
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderIrreflexiveObjectProperty
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderLiteral
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderNamedIndividual
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderNegativeDataPropertyAssertion
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderNegativeObjectPropertyAssertion
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderObjectAllValuesFrom
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderObjectExactCardinality
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderObjectHasSelf
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderObjectHasValue
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderObjectIntersectionOf
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderObjectInverseOf
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderObjectMaxCardinality
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderObjectMinCardinality
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderObjectProperty
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderObjectPropertyAssertion
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderObjectPropertyDomain
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderObjectPropertyRange
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderObjectSomeValuesFrom
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderOneOf
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderPropertyChain
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderReflexiveObjectProperty
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderSameIndividual
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderSubAnnotationPropertyOf
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderSubClass
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderSubDataProperty
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderSubObjectProperty
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderSWRLBuiltInAtom
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderSWRLClassAtom
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderSWRLDataPropertyAtom
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderSWRLDataRangeAtom
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderSWRLDifferentIndividualsAtom
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderSWRLIndividualArgument
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderSWRLLiteralArgument
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderSWRLObjectPropertyAtom
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderSWRLRule
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderSWRLSameIndividualAtom
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderSWRLVariable
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderSymmetricObjectProperty
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderTransitiveObjectProperty
 
buildObject() - Method in class org.semanticweb.owlapitools.builders.BuilderUnionOf
 
buildWriterConfiguration() - Method in class org.semanticweb.owlapi.model.OntologyConfigurator
 
BUILT_IN - Enum constant in enum class org.semanticweb.owlapi.vocab.Namespaces.BuiltIn
built in flag.
BUILT_IN - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLVocabulary
BUILT_IN.
BUILT_IN_AP_IRIS - Static variable in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
label , comment , versionInfo , backwardCompatibleWith , priorVersion , seeAlso , isDefinedBy , incompatibleWith , deprecated.
BUILT_IN_ATOM - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
BUILT_IN_ATOM.
BUILT_IN_ATOM - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLVocabulary
BUILT_IN_ATOM.
BUILT_IN_CLASS - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLVocabulary
BUILT_IN_CLASS.
BUILT_IN_VOCABULARY_IRIS - Static variable in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
Set of all IRIs for this enum values.
BuiltInVocabulary - Enum Class in org.semanticweb.owlapi.vocab
 
BUNDLE - Enum constant in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
http://www.w3.org/ns/prov#Bundle.
BY_NAME - Enum constant in enum class org.semanticweb.owlapi.reasoner.IndividualNodeSetPolicy
Indicates that NodeSets of named individuals will always contain singleton Nodes and individuals that are the same as each other will not be grouped together in one Node within the NodeSet.For example, if i, j and k are individuals, and they are instances of C, and i is entailed to be the same as j then asking for the instances of A will return a NodeSet containing three Nodes, one containing i, one containing j and the third containing k.
BY_SAME_AS - Enum constant in enum class org.semanticweb.owlapi.reasoner.IndividualNodeSetPolicy
Indicates that NodeSets of named individuals returned by the reasoner will contain Nodes that group individuals which are entailed to be the same as each other.
byName(CharSequence) - Method in interface org.semanticweb.owlapi.model.ByName
 
byName(CharSequence) - Method in enum class org.semanticweb.owlapi.model.MissingImportHandlingStrategy
 
byName(CharSequence) - Method in enum class org.semanticweb.owlapi.model.MissingOntologyHeaderStrategy
 
byName(CharSequence) - Method in enum class org.semanticweb.owlapi.model.PriorityCollectionSorting
 
ByName<T> - Interface in org.semanticweb.owlapi.model
An interface for things that have an exact mapping by name.
BYTE - Enum constant in enum class org.semanticweb.owlapi.vocab.XSDVocabulary
BYTE.

C

cache(K) - Method in class org.semanticweb.owlapi.util.WeakCache
 
cache(K, V) - Method in class org.semanticweb.owlapi.util.WeakIndexCache
 
CACHE_SIZE - Enum constant in enum class org.semanticweb.owlapi.model.parameters.ConfigurationOptions
Max number of elements for caches.
CachingBidirectionalShortFormProvider - Class in org.semanticweb.owlapi.util
A bidirectional short form provider that caches entity short forms.
canAttemptLoading(OWLOntologyDocumentSource) - Method in interface org.semanticweb.owlapi.model.OWLOntologyFactory
Determines if the factory can load an ontology for the specified input source.
canCreateFromDocumentIRI(IRI) - Method in interface org.semanticweb.owlapi.model.OWLOntologyFactory
Determines if the factory can create an ontology for the specified ontology document IRI.
canInterrupt() - Method in interface org.semanticweb.owlapi.util.Monitorable
 
canStoreOntology(OWLDocumentFormat) - Method in interface org.semanticweb.owlapi.model.OWLStorer
Determines if this storer can store an ontology in the specified ontology format.
CARDINALITY_ATTRIBUTE - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
CARDINALITY_ATTRIBUTE.
CardinalityRestrictionProvider - Interface in org.semanticweb.owlapi.model.providers
Cardinality restriction provider interface.
CAT_BINARY - Enum constant in enum class org.semanticweb.owlapi.vocab.OWL2Datatype.Category
BINARY.
CAT_BOOLEAN - Enum constant in enum class org.semanticweb.owlapi.vocab.OWL2Datatype.Category
BOOLEAN.
CAT_NUMBER - Enum constant in enum class org.semanticweb.owlapi.vocab.OWL2Datatype.Category
NUMBER.
CAT_STRING_WITH_LANGUAGE_TAG - Enum constant in enum class org.semanticweb.owlapi.vocab.OWL2Datatype.Category
STRING_WITH_LANGUAGE_TAG.
CAT_STRING_WITHOUT_LANGUAGE_TAG - Enum constant in enum class org.semanticweb.owlapi.vocab.OWL2Datatype.Category
STRING_WITHOUT_LANGUAGE_TAG.
CAT_TIME - Enum constant in enum class org.semanticweb.owlapi.vocab.OWL2Datatype.Category
TIME.
CAT_UNIVERSAL - Enum constant in enum class org.semanticweb.owlapi.vocab.OWL2Datatype.Category
UNIVERSAL.
CAT_URI - Enum constant in enum class org.semanticweb.owlapi.vocab.OWL2Datatype.Category
URI.
CATALOG_INDEX_NAME - Static variable in class org.semanticweb.owlapi.util.OWLZipSaver
Catalog entry name
catalogIndex(Collection<OWLOntology>, Collection<OWLOntology>) - Method in class org.semanticweb.owlapi.util.OWLZipSaver
Prepare a catalog index; this method can be used as a BiFunction for OWLZipSaver.setIndex(BiFunction).
CC - Enum constant in enum class org.semanticweb.owlapi.vocab.Namespaces
The CC namespace.
CEILING - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
CEILING.
chainSize() - Method in class org.semanticweb.owlapitools.builders.BuilderPropertyChain
 
change(OWLObject) - Method in class org.semanticweb.owlapi.util.OWLObjectTransformer
Create the required changes for this transformation to be applied to the input.
change(OWLOntology) - Method in class org.semanticweb.owlapi.util.OWLObjectTransformer
Create the required changes for this transformation to be applied to the input.
ChangeApplied - Enum Class in org.semanticweb.owlapi.model.parameters
An enum for change application success.
ChangeDetails - Class in org.semanticweb.owlapi.model
A class to hold detailed results on a set of changes.
ChangeDetails(ChangeApplied, List<? extends OWLOntologyChange>) - Constructor for class org.semanticweb.owlapi.model.ChangeDetails
 
changeIRI(Map<OWLEntity, IRI>) - Method in class org.semanticweb.owlapi.util.OWLEntityRenamer
 
changeIRI(IRI, IRI) - Method in class org.semanticweb.owlapi.util.OWLEntityRenamer
Changes a IRI for another IRI.
changeIRI(OWLEntity, IRI) - Method in class org.semanticweb.owlapi.util.OWLEntityRenamer
Changes the IRI of an entity for another IRI.
changeLiteral(OWLLiteral, OWLLiteral) - Method in class org.semanticweb.owlapi.util.OWLLiteralReplacer
Changes a literal for another literal.
changeLiterals(Map<OWLLiteral, OWLLiteral>) - Method in class org.semanticweb.owlapi.util.OWLLiteralReplacer
 
CHANGENOTE - Enum constant in enum class org.semanticweb.owlapi.vocab.SKOSVocabulary
CHANGENOTE.
charAt(int) - Method in class org.semanticweb.owlapi.model.IRI
 
checkIterableNotNull(Object[], String, boolean) - Static method in class org.semanticweb.owlapi.util.OWLAPIPreconditions
 
checkIterableNotNull(Collection<?>, String, boolean) - Static method in class org.semanticweb.owlapi.util.OWLAPIPreconditions
 
checkNotNegative(long) - Static method in class org.semanticweb.owlapi.util.OWLAPIPreconditions
Check for negative value and throw IllegalArgumentException if negative.
checkNotNegative(long, String) - Static method in class org.semanticweb.owlapi.util.OWLAPIPreconditions
Check for negative value and throw IllegalArgumentException if negative.
checkNotNegative(long, Supplier<String>) - Static method in class org.semanticweb.owlapi.util.OWLAPIPreconditions
Check for negative value and throw IllegalArgumentException if negative.
checkNotNull(Optional<T>, String) - Static method in class org.semanticweb.owlapi.util.OWLAPIPreconditions
checkNotNull(Optional<T>, Supplier<String>) - Static method in class org.semanticweb.owlapi.util.OWLAPIPreconditions
Check for absent and throw IllegalArgumentException if null or absent.
checkNotNull(T) - Static method in class org.semanticweb.owlapi.util.OWLAPIPreconditions
Check for null and throw NullPointerException if null.
checkNotNull(T, String) - Static method in class org.semanticweb.owlapi.util.OWLAPIPreconditions
Check for null and throw NullPointerException if null.
checkNotNull(T, Supplier<String>) - Static method in class org.semanticweb.owlapi.util.OWLAPIPreconditions
Check for null and throw NullPointerException if null.
checkOntology(OWLOntology) - Method in class org.semanticweb.owlapi.profiles.OWL2DLProfile
 
checkOntology(OWLOntology) - Method in class org.semanticweb.owlapi.profiles.OWL2ELProfile
 
checkOntology(OWLOntology) - Method in class org.semanticweb.owlapi.profiles.OWL2Profile
 
checkOntology(OWLOntology) - Method in class org.semanticweb.owlapi.profiles.OWL2QLProfile
 
checkOntology(OWLOntology) - Method in class org.semanticweb.owlapi.profiles.OWL2RLProfile
 
checkOntology(OWLOntology) - Method in interface org.semanticweb.owlapi.profiles.OWLProfile
Checks an ontology and its import closure to see if it is within this profile.
checkOntology(OWLOntology) - Method in enum class org.semanticweb.owlapi.profiles.Profiles
 
checkOntologyClosureInProfiles(OWLOntology, Profiles...) - Method in interface org.semanticweb.owlapi.profiles.OWLProfile
Checks an ontology and its import closure to see if it is within the specified profiles.
checkValidForNAryExpressions(T, String) - Static method in class org.semanticweb.owlapi.util.OWLAPIPreconditions
Check for null or empty and throw NullPointerException if null or empty.
CLASS - Enum constant in enum class org.semanticweb.owlapi.model.PrimitiveType
CLASS.
CLASS - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
CLASS.
CLASS - Static variable in class org.semanticweb.owlapi.model.EntityType
Class entity.
CLASS_ASSERTION - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
CLASS_ASSERTION.
CLASS_ASSERTION - Static variable in class org.semanticweb.owlapi.model.AxiomType
ClassAssertion.
CLASS_ASSERTIONS - Enum constant in enum class org.semanticweb.owlapi.reasoner.InferenceType
Denotes the computation of the direct types of individuals for each individual in the signature of the imports closure of the root ontology.
CLASS_ATOM - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
CLASS_ATOM.
CLASS_ATOM - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLVocabulary
CLASS_ATOM.
CLASS_HIERARCHY - Enum constant in enum class org.semanticweb.owlapi.reasoner.InferenceType
Denotes the computation of the class hierarchy.
CLASS_PREDICATE - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLVocabulary
CLASS_PREDICATE.
classAssertionAxioms(OWLClassExpression) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets the OWLClassAssertionAxiom objects contained in this ontology that make the specified class expression, ce, a type for some individual.
classAssertionAxioms(OWLIndividual) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets the OWLClassAssertionAxiom objects contained in this ontology that make the specified individual an instance of some class expression.
ClassAssertionProvider - Interface in org.semanticweb.owlapi.model.providers
Class assertion provider.
classAtomPredicates() - Method in interface org.semanticweb.owlapi.model.SWRLRule
Gets the predicates of class atoms.
classesInSignature() - Method in interface org.semanticweb.owlapi.model.HasClassesInSignature
 
classesInSignature(Imports) - Method in interface org.semanticweb.owlapi.model.OWLSignature
Gets the classes in the signature and optionally the imports closure.
ClassExpressionNotInProfileException - Exception in org.semanticweb.owlapi.reasoner
 
ClassExpressionNotInProfileException(OWLClassExpression, IRI) - Constructor for exception org.semanticweb.owlapi.reasoner.ClassExpressionNotInProfileException
 
classExpressions() - Method in interface org.semanticweb.owlapi.model.OWLDisjointUnionAxiom
Gets the class expressions which are operands of the disjoint union.
classExpressions() - Method in interface org.semanticweb.owlapi.model.OWLNaryClassAxiom
Gets all of the top level class expressions that appear in this axiom.
ClassExpressionType - Enum Class in org.semanticweb.owlapi.model
Represents the different types of OWL 2 class expressions.
CLASSIFYING - Static variable in interface org.semanticweb.owlapi.reasoner.ReasonerProgressMonitor
A standard name for the task of computing the class hierarchy.
CLASSIFYING_AND_REALIZING - Static variable in interface org.semanticweb.owlapi.reasoner.ReasonerProgressMonitor
A standard name for the task of classifying and realising at the same time.
ClassProvider - Interface in org.semanticweb.owlapi.model.providers
 
clear() - Method in class org.semanticweb.owlapi.formats.PrefixDocumentFormatImpl
 
clear() - Method in interface org.semanticweb.owlapi.model.PrefixManager
Clear the map.
clear() - Method in class org.semanticweb.owlapi.util.CollectionFactory.ConditionalCopySet
 
clear() - Method in class org.semanticweb.owlapi.util.DefaultPrefixManager
 
clear() - Method in class org.semanticweb.owlapi.util.PriorityCollection
Remove all elements from the collection.
clear() - Method in class org.semanticweb.owlapi.util.WeakCache
empty the cache.
clear() - Method in class org.semanticweb.owlapi.util.WeakIndexCache
empty the cache.
clearAnnotations() - Method in class org.semanticweb.owlapitools.builders.BaseBuilder
Clear annotations.
clearIgnoredImports() - Method in class org.semanticweb.owlapi.model.OntologyConfigurator
Clears all ontology document IRIs from the list of ignored ontology document IRIs.
clearIgnoredImports() - Method in class org.semanticweb.owlapi.model.OWLOntologyLoaderConfiguration
Clears all ontology document IRIs from the list of ignored ontology document IRIs.
clearIRIMappers() - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
Deprecated.
use getIRIMappers().clear() instead
clearOntologies() - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
Clear all ontologies, listeners and maps from the manager.
clearOntologyStorers() - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
Deprecated.
use getOntologyStorers().clear() instead
close() - Method in class org.semanticweb.owlapi.io.XZFileDocumentTarget
 
close() - Method in class org.semanticweb.owlapi.io.XZStreamDocumentTarget
 
CLOSEMATCH - Enum constant in enum class org.semanticweb.owlapi.vocab.SKOSVocabulary
CLOSEMATCH.
CNT - Enum constant in enum class org.semanticweb.owlapi.vocab.Namespaces
The CNT namespace.
CoerceConstantsIntoDataPropertyRange - Class in org.semanticweb.owlapi.change
Coerces constants to have the same type as the range of a property in axioms where the two are used.
CoerceConstantsIntoDataPropertyRange(OWLOntologyManager, Collection<OWLOntology>) - Constructor for class org.semanticweb.owlapi.change.CoerceConstantsIntoDataPropertyRange
Instantiates a new coerce constants into data property range.
COLLAPSE - Enum constant in enum class org.semanticweb.owlapi.vocab.OWL2Datatype.WhiteSpaceNormalisation
After the processing implied by replace, contiguous sequences of #x20's are collapsed to a single #x20, and any #x20 at the start or end of the string is then removed.
COLLECTABLEPROPERTY - Enum constant in enum class org.semanticweb.owlapi.vocab.SKOSVocabulary
Deprecated.
No longer used
COLLECTION - Enum constant in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
http://www.w3.org/ns/prov#Collection.
COLLECTION - Enum constant in enum class org.semanticweb.owlapi.vocab.SKOSVocabulary
COLLECTION.
CollectionFactory - Class in org.semanticweb.owlapi.util
 
CollectionFactory.ConditionalCopySet<T> - Class in org.semanticweb.owlapi.util
a set implementation that uses a delegate collection for all read-only operations and makes a copy if changes are attempted.
COMMENT - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
COMMENT.
COMMENT - Enum constant in enum class org.semanticweb.owlapi.vocab.SKOSVocabulary
Deprecated.
No longer used
CommonBaseIRIMapper - Class in org.semanticweb.owlapi.util
An ontology IRI mapper that can be used to map ontology IRIs to ontology document IRIs which share the same base.
CommonBaseIRIMapper(IRI) - Constructor for class org.semanticweb.owlapi.util.CommonBaseIRIMapper
Creates a mapper, which maps ontology URIs to URIs which share the specified base.
COMMUNICATION - Enum constant in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
http://www.w3.org/ns/prov#Communication.
compare(String, String) - Method in class org.semanticweb.owlapi.util.StringLengthComparator
 
compare(IRI, IRI) - Method in class org.semanticweb.owlapi.util.IRIComparator
 
compare(OWLEntity, OWLEntity) - Method in class org.semanticweb.owlapi.util.OWLEntityComparator
 
compare(OWLEntity, OWLEntity) - Method in class org.semanticweb.owlapi.util.OWLEntityIRIComparator
 
compare(OWLObject, OWLObject) - Method in class org.semanticweb.owlapi.util.OWLObjectComparator
 
compare(T, T) - Method in class org.semanticweb.owlapi.util.HasPriorityComparator
 
compareCollections(Collection<? extends OWLObject>, Collection<? extends OWLObject>) - Static method in class org.semanticweb.owlapi.util.OWLAPIStreamUtils
 
compareIterators(Iterator<?>, Iterator<?>) - Static method in class org.semanticweb.owlapi.util.OWLAPIStreamUtils
Compare iterators element by element (sensitive to order)
compareLists(List<? extends OWLObject>, List<? extends OWLObject>) - Static method in class org.semanticweb.owlapi.util.OWLAPIStreamUtils
Check lists for equality (sensitive to order)
compareStreams(Stream<?>, Stream<?>) - Static method in class org.semanticweb.owlapi.util.OWLAPIStreamUtils
Compare streams through iterators (sensitive to order)
compareTo(RDFNode) - Method in class org.semanticweb.owlapi.io.RDFLiteral
 
compareTo(RDFNode) - Method in class org.semanticweb.owlapi.io.RDFResource
 
compareTo(RDFTriple) - Method in class org.semanticweb.owlapi.io.RDFTriple
 
compareTo(AxiomType<?>) - Method in class org.semanticweb.owlapi.model.AxiomType
 
compareTo(NodeID) - Method in class org.semanticweb.owlapi.model.NodeID
 
compareTo(OWLObject) - Method in class org.semanticweb.owlapi.model.IRI
 
compareTo(OWLOntologyID) - Method in class org.semanticweb.owlapi.model.OWLOntologyID
 
ComplementProvider - Interface in org.semanticweb.owlapi.model.providers
Complement provider interface.
components() - Method in interface org.semanticweb.owlapi.model.HasComponents
 
components() - Method in class org.semanticweb.owlapi.model.IRI
 
components() - Method in interface org.semanticweb.owlapi.model.OWLAnnotation
 
components() - Method in interface org.semanticweb.owlapi.model.OWLAnnotationAssertionAxiom
 
components() - Method in interface org.semanticweb.owlapi.model.OWLAnnotationPropertyDomainAxiom
 
components() - Method in interface org.semanticweb.owlapi.model.OWLAnnotationPropertyRangeAxiom
 
components() - Method in interface org.semanticweb.owlapi.model.OWLAnonymousIndividual
 
components() - Method in interface org.semanticweb.owlapi.model.OWLAsymmetricObjectPropertyAxiom
 
components() - Method in interface org.semanticweb.owlapi.model.OWLCardinalityRestriction
 
components() - Method in interface org.semanticweb.owlapi.model.OWLClassAssertionAxiom
 
components() - Method in interface org.semanticweb.owlapi.model.OWLDataComplementOf
 
components() - Method in interface org.semanticweb.owlapi.model.OWLDataOneOf
 
components() - Method in interface org.semanticweb.owlapi.model.OWLDatatypeDefinitionAxiom
 
components() - Method in interface org.semanticweb.owlapi.model.OWLDatatypeRestriction
 
components() - Method in interface org.semanticweb.owlapi.model.OWLDeclarationAxiom
 
components() - Method in interface org.semanticweb.owlapi.model.OWLDisjointUnionAxiom
 
components() - Method in interface org.semanticweb.owlapi.model.OWLFacetRestriction
 
components() - Method in interface org.semanticweb.owlapi.model.OWLHasKeyAxiom
 
components() - Method in interface org.semanticweb.owlapi.model.OWLHasValueRestriction
 
components() - Method in interface org.semanticweb.owlapi.model.OWLLiteral
 
components() - Method in interface org.semanticweb.owlapi.model.OWLLogicalEntity
Deprecated.
 
components() - Method in interface org.semanticweb.owlapi.model.OWLNaryBooleanClassExpression
 
components() - Method in interface org.semanticweb.owlapi.model.OWLNaryClassAxiom
 
components() - Method in interface org.semanticweb.owlapi.model.OWLNaryDataRange
 
components() - Method in interface org.semanticweb.owlapi.model.OWLNaryIndividualAxiom
 
components() - Method in interface org.semanticweb.owlapi.model.OWLNaryPropertyAxiom
 
components() - Method in interface org.semanticweb.owlapi.model.OWLObjectComplementOf
 
components() - Method in interface org.semanticweb.owlapi.model.OWLObjectHasSelf
 
components() - Method in interface org.semanticweb.owlapi.model.OWLObjectInverseOf
 
components() - Method in interface org.semanticweb.owlapi.model.OWLObjectOneOf
 
components() - Method in interface org.semanticweb.owlapi.model.OWLOntology
 
components() - Method in interface org.semanticweb.owlapi.model.OWLPropertyAssertionAxiom
 
components() - Method in interface org.semanticweb.owlapi.model.OWLPropertyDomainAxiom
 
components() - Method in interface org.semanticweb.owlapi.model.OWLPropertyRangeAxiom
 
components() - Method in interface org.semanticweb.owlapi.model.OWLQuantifiedRestriction
 
components() - Method in interface org.semanticweb.owlapi.model.OWLSubAnnotationPropertyOfAxiom
 
components() - Method in interface org.semanticweb.owlapi.model.OWLSubClassOfAxiom
 
components() - Method in interface org.semanticweb.owlapi.model.OWLSubPropertyAxiom
 
components() - Method in interface org.semanticweb.owlapi.model.OWLSubPropertyChainOfAxiom
 
components() - Method in interface org.semanticweb.owlapi.model.OWLUnaryPropertyAxiom
 
components() - Method in interface org.semanticweb.owlapi.model.SWRLBinaryAtom
 
components() - Method in interface org.semanticweb.owlapi.model.SWRLBuiltInAtom
 
components() - Method in interface org.semanticweb.owlapi.model.SWRLClassAtom
 
components() - Method in interface org.semanticweb.owlapi.model.SWRLDataRangeAtom
 
components() - Method in interface org.semanticweb.owlapi.model.SWRLIndividualArgument
 
components() - Method in interface org.semanticweb.owlapi.model.SWRLLiteralArgument
 
components() - Method in interface org.semanticweb.owlapi.model.SWRLRule
 
components() - Method in interface org.semanticweb.owlapi.model.SWRLVariable
 
components() - Method in enum class org.semanticweb.owlapi.util.Languages
 
componentsAnnotationsFirst() - Method in interface org.semanticweb.owlapi.model.HasComponents
 
componentsAnnotationsFirst() - Method in interface org.semanticweb.owlapi.model.OWLAnnotation
 
componentsAnnotationsFirst() - Method in interface org.semanticweb.owlapi.model.OWLAnnotationAssertionAxiom
 
componentsAnnotationsFirst() - Method in interface org.semanticweb.owlapi.model.OWLAnnotationPropertyDomainAxiom
 
componentsAnnotationsFirst() - Method in interface org.semanticweb.owlapi.model.OWLAnnotationPropertyRangeAxiom
 
componentsAnnotationsFirst() - Method in interface org.semanticweb.owlapi.model.OWLAsymmetricObjectPropertyAxiom
 
componentsAnnotationsFirst() - Method in interface org.semanticweb.owlapi.model.OWLClassAssertionAxiom
 
componentsAnnotationsFirst() - Method in interface org.semanticweb.owlapi.model.OWLDatatypeDefinitionAxiom
 
componentsAnnotationsFirst() - Method in interface org.semanticweb.owlapi.model.OWLDeclarationAxiom
 
componentsAnnotationsFirst() - Method in interface org.semanticweb.owlapi.model.OWLDisjointUnionAxiom
 
componentsAnnotationsFirst() - Method in interface org.semanticweb.owlapi.model.OWLHasKeyAxiom
 
componentsAnnotationsFirst() - Method in interface org.semanticweb.owlapi.model.OWLNaryClassAxiom
 
componentsAnnotationsFirst() - Method in interface org.semanticweb.owlapi.model.OWLNaryIndividualAxiom
 
componentsAnnotationsFirst() - Method in interface org.semanticweb.owlapi.model.OWLNaryPropertyAxiom
 
componentsAnnotationsFirst() - Method in interface org.semanticweb.owlapi.model.OWLPropertyAssertionAxiom
 
componentsAnnotationsFirst() - Method in interface org.semanticweb.owlapi.model.OWLPropertyDomainAxiom
 
componentsAnnotationsFirst() - Method in interface org.semanticweb.owlapi.model.OWLPropertyRangeAxiom
 
componentsAnnotationsFirst() - Method in interface org.semanticweb.owlapi.model.OWLSubAnnotationPropertyOfAxiom
 
componentsAnnotationsFirst() - Method in interface org.semanticweb.owlapi.model.OWLSubClassOfAxiom
 
componentsAnnotationsFirst() - Method in interface org.semanticweb.owlapi.model.OWLSubPropertyAxiom
 
componentsAnnotationsFirst() - Method in interface org.semanticweb.owlapi.model.OWLSubPropertyChainOfAxiom
 
componentsAnnotationsFirst() - Method in interface org.semanticweb.owlapi.model.OWLUnaryPropertyAxiom
 
componentsAnnotationsFirst() - Method in interface org.semanticweb.owlapi.model.SWRLRule
 
componentsWithoutAnnotations() - Method in interface org.semanticweb.owlapi.model.HasComponents
 
componentsWithoutAnnotations() - Method in interface org.semanticweb.owlapi.model.OWLAnnotation
 
componentsWithoutAnnotations() - Method in interface org.semanticweb.owlapi.model.OWLAnnotationAssertionAxiom
 
componentsWithoutAnnotations() - Method in interface org.semanticweb.owlapi.model.OWLAnnotationPropertyDomainAxiom
 
componentsWithoutAnnotations() - Method in interface org.semanticweb.owlapi.model.OWLAnnotationPropertyRangeAxiom
 
componentsWithoutAnnotations() - Method in interface org.semanticweb.owlapi.model.OWLAsymmetricObjectPropertyAxiom
 
componentsWithoutAnnotations() - Method in interface org.semanticweb.owlapi.model.OWLClassAssertionAxiom
 
componentsWithoutAnnotations() - Method in interface org.semanticweb.owlapi.model.OWLDatatypeDefinitionAxiom
 
componentsWithoutAnnotations() - Method in interface org.semanticweb.owlapi.model.OWLDeclarationAxiom
 
componentsWithoutAnnotations() - Method in interface org.semanticweb.owlapi.model.OWLDisjointUnionAxiom
 
componentsWithoutAnnotations() - Method in interface org.semanticweb.owlapi.model.OWLHasKeyAxiom
 
componentsWithoutAnnotations() - Method in interface org.semanticweb.owlapi.model.OWLNaryClassAxiom
 
componentsWithoutAnnotations() - Method in interface org.semanticweb.owlapi.model.OWLNaryIndividualAxiom
 
componentsWithoutAnnotations() - Method in interface org.semanticweb.owlapi.model.OWLNaryPropertyAxiom
 
componentsWithoutAnnotations() - Method in interface org.semanticweb.owlapi.model.OWLPropertyAssertionAxiom
 
componentsWithoutAnnotations() - Method in interface org.semanticweb.owlapi.model.OWLPropertyDomainAxiom
 
componentsWithoutAnnotations() - Method in interface org.semanticweb.owlapi.model.OWLPropertyRangeAxiom
 
componentsWithoutAnnotations() - Method in interface org.semanticweb.owlapi.model.OWLSubAnnotationPropertyOfAxiom
 
componentsWithoutAnnotations() - Method in interface org.semanticweb.owlapi.model.OWLSubClassOfAxiom
 
componentsWithoutAnnotations() - Method in interface org.semanticweb.owlapi.model.OWLSubPropertyAxiom
 
componentsWithoutAnnotations() - Method in interface org.semanticweb.owlapi.model.OWLSubPropertyChainOfAxiom
 
componentsWithoutAnnotations() - Method in interface org.semanticweb.owlapi.model.OWLUnaryPropertyAxiom
 
componentsWithoutAnnotations() - Method in interface org.semanticweb.owlapi.model.SWRLRule
 
computeIllegals(Multimap<IRI, EntityType<?>>) - Static method in interface org.semanticweb.owlapi.model.OWLDocumentFormat
 
CONCEPT - Enum constant in enum class org.semanticweb.owlapi.vocab.SKOSVocabulary
CONCEPT.
CONCEPT_COMPLEX_NEGATION - Enum constant in enum class org.semanticweb.owlapi.util.Construct
Complex concept negation.
CONCEPT_INTERSECTION - Enum constant in enum class org.semanticweb.owlapi.util.Construct
Concept intersections.
CONCEPT_UNION - Enum constant in enum class org.semanticweb.owlapi.util.Construct
Concept union.
CONCEPTSCHEME - Enum constant in enum class org.semanticweb.owlapi.vocab.SKOSVocabulary
CONCEPTSCHEME.
ConditionalCopySet(Collection<T>, boolean) - Constructor for class org.semanticweb.owlapi.util.CollectionFactory.ConditionalCopySet
 
ConfigurationOptions - Enum Class in org.semanticweb.owlapi.model.parameters
This enum handles default values and config file or system property overrides.
conjunctSet() - Method in interface org.semanticweb.owlapi.model.OWLClassExpression
Interprets this expression as a conjunction and returns the conjuncts.
CONNECTION_TIMEOUT - Enum constant in enum class org.semanticweb.owlapi.model.parameters.ConfigurationOptions
Timeout for connections.
CONSIDER_AXIOM_ANNOTATIONS - Enum constant in enum class org.semanticweb.owlapi.model.parameters.AxiomAnnotations
Search for axioms taking annotations into account.
ConsoleProgressMonitor - Class in org.semanticweb.owlapi.reasoner
 
ConsoleProgressMonitor() - Constructor for class org.semanticweb.owlapi.reasoner.ConsoleProgressMonitor
 
Construct - Enum Class in org.semanticweb.owlapi.util
Construct enum.
contains(E) - Method in interface org.semanticweb.owlapi.reasoner.Node
Determines if this node contains the specified entity.
contains(Object) - Method in class org.semanticweb.owlapi.util.CollectionFactory.ConditionalCopySet
 
contains(Object) - Method in class org.semanticweb.owlapi.util.SmallSet
 
contains(Stream<?>, Object) - Static method in class org.semanticweb.owlapi.util.OWLAPIStreamUtils
 
contains(K) - Method in class org.semanticweb.owlapi.util.WeakCache
 
contains(K) - Method in class org.semanticweb.owlapi.util.WeakIndexCache
 
contains(IRI) - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
Determines if there is an ontology that has the specified ontology IRI, regardless of version IRI.
contains(OWLClassExpression) - Method in interface org.semanticweb.owlapi.model.OWLNaryClassAxiom
Determines if this class axiom contains the specified class expression as an operand.
contains(OWLOntology) - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
 
contains(OWLOntologyID) - Method in interface org.semanticweb.owlapi.model.HasContainsOntology
Determines if this object contains an ontology that has the specified OWLOntologyID.
contains(OWLOntologyID) - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
Determines if there is an ontology with the specified id that is managed by this manager; this method works only with non anonymous ids.
contains(OWLOntology, OWLAxiom) - Method in enum class org.semanticweb.owlapi.model.parameters.AxiomAnnotations
 
contains(OWLAxiomSearchFilter, Object) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Generic containment check type for further refining search by axiom type.
contains(OWLAxiomSearchFilter, Object, Imports) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Generic containment check type for further refining search by axiom type.
CONTAINS - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
CONTAINS.
CONTAINS_IGNORE_CASE - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
CONTAINS_IGNORE_CASE.
containsAll(Collection<?>) - Method in class org.semanticweb.owlapi.util.CollectionFactory.ConditionalCopySet
 
containsAnnotationPropertyInSignature(IRI) - Method in interface org.semanticweb.owlapi.model.OWLSignature
Determines if the signature contains an OWLAnnotationProperty that has the specified IRI.
containsAnnotationPropertyInSignature(IRI, boolean) - Method in interface org.semanticweb.owlapi.model.OWLSignatureBooleanArgs
containsAnnotationPropertyInSignature(IRI, Imports) - Method in interface org.semanticweb.owlapi.model.OWLSignature
Determines if the signature contains an OWLAnnotationProperty that has the specified IRI.
containsAnonymousClassExpressions() - Method in interface org.semanticweb.owlapi.model.SWRLRule
Determines if this rule uses anonymous class expressions in class atoms.
containsAnonymousIndividuals() - Method in interface org.semanticweb.owlapi.model.OWLDifferentIndividualsAxiom
Determines whether this axiom contains anonymous individuals.
containsAnonymousIndividuals() - Method in interface org.semanticweb.owlapi.model.OWLNegativeDataPropertyAssertionAxiom
Determines whether this axiom contains anonymous individuals.
containsAnonymousIndividuals() - Method in interface org.semanticweb.owlapi.model.OWLNegativeObjectPropertyAssertionAxiom
Determines whether this axiom contains anonymous individuals.
containsAnonymousIndividuals() - Method in interface org.semanticweb.owlapi.model.OWLSameIndividualAxiom
Determines whether this axiom contains anonymous individuals.
containsAxiom(OWLAxiom) - Method in interface org.semanticweb.owlapi.model.HasContainsAxiom
Determines whether or not this object contains a particular OWLAxiom.
containsAxiom(OWLAxiom, boolean) - Method in interface org.semanticweb.owlapi.model.OWLAxiomCollectionBooleanArgs
containsAxiom(OWLAxiom, Stream<OWLOntology>, Imports) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Checks if any of the ontologies contains axiom a, with or without imports closure.
containsAxiom(OWLAxiom, OWLOntology, Imports) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Checks if the ontology contains axiom a, with or without imports closure.
containsAxiom(OWLAxiom, Imports, AxiomAnnotations) - Method in interface org.semanticweb.owlapi.model.OWLAxiomCollection
Determines if this ontology contains the specified axiom, optionally including the imports closure.
containsAxiomIgnoreAnnotations(OWLAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAxiomCollection
Determines if this ontology contains the specified axiom.
containsAxiomIgnoreAnnotations(OWLAxiom, boolean) - Method in interface org.semanticweb.owlapi.model.OWLAxiomCollectionBooleanArgs
containsAxiomIgnoreAnnotations(OWLAxiom, Stream<OWLOntology>, boolean) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Checks if any of the ontologies contains axiom a, with or without imports closure.
containsAxiomIgnoreAnnotations(OWLAxiom, OWLOntology, boolean) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Checks if the ontology contains axiom a, with or without imports closure, ignoring annotations.
containsClassInSignature(IRI) - Method in interface org.semanticweb.owlapi.model.OWLSignature
Determines if the signature contains an OWLClass that has the specified IRI.
containsClassInSignature(IRI, boolean) - Method in interface org.semanticweb.owlapi.model.OWLSignatureBooleanArgs
containsClassInSignature(IRI, Imports) - Method in interface org.semanticweb.owlapi.model.OWLSignature
Determines if the signature contains an OWLClass that has the specified IRI.
containsConjunct(OWLClassExpression) - Method in interface org.semanticweb.owlapi.model.OWLClassExpression
Determines if this class expression contains a particular conjunct.
containsDataPropertyInSignature(IRI) - Method in interface org.semanticweb.owlapi.model.OWLSignature
Determines if the signature contains an OWLDataProperty that has the specified IRI.
containsDataPropertyInSignature(IRI, boolean) - Method in interface org.semanticweb.owlapi.model.OWLSignatureBooleanArgs
containsDataPropertyInSignature(IRI, Imports) - Method in interface org.semanticweb.owlapi.model.OWLSignature
Determines if the signature contains an OWLDataProperty that has the specified IRI.
containsDatatypeInSignature(IRI) - Method in interface org.semanticweb.owlapi.model.OWLSignature
Determines if the signature contains an OWLDatatype that has the specified IRI.
containsDatatypeInSignature(IRI, boolean) - Method in interface org.semanticweb.owlapi.model.OWLSignatureBooleanArgs
containsDatatypeInSignature(IRI, Imports) - Method in interface org.semanticweb.owlapi.model.OWLSignature
Determines if the signature contains an OWLDatatype that has the specified IRI.
containsEntitiesOfTypeInSignature(EntityType<?>) - Method in interface org.semanticweb.owlapi.model.OWLSignature
Determine whether the instance has entities of the specified type in its signature - e.g., whether an ontology has classes, object properties, or named individuals in its signature.
containsEntitiesOfTypeInSignature(EntityType<?>, Imports) - Method in interface org.semanticweb.owlapi.model.OWLSignature
Determine whether the instance has entities of the specified type in its signature or in its import closure - e.g., whether an ontology has classes, object properties, or named individuals in its signature.
containsEntity(E) - Method in interface org.semanticweb.owlapi.reasoner.NodeSet
A convenience method that determines if this NodeSet contains a specific entity.
containsEntityInSignature(IRI) - Method in interface org.semanticweb.owlapi.model.OWLSignature
Determines if the signature contains an entity with the specified IRI.
containsEntityInSignature(IRI, boolean) - Method in interface org.semanticweb.owlapi.model.OWLSignatureBooleanArgs
containsEntityInSignature(IRI, Imports) - Method in interface org.semanticweb.owlapi.model.OWLSignature
Determines if the signature contains an entity with the specified IRI.
containsEntityInSignature(OWLEntity) - Method in interface org.semanticweb.owlapi.model.HasContainsEntityInSignature
Determines if the signature of this object contains the specified entity.
containsEntityInSignature(OWLEntity, boolean) - Method in interface org.semanticweb.owlapi.model.OWLSignatureBooleanArgs
containsEntityInSignature(OWLEntity, Imports) - Method in interface org.semanticweb.owlapi.model.OWLSignature
Determines if the signature contains the specified entity.
containsIndividualInSignature(IRI) - Method in interface org.semanticweb.owlapi.model.OWLSignature
Determines if the signature contains an OWLNamedIndividual that has the specified IRI.
containsIndividualInSignature(IRI, boolean) - Method in interface org.semanticweb.owlapi.model.OWLSignatureBooleanArgs
containsIndividualInSignature(IRI, Imports) - Method in interface org.semanticweb.owlapi.model.OWLSignature
Determines if the signature contains an OWLNamedIndividual that has the specified IRI.
containsNamedEquivalentClass() - Method in interface org.semanticweb.owlapi.model.OWLEquivalentClassesAxiom
Determines if this equivalent classes axiom contains at least one named class (excluding owl:Thing or owl:Nothing).
containsObjectPropertyInSignature(IRI) - Method in interface org.semanticweb.owlapi.model.OWLSignature
Determines if the signature contains an OWLObjectProperty that has the specified IRI.
containsObjectPropertyInSignature(IRI, boolean) - Method in interface org.semanticweb.owlapi.model.OWLSignatureBooleanArgs
containsObjectPropertyInSignature(IRI, Imports) - Method in interface org.semanticweb.owlapi.model.OWLSignature
Determines if the signature contains an OWLObjectProperty that has the specified IRI.
containsOWLNothing() - Method in interface org.semanticweb.owlapi.model.OWLEquivalentClassesAxiom
Determines if this class axiom makes a class expression equivalent to nothing.
containsOWLThing() - Method in interface org.semanticweb.owlapi.model.OWLEquivalentClassesAxiom
Determines if this class axiom makes a class expression equivalent to thing.
containsPrefixMapping(String) - Method in class org.semanticweb.owlapi.formats.PrefixDocumentFormatImpl
 
containsPrefixMapping(String) - Method in interface org.semanticweb.owlapi.model.PrefixManager
Determines if this manager knows about a given prefix name and it contains a (non-null) mapping for the prefix.
containsPrefixMapping(String) - Method in class org.semanticweb.owlapi.util.DefaultPrefixManager
 
containsReference(OWLEntity) - Method in interface org.semanticweb.owlapi.model.OWLSignature
containsReference(OWLEntity, boolean) - Method in interface org.semanticweb.owlapi.model.OWLSignatureBooleanArgs
containsReference(OWLEntity, Imports) - Method in interface org.semanticweb.owlapi.model.OWLSignature
containsVersion(IRI) - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
Determines if there is an ontology with the specified version IRI, that is managed by this manager.
CONTRIBUTOR - Enum constant in enum class org.semanticweb.owlapi.vocab.DublinCoreVocabulary
http://purl.org/dc/elements/1.1/contributor.
ConvertEquivalentClassesToSuperClasses - Class in org.semanticweb.owlapi.change
This composite change will convert a defined class to a primitive class by replacing equivalent classes axioms where the class in question is a class in the equivalent classes axioms to a set of subclass axioms whose superclasses are the set of classes which were originally equivalent to the class in question.
More formally, for a given class A, a set of ontologies S, and a target ontology T, this composite change will remove all equivalent axioms from each ontology O in S where the equivalent class axiom contains A as a 'top level' class (e.g.
ConvertEquivalentClassesToSuperClasses(OWLDataFactory, OWLClass, Collection<OWLOntology>, OWLOntology, boolean) - Constructor for class org.semanticweb.owlapi.change.ConvertEquivalentClassesToSuperClasses
Instantiates a new convert equivalent classes to super classes.
ConvertPropertyAssertionsToAnnotations - Class in org.semanticweb.owlapi.change
Given a set of ontologies, this composite change will convert all property assertion axioms whose subject is a 'punned' individual (i.e.
ConvertPropertyAssertionsToAnnotations(OWLDataFactory, Collection<OWLOntology>) - Constructor for class org.semanticweb.owlapi.change.ConvertPropertyAssertionsToAnnotations
Instantiates a new convert property assertions to annotations.
ConvertSuperClassesToEquivalentClass - Class in org.semanticweb.owlapi.change
This composite change will convert a primitive class to a defined class by replacing subclass axioms where the class in question is on the left hand side of the subclass axiom to an equivalent classes axiom which makes the class equivalent to the intersection of its superclasses.
ConvertSuperClassesToEquivalentClass(OWLDataFactory, OWLClass, Collection<OWLOntology>, OWLOntology) - Constructor for class org.semanticweb.owlapi.change.ConvertSuperClassesToEquivalentClass
Instantiates a new convert super classes to equivalent class.
copy(Collection<T>) - Static method in class org.semanticweb.owlapi.util.CollectionFactory
 
copyMutable(Collection<T>) - Static method in class org.semanticweb.owlapi.util.CollectionFactory
 
copyOntology(OWLOntology, OntologyCopy) - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
Copy an ontology from another manager to this one.
copyPrefixesFrom(Map<String, String>) - Method in class org.semanticweb.owlapi.formats.PrefixDocumentFormatImpl
 
copyPrefixesFrom(Map<String, String>) - Method in interface org.semanticweb.owlapi.model.PrefixManager
Copies the prefix from another prefix manager into this one.
copyPrefixesFrom(Map<String, String>) - Method in class org.semanticweb.owlapi.util.DefaultPrefixManager
 
copyPrefixesFrom(PrefixManager) - Method in class org.semanticweb.owlapi.formats.PrefixDocumentFormatImpl
 
copyPrefixesFrom(PrefixManager) - Method in interface org.semanticweb.owlapi.model.PrefixManager
Copies the prefix from another prefix manager into this one.
copyPrefixesFrom(PrefixManager) - Method in class org.semanticweb.owlapi.util.DefaultPrefixManager
 
COS - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
COS.
COVERAGE - Enum constant in enum class org.semanticweb.owlapi.vocab.DublinCoreVocabulary
http://purl.org/dc/elements/1.1/coverage.
create(File) - Static method in class org.semanticweb.owlapi.model.IRI
 
create(String) - Static method in class org.semanticweb.owlapi.model.IRI
Creates an IRI from the specified String.
create(String, String) - Static method in class org.semanticweb.owlapi.model.IRI
Creates an IRI by concatenating two strings.
create(URI) - Static method in class org.semanticweb.owlapi.model.IRI
 
create(URL) - Static method in class org.semanticweb.owlapi.model.IRI
 
createAxioms(OWLDataFactory, OWLReasoner) - Method in interface org.semanticweb.owlapi.util.InferredAxiomGenerator
 
createAxioms(OWLDataFactory, OWLReasoner) - Method in class org.semanticweb.owlapi.util.InferredEntityAxiomGenerator
 
createFormat() - Method in class org.semanticweb.owlapi.formats.DLSyntaxDocumentFormatFactory
 
createFormat() - Method in class org.semanticweb.owlapi.formats.DLSyntaxHTMLDocumentFormatFactory
 
createFormat() - Method in class org.semanticweb.owlapi.formats.FunctionalSyntaxDocumentFormatFactory
 
createFormat() - Method in class org.semanticweb.owlapi.formats.KRSS2DocumentFormatFactory
 
createFormat() - Method in class org.semanticweb.owlapi.formats.KRSSDocumentFormatFactory
 
createFormat() - Method in class org.semanticweb.owlapi.formats.LabelFunctionalDocumentFormatFactory
 
createFormat() - Method in class org.semanticweb.owlapi.formats.LatexAxiomsListDocumentFormatFactory
 
createFormat() - Method in class org.semanticweb.owlapi.formats.LatexDocumentFormatFactory
 
createFormat() - Method in class org.semanticweb.owlapi.formats.ManchesterSyntaxDocumentFormatFactory
 
createFormat() - Method in class org.semanticweb.owlapi.formats.OBODocumentFormatFactory
 
createFormat() - Method in class org.semanticweb.owlapi.formats.OWLXMLDocumentFormatFactory
 
createFormat() - Method in class org.semanticweb.owlapi.formats.RDFXMLDocumentFormatFactory
 
createFormat() - Method in class org.semanticweb.owlapi.formats.TurtleDocumentFormatFactory
 
createFormat() - Method in interface org.semanticweb.owlapi.model.OWLDocumentFormatFactory
Create a new format.
createFromOWLOntologyChange(OWLOntologyChange) - Static method in class org.semanticweb.owlapi.change.OWLOntologyChangeRecord
A convenience method that creates an OWLOntologyChangeRecord by deriving data from an OWLOntologyChange object.
createLinkedSet() - Static method in class org.semanticweb.owlapi.util.CollectionFactory
 
createList() - Static method in class org.semanticweb.owlapi.util.CollectionFactory
 
createList(T...) - Static method in class org.semanticweb.owlapi.util.CollectionFactory
 
createMap() - Static method in class org.semanticweb.owlapi.util.CollectionFactory
 
createMergedOntology(OWLOntologyManager, IRI) - Method in class org.semanticweb.owlapi.util.OWLOntologyMerger
 
createNonBufferingReasoner(OWLOntology) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasonerFactory
Creates an OWLReasoner that reasons over the imports closure of the specified ontology.
createNonBufferingReasoner(OWLOntology, OWLReasonerConfiguration) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasonerFactory
Creates an OWLReasoner that reasons over the imports closure of the specified ontology.
createOntology() - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
Creates a new (empty) ontology that does not have an ontology IRI (and therefore does not have a version IRI).
createOntology(Collection<OWLAxiom>) - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
Creates a new ontology that is initialised to contain specific axioms.
createOntology(Collection<OWLAxiom>, IRI) - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
Creates a new ontology that has the specified ontology IRI and is initialised to contain specific axioms.
createOntology(Stream<OWLAxiom>) - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
Creates a new ontology that is initialised to contain specific axioms.
createOntology(Stream<OWLAxiom>, IRI) - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
Creates a new ontology that has the specified ontology IRI and is initialised to contain specific axioms.
createOntology(IRI) - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
Creates a new (empty) ontology that has the specified ontology IRI (and no version IRI).
createOntology(IRI, Collection<OWLOntology>) - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
Creates a new ontology that has the specified ontology IRI and is initialised to contain the axioms that are contained in the specified ontologies.
createOntology(IRI, Collection<OWLOntology>, boolean) - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
Creates a new ontology that has the specified ontology IRI and is initialised to contain the axioms that are contained in the specified ontologies.
createOntology(IRI, Stream<OWLOntology>, boolean) - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
Creates a new ontology that has the specified ontology IRI and is initialised to contain the axioms that are contained in the specified ontologies.
createOntology(OWLOntologyID) - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
Creates a new (empty) ontology that has the specified ontology ID.
createOntologyChange(OWLOntology) - Method in class org.semanticweb.owlapi.change.AddAxiomData
 
createOntologyChange(OWLOntology) - Method in class org.semanticweb.owlapi.change.AddImportData
 
createOntologyChange(OWLOntology) - Method in class org.semanticweb.owlapi.change.AddOntologyAnnotationData
 
createOntologyChange(OWLOntology) - Method in class org.semanticweb.owlapi.change.OWLOntologyChangeData
Creates an OWLOntologyChange object that pertains to the specified ontology, which when applied to the specified ontology enacts the change described by this info object.
createOntologyChange(OWLOntology) - Method in class org.semanticweb.owlapi.change.RemoveAxiomData
 
createOntologyChange(OWLOntology) - Method in class org.semanticweb.owlapi.change.RemoveImportData
 
createOntologyChange(OWLOntology) - Method in class org.semanticweb.owlapi.change.RemoveOntologyAnnotationData
 
createOntologyChange(OWLOntology) - Method in class org.semanticweb.owlapi.change.SetOntologyIDData
 
createOntologyChange(OWLOntologyManager) - Method in class org.semanticweb.owlapi.change.OWLOntologyChangeRecord
Creates an OWLOntologyChange from the OWLOntologyID and OWLOntologyChangeData associated with this OWLOntologyChangeRecord object.
createOWLOntology(OWLOntologyManager, OWLOntologyID) - Method in interface org.semanticweb.owlapi.model.OWLOntologyBuilder
 
createOWLOntology(OWLOntologyManager, OWLOntologyID, IRI, OWLOntologyFactory.OWLOntologyCreationHandler) - Method in interface org.semanticweb.owlapi.model.OWLOntologyFactory
Creates an (empty) ontology.
createParser() - Method in interface org.semanticweb.owlapi.io.OWLParserFactory
Creates a parser.
createReasoner(OWLOntology) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasonerFactory
Creates a buffering reasoner that reasons over the imports closure of the specified ontology.
createReasoner(OWLOntology, OWLReasonerConfiguration) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasonerFactory
Creates a buffering reasoner that reasons over the imports closure of the specified ontology.
createSet() - Static method in class org.semanticweb.owlapi.util.CollectionFactory
 
createSet(int) - Static method in class org.semanticweb.owlapi.util.CollectionFactory
 
createSet(Collection<T>) - Static method in class org.semanticweb.owlapi.util.CollectionFactory
 
createSet(T) - Static method in class org.semanticweb.owlapi.util.CollectionFactory
 
createSet(T...) - Static method in class org.semanticweb.owlapi.util.CollectionFactory
 
createStorer() - Method in interface org.semanticweb.owlapi.model.OWLStorerFactory
Create new storer.
createSyncList() - Static method in class org.semanticweb.owlapi.util.CollectionFactory
 
createSyncMap() - Static method in class org.semanticweb.owlapi.util.CollectionFactory
 
createSyncSet() - Static method in class org.semanticweb.owlapi.util.CollectionFactory
 
createSyncWeakMap() - Static method in class org.semanticweb.owlapi.util.CollectionFactory
 
CreateValuePartition - Class in org.semanticweb.owlapi.change
This composite change will create a value partitiion - see "pattern 2" in "Representing Specified Values in OWL: "value partitions" and "value sets"" (http://www.w3.org/TR/swbp-specified-values.)
A value partition is an ontology design pattern which is used to represent a set of closed values for a particular property.
CreateValuePartition(OWLDataFactory, OWLClass, Collection<OWLClass>, OWLObjectProperty, OWLOntology) - Constructor for class org.semanticweb.owlapi.change.CreateValuePartition
Creates a composite change that will create a value partition.
CREATOR - Enum constant in enum class org.semanticweb.owlapi.vocab.DublinCoreVocabulary
http://purl.org/dc/elements/1.1/creator.
CTAG - Enum constant in enum class org.semanticweb.owlapi.vocab.Namespaces
The CTAG namespace.
CycleInDatatypeDefinition - Class in org.semanticweb.owlapi.profiles.violations
 
CycleInDatatypeDefinition(OWLOntology, OWLAxiom) - Constructor for class org.semanticweb.owlapi.profiles.violations.CycleInDatatypeDefinition
 

D

D - Enum constant in enum class org.semanticweb.owlapi.util.Construct
Use of data properties, data values or data types.
DATA_ALL_VALUES_FROM - Enum constant in enum class org.semanticweb.owlapi.model.ClassExpressionType
DATA_ALL_VALUES_FROM - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
DATA_ALL_VALUES_FROM.
DATA_COMPLEMENT_OF - Enum constant in enum class org.semanticweb.owlapi.model.DataRangeType
DATA_COMPLEMENT_OF - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
DATA_COMPLEMENT_OF.
DATA_EXACT_CARDINALITY - Enum constant in enum class org.semanticweb.owlapi.model.ClassExpressionType
DATA_EXACT_CARDINALITY - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
DATA_EXACT_CARDINALITY.
DATA_HAS_VALUE - Enum constant in enum class org.semanticweb.owlapi.model.ClassExpressionType
Represents OWLDataHasValue.
DATA_HAS_VALUE - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
DATA_HAS_VALUE.
DATA_INTERSECTION_OF - Enum constant in enum class org.semanticweb.owlapi.model.DataRangeType
DATA_INTERSECTION_OF - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
DATA_INTERSECTION_OF.
DATA_MAX_CARDINALITY - Enum constant in enum class org.semanticweb.owlapi.model.ClassExpressionType
DATA_MAX_CARDINALITY - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
DATA_MAX_CARDINALITY.
DATA_MIN_CARDINALITY - Enum constant in enum class org.semanticweb.owlapi.model.ClassExpressionType
DATA_MIN_CARDINALITY - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
DATA_MIN_CARDINALITY.
DATA_ONE_OF - Enum constant in enum class org.semanticweb.owlapi.model.DataRangeType
Represents OWLDataOneOf.
DATA_ONE_OF - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
DATA_ONE_OF.
DATA_PROPERTY - Enum constant in enum class org.semanticweb.owlapi.model.PrimitiveType
DATA_PROPERTY.
DATA_PROPERTY - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
DATA_PROPERTY.
DATA_PROPERTY - Static variable in class org.semanticweb.owlapi.model.EntityType
Data property entity.
DATA_PROPERTY_ASSERTION - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
DATA_PROPERTY_ASSERTION.
DATA_PROPERTY_ASSERTION - Static variable in class org.semanticweb.owlapi.model.AxiomType
DataPropertyAssertion.
DATA_PROPERTY_ASSERTIONS - Enum constant in enum class org.semanticweb.owlapi.reasoner.InferenceType
Denotes the computation of relationships between individuals and data property values for each individual in the signature of the imports closure of the root ontology.
DATA_PROPERTY_ATOM - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
DATA_PROPERTY_ATOM.
DATA_PROPERTY_DOMAIN - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
DATA_PROPERTY_DOMAIN.
DATA_PROPERTY_DOMAIN - Static variable in class org.semanticweb.owlapi.model.AxiomType
DataPropertyDomain.
DATA_PROPERTY_HIERARCHY - Enum constant in enum class org.semanticweb.owlapi.reasoner.InferenceType
Denotes the computation of the data property hierarchy.
DATA_PROPERTY_RANGE - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
DATA_PROPERTY_RANGE.
DATA_PROPERTY_RANGE - Static variable in class org.semanticweb.owlapi.model.AxiomType
DataPropertyRange.
DATA_RANGE - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
DATA_RANGE.
DATA_RANGE - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLVocabulary
DATA_RANGE.
DATA_RANGE_ATOM - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
DATA_RANGE_ATOM.
DATA_RANGE_ATOM - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLVocabulary
DATA_RANGE_ATOM.
DATA_SOME_VALUES_FROM - Enum constant in enum class org.semanticweb.owlapi.model.ClassExpressionType
DATA_SOME_VALUES_FROM - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
DATA_SOME_VALUES_FROM.
DATA_UNION_OF - Enum constant in enum class org.semanticweb.owlapi.model.DataRangeType
Represents OWLDataUnionOf.
DATA_UNION_OF - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
DATA_UNION_OF.
DataAssertionProvider - Interface in org.semanticweb.owlapi.model.providers
Data property assertion provider.
dataPropertiesInSignature() - Method in interface org.semanticweb.owlapi.model.HasDataPropertiesInSignature
 
dataPropertiesInSignature(Imports) - Method in interface org.semanticweb.owlapi.model.OWLSignature
Gets the data properties in the signature and optionally the imports closure.
dataPropertyAssertionAxioms(OWLIndividual) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets the OWLDataPropertyAssertionAxiom objects contained in this ontology that have the specified individual as the subject of the axiom.
dataPropertyDomainAxioms(OWLDataProperty) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets the OWLDataPropertyDomainAxiom objects where the property is equal to the specified property.
dataPropertyDomains(OWLDataProperty) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
 
dataPropertyDomains(OWLDataProperty, boolean) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Gets the named classes that are the direct or indirect domains of this property with respect to the imports closure of the root ontology.
dataPropertyDomains(OWLDataProperty, InferenceDepth) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
 
dataPropertyExpressions() - Method in interface org.semanticweb.owlapi.model.OWLHasKeyAxiom
Gets the stream of data property expressions that make up the key.
DataPropertyProvider - Interface in org.semanticweb.owlapi.model.providers
 
dataPropertyRangeAxioms(OWLDataProperty) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets the OWLDataPropertyRangeAxiom objects where the property is equal to the specified property.
dataPropertyValues(OWLNamedIndividual, OWLDataProperty) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Gets the data property values for the specified individual and data property expression.
DataRangeType - Enum Class in org.semanticweb.owlapi.model
Represents the different types of OWL 2 data ranges.
dataSubPropertyAxiomsForSubProperty(OWLDataProperty) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets the OWLSubDataPropertyOfAxiom objects where the sub-property is equal to the specified property.
dataSubPropertyAxiomsForSuperProperty(OWLDataPropertyExpression) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets the OWLSubDataPropertyOfAxiom objects where the super-property is equal to the specified property.
DATATYPE - Enum constant in enum class org.semanticweb.owlapi.model.DataRangeType
Represents OWLDatatype.
DATATYPE - Enum constant in enum class org.semanticweb.owlapi.model.PrimitiveType
DATATYPE.
DATATYPE - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
DATATYPE.
DATATYPE - Static variable in class org.semanticweb.owlapi.model.EntityType
Datatype entity.
DATATYPE_DEFINITION - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
DATATYPE_DEFINITION.
DATATYPE_DEFINITION - Static variable in class org.semanticweb.owlapi.model.AxiomType
DatatypeDefinition.
DATATYPE_FACET - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
DATATYPE_FACET.
DATATYPE_IRI - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
DATATYPE_IRI.
DATATYPE_RESTRICTION - Enum constant in enum class org.semanticweb.owlapi.model.DataRangeType
DATATYPE_RESTRICTION - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
DATATYPE_RESTRICTION.
datatypeDefFilter - Static variable in class org.semanticweb.owlapi.search.Filters
filter returning datatype definition axioms where the datatype matches the input key.
datatypeDefinitions(OWLDatatype) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets the OWLDatatypeDefinitionAxiom objects contained in this ontology that provide a definition for the specified datatype.
DatatypeExpressionProvider - Interface in org.semanticweb.owlapi.model.providers
Datatype expression and facet expression provider.
DatatypeIRIAlsoUsedAsClassIRI - Class in org.semanticweb.owlapi.profiles.violations
Specifies that an IRI that is used for a datatype is also used for a class IRI.
DatatypeIRIAlsoUsedAsClassIRI(OWLOntology, OWLAxiom, IRI) - Constructor for class org.semanticweb.owlapi.profiles.violations.DatatypeIRIAlsoUsedAsClassIRI
 
DatatypeProvider - Interface in org.semanticweb.owlapi.model.providers
 
datatypes(Collection<OWLOntology>) - Method in class org.semanticweb.owlapi.change.CoerceConstantsIntoDataPropertyRange
 
datatypesInSignature() - Method in interface org.semanticweb.owlapi.model.HasDatatypesInSignature
 
datatypesInSignature(Imports) - Method in interface org.semanticweb.owlapi.model.OWLSignature
Gets the datatypes in the signature and optionally the imports closure.
DATAVALUED_PROPERTY_ATOM - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLVocabulary
DATAVALUED_PROPERTY_ATOM.
DATE - Enum constant in enum class org.semanticweb.owlapi.vocab.DublinCoreVocabulary
http://purl.org/dc/elements/1.1/date.
DATE - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
DATE.
DATE - Enum constant in enum class org.semanticweb.owlapi.vocab.XSDVocabulary
DATE.
DATE_TIME - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
DATE_TIME.
DATE_TIME - Enum constant in enum class org.semanticweb.owlapi.vocab.XSDVocabulary
DATE_TIME.
DATE_TIME_DESCRIPTION - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#DateTimeDescription.
DATE_TIME_INTERVAL - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#DateTimeInterval.
DATE_TIME_STAMP - Enum constant in enum class org.semanticweb.owlapi.vocab.XSDVocabulary
DATE_TIME_STAMP.
DAY - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#day.
DAY_OF_WEEK_CLASS - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#DayOfWeek.
DAY_OF_WEEK_PROPERTY - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#dayOfWeek.
DAY_OF_YEAR - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#dayOfYear.
DAY_TIME_DURATION - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
DAY_TIME_DURATION.
DAYS - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#days.
DBO - Enum constant in enum class org.semanticweb.owlapi.vocab.Namespaces
The DBO namespace.
DBP - Enum constant in enum class org.semanticweb.owlapi.vocab.Namespaces
The DBP namespace.
DBPEDIA - Enum constant in enum class org.semanticweb.owlapi.vocab.Namespaces
The DBPEDIA namespace.
DC - Enum constant in enum class org.semanticweb.owlapi.vocab.Namespaces
The DC namespace.
DCAT - Enum constant in enum class org.semanticweb.owlapi.vocab.Namespaces
The DCAT namespace.
DCTERMS - Enum constant in enum class org.semanticweb.owlapi.vocab.Namespaces
The DCTERMS namespace.
DECIMAL - Enum constant in enum class org.semanticweb.owlapi.vocab.XSDVocabulary
DECIMAL.
DECLARATION - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
DECLARATION.
DECLARATION - Static variable in class org.semanticweb.owlapi.model.AxiomType
Declaration.
DeclarationAxiomProvider - Interface in org.semanticweb.owlapi.model.axiomproviders
Declaration provider interface.
declarationAxioms(OWLEntity) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets the declaration axioms for specified entity.
DEEP - Enum constant in enum class org.semanticweb.owlapi.model.parameters.OntologyCopy
the ontology copy will create a new OWLOntology instance with same ontology annotations, same ID and same axioms.
DEFAULT_BASE - Static variable in class org.semanticweb.owlapi.util.OWLEntityTinyURIConversionStrategy
default base.
DefaultChangeBroadcastStrategy - Class in org.semanticweb.owlapi.model
A change broadcast strategy that simple broadcasts all changes made to all ontologies.
DefaultChangeBroadcastStrategy() - Constructor for class org.semanticweb.owlapi.model.DefaultChangeBroadcastStrategy
 
defaultIgnoredImports - Static variable in enum class org.semanticweb.owlapi.vocab.Namespaces
Ignored imports.
DefaultImpendingChangeBroadcastStrategy - Class in org.semanticweb.owlapi.model
 
DefaultImpendingChangeBroadcastStrategy() - Constructor for class org.semanticweb.owlapi.model.DefaultImpendingChangeBroadcastStrategy
 
DefaultPrefixManager - Class in org.semanticweb.owlapi.util
 
DefaultPrefixManager() - Constructor for class org.semanticweb.owlapi.util.DefaultPrefixManager
Default constructor setting the comparator to string length comparator.
DefaultPrefixManager(String) - Constructor for class org.semanticweb.owlapi.util.DefaultPrefixManager
 
DefaultPrefixManager(PrefixManager, StringComparator, String) - Constructor for class org.semanticweb.owlapi.util.DefaultPrefixManager
 
DEFINITION - Enum constant in enum class org.semanticweb.owlapi.vocab.SKOSVocabulary
DEFINITION.
DelegatingObjectVisitorEx<O> - Class in org.semanticweb.owlapi.util
A delegating visitor.
DelegatingObjectVisitorEx(OWLObjectVisitorEx<O>) - Constructor for class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
Constructs a visitor where the specified delegate will be used to visit all objects unless one of the visit methods in this visitor is overridden.
DELEGATION - Enum constant in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
http://www.w3.org/ns/prov#Delegation.
DERIVATION - Enum constant in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
http://www.w3.org/ns/prov#Derivation.
DESCRIPTION - Enum constant in enum class org.semanticweb.owlapi.vocab.DublinCoreVocabulary
http://purl.org/dc/elements/1.1/description.
DESCRIPTION_GRAPH_RULE - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
DESCRIPTION_GRAPH_RULE.
deshareObject(O) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
deSilence() - Static method in class org.semanticweb.owlapi.util.SLF4JSilencer
Restore regular behaviour.
determineIllegalPunnings(boolean, Stream<OWLEntity>, Collection<IRI>) - Static method in interface org.semanticweb.owlapi.model.OWLDocumentFormat
 
different(Stream<? extends OWLAxiom>) - Static method in class org.semanticweb.owlapi.search.Searcher
Retrieve disjoint entities from axioms, including individuals from differentFrom axioms.
different(Stream<? extends OWLAxiom>, Class<C>) - Static method in class org.semanticweb.owlapi.search.Searcher
Retrieve disjoint entities from axioms, including individuals from differentFrom axioms.
different(OWLAxiom) - Static method in class org.semanticweb.owlapi.search.Searcher
Retrieve disjoint entities from an axiom, including individuals from differentFrom axioms.
different(OWLAxiom, Class<C>) - Static method in class org.semanticweb.owlapi.search.Searcher
Retrieve disjoint entities from an axiom, including individuals from differentFrom axioms.
DIFFERENT_INDIVIDUALS - Enum constant in enum class org.semanticweb.owlapi.reasoner.InferenceType
Denotes the computation of sets of individuals that are different from each individual in the signature of the imports closure of the root ontology.
DIFFERENT_INDIVIDUALS - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
DIFFERENT_INDIVIDUALS.
DIFFERENT_INDIVIDUALS - Static variable in class org.semanticweb.owlapi.model.AxiomType
DifferentIndividuals.
DIFFERENT_INDIVIDUALS_ATOM - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
DIFFERENT_INDIVIDUALS_ATOM.
DIFFERENT_INDIVIDUALS_ATOM - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLVocabulary
DIFFERENT_INDIVIDUALS_ATOM.
differentIndividualAxioms(OWLIndividual) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets the OWLDifferentIndividualsAxiom objects contained in this ontology that make the specified individual different to some other individual.
differentIndividuals(OWLNamedIndividual) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Gets the individuals which are entailed to be different from the specified individual.
DIRECT - Enum constant in enum class org.semanticweb.owlapi.reasoner.InferenceDepth
Only direct relations will be returned.
directImports() - Method in interface org.semanticweb.owlapi.model.HasDirectImports
Stream of loaded ontologies that this ontology is related to via the directlyImports relation.
directImports(OWLOntology) - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
Stream of loaded ontologies that the specified ontology is related to via the directlyImports relation as defined in Section 3.4 of the OWL 2 Structural specification
directImportsDocuments() - Method in interface org.semanticweb.owlapi.model.HasDirectImports
The stream of document IRIs that are directly imported by this ontology.
DISALLOW - Enum constant in enum class org.semanticweb.owlapi.reasoner.FreshEntityPolicy
Specifies that fresh entities are not disallowed.
DISJOINT_CLASSES - Enum constant in enum class org.semanticweb.owlapi.reasoner.InferenceType
Denotes the computation of sets of classes that are disjoint for each class in the signature of the imports closure of the root ontology.
DISJOINT_CLASSES - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
DISJOINT_CLASSES.
DISJOINT_CLASSES - Static variable in class org.semanticweb.owlapi.model.AxiomType
DisjointClasses.
DISJOINT_DATA_PROPERTIES - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
DISJOINT_DATA_PROPERTIES.
DISJOINT_DATA_PROPERTIES - Static variable in class org.semanticweb.owlapi.model.AxiomType
DisjointDataProperties.
DISJOINT_OBJECT_PROPERTIES - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
DISJOINT_OBJECT_PROPERTIES.
DISJOINT_OBJECT_PROPERTIES - Static variable in class org.semanticweb.owlapi.model.AxiomType
DisjointObjectProperties.
DISJOINT_UNION - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
DISJOINT_UNION.
DISJOINT_UNION - Static variable in class org.semanticweb.owlapi.model.AxiomType
DisjointUnion.
DisjointAxiomProvider - Interface in org.semanticweb.owlapi.model.axiomproviders
Disjoint classes and properties provider.
disjointClasses(OWLClassExpression) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Gets the classes that are disjoint with the specified class expression ce.
disjointClassesAxioms(OWLClass) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets the stream of disjoint class axioms that contain the specified class as an operand.
disjointDataProperties(OWLDataProperty) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Gets the data properties that are disjoint with the specified data property expression pe.
disjointDataPropertiesAxioms(OWLDataProperty) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets the OWLDisjointDataPropertiesAxiom objects that make the specified property disjoint with some other data property expression(s).
disjointObjectProperties(OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Gets the simplified object property expressions that are disjoint with the specified object property expression pe.
disjointObjectPropertiesAxioms(OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets the OWLDisjointObjectPropertiesAxiom objects that make the specified property disjoint with some other object property expression(s).
DisjointUnionAxiomProvider - Interface in org.semanticweb.owlapi.model.axiomproviders
Disjoint union provider.
disjointUnionAxioms(OWLClass) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets the stream of disjoint union axioms that have the specified class as the named class that is equivalent to the disjoint union of operands.
disjunctSet() - Method in interface org.semanticweb.owlapi.model.OWLClassExpression
Interprets this expression as a disjunction and returns the disjuncts.
dispose() - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Disposes of this reasoner.
dispose() - Method in class org.semanticweb.owlapi.util.BidirectionalShortFormProviderAdapter
 
dispose() - Method in class org.semanticweb.owlapi.util.CachingBidirectionalShortFormProvider
 
dispose() - Method in interface org.semanticweb.owlapi.util.ShortFormProvider
Disposes of the short form provider.
DIVIDE - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
DIVIDE.
DIVIDE_DAY_TIME_DURATIONS - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
DIVIDE_DAY_TIME_DURATIONS.
DIVIDE_YEAR_MONTH_DURATIONS - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
DIVIDE_YEAR_MONTH_DURATIONS.
DL_SAFE_RULE - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
DL_SAFE_RULE.
DLExpressivityChecker - Class in org.semanticweb.owlapi.util
 
DLExpressivityChecker(Collection<OWLOntology>) - Constructor for class org.semanticweb.owlapi.util.DLExpressivityChecker
 
DLSyntaxDocumentFormat - Class in org.semanticweb.owlapi.formats
 
DLSyntaxDocumentFormat() - Constructor for class org.semanticweb.owlapi.formats.DLSyntaxDocumentFormat
 
DLSyntaxDocumentFormatFactory - Class in org.semanticweb.owlapi.formats
 
DLSyntaxDocumentFormatFactory() - Constructor for class org.semanticweb.owlapi.formats.DLSyntaxDocumentFormatFactory
 
DLSyntaxHTMLDocumentFormat - Class in org.semanticweb.owlapi.formats
 
DLSyntaxHTMLDocumentFormat() - Constructor for class org.semanticweb.owlapi.formats.DLSyntaxHTMLDocumentFormat
 
DLSyntaxHTMLDocumentFormatFactory - Class in org.semanticweb.owlapi.formats
 
DLSyntaxHTMLDocumentFormatFactory() - Constructor for class org.semanticweb.owlapi.formats.DLSyntaxHTMLDocumentFormatFactory
 
DOCUMENT - Enum constant in enum class org.semanticweb.owlapi.vocab.SKOSVocabulary
Deprecated.
No longer used
DOCUMENTATION - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
DOCUMENTATION.
DocumentSources - Class in org.semanticweb.owlapi.io
Static methods from AbstractOWLParser.
doDefault() - Method in interface org.semanticweb.owlapi.model.EntityTypeVisitorEx
 
doDefault(Object) - Method in interface org.semanticweb.owlapi.model.OWLVisitorBase
Default action for the visitor.
doDefault(Object) - Method in class org.semanticweb.owlapi.util.AbstractCollector
 
doDefault(Object) - Method in class org.semanticweb.owlapi.util.AbstractCollectorEx
 
doDefault(Object) - Method in class org.semanticweb.owlapi.util.HornAxiomVisitorEx
 
doDefault(Object) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
 
doDefault(Object) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
 
doDefault(OWLProfileViolation) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitor
Default action for the visitor.
doDefault(OWLProfileViolation) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitorEx
Gets the default return value for this visitor.
doDefault(T) - Method in interface org.semanticweb.owlapi.model.OWLVisitorExBase
Gets the default return value for this visitor.
doDefault(T) - Method in class org.semanticweb.owlapi.util.NNF
 
domain(Stream<? extends OWLAxiom>) - Static method in class org.semanticweb.owlapi.search.Searcher
Retrieve the domains from domain axioms.
domain(Stream<? extends OWLAxiom>, Class<C>) - Static method in class org.semanticweb.owlapi.search.Searcher
Retrieve the domains from domain axioms.
domain(OWLAxiom) - Static method in class org.semanticweb.owlapi.search.Searcher
Retrieve the domains from domain axioms.
domain(OWLAxiom, Class<C>) - Static method in class org.semanticweb.owlapi.search.Searcher
Retrieve the domains from domain axioms.
DomainAxiomProvider - Interface in org.semanticweb.owlapi.model.axiomproviders
Annotation, datatype and object property domain provider.
DONT_WALK_ANNOTATIONS - Enum constant in enum class org.semanticweb.owlapi.util.AnnotationWalkingControl
Do not walk any annotations
DOUBLE - Enum constant in enum class org.semanticweb.owlapi.vocab.XSDVocabulary
DOUBLE.
DUBLIN_CORE - Enum constant in enum class org.semanticweb.owlapi.vocab.BuiltInVocabulary
Dublin core.
DublinCoreVocabulary - Enum Class in org.semanticweb.owlapi.vocab
 
duplicateObject(O) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
DURATION - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#Duration.
DURATION - Enum constant in enum class org.semanticweb.owlapi.vocab.XSDVocabulary
DURATION.
DURATION_DESCRIPTION - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#DurationDescription.

E

EARL - Enum constant in enum class org.semanticweb.owlapi.vocab.Namespaces
The EARL namespace.
EDITORIALNOTE - Enum constant in enum class org.semanticweb.owlapi.vocab.SKOSVocabulary
EDITORIALNOTE.
EDTChangeBroadcastStrategy - Class in org.semanticweb.owlapi.model
A change broadcast strategy which broadcasts all ontology changes in the Swing Even Dispatch Thread (EDT).
EDTChangeBroadcastStrategy() - Constructor for class org.semanticweb.owlapi.model.EDTChangeBroadcastStrategy
 
EL - Enum constant in enum class org.semanticweb.owlapi.util.Languages
EL - Existential language, allows: Concept intersection Existential restrictions (of full existential quantification)
EL_DATATYPES - Static variable in enum class org.semanticweb.owlapi.vocab.OWL2Datatype
Datatypes allowed in the EL and QL profiles.
Elk - Static variable in enum class org.semanticweb.owlapi.profiles.Profiles
 
ELPLUSPLUS - Enum constant in enum class org.semanticweb.owlapi.util.Languages
EL++ - Alias ELRO.
empty() - Static method in class org.semanticweb.owlapi.util.OWLAPIStreamUtils
Annotated wrapper for Stream.empty()
EMPTY_COLLECTION - Enum constant in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
http://www.w3.org/ns/prov#EmptyCollection.
EmptyOneOfAxiom - Class in org.semanticweb.owlapi.profiles.violations
 
EmptyOneOfAxiom(OWLOntology, OWLAxiom) - Constructor for class org.semanticweb.owlapi.profiles.violations.EmptyOneOfAxiom
 
emptyOptional() - Static method in class org.semanticweb.owlapi.util.OWLAPIPreconditions
Wrapper to allow non null annotations.
emptyOptional(Class<T>) - Static method in class org.semanticweb.owlapi.util.OWLAPIPreconditions
Wrapper to allow non null annotations.
end() - Method in interface org.semanticweb.owlapi.model.OWLOntologyChangeProgressListener
end of the progress.
END - Enum constant in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
http://www.w3.org/ns/prov#End.
ENDED_AT_TIME - Enum constant in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
http://www.w3.org/ns/prov#endedAtTime.
ENDS_WITH - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
ENDS_WITH.
entities() - Method in interface org.semanticweb.owlapi.reasoner.Node
Gets the entities contained in this node.
entities() - Method in interface org.semanticweb.owlapi.reasoner.NodeSet
A convenience method that gets all of the entities contained in the Nodes in this NodeSet.
entities() - Method in interface org.semanticweb.owlapi.util.OWLEntitySetProvider
 
entities(String) - Method in interface org.semanticweb.owlapi.util.BidirectionalShortFormProvider
For a given short form this method obtains the entities which have this short form.
entities(String) - Method in class org.semanticweb.owlapi.util.CachingBidirectionalShortFormProvider
 
ENTITIES - Enum constant in enum class org.semanticweb.owlapi.vocab.XSDVocabulary
ENTITIES.
entitiesInSignature(IRI) - Method in interface org.semanticweb.owlapi.model.HasGetEntitiesInSignature
 
entitiesInSignature(IRI, Imports) - Method in interface org.semanticweb.owlapi.model.OWLSignature
Gets the entities in the signature that have the specified IRI.
ENTITY - Enum constant in enum class org.semanticweb.owlapi.vocab.XSDVocabulary
ENTITY.
ENTITY_ANNOTATION - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
ENTITY_ANNOTATION.
ENTITY_CLASS - Enum constant in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
http://www.w3.org/ns/prov#Entity.
ENTITY_EXPANSION_LIMIT - Enum constant in enum class org.semanticweb.owlapi.model.parameters.ConfigurationOptions
Entity expansion limit for XML parsing.
ENTITY_INFLUENCE - Enum constant in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
http://www.w3.org/ns/prov#EntityInfluence.
ENTITY_PROPERTY - Enum constant in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
http://www.w3.org/ns/prov#entity.
EntityByTypeProvider - Interface in org.semanticweb.owlapi.model.providers
 
EntityProvider - Interface in org.semanticweb.owlapi.model.providers
 
EntitySearcher - Class in org.semanticweb.owlapi.search
Convenience methods moved from OWLEntity and its subinterfaces.
EntityType<E extends OWLEntity> - Class in org.semanticweb.owlapi.model
Represents the different types of OWL 2 Entities.
EntityTypeVisitorEx<T> - Interface in org.semanticweb.owlapi.model
Value visitor for EntityType
entryPath(OWLOntologyID) - Method in class org.semanticweb.owlapi.util.OWLZipSaver
Prepare a zip name for an ontology id; this method can be used as a Function for setEntryPath.
EQUAL - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
EQUAL.
equalAxioms(HasAxiomsByType) - Method in interface org.semanticweb.owlapi.model.HasAxiomsByType
Compare the axioms inside this object with the axioms inside the other object, shortcutting by type; it will not merge all axioms in a large lump for comparisons only
equalIterators(Iterator<?>, Iterator<?>) - Static method in class org.semanticweb.owlapi.util.OWLAPIStreamUtils
Check iterator contents for equality (sensitive to order)
equals(Object) - Method in class org.semanticweb.owlapi.change.OWLOntologyChangeData
 
equals(Object) - Method in class org.semanticweb.owlapi.change.OWLOntologyChangeRecord
 
equals(Object) - Method in class org.semanticweb.owlapi.io.RDFLiteral
 
equals(Object) - Method in class org.semanticweb.owlapi.io.RDFResourceBlankNode
 
equals(Object) - Method in class org.semanticweb.owlapi.io.RDFResourceIRI
 
equals(Object) - Method in class org.semanticweb.owlapi.io.RDFTriple
 
equals(Object) - Method in class org.semanticweb.owlapi.model.AddAxiom
 
equals(Object) - Method in class org.semanticweb.owlapi.model.AddImport
 
equals(Object) - Method in class org.semanticweb.owlapi.model.AddOntologyAnnotation
 
equals(Object) - Method in class org.semanticweb.owlapi.model.AxiomType
 
equals(Object) - Method in class org.semanticweb.owlapi.model.IRI
 
equals(Object) - Method in class org.semanticweb.owlapi.model.NodeID
 
equals(Object) - Method in class org.semanticweb.owlapi.model.OWLDocumentFormatImpl
 
equals(Object) - Method in class org.semanticweb.owlapi.model.OWLOntologyID
 
equals(Object) - Method in class org.semanticweb.owlapi.model.RemoveAxiom
 
equals(Object) - Method in class org.semanticweb.owlapi.model.RemoveImport
 
equals(Object) - Method in class org.semanticweb.owlapi.model.RemoveOntologyAnnotation
 
equals(Object) - Method in class org.semanticweb.owlapi.model.SetOntologyID
 
equals(Object) - Method in class org.semanticweb.owlapi.util.CollectionFactory.ConditionalCopySet
 
equals(Object) - Method in class org.semanticweb.owlapi.util.OntologyAxiomPair
 
equals(Object) - Method in class org.semanticweb.owlapi.util.OWLDocumentFormatFactoryImpl
 
equals(Object) - Method in class org.semanticweb.owlapi.utilities.Injector.Key
 
equalsIgnoreAnnotations(OWLAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAxiom
Determines if another axiom is equal to this axiom not taking into consideration the annotations on the axiom
equalStreams(Stream<?>, Stream<?>) - Static method in class org.semanticweb.owlapi.util.OWLAPIStreamUtils
Check streams for equality (sensitive to order)
equivalent(Stream<? extends OWLAxiom>) - Static method in class org.semanticweb.owlapi.search.Searcher
Retrieve equivalent entities from axioms, including individuals from sameAs axioms.
equivalent(Stream<? extends OWLAxiom>, Class<C>) - Static method in class org.semanticweb.owlapi.search.Searcher
Retrieve equivalent entities from axioms, including individuals from sameAs axioms.
equivalent(OWLAxiom) - Static method in class org.semanticweb.owlapi.search.Searcher
Retrieve equivalent entities from an axiom, including individuals from sameAs axioms.
equivalent(OWLAxiom, Class<C>) - Static method in class org.semanticweb.owlapi.search.Searcher
Retrieve equivalent entities from an axiom, including individuals from sameAs axioms.
EQUIVALENT_CLASSES - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
EQUIVALENT_CLASSES.
EQUIVALENT_CLASSES - Static variable in class org.semanticweb.owlapi.model.AxiomType
EquivalentClasses.
EQUIVALENT_DATA_PROPERTIES - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
EQUIVALENT_DATA_PROPERTIES.
EQUIVALENT_DATA_PROPERTIES - Static variable in class org.semanticweb.owlapi.model.AxiomType
EquivalentDataProperties.
EQUIVALENT_OBJECT_PROPERTIES - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
EQUIVALENT_OBJECT_PROPERTIES.
EQUIVALENT_OBJECT_PROPERTIES - Static variable in class org.semanticweb.owlapi.model.AxiomType
EquivalentObjectProperties.
EquivalentAxiomProvider - Interface in org.semanticweb.owlapi.model.axiomproviders
Equivalent classes and properties provider.
equivalentClasses(OWLClassExpression) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Gets the stream of named classes that are equivalent to the specified class expression with respect to the set of reasoner axioms.
equivalentClassesAxioms(OWLClass) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets all of the equivalent axioms in this ontology that contain the specified class as an operand.
equivalentDataProperties(OWLDataProperty) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Gets the stream of named data properties that are equivalent to the specified data property expression with respect to the imports closure of the root ontology.
equivalentDataPropertiesAxioms(OWLDataProperty) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets the OWLEquivalentDataPropertiesAxiom objects that make the specified property equivalent to some other data property expression(s).
equivalentObjectProperties(OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Gets the stream of simplified object property expressions that are equivalent to the specified object property expression with respect to the set of reasoner axioms.
equivalentObjectPropertiesAxioms(OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets the OWLEquivalentObjectPropertiesAxiom objects that make the specified property equivalent to some other object property expression(s).
escapeString(String) - Static method in class org.semanticweb.owlapi.util.EscapeUtils
Escapes quotes and backslashes in a string.
EscapeUtils - Class in org.semanticweb.owlapi.util
 
escapeXML(char[], int, int, StringBuilder) - Static method in class org.semanticweb.owlapi.io.XMLUtils
Escapes a subset of a char sequence so that it is valid XML.
escapeXML(CharSequence) - Static method in class org.semanticweb.owlapi.io.XMLUtils
Escapes a character sequence so that it is valid XML.
escapeXML(StringBuilder) - Static method in class org.semanticweb.owlapi.io.XMLUtils
Escapes a string builder so that it is valid XML.
EXACTMATCH - Enum constant in enum class org.semanticweb.owlapi.vocab.SKOSVocabulary
EXACTMATCH.
EXAMPLE - Enum constant in enum class org.semanticweb.owlapi.vocab.SKOSVocabulary
EXAMPLE.
EXCLUDED - Enum constant in enum class org.semanticweb.owlapi.model.parameters.Imports
Imports are excluded.
ExistentialProvider - Interface in org.semanticweb.owlapi.model.providers
Existential provider interface.
expressibleInLanguages() - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
 
Extensions - Enum Class in org.semanticweb.owlapi.vocab
A mapping between some known ontology formats and the common file extensions used for them.

F

F - Enum constant in enum class org.semanticweb.owlapi.util.Construct
Functional properties, a special case of uniqueness quantification.
FACET_IRIS - Static variable in enum class org.semanticweb.owlapi.vocab.OWLFacet
All facet iris.
FACET_RESTRICTION - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
FACET_RESTRICTION.
facetRestrictions() - Method in interface org.semanticweb.owlapi.model.OWLDatatypeRestriction
Gets the sorted facet restrictions on this data range.
facetRestrictionsAsList() - Method in interface org.semanticweb.owlapi.model.OWLDatatypeRestriction
Gets the sorted facet restrictions on this data range.
facets() - Method in enum class org.semanticweb.owlapi.vocab.OWL2Datatype.Category
 
FaCTPlusPlus - Static variable in enum class org.semanticweb.owlapi.profiles.Profiles
 
FB - Enum constant in enum class org.semanticweb.owlapi.vocab.Namespaces
The FB namespace.
FileDocumentSource - Class in org.semanticweb.owlapi.io
A convenience class which will prepare an input source from a file.
FileDocumentSource(File) - Constructor for class org.semanticweb.owlapi.io.FileDocumentSource
Constructs an ontology input source using the specified file.
FileDocumentSource(File, OWLDocumentFormat) - Constructor for class org.semanticweb.owlapi.io.FileDocumentSource
Constructs an ontology input source using the specified file.
FileDocumentSource(File, OWLDocumentFormat, String) - Constructor for class org.semanticweb.owlapi.io.FileDocumentSource
Constructs an ontology input source using the specified file.
FileDocumentTarget - Class in org.semanticweb.owlapi.io
An OWLOntologyDocumentTarget that supports writing out to a File.
FileDocumentTarget(File) - Constructor for class org.semanticweb.owlapi.io.FileDocumentTarget
Constructs the document target, with the target being the specified file.
fillOntology(OWLDataFactory, OWLOntology) - Method in class org.semanticweb.owlapi.util.InferredOntologyGenerator
Adds 'inferred axioms' to an ontology using the generators that have been registered with this InferredAxiomGenerator.
filter(NodeSet<OWLNamedIndividual>) - Method in enum class org.semanticweb.owlapi.reasoner.IndividualNodeSetPolicy
 
filterAxioms(OWLAxiomSearchFilter, Object) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Generic filter type for further refining search by axiom type.
filterAxioms(OWLAxiomSearchFilter, Object, Imports) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Generic filter type for further refining search by axiom type.
FilteringOWLOntologyChangeListener - Class in org.semanticweb.owlapi.util
Incorporates a listener into an OWLOntologyChangeFilter.
FilteringOWLOntologyChangeListener() - Constructor for class org.semanticweb.owlapi.util.FilteringOWLOntologyChangeListener
 
Filters - Class in org.semanticweb.owlapi.search
Collection of filters for use in searching through ontology axioms.
Filters.AxiomFilter<A extends OWLAxiom> - Class in org.semanticweb.owlapi.search
 
find(String) - Static method in enum class org.semanticweb.owlapi.model.parameters.ConfigurationOptions
 
finishedLoadingOntology(OWLOntologyLoaderListener.LoadingFinishedEvent) - Method in interface org.semanticweb.owlapi.model.OWLOntologyLoaderListener
Called when the process of loading an ontology has finished.
FL - Enum constant in enum class org.semanticweb.owlapi.util.Languages
FL - Frame based description language, allows: Concept intersection Universal restrictions Limited existential quantification Role restriction
FL0 - Enum constant in enum class org.semanticweb.owlapi.util.Languages
FL0 - A sub-language of FL-, which is obtained by disallowing limited existential quantification.
flatComponents(HasComponents) - Static method in class org.semanticweb.owlapi.util.OWLAPIStreamUtils
 
FLMINUS - Enum constant in enum class org.semanticweb.owlapi.util.Languages
FL- - A sub-language of FL, which is obtained by disallowing role restriction.
FLOAT - Enum constant in enum class org.semanticweb.owlapi.vocab.XSDVocabulary
FLOAT.
FLOOR - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
FLOOR.
flush() - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Flushes any changes stored in the buffer, which causes the reasoner to take into consideration the changes the current root ontology specified by the changes.
FOAF - Enum constant in enum class org.semanticweb.owlapi.vocab.Namespaces
The FOAF namespace.
FOLLOW_REDIRECTS - Enum constant in enum class org.semanticweb.owlapi.model.parameters.ConfigurationOptions
True if redirects should be followed across protocols.
forEach(OWLPairwiseVoidVisitor<C>) - Method in interface org.semanticweb.owlapi.model.OWLNaryAxiom
 
forEachAllPairs(OWLPairwiseVoidVisitor<C>) - Method in interface org.semanticweb.owlapi.model.OWLNaryAxiom
 
FORMAT - Enum constant in enum class org.semanticweb.owlapi.vocab.DublinCoreVocabulary
http://purl.org/dc/elements/1.1/format.
FRACTION_DIGITS - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLFacet
FRACTION_DIGITS.
FreshEntitiesException - Exception in org.semanticweb.owlapi.reasoner
Indicates that a query whose signature contained fresh entities was posed to the reasoner.
FreshEntitiesException(Collection<OWLEntity>) - Constructor for exception org.semanticweb.owlapi.reasoner.FreshEntitiesException
 
FreshEntitiesException(Collection<OWLEntity>, Throwable) - Constructor for exception org.semanticweb.owlapi.reasoner.FreshEntitiesException
 
FreshEntitiesException(OWLEntity) - Constructor for exception org.semanticweb.owlapi.reasoner.FreshEntitiesException
 
FreshEntitiesException(OWLEntity, Throwable) - Constructor for exception org.semanticweb.owlapi.reasoner.FreshEntitiesException
 
FreshEntityPolicy - Enum Class in org.semanticweb.owlapi.reasoner
A fresh entity is an entity that is not a built in entity (see OWLEntity.isBuiltIn() and is not contained within the signature of the root ontology imports closure.
FRIDAY - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#Friday.
fromBoolean(boolean) - Static method in enum class org.semanticweb.owlapi.model.parameters.Imports
Transform a boolean arg in an Imports arg.
FULL_EXISTENTIAL - Enum constant in enum class org.semanticweb.owlapi.util.Construct
Full existential qualification (existential restrictions that have fillers other than top.
FUNCTIONAL_DATA_PROPERTY - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
FUNCTIONAL_DATA_PROPERTY.
FUNCTIONAL_DATA_PROPERTY - Static variable in class org.semanticweb.owlapi.model.AxiomType
FunctionalDataProperty.
FUNCTIONAL_OBJECT_PROPERTY - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
FUNCTIONAL_OBJECT_PROPERTY.
FUNCTIONAL_OBJECT_PROPERTY - Static variable in class org.semanticweb.owlapi.model.AxiomType
FunctionalObjectProperty.
functionalDataPropertyAxioms(OWLDataPropertyExpression) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets the OWLFunctionalDataPropertyAxiom objects contained in this ontology that make the specified data property functional.
functionalObjectPropertyAxioms(OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets the OWLFunctionalObjectPropertyAxiom objects contained in this ontology that make the specified object property functional.
FUNCTIONALSYNTAX - Enum constant in enum class org.semanticweb.owlapi.vocab.Extensions
Functional syntax, common extensions: fss, owl
FunctionalSyntaxDocumentFormat - Class in org.semanticweb.owlapi.formats
 
FunctionalSyntaxDocumentFormat() - Constructor for class org.semanticweb.owlapi.formats.FunctionalSyntaxDocumentFormat
 
FunctionalSyntaxDocumentFormatFactory - Class in org.semanticweb.owlapi.formats
 
FunctionalSyntaxDocumentFormatFactory() - Constructor for class org.semanticweb.owlapi.formats.FunctionalSyntaxDocumentFormatFactory
MIME type is text/owl-functional

G

G_DAY - Enum constant in enum class org.semanticweb.owlapi.vocab.XSDVocabulary
G_DAY.
G_MONTH - Enum constant in enum class org.semanticweb.owlapi.vocab.XSDVocabulary
G_MONTH.
G_MONTH_DAY - Enum constant in enum class org.semanticweb.owlapi.vocab.XSDVocabulary
G_MONTH_DAY.
G_YEAR - Enum constant in enum class org.semanticweb.owlapi.vocab.XSDVocabulary
G_YEAR.
G_YEAR_MONTH - Enum constant in enum class org.semanticweb.owlapi.vocab.XSDVocabulary
G_YEAR_MONTH.
GENERAL_DATE_TIME_DESCRIPTION - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#GeneralDateTimeDescription.
GENERAL_DURATION_DESCRIPTION - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#GeneralDurationDescription.
GENERAL_YEAR - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#generalYear.
generalClassAxioms() - Method in interface org.semanticweb.owlapi.model.OWLOntology
Gets the stream of general axioms in this ontology.
GENERATED - Enum constant in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
http://www.w3.org/ns/prov#generated.
GENERATED_AT_TIME - Enum constant in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
http://www.w3.org/ns/prov#generatedAtTime.
generateDocumentIRI() - Static method in class org.semanticweb.owlapi.model.IRI
Gets an auto-generated ontology document IRI.
GENERATION - Enum constant in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
http://www.w3.org/ns/prov#Generation.
GEO - Enum constant in enum class org.semanticweb.owlapi.vocab.Namespaces
The GEO namespace.
GEONAMES - Enum constant in enum class org.semanticweb.owlapi.vocab.Namespaces
The GEONAMES namespace.
get() - Method in class org.semanticweb.owlapi.io.OWLParserFactoryImpl
 
get() - Method in interface org.semanticweb.owlapi.model.OWLOntologyManagerFactory
Creates a new ontology manager.
get() - Method in class org.semanticweb.owlapi.util.OWLDocumentFormatFactoryImpl
 
get() - Method in class org.semanticweb.owlapi.util.OWLStorerFactoryImpl
 
get(K) - Method in class org.semanticweb.owlapi.util.WeakIndexCache
 
getABoxAxioms(Imports) - Method in interface org.semanticweb.owlapi.model.OWLOntology
Gets the axioms that form the ABox for this ontology, i.e., the ones whose type is in the AxiomType::ABoxAxiomTypes.
getAcceptHeaders() - Method in interface org.semanticweb.owlapi.io.OWLOntologyDocumentSource
 
getAcceptHeaders() - Method in class org.semanticweb.owlapi.io.OWLOntologyDocumentSourceBase
 
getActualClass() - Method in class org.semanticweb.owlapi.model.AxiomType
 
getAddedAxiom() - Method in class org.semanticweb.owlapi.model.OWLOntologyChange
 
getAddedOrRemovedAxiom() - Method in class org.semanticweb.owlapi.model.OWLOntologyChange
 
getAllArguments() - Method in interface org.semanticweb.owlapi.model.SWRLAtom
Gets all of the arguments in this atom.
getAnnotatedAnnotation(Collection<OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.OWLAnnotation
Gets an OWLAnnotation which is a copy of this annotation but which has the specified annotations.
getAnnotatedAnnotation(Stream<OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.OWLAnnotation
Gets an OWLAnnotation which is a copy of this annotation but which has the specified annotations.
getAnnotatedAxiom(Class<T>, Stream<OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.OWLAxiom
Gets a copy of this axiom that is annotated with the specified annotations.
getAnnotatedAxiom(Collection<OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.OWLAxiom
Gets a copy of this axiom that is annotated with the specified annotations.
getAnnotatedAxiom(Collection<OWLAnnotation>, T) - Static method in interface org.semanticweb.owlapi.model.OWLAxiom
Gets a copy of the input axiom that is annotated with the specified annotations.
getAnnotatedAxiom(Stream<OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.OWLAxiom
Gets a copy of this axiom that is annotated with the specified annotations.
getAnnotatedAxiom(Stream<OWLAnnotation>, T) - Static method in interface org.semanticweb.owlapi.model.OWLAxiom
Gets a copy of the input axiom that is annotated with the specified annotations.
getAnnotation() - Method in class org.semanticweb.owlapi.change.OntologyAnnotationChangeData
Gets the OWLAnnotation that is the focus of some AddOntologyAnnotation change.
getAnnotation() - Method in class org.semanticweb.owlapi.model.AnnotationChange
Gets the annotation that was added to an ontology.
getAnnotation() - Method in interface org.semanticweb.owlapi.model.OWLAnnotationAssertionAxiom
Gets the combination of the annotation property and the annotation value as an OWLAnnotation object.
getAnnotation() - Method in class org.semanticweb.owlapi.util.OWLObjectWalker
Gets the last annotation to be visited.
getAnnotationAssertionAxioms(OWLAnnotationSubject) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets the axioms that annotate the specified entity.
getAnnotationAssertionAxioms(OWLAnnotationSubject, OWLOntology) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
 
getAnnotationAssertionAxioms(OWLAnnotationSubject, Imports) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets the axioms that annotate the specified entity.
getAnnotationAssertionAxioms(OWLEntity, OWLOntology) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
 
getAnnotationObjects(OWLAnnotationSubject, Stream<OWLOntology>, OWLAnnotationProperty) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Obtains the annotations on e where the annotation has the specified annotation property; this is restricted to the object of annotation assertion axioms.
getAnnotationObjects(OWLAnnotationSubject, OWLOntology, OWLAnnotationProperty) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Obtains the annotations on e where the annotation has the specified annotation property; this is restricted to the object of annotation assertion axioms.
getAnnotationObjects(OWLEntity, Stream<OWLOntology>, OWLAnnotationProperty) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Obtains the annotations on e where the annotation has the specified annotation property; this is restricted to the object of annotation assertion axioms.
getAnnotationObjects(OWLEntity, OWLOntology) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Obtains the annotations on e; this is restricted to the object of annotation assertion axioms.
getAnnotationObjects(OWLEntity, OWLOntology, OWLAnnotationProperty) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Obtains the annotations on e where the annotation has the specified annotation property; this is restricted to the object of annotation assertion axioms.
getAnnotationProperties() - Method in class org.semanticweb.owlapi.util.AnnotationValueShortFormProvider
 
getAnnotationProperties(AnnotationPropertyProvider) - Static method in enum class org.semanticweb.owlapi.vocab.SKOSVocabulary
 
getAnnotationPropertiesInSignature() - Method in interface org.semanticweb.owlapi.model.HasAnnotationPropertiesInSignature
 
getAnnotationPropertiesInSignature(boolean) - Method in interface org.semanticweb.owlapi.model.OWLSignatureBooleanArgs
getAnnotationPropertiesInSignature(Imports) - Method in interface org.semanticweb.owlapi.model.OWLSignature
Gets the annotation properties in the signature and optionally the imports closure.
getAnnotationPropertyDomainAxioms(OWLAnnotationProperty) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets the OWLAnnotationPropertyDomainAxiom objects where the specified property is the property in the domain axiom.
getAnnotationPropertyRangeAxioms(OWLAnnotationProperty) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets the OWLAnnotationPropertyRangeAxiom objects where the specified property is the property in the range axiom.
getAnnotations() - Method in interface org.semanticweb.owlapi.model.HasAnnotations
Gets the annotations on this object.
getAnnotations(OWLAnnotationProperty) - Method in interface org.semanticweb.owlapi.model.HasAnnotations
Gets the annotations whose annotation property is equal to annotationProperty.
getAnnotations(OWLAnnotationSubject, Stream<OWLOntology>, OWLAnnotationProperty) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Obtains the annotations on e where the annotation has the specified annotation property.
getAnnotations(OWLAnnotationSubject, OWLOntology) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Gets the annotations for e.
getAnnotations(OWLAnnotationSubject, OWLOntology, OWLAnnotationProperty) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Obtains the annotations on e where the annotation has the specified annotation property.
getAnnotations(OWLEntity, Stream<OWLOntology>, OWLAnnotationProperty) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Obtains the annotations on e where the annotation has the specified annotation property.
getAnnotations(OWLEntity, OWLOntology) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Gets the annotations for e.
getAnnotations(OWLEntity, OWLOntology, OWLAnnotationProperty) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Obtains the annotations on e where the annotation has the specified annotation property.
getAnonymousIndividuals() - Method in interface org.semanticweb.owlapi.model.HasAnonymousIndividuals
 
getArg0() - Method in class org.semanticweb.owlapitools.builders.BuilderSWRLDataPropertyAtom
 
getArg0() - Method in class org.semanticweb.owlapitools.builders.BuilderSWRLIndividualsAtom
 
getArg1() - Method in class org.semanticweb.owlapitools.builders.BuilderSWRLDataPropertyAtom
 
getArg1() - Method in class org.semanticweb.owlapitools.builders.BuilderSWRLIndividualsAtom
 
getArgument() - Method in interface org.semanticweb.owlapi.model.SWRLUnaryAtom
 
getArgument() - Method in class org.semanticweb.owlapitools.builders.BuilderSWRLClassAtom
 
getArgument() - Method in class org.semanticweb.owlapitools.builders.BuilderSWRLDataRangeAtom
 
getArguments() - Method in interface org.semanticweb.owlapi.model.SWRLBuiltInAtom
 
getAsymmetricObjectPropertyAxioms(OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets the OWLAsymmetricObjectPropertyAxiom objects contained in this ontology that make the specified object property asymmetric.
getAuthorizationValue() - Method in class org.semanticweb.owlapi.model.OWLOntologyLoaderConfiguration
 
getAxiom() - Method in class org.semanticweb.owlapi.change.AxiomChangeData
Gets the OWLAxiom that is associated with this change data.
getAxiom() - Method in class org.semanticweb.owlapi.model.OWLAxiomChange
 
getAxiom() - Method in class org.semanticweb.owlapi.model.OWLOntologyChange
If the change is an axiom change (i.e.
getAxiom() - Method in class org.semanticweb.owlapi.profiles.OWLProfileViolation
 
getAxiom() - Method in exception org.semanticweb.owlapi.reasoner.AxiomNotInProfileException
 
getAxiom() - Method in exception org.semanticweb.owlapi.reasoner.UnsupportedEntailmentTypeException
 
getAxiom() - Method in class org.semanticweb.owlapi.util.OntologyAxiomPair
 
getAxiom() - Method in class org.semanticweb.owlapi.util.OWLObjectWalker
Gets the last axiom to be visited.
getAxiomCount() - Method in interface org.semanticweb.owlapi.model.OWLAxiomCollection
 
getAxiomCount(boolean) - Method in interface org.semanticweb.owlapi.model.OWLAxiomCollectionBooleanArgs
getAxiomCount(AxiomType<T>) - Method in interface org.semanticweb.owlapi.model.OWLAxiomCollection
Gets the axiom count of a specific type of axiom.
getAxiomCount(AxiomType<T>, boolean) - Method in interface org.semanticweb.owlapi.model.OWLAxiomCollectionBooleanArgs
getAxiomCount(AxiomType<T>, Imports) - Method in interface org.semanticweb.owlapi.model.OWLAxiomCollection
Gets the axiom count of a specific type of axiom, optionally including the imports closure.
getAxiomCount(Imports) - Method in interface org.semanticweb.owlapi.model.OWLAxiomCollection
 
getAxiomGenerators() - Method in class org.semanticweb.owlapi.util.InferredOntologyGenerator
 
getAxioms() - Method in interface org.semanticweb.owlapi.model.HasAxioms
Gets the OWLAxioms contained in this object.
getAxioms(boolean) - Method in interface org.semanticweb.owlapi.model.OWLAxiomCollectionBooleanArgs
Deprecated.
getAxioms(Class<T>, Class<? extends OWLObject>, OWLObject, Imports, Navigation) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Generic search method: returns all axioms which refer entity, are instances of type, optionally including the imports closure in the results.
getAxioms(Class<T>, Class<? extends OWLObject>, OWLObject, Navigation) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Generic search method: returns all axioms which refer entity, are instances of type, optionally including the imports closure in the results.
getAxioms(Class<T>, OWLObject, Imports, Navigation) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Generic search method: returns all axioms which refer entity, are instances of type, optionally including the imports closure in the results.
getAxioms(Class<T>, OWLObject, Navigation) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Generic search method: returns all axioms which refer entity, are instances of type, optionally including the imports closure in the results.
getAxioms(AxiomType<T>) - Method in interface org.semanticweb.owlapi.model.HasAxiomsByType
Gets the axioms which are of the specified type.
getAxioms(AxiomType<T>, boolean) - Method in interface org.semanticweb.owlapi.model.OWLAxiomCollectionBooleanArgs
getAxioms(AxiomType<T>, Imports) - Method in interface org.semanticweb.owlapi.model.OWLAxiomCollection
Gets all axioms of the specified type.
getAxioms(OWLAnnotationProperty) - Method in interface org.semanticweb.owlapi.model.OWLAxiomCollection
Gets the axioms that form the definition/description of an annotation property.
getAxioms(OWLAnnotationProperty, boolean) - Method in interface org.semanticweb.owlapi.model.OWLAxiomCollectionBooleanArgs
getAxioms(OWLAnnotationProperty, Imports) - Method in interface org.semanticweb.owlapi.model.OWLAxiomCollection
Gets the axioms that form the definition/description of an annotation property.
getAxioms(OWLClass) - Method in interface org.semanticweb.owlapi.model.OWLAxiomCollection
Gets the axioms that form the definition/description of a class.
getAxioms(OWLClass, boolean) - Method in interface org.semanticweb.owlapi.model.OWLAxiomCollectionBooleanArgs
getAxioms(OWLClass, Imports) - Method in interface org.semanticweb.owlapi.model.OWLAxiomCollection
Gets the axioms that form the definition/description of a class.
getAxioms(OWLDataProperty) - Method in interface org.semanticweb.owlapi.model.OWLAxiomCollection
Gets the axioms that form the definition/description of a data property.
getAxioms(OWLDataProperty, boolean) - Method in interface org.semanticweb.owlapi.model.OWLAxiomCollectionBooleanArgs
getAxioms(OWLDataProperty, Imports) - Method in interface org.semanticweb.owlapi.model.OWLAxiomCollection
Gets the axioms that form the definition/description of a data property.
getAxioms(OWLDatatype) - Method in interface org.semanticweb.owlapi.model.OWLAxiomCollection
Gets the datatype definition axioms for the specified datatype.
getAxioms(OWLDatatype, boolean) - Method in interface org.semanticweb.owlapi.model.OWLAxiomCollectionBooleanArgs
getAxioms(OWLDatatype, Imports) - Method in interface org.semanticweb.owlapi.model.OWLAxiomCollection
Gets the datatype definition axioms for the specified datatype.
getAxioms(OWLIndividual) - Method in interface org.semanticweb.owlapi.model.OWLAxiomCollection
Gets the axioms that form the definition/description of an individual.
getAxioms(OWLIndividual, boolean) - Method in interface org.semanticweb.owlapi.model.OWLAxiomCollectionBooleanArgs
getAxioms(OWLIndividual, Imports) - Method in interface org.semanticweb.owlapi.model.OWLAxiomCollection
Gets the axioms that form the definition/description of an individual.
getAxioms(OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.model.OWLAxiomCollection
Gets the axioms that form the definition/description of an object property.
getAxioms(OWLObjectPropertyExpression, boolean) - Method in interface org.semanticweb.owlapi.model.OWLAxiomCollectionBooleanArgs
getAxioms(OWLObjectPropertyExpression, Imports) - Method in interface org.semanticweb.owlapi.model.OWLAxiomCollection
Gets the axioms that form the definition/description of an object property.
getAxioms(Imports) - Method in interface org.semanticweb.owlapi.model.OWLAxiomCollection
 
getAxiomsIgnoreAnnotations(OWLAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAxiomCollection
Gets the set of axioms contained in this collection that have the same "logical structure" as the specified axiom; i.e., all axioms that equal the specified axiom, when ignoring annotations.
getAxiomsIgnoreAnnotations(OWLAxiom, boolean) - Method in interface org.semanticweb.owlapi.model.OWLAxiomCollectionBooleanArgs
getAxiomsIgnoreAnnotations(OWLAxiom, OWLOntology, Imports) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Get matching axioms for a, ignoring annotations.
getAxiomsIgnoreAnnotations(OWLAxiom, Imports) - Method in interface org.semanticweb.owlapi.model.OWLAxiomCollection
Gets the set of axioms contained in this collection that have the same "logical structure" as the specified axiom; i.e., all axioms that equal the specified axiom, when ignoring annotations.
getAxiomsOfTypes(Collection<OWLAxiom>, AxiomType<?>...) - Static method in class org.semanticweb.owlapi.model.AxiomType
Gets the set of axioms from a source set of axioms that have a specified type.
getAxiomsWithoutTypes(Collection<OWLAxiom>, AxiomType<?>...) - Static method in class org.semanticweb.owlapi.model.AxiomType
Gets the set of axioms from a source set of axioms that are not of the specified type.
getAxiomType() - Method in interface org.semanticweb.owlapi.model.OWLAnnotationAssertionAxiom
 
getAxiomType() - Method in interface org.semanticweb.owlapi.model.OWLAnnotationPropertyDomainAxiom
 
getAxiomType() - Method in interface org.semanticweb.owlapi.model.OWLAnnotationPropertyRangeAxiom
 
getAxiomType() - Method in interface org.semanticweb.owlapi.model.OWLAsymmetricObjectPropertyAxiom
 
getAxiomType() - Method in interface org.semanticweb.owlapi.model.OWLAxiom
Gets the axiom type for this axiom.
getAxiomType() - Method in interface org.semanticweb.owlapi.model.OWLClassAssertionAxiom
 
getAxiomType() - Method in interface org.semanticweb.owlapi.model.OWLDataPropertyAssertionAxiom
 
getAxiomType() - Method in interface org.semanticweb.owlapi.model.OWLDataPropertyDomainAxiom
 
getAxiomType() - Method in interface org.semanticweb.owlapi.model.OWLDataPropertyRangeAxiom
 
getAxiomType() - Method in interface org.semanticweb.owlapi.model.OWLDatatypeDefinitionAxiom
 
getAxiomType() - Method in interface org.semanticweb.owlapi.model.OWLDeclarationAxiom
 
getAxiomType() - Method in interface org.semanticweb.owlapi.model.OWLDifferentIndividualsAxiom
 
getAxiomType() - Method in interface org.semanticweb.owlapi.model.OWLDisjointClassesAxiom
 
getAxiomType() - Method in interface org.semanticweb.owlapi.model.OWLDisjointDataPropertiesAxiom
 
getAxiomType() - Method in interface org.semanticweb.owlapi.model.OWLDisjointObjectPropertiesAxiom
 
getAxiomType() - Method in interface org.semanticweb.owlapi.model.OWLDisjointUnionAxiom
 
getAxiomType() - Method in interface org.semanticweb.owlapi.model.OWLEquivalentClassesAxiom
 
getAxiomType() - Method in interface org.semanticweb.owlapi.model.OWLEquivalentDataPropertiesAxiom
 
getAxiomType() - Method in interface org.semanticweb.owlapi.model.OWLEquivalentObjectPropertiesAxiom
 
getAxiomType() - Method in interface org.semanticweb.owlapi.model.OWLFunctionalDataPropertyAxiom
 
getAxiomType() - Method in interface org.semanticweb.owlapi.model.OWLFunctionalObjectPropertyAxiom
 
getAxiomType() - Method in interface org.semanticweb.owlapi.model.OWLHasKeyAxiom
 
getAxiomType() - Method in interface org.semanticweb.owlapi.model.OWLInverseFunctionalObjectPropertyAxiom
 
getAxiomType() - Method in interface org.semanticweb.owlapi.model.OWLInverseObjectPropertiesAxiom
 
getAxiomType() - Method in interface org.semanticweb.owlapi.model.OWLIrreflexiveObjectPropertyAxiom
 
getAxiomType() - Method in interface org.semanticweb.owlapi.model.OWLNegativeDataPropertyAssertionAxiom
 
getAxiomType() - Method in interface org.semanticweb.owlapi.model.OWLNegativeObjectPropertyAssertionAxiom
 
getAxiomType() - Method in interface org.semanticweb.owlapi.model.OWLObjectPropertyAssertionAxiom
 
getAxiomType() - Method in interface org.semanticweb.owlapi.model.OWLObjectPropertyDomainAxiom
 
getAxiomType() - Method in interface org.semanticweb.owlapi.model.OWLObjectPropertyRangeAxiom
 
getAxiomType() - Method in interface org.semanticweb.owlapi.model.OWLReflexiveObjectPropertyAxiom
 
getAxiomType() - Method in interface org.semanticweb.owlapi.model.OWLSameIndividualAxiom
 
getAxiomType() - Method in interface org.semanticweb.owlapi.model.OWLSubAnnotationPropertyOfAxiom
 
getAxiomType() - Method in interface org.semanticweb.owlapi.model.OWLSubClassOfAxiom
 
getAxiomType() - Method in interface org.semanticweb.owlapi.model.OWLSubDataPropertyOfAxiom
 
getAxiomType() - Method in interface org.semanticweb.owlapi.model.OWLSubObjectPropertyOfAxiom
 
getAxiomType() - Method in interface org.semanticweb.owlapi.model.OWLSubPropertyChainOfAxiom
 
getAxiomType() - Method in interface org.semanticweb.owlapi.model.OWLSymmetricObjectPropertyAxiom
 
getAxiomType() - Method in interface org.semanticweb.owlapi.model.OWLTransitiveObjectPropertyAxiom
 
getAxiomType() - Method in interface org.semanticweb.owlapi.model.SWRLRule
 
getAxiomType(String) - Static method in class org.semanticweb.owlapi.model.AxiomType
Gets an axiom type by its name.
getAxiomTypes() - Method in class org.semanticweb.owlapi.search.Filters.AxiomFilter
 
getAxiomTypes() - Method in interface org.semanticweb.owlapi.util.OWLAxiomSearchFilter
 
getAxiomWithoutAnnotations() - Method in interface org.semanticweb.owlapi.model.OWLAnnotationAssertionAxiom
 
getAxiomWithoutAnnotations() - Method in interface org.semanticweb.owlapi.model.OWLAnnotationPropertyDomainAxiom
 
getAxiomWithoutAnnotations() - Method in interface org.semanticweb.owlapi.model.OWLAnnotationPropertyRangeAxiom
 
getAxiomWithoutAnnotations() - Method in interface org.semanticweb.owlapi.model.OWLAsymmetricObjectPropertyAxiom
 
getAxiomWithoutAnnotations() - Method in interface org.semanticweb.owlapi.model.OWLAxiom
Gets an axiom that is structurally equivalent to this axiom without annotations.
getAxiomWithoutAnnotations() - Method in interface org.semanticweb.owlapi.model.OWLClassAssertionAxiom
 
getAxiomWithoutAnnotations() - Method in interface org.semanticweb.owlapi.model.OWLDataPropertyAssertionAxiom
 
getAxiomWithoutAnnotations() - Method in interface org.semanticweb.owlapi.model.OWLDataPropertyDomainAxiom
 
getAxiomWithoutAnnotations() - Method in interface org.semanticweb.owlapi.model.OWLDataPropertyRangeAxiom
 
getAxiomWithoutAnnotations() - Method in interface org.semanticweb.owlapi.model.OWLDeclarationAxiom
 
getAxiomWithoutAnnotations() - Method in interface org.semanticweb.owlapi.model.OWLDifferentIndividualsAxiom
 
getAxiomWithoutAnnotations() - Method in interface org.semanticweb.owlapi.model.OWLDisjointClassesAxiom
 
getAxiomWithoutAnnotations() - Method in interface org.semanticweb.owlapi.model.OWLDisjointDataPropertiesAxiom
 
getAxiomWithoutAnnotations() - Method in interface org.semanticweb.owlapi.model.OWLDisjointObjectPropertiesAxiom
 
getAxiomWithoutAnnotations() - Method in interface org.semanticweb.owlapi.model.OWLDisjointUnionAxiom
 
getAxiomWithoutAnnotations() - Method in interface org.semanticweb.owlapi.model.OWLEquivalentClassesAxiom
 
getAxiomWithoutAnnotations() - Method in interface org.semanticweb.owlapi.model.OWLEquivalentDataPropertiesAxiom
 
getAxiomWithoutAnnotations() - Method in interface org.semanticweb.owlapi.model.OWLEquivalentObjectPropertiesAxiom
 
getAxiomWithoutAnnotations() - Method in interface org.semanticweb.owlapi.model.OWLFunctionalDataPropertyAxiom
 
getAxiomWithoutAnnotations() - Method in interface org.semanticweb.owlapi.model.OWLFunctionalObjectPropertyAxiom
 
getAxiomWithoutAnnotations() - Method in interface org.semanticweb.owlapi.model.OWLHasKeyAxiom
 
getAxiomWithoutAnnotations() - Method in interface org.semanticweb.owlapi.model.OWLInverseFunctionalObjectPropertyAxiom
 
getAxiomWithoutAnnotations() - Method in interface org.semanticweb.owlapi.model.OWLInverseObjectPropertiesAxiom
 
getAxiomWithoutAnnotations() - Method in interface org.semanticweb.owlapi.model.OWLIrreflexiveObjectPropertyAxiom
 
getAxiomWithoutAnnotations() - Method in interface org.semanticweb.owlapi.model.OWLNegativeDataPropertyAssertionAxiom
 
getAxiomWithoutAnnotations() - Method in interface org.semanticweb.owlapi.model.OWLNegativeObjectPropertyAssertionAxiom
 
getAxiomWithoutAnnotations() - Method in interface org.semanticweb.owlapi.model.OWLObjectPropertyAssertionAxiom
 
getAxiomWithoutAnnotations() - Method in interface org.semanticweb.owlapi.model.OWLObjectPropertyDomainAxiom
 
getAxiomWithoutAnnotations() - Method in interface org.semanticweb.owlapi.model.OWLObjectPropertyRangeAxiom
 
getAxiomWithoutAnnotations() - Method in interface org.semanticweb.owlapi.model.OWLReflexiveObjectPropertyAxiom
 
getAxiomWithoutAnnotations() - Method in interface org.semanticweb.owlapi.model.OWLSameIndividualAxiom
 
getAxiomWithoutAnnotations() - Method in interface org.semanticweb.owlapi.model.OWLSubAnnotationPropertyOfAxiom
 
getAxiomWithoutAnnotations() - Method in interface org.semanticweb.owlapi.model.OWLSubClassOfAxiom
 
getAxiomWithoutAnnotations() - Method in interface org.semanticweb.owlapi.model.OWLSubDataPropertyOfAxiom
 
getAxiomWithoutAnnotations() - Method in interface org.semanticweb.owlapi.model.OWLSubObjectPropertyOfAxiom
 
getAxiomWithoutAnnotations() - Method in interface org.semanticweb.owlapi.model.OWLSubPropertyChainOfAxiom
 
getAxiomWithoutAnnotations() - Method in interface org.semanticweb.owlapi.model.OWLSymmetricObjectPropertyAxiom
 
getAxiomWithoutAnnotations() - Method in interface org.semanticweb.owlapi.model.OWLTransitiveObjectPropertyAxiom
 
getAxiomWithoutAnnotations() - Method in interface org.semanticweb.owlapi.model.SWRLRule
 
getAxiomWithoutAnnotations(Class<T>) - Method in interface org.semanticweb.owlapi.model.OWLAxiom
Gets an axiom that is structurally equivalent to this axiom without annotations.
getAxiomWithoutAnnotations(T) - Static method in interface org.semanticweb.owlapi.model.OWLAxiom
Gets an axiom that is structurally equivalent to the input axiom without annotations.
getBannedParsers() - Method in class org.semanticweb.owlapi.model.OntologyConfigurator
 
getBannedParsers() - Method in class org.semanticweb.owlapi.model.OWLOntologyLoaderConfiguration
 
getBlocker(OWLKnowledgeExplorerReasoner.RootNode) - Method in interface org.semanticweb.owlapi.reasoner.knowledgeexploration.OWLKnowledgeExplorerReasoner
 
getBody() - Method in interface org.semanticweb.owlapi.model.SWRLRule
Gets the atoms in the body of the rule.
getBooleanOWLDatatype() - Method in interface org.semanticweb.owlapi.model.providers.OWLVocabularyProvider
A convenience method that obtains the datatype that represents the boolean datatype.
getBottomClassNode() - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Gets the Node corresponding to the bottom node (containing owl:Nothing) in the class hierarchy.
getBottomDataPropertyNode() - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Gets the Node corresponding to the bottom node (containing owl:bottomDataProperty) in the data property hierarchy.
getBottomObjectPropertyNode() - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Gets the Node corresponding to the bottom node (containing owl:bottomObjectProperty) in the object property hierarchy.
getBufferingMode() - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Gets the buffering mode of this reasoner.
getBuild() - Method in class org.semanticweb.owlapi.util.Version
 
getBuiltIn(IRI) - Static method in enum class org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
Gets a builtin vocabulary value for a given IRI.
getBuiltInDatatype() - Method in interface org.semanticweb.owlapi.model.OWLDatatype
Gets the built in datatype information if this datatype is a built in datatype.
getByMIMEType(String) - Method in class org.semanticweb.owlapi.util.PriorityCollection
Returns the first item matching the mime type
NOTE: The order in which the services are loaded an examined is not deterministic so this method may return different results if the MIME-Type matches more than one item.
getCardinality() - Method in interface org.semanticweb.owlapi.model.HasCardinality
Gets the cardinality of a restriction.
getCardinality() - Method in class org.semanticweb.owlapitools.builders.BuilderDataExactCardinality
 
getCardinality() - Method in class org.semanticweb.owlapitools.builders.BuilderDataMaxCardinality
 
getCardinality() - Method in class org.semanticweb.owlapitools.builders.BuilderDataMinCardinality
 
getCardinality() - Method in class org.semanticweb.owlapitools.builders.BuilderObjectExactCardinality
 
getCardinality() - Method in class org.semanticweb.owlapitools.builders.BuilderObjectMaxCardinality
 
getCardinality() - Method in class org.semanticweb.owlapitools.builders.BuilderObjectMinCardinality
 
getCategory() - Method in enum class org.semanticweb.owlapi.vocab.OWL2Datatype
Gets the category for this datatype.
getChange() - Method in exception org.semanticweb.owlapi.model.OWLOntologyChangeException
 
getChangeData() - Method in class org.semanticweb.owlapi.model.AddAxiom
 
getChangeData() - Method in class org.semanticweb.owlapi.model.AddImport
 
getChangeData() - Method in class org.semanticweb.owlapi.model.AddOntologyAnnotation
 
getChangeData() - Method in class org.semanticweb.owlapi.model.OWLOntologyChange
Gets the data (independent of the ontology) associated with this specific change.
getChangeData() - Method in class org.semanticweb.owlapi.model.RemoveAxiom
 
getChangeData() - Method in class org.semanticweb.owlapi.model.RemoveImport
 
getChangeData() - Method in class org.semanticweb.owlapi.model.RemoveOntologyAnnotation
 
getChangeData() - Method in class org.semanticweb.owlapi.model.SetOntologyID
 
getChangeEffect() - Method in class org.semanticweb.owlapi.model.ChangeDetails
 
getChangeRecord() - Method in class org.semanticweb.owlapi.model.OWLOntologyChange
Gets a OWLOntologyChangeRecord that is derived from this OWLOntologyChange's OWLOntologyID and it's OWLOntologyChangeData.
getChanges() - Method in class org.semanticweb.owlapi.change.AbstractCompositeOntologyChange
 
getChanges() - Method in interface org.semanticweb.owlapi.change.OWLCompositeOntologyChange
Gets the changes which compose this composite change.
getChanges() - Method in class org.semanticweb.owlapi.util.OWLEntityRemover
 
getChanges() - Method in class org.semanticweb.owlapi.util.OWLEntityURIConverter
Gets the changes required to perform the conversion.
getChanges(OWLOntology, IRI) - Method in class org.semanticweb.owlapi.util.OWLOntologyIRIChanger
Changes the URI of the specified ontology to the new URI.
getClassAssertionAxioms(OWLClassExpression) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets the OWLClassAssertionAxiom objects contained in this ontology that make the specified class expression, ce, a type for some individual.
getClassAssertionAxioms(OWLIndividual) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets the OWLClassAssertionAxiom objects contained in this ontology that make the specified individual an instance of some class expression.
getClassAtomPredicates() - Method in interface org.semanticweb.owlapi.model.SWRLRule
Gets the predicates of class atoms.
getClasses(OWLDataFactory) - Static method in enum class org.semanticweb.owlapi.vocab.SKOSVocabulary
 
getClassesInSignature() - Method in interface org.semanticweb.owlapi.model.HasClassesInSignature
Gets the classes in the signature of this object.
getClassesInSignature(boolean) - Method in interface org.semanticweb.owlapi.model.OWLSignatureBooleanArgs
getClassesInSignature(Imports) - Method in interface org.semanticweb.owlapi.model.OWLSignature
Gets the classes in the signature and optionally the imports closure.
getClassExpression() - Method in interface org.semanticweb.owlapi.model.OWLClassAssertionAxiom
Gets the class expression that is asserted to be a type for an individual by this axiom.
getClassExpression() - Method in interface org.semanticweb.owlapi.model.OWLHasKeyAxiom
Gets the class expression, instances of which, this axiom acts as the key for.
getClassExpression() - Method in exception org.semanticweb.owlapi.reasoner.ClassExpressionNotInProfileException
 
getClassExpression() - Method in class org.semanticweb.owlapitools.builders.BuilderClassAssertion
 
getClassExpression() - Method in class org.semanticweb.owlapitools.builders.BuilderComplementOf
 
getClassExpression() - Method in class org.semanticweb.owlapitools.builders.BuilderDisjointUnion
 
getClassExpression() - Method in class org.semanticweb.owlapitools.builders.BuilderHasKey
 
getClassExpressionPath() - Method in class org.semanticweb.owlapi.util.OWLObjectWalker
Gets the current class expression path.
getClassExpressions() - Method in interface org.semanticweb.owlapi.model.OWLDisjointUnionAxiom
Gets the class expressions which are operands of the disjoint union.
getClassExpressions() - Method in interface org.semanticweb.owlapi.model.OWLNaryClassAxiom
Gets all of the top level class expressions that appear in this axiom.
getClassExpressionsAsList() - Method in interface org.semanticweb.owlapi.model.OWLNaryClassAxiom
getClassExpressionsMinus(OWLClassExpression...) - Method in interface org.semanticweb.owlapi.model.OWLNaryClassAxiom
Gets the set of class expressions that appear in this axiom minus the specified class expressions.
getClassExpressionType() - Method in interface org.semanticweb.owlapi.model.OWLClass
 
getClassExpressionType() - Method in interface org.semanticweb.owlapi.model.OWLClassExpression
Gets the class expression type for this class expression.
getClassExpressionType() - Method in interface org.semanticweb.owlapi.model.OWLDataAllValuesFrom
 
getClassExpressionType() - Method in interface org.semanticweb.owlapi.model.OWLDataExactCardinality
 
getClassExpressionType() - Method in interface org.semanticweb.owlapi.model.OWLDataHasValue
 
getClassExpressionType() - Method in interface org.semanticweb.owlapi.model.OWLDataMaxCardinality
 
getClassExpressionType() - Method in interface org.semanticweb.owlapi.model.OWLDataMinCardinality
 
getClassExpressionType() - Method in interface org.semanticweb.owlapi.model.OWLDataSomeValuesFrom
 
getClassExpressionType() - Method in interface org.semanticweb.owlapi.model.OWLObjectAllValuesFrom
 
getClassExpressionType() - Method in interface org.semanticweb.owlapi.model.OWLObjectComplementOf
 
getClassExpressionType() - Method in interface org.semanticweb.owlapi.model.OWLObjectExactCardinality
 
getClassExpressionType() - Method in interface org.semanticweb.owlapi.model.OWLObjectHasSelf
 
getClassExpressionType() - Method in interface org.semanticweb.owlapi.model.OWLObjectHasValue
 
getClassExpressionType() - Method in interface org.semanticweb.owlapi.model.OWLObjectIntersectionOf
 
getClassExpressionType() - Method in interface org.semanticweb.owlapi.model.OWLObjectMaxCardinality
 
getClassExpressionType() - Method in interface org.semanticweb.owlapi.model.OWLObjectMinCardinality
 
getClassExpressionType() - Method in interface org.semanticweb.owlapi.model.OWLObjectOneOf
 
getClassExpressionType() - Method in interface org.semanticweb.owlapi.model.OWLObjectSomeValuesFrom
 
getClassExpressionType() - Method in interface org.semanticweb.owlapi.model.OWLObjectUnionOf
 
getClassVisitor() - Method in class org.semanticweb.owlapi.util.NNF
 
getColumnNumber() - Method in exception org.semanticweb.owlapi.io.OWLParserException
 
getCommonExtensions() - Method in enum class org.semanticweb.owlapi.vocab.Extensions
 
getCommonExtensions(Class<? extends OWLDocumentFormat>) - Static method in enum class org.semanticweb.owlapi.vocab.Extensions
 
getComplementNNF() - Method in interface org.semanticweb.owlapi.model.OWLClassExpression
Gets the negation normal form of the complement of this expression.
getComponents(OWLObject) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
A convenience method that obtains the components of an OWL object.
getCompositeProperties() - Method in class org.semanticweb.owlapi.util.OWLObjectPropertyManager
 
getConfiguration() - Method in exception org.semanticweb.owlapi.reasoner.IllegalConfigurationException
 
getConnectionTimeout() - Method in class org.semanticweb.owlapi.model.OntologyConfigurator
 
getConnectionTimeout() - Method in class org.semanticweb.owlapi.model.OWLOntologyLoaderConfiguration
 
getConstructs() - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
 
getConvertedIRI(OWLEntity) - Method in class org.semanticweb.owlapi.util.OWLEntityTinyURIConversionStrategy
 
getConvertedIRI(OWLEntity) - Method in interface org.semanticweb.owlapi.util.OWLEntityURIConverterStrategy
 
getConvertedIRI(OWLEntity) - Method in class org.semanticweb.owlapi.util.OWLEntityURIUnderscores2CamelBackConverterStrategy
 
getCopyOnRequestSet(Collection<T>) - Static method in class org.semanticweb.owlapi.util.CollectionFactory
 
getCopyOnRequestSetFromImmutableCollection(Collection<T>) - Static method in class org.semanticweb.owlapi.util.CollectionFactory
 
getCopyOnRequestSetFromMutableCollection(Collection<T>) - Static method in class org.semanticweb.owlapi.util.CollectionFactory
 
getCreationException() - Method in class org.semanticweb.owlapi.model.MissingImportEvent
 
getCurrentAnnotation() - Method in class org.semanticweb.owlapi.util.OWLOntologyWalkerVisitor
 
getCurrentAnnotation() - Method in class org.semanticweb.owlapi.util.OWLOntologyWalkerVisitorEx
 
getCurrentAxiom() - Method in class org.semanticweb.owlapi.util.OWLOntologyWalkerVisitor
 
getCurrentAxiom() - Method in class org.semanticweb.owlapi.util.OWLOntologyWalkerVisitorEx
 
getCurrentOntology() - Method in class org.semanticweb.owlapi.util.OWLOntologyWalkerVisitor
 
getCurrentOntology() - Method in class org.semanticweb.owlapi.util.OWLOntologyWalkerVisitorEx
 
getData() - Method in class org.semanticweb.owlapi.change.OWLOntologyChangeRecord
Gets the OWLOntologyChangeData which is associated with this OWLOntologyChangeRecord.
getDataLabel(OWLKnowledgeExplorerReasoner.RootNode, boolean) - Method in interface org.semanticweb.owlapi.reasoner.knowledgeexploration.OWLKnowledgeExplorerReasoner
 
getDataNeighbours(OWLKnowledgeExplorerReasoner.RootNode, boolean) - Method in interface org.semanticweb.owlapi.reasoner.knowledgeexploration.OWLKnowledgeExplorerReasoner
 
getDataNeighbours(OWLKnowledgeExplorerReasoner.RootNode, OWLDataProperty) - Method in interface org.semanticweb.owlapi.reasoner.knowledgeexploration.OWLKnowledgeExplorerReasoner
 
getDataProperties(OWLDataFactory) - Static method in enum class org.semanticweb.owlapi.vocab.SKOSVocabulary
 
getDataPropertiesInSignature() - Method in interface org.semanticweb.owlapi.model.HasDataPropertiesInSignature
Get the data properties that are in the signature of this object.
getDataPropertiesInSignature(boolean) - Method in interface org.semanticweb.owlapi.model.OWLSignatureBooleanArgs
getDataPropertiesInSignature(Imports) - Method in interface org.semanticweb.owlapi.model.OWLSignature
Gets the data properties in the signature and optionally the imports closure.
getDataPropertyAssertionAxioms(OWLIndividual) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets the OWLDataPropertyAssertionAxiom objects contained in this ontology that have the specified individual as the subject of the axiom.
getDataPropertyDomainAxioms(OWLDataProperty) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets the OWLDataPropertyDomainAxiom objects where the property is equal to the specified property.
getDataPropertyDomains(OWLDataProperty) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
 
getDataPropertyDomains(OWLDataProperty, boolean) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Gets the named classes that are the direct or indirect domains of this property with respect to the imports closure of the root ontology.
getDataPropertyDomains(OWLDataProperty, InferenceDepth) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
 
getDataPropertyExpressions() - Method in interface org.semanticweb.owlapi.model.OWLHasKeyAxiom
Gets the set of data property expressions that make up the key.
getDataPropertyRangeAxioms(OWLDataProperty) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets the OWLDataPropertyRangeAxiom objects where the property is equal to the specified property.
getDataPropertyValues(OWLIndividual, Stream<OWLOntology>) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
 
getDataPropertyValues(OWLIndividual, OWLDataPropertyExpression, Stream<OWLOntology>) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
 
getDataPropertyValues(OWLIndividual, OWLDataPropertyExpression, OWLOntology) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
 
getDataPropertyValues(OWLIndividual, OWLOntology) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
 
getDataPropertyValues(OWLNamedIndividual, OWLDataProperty) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Gets the data property values for the specified individual and data property expression.
getDataRange() - Method in interface org.semanticweb.owlapi.model.OWLDataComplementOf
Gets the data range which this data range is a complement of.
getDataRange() - Method in interface org.semanticweb.owlapi.model.OWLDatatypeDefinitionAxiom
Gets the data range that defines the datatype.
getDataRange() - Method in class org.semanticweb.owlapitools.builders.BaseDataBuilder
 
getDataRangePath() - Method in class org.semanticweb.owlapi.util.OWLObjectWalker
Gets the current data range path.
getDataRangeType() - Method in interface org.semanticweb.owlapi.model.OWLDataComplementOf
 
getDataRangeType() - Method in interface org.semanticweb.owlapi.model.OWLDataIntersectionOf
 
getDataRangeType() - Method in interface org.semanticweb.owlapi.model.OWLDataOneOf
 
getDataRangeType() - Method in interface org.semanticweb.owlapi.model.OWLDataRange
Gets the type of this data range.
getDataRangeType() - Method in interface org.semanticweb.owlapi.model.OWLDatatype
 
getDataRangeType() - Method in interface org.semanticweb.owlapi.model.OWLDatatypeRestriction
 
getDataRangeType() - Method in interface org.semanticweb.owlapi.model.OWLDataUnionOf
 
getDataSubPropertyAxiomsForSubProperty(OWLDataProperty) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets the OWLSubDataPropertyOfAxiom objects where the sub-property is equal to the specified property.
getDataSubPropertyAxiomsForSuperProperty(OWLDataPropertyExpression) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets the OWLSubDataPropertyOfAxiom objects where the super-property is equal to the specified property.
getDatatype() - Method in class org.semanticweb.owlapi.io.RDFLiteral
 
getDatatype() - Method in interface org.semanticweb.owlapi.model.OWLDatatypeDefinitionAxiom
Gets the OWLDatatype that is assigned a definition.
getDatatype() - Method in interface org.semanticweb.owlapi.model.OWLDatatypeRestriction
Gets the data range that this data range restricts.
getDatatype() - Method in interface org.semanticweb.owlapi.model.OWLLiteral
Gets the OWLDatatype which types this literal.
getDatatype(HasIRI) - Static method in enum class org.semanticweb.owlapi.vocab.OWL2Datatype
Given an IRI that identifies an OWLDatatype, this method obtains the corresponding OWL2Datatype.
getDatatype(IRI) - Static method in enum class org.semanticweb.owlapi.vocab.OWL2Datatype
Given an IRI that identifies an OWLDatatype, this method obtains the corresponding OWL2Datatype.
getDatatype(DatatypeProvider) - Method in enum class org.semanticweb.owlapi.vocab.OWL2Datatype
Gets the equivalent OWLDatatype from the given factory.
getDatatypeDefinitions(OWLDatatype) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets the OWLDatatypeDefinitionAxiom objects contained in this ontology that provide a definition for the specified datatype.
getDatatypeIRIs() - Static method in enum class org.semanticweb.owlapi.vocab.OWL2Datatype
Gets all of the built in datatype IRIs.
getDatatypesInSignature() - Method in interface org.semanticweb.owlapi.model.HasDatatypesInSignature
Gets the datatypes that are in the signature of this object.
getDatatypesInSignature(boolean) - Method in interface org.semanticweb.owlapi.model.OWLSignatureBooleanArgs
getDatatypesInSignature(Imports) - Method in interface org.semanticweb.owlapi.model.OWLSignature
Gets the datatypes in the signature and optionally the imports closure.
getDeclaration() - Method in class org.semanticweb.owlapi.change.ImportChangeData
Gets the OWLImportsDeclaration that this change data describes.
getDeclarationAxioms(OWLEntity) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets the declaration axioms for specified entity.
getDefaultDocumentIRI() - Method in class org.semanticweb.owlapi.model.OWLOntologyID
Gets the IRI which is used as a default for the document that contain a representation of an ontology with this ID.
getDefaultMIMEType() - Method in class org.semanticweb.owlapi.io.OWLParserFactoryImpl
 
getDefaultMIMEType() - Method in interface org.semanticweb.owlapi.model.MIMETypeAware
Returns the default MIME Type for the OWLDocumentFormat that this class is a factory for.
getDefaultMIMEType() - Method in class org.semanticweb.owlapi.util.OWLDocumentFormatFactoryImpl
 
getDefaultPrefix() - Method in class org.semanticweb.owlapi.formats.PrefixDocumentFormatImpl
 
getDefaultPrefix() - Method in interface org.semanticweb.owlapi.model.PrefixManager
Gets the default prefix.
getDefaultPrefix() - Method in class org.semanticweb.owlapi.util.DefaultPrefixManager
 
getDefaultReturnValue(Object) - Method in interface org.semanticweb.owlapi.model.OWLVisitorBase
Deprecated.
use #doDefault(Object) instead
getDefaultReturnValue(OWLProfileViolation) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitor
Deprecated.
use #doDefault(Object) instead
getDefaultValue(Class<T>) - Method in enum class org.semanticweb.owlapi.model.parameters.ConfigurationOptions
 
getDeprecatedOWLAnnotationAssertionAxiom(IRI) - Method in interface org.semanticweb.owlapi.model.providers.AnnotationAssertionProvider
Gets an annotation assertion that specifies that an IRI is deprecated.
getDescriptionLogicName() - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
 
getDifferentIndividualAxioms(OWLIndividual) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets the OWLDifferentIndividualsAxiom objects contained in this ontology that make the specified individual different to some other individual.
getDifferentIndividuals(OWLIndividual, Stream<OWLOntology>) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Gets the individuals asserted to be different to e in the specified ontologies.
getDifferentIndividuals(OWLIndividual, OWLOntology) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Gets the individuals asserted to be different to e in the specified ontology.
getDifferentIndividuals(OWLNamedIndividual) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Gets the individuals which are entailed to be different from the specified individual.
getDirectImports() - Method in interface org.semanticweb.owlapi.model.HasDirectImports
Gets the set of loaded ontologies that this ontology is related to via the directlyImports relation.
getDirectImports(OWLOntology) - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
Gets the set of loaded ontologies that the specified ontology is related to via the directlyImports relation as defined in Section 3.4 of the OWL 2 Structural specification
getDirectImportsDocuments() - Method in interface org.semanticweb.owlapi.model.HasDirectImports
Gets the set of document IRIs that are directly imported by this ontology.
getDisjointClasses(OWLClassExpression) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Gets the classes that are disjoint with the specified class expression ce.
getDisjointClasses(OWLClass, Stream<OWLOntology>) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Gets the classes which have been asserted to be disjoint with e by axioms in the specified ontologies.
getDisjointClasses(OWLClass, OWLOntology) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Gets the classes which have been asserted to be disjoint with e by axioms in the specified ontology.
getDisjointClassesAxioms(OWLClass) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets the set of disjoint class axioms that contain the specified class as an operand.
getDisjointDataProperties(OWLDataPropertyExpression) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Gets the data properties that are disjoint with the specified data property expression pe.
getDisjointDataPropertiesAxioms(OWLDataProperty) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets the OWLDisjointDataPropertiesAxiom objects that make the specified property disjoint with some other data property expression(s).
getDisjointObjectProperties(OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Gets the simplified object property expressions that are disjoint with the specified object property expression pe.
getDisjointObjectPropertiesAxioms(OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets the OWLDisjointObjectPropertiesAxiom objects that make the specified property disjoint with some other object property expression(s).
getDisjointProperties(OWLAnnotationProperty, Stream<OWLOntology>) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Gets the annotation properties which have been asserted to be disjoint with e in the specified ontologies.
getDisjointProperties(OWLAnnotationProperty, OWLOntology) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Gets the annotation properties which have been asserted to be disjoint with e in the specified ontology.
getDisjointProperties(OWLDataProperty, Stream<OWLOntology>) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Gets the data properties which have been asserted to be disjoint with e in the specified ontologies.
getDisjointProperties(OWLDataProperty, OWLOntology) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Gets the data properties which have been asserted to be disjoint with e in the specified ontology.
getDisjointProperties(OWLObjectPropertyExpression, Stream<OWLOntology>) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Gets the object properties which have been asserted to be disjoint with e in the specified ontologies.
getDisjointProperties(OWLObjectPropertyExpression, OWLOntology) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Gets the object properties which have been asserted to be disjoint with e in the specified ontology.
getDisjointUnionAxioms(OWLClass) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets the set of disjoint union axioms that have the specified class as the named class that is equivalent to the disjoint union of operands.
getDocumentIRI() - Method in class org.semanticweb.owlapi.io.FileDocumentTarget
 
getDocumentIRI() - Method in class org.semanticweb.owlapi.io.GZipFileDocumentTarget
 
getDocumentIRI() - Method in interface org.semanticweb.owlapi.io.OWLOntologyDocumentSource
Gets the IRI of the ontology document.
getDocumentIRI() - Method in class org.semanticweb.owlapi.io.OWLOntologyDocumentSourceBase
 
getDocumentIRI() - Method in interface org.semanticweb.owlapi.io.OWLOntologyDocumentTarget
Gets an IRI that points to an ontology document.
getDocumentIRI() - Method in exception org.semanticweb.owlapi.io.UnparsableOntologyException
Gets the ontology document IRI from which there was an attempt to parse an ontology.
getDocumentIRI() - Method in class org.semanticweb.owlapi.io.XZFileDocumentTarget
 
getDocumentIRI() - Method in exception org.semanticweb.owlapi.model.OWLOntologyAlreadyExistsException
Gets the document IRI where the ontology was loaded from.
getDocumentIRI() - Method in class org.semanticweb.owlapi.model.OWLOntologyLoaderListener.LoadingEvent
Gets the document IRI for the ontology being loaded.
getDocumentIRI(IRI) - Method in interface org.semanticweb.owlapi.model.OWLOntologyIRIMapper
Given an ontology IRI, this method maps the ontology IRI to a document IRI.
getDocumentIRI(IRI) - Method in class org.semanticweb.owlapi.util.AutoIRIMapper
 
getDocumentIRI(IRI) - Method in class org.semanticweb.owlapi.util.CommonBaseIRIMapper
 
getDocumentIRI(IRI) - Method in class org.semanticweb.owlapi.util.OWLZipClosureIRIMapper
 
getDocumentIRI(IRI) - Method in class org.semanticweb.owlapi.util.SimpleIRIMapper
 
getDocumentIRI(IRI) - Method in class org.semanticweb.owlapi.util.ZipIRIMapper
 
getDomain() - Method in interface org.semanticweb.owlapi.model.HasDomain
Gets the domain.
getDomain() - Method in class org.semanticweb.owlapitools.builders.BaseDomainBuilder
 
getDomain() - Method in class org.semanticweb.owlapitools.builders.BuilderAnnotationPropertyDomain
 
getDomains(OWLAnnotationProperty, Stream<OWLOntology>) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Gets the asserted domains of e by examining the axioms in the specified ontologies.
getDomains(OWLAnnotationProperty, OWLOntology) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Gets the asserted domains of e.
getDomains(OWLDataProperty, Stream<OWLOntology>) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Gets the asserted domains of e by examining the axioms in the specified ontologies.
getDomains(OWLDataProperty, OWLOntology) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Gets the asserted domains of e.
getDomains(OWLObjectPropertyExpression, Stream<OWLOntology>) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Gets the asserted domains of e by examining the axioms in the specified ontologies.
getDomains(OWLObjectPropertyExpression, OWLOntology) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Gets the asserted domains of e.
getDoubleOWLDatatype() - Method in interface org.semanticweb.owlapi.model.providers.OWLVocabularyProvider
A convenience method that obtains the datatype that represents doubles.
getEnactedChanges() - Method in class org.semanticweb.owlapi.model.ChangeDetails
 
getEntities() - Method in exception org.semanticweb.owlapi.reasoner.FreshEntitiesException
Gets the entities.
getEntities() - Method in interface org.semanticweb.owlapi.reasoner.Node
Gets the entities contained in this node.
getEntities() - Method in class org.semanticweb.owlapi.util.OWLEntityCollectingOntologyChangeListener
 
getEntities() - Method in interface org.semanticweb.owlapi.util.OWLEntitySetProvider
 
getEntities(String) - Method in interface org.semanticweb.owlapi.util.BidirectionalShortFormProvider
For a given short form this method obtains the entities which have this short form.
getEntitiesInSignature(IRI) - Method in interface org.semanticweb.owlapi.model.HasGetEntitiesInSignature
 
getEntitiesInSignature(IRI, boolean) - Method in interface org.semanticweb.owlapi.model.OWLSignatureBooleanArgs
getEntitiesInSignature(IRI, Imports) - Method in interface org.semanticweb.owlapi.model.OWLSignature
Gets the entities in the signature that have the specified IRI.
getEntitiesMinus(E) - Method in interface org.semanticweb.owlapi.reasoner.Node
Gets the entities contained in this node minus the specified entity e.
getEntitiesMinusBottom() - Method in interface org.semanticweb.owlapi.reasoner.Node
Gets the entities contained in this node minus the bottom entity.
getEntitiesMinusTop() - Method in interface org.semanticweb.owlapi.reasoner.Node
Gets the entities contained in this node minus the top entity.
getEntity() - Method in interface org.semanticweb.owlapi.model.OWLDeclarationAxiom
 
getEntity() - Method in interface org.semanticweb.owlapi.profiles.violations.UndeclaredEntityViolation
 
getEntity() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfUndeclaredAnnotationProperty
 
getEntity() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfUndeclaredClass
 
getEntity() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfUndeclaredDataProperty
 
getEntity() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfUndeclaredDatatype
 
getEntity() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfUndeclaredObjectProperty
 
getEntity() - Method in class org.semanticweb.owlapitools.builders.BuilderDeclaration
 
getEntity(String) - Method in interface org.semanticweb.owlapi.util.BidirectionalShortFormProvider
A convenience method which gets an entity from its short form.
getEntity(String) - Method in class org.semanticweb.owlapi.util.CachingBidirectionalShortFormProvider
 
getEntityExpansionLimit() - Method in class org.semanticweb.owlapi.model.OWLOntologyLoaderConfiguration
 
getEntityType() - Method in interface org.semanticweb.owlapi.model.OWLAnnotationProperty
 
getEntityType() - Method in interface org.semanticweb.owlapi.model.OWLClass
 
getEntityType() - Method in interface org.semanticweb.owlapi.model.OWLDataProperty
 
getEntityType() - Method in interface org.semanticweb.owlapi.model.OWLDatatype
 
getEntityType() - Method in interface org.semanticweb.owlapi.model.OWLEntity
Gets the entity type for this entity.
getEntityType() - Method in interface org.semanticweb.owlapi.model.OWLNamedIndividual
 
getEntityType() - Method in interface org.semanticweb.owlapi.model.OWLObjectProperty
 
getEntityType() - Method in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
 
getEntityType() - Method in enum class org.semanticweb.owlapi.vocab.SKOSVocabulary
 
getEntityType() - Method in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
 
getEntityType() - Method in class org.semanticweb.owlapitools.builders.BuilderEntity
 
getEquivalentClasses(OWLClassExpression) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Gets the set of named classes that are equivalent to the specified class expression with respect to the set of reasoner axioms.
getEquivalentClasses(OWLClass, Stream<OWLOntology>) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Gets the classes which have been asserted to be equivalent with e by axioms in the specified ontologies.
getEquivalentClasses(OWLClass, OWLOntology) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Gets the classes which have been asserted to be equivalent with e by axioms in the specified ontology.
getEquivalentClassesAxioms(OWLClass) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets all of the equivalent axioms in this ontology that contain the specified class as an operand.
getEquivalentDataProperties(OWLDataProperty) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Gets the set of named data properties that are equivalent to the specified data property expression with respect to the imports closure of the root ontology.
getEquivalentDataPropertiesAxioms(OWLDataProperty) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets the OWLEquivalentDataPropertiesAxiom objects that make the specified property equivalent to some other data property expression(s).
getEquivalentObjectProperties() - Method in class org.semanticweb.owlapi.util.OWLObjectPropertyManager
 
getEquivalentObjectProperties(Stream<OWLOntology>) - Static method in class org.semanticweb.owlapi.util.OWLObjectPropertyManager
 
getEquivalentObjectProperties(OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Gets the set of simplified object property expressions that are equivalent to the specified object property expression with respect to the set of reasoner axioms.
getEquivalentObjectPropertiesAxioms(OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets the OWLEquivalentObjectPropertiesAxiom objects that make the specified property equivalent to some other object property expression(s).
getEquivalentProperties(OWLAnnotationProperty, Stream<OWLOntology>) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Gets the annotation properties which have been asserted to be equivalent with e by axioms in the specified ontologies.
getEquivalentProperties(OWLAnnotationProperty, OWLOntology) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Gets the annotation properties which have been asserted to be equivalent with e by axioms in the specified ontology.
getEquivalentProperties(OWLDataProperty, Stream<OWLOntology>) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Gets the data properties which have been asserted to be equivalent with e by axioms in the specified ontologies.
getEquivalentProperties(OWLDataProperty, OWLOntology) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Gets the data properties which have been asserted to be equivalent with e by axioms in the specified ontology.
getEquivalentProperties(OWLObjectPropertyExpression, Stream<OWLOntology>) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Gets the object properties which have been asserted to be equivalent with e by axioms in the specified ontologies.
getEquivalentProperties(OWLObjectPropertyExpression, OWLOntology) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Gets the object properties which have been asserted to be equivalent with e by axioms in the specified ontology.
getException() - Method in class org.semanticweb.owlapi.model.OWLOntologyLoaderListener.LoadingFinishedEvent
If the ontology was not loaded successfully then this method can be used to access the exception that describes why the ontology was not loaded successfully.
getExceptions() - Method in exception org.semanticweb.owlapi.io.UnparsableOntologyException
Gets a map that lists the parsers (that were used to parse an ontology) and the errors that they generated.
getExpectedThreads() - Static method in class org.semanticweb.owlapi.util.CollectionFactory
 
getExpression() - Method in class org.semanticweb.owlapi.profiles.OWLProfileViolation
 
getExpression() - Method in class org.semanticweb.owlapi.profiles.violations.DatatypeIRIAlsoUsedAsClassIRI
 
getExpression() - Method in class org.semanticweb.owlapi.profiles.violations.IllegalPunning
 
getExpression() - Method in class org.semanticweb.owlapi.profiles.violations.InsufficientOperands
 
getExpression() - Method in class org.semanticweb.owlapi.profiles.violations.InsufficientPropertyExpressions
 
getExpression() - Method in class org.semanticweb.owlapi.profiles.violations.LastPropertyInChainNotInImposedRange
 
getExpression() - Method in class org.semanticweb.owlapi.profiles.violations.LexicalNotInLexicalSpace
 
getExpression() - Method in class org.semanticweb.owlapi.profiles.violations.OntologyIRINotAbsolute
 
getExpression() - Method in class org.semanticweb.owlapi.profiles.violations.OntologyVersionIRINotAbsolute
 
getExpression() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfAnonymousIndividual
 
getExpression() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfDefinedDatatypeInDatatypeRestriction
 
getExpression() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfDefinedDatatypeInLiteral
 
getExpression() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfIllegalAxiom
 
getExpression() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfIllegalClassExpression
 
getExpression() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfIllegalDataRange
 
getExpression() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfIllegalFacetRestriction
 
getExpression() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfNonAbsoluteIRI
 
getExpression() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfNonAtomicClassExpression
 
getExpression() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfNonEquivalentClassExpression
 
getExpression() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfNonSimplePropertyInAsymmetricObjectPropertyAxiom
 
getExpression() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfNonSimplePropertyInCardinalityRestriction
 
getExpression() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfNonSimplePropertyInDisjointPropertiesAxiom
 
getExpression() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfNonSimplePropertyInFunctionalPropertyAxiom
 
getExpression() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfNonSimplePropertyInInverseFunctionalObjectPropertyAxiom
 
getExpression() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfNonSimplePropertyInIrreflexivePropertyAxiom
 
getExpression() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfNonSimplePropertyInObjectHasSelf
 
getExpression() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfNonSubClassExpression
 
getExpression() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfNonSuperClassExpression
 
getExpression() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfObjectPropertyInverse
 
getExpression() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfPropertyInChainCausesCycle
 
getExpression() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfReservedVocabularyForAnnotationPropertyIRI
 
getExpression() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfReservedVocabularyForClassIRI
 
getExpression() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfReservedVocabularyForDataPropertyIRI
 
getExpression() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfReservedVocabularyForIndividualIRI
 
getExpression() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfReservedVocabularyForObjectPropertyIRI
 
getExpression() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfReservedVocabularyForOntologyIRI
 
getExpression() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfReservedVocabularyForVersionIRI
 
getExpression() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfTopDataPropertyAsSubPropertyInSubPropertyAxiom
 
getExpression() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfUndeclaredAnnotationProperty
 
getExpression() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfUndeclaredClass
 
getExpression() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfUndeclaredDataProperty
 
getExpression() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfUndeclaredDatatype
 
getExpression() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfUndeclaredObjectProperty
 
getExpression() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfUnknownDatatype
 
getFacet() - Method in interface org.semanticweb.owlapi.model.OWLFacetRestriction
Gets the restricted facet.
getFacet() - Method in class org.semanticweb.owlapitools.builders.BuilderFacetRestriction
 
getFacet(IRI) - Static method in enum class org.semanticweb.owlapi.vocab.OWLFacet
 
getFacetByShortName(String) - Static method in enum class org.semanticweb.owlapi.vocab.OWLFacet
Gets a facet by its short name.
getFacetBySymbolicName(String) - Static method in enum class org.semanticweb.owlapi.vocab.OWLFacet
 
getFacetIRIs() - Static method in enum class org.semanticweb.owlapi.vocab.OWLFacet
 
getFacetRestrictions() - Method in interface org.semanticweb.owlapi.model.OWLDatatypeRestriction
Gets the facet restrictions on this data range.
getFacets() - Method in enum class org.semanticweb.owlapi.vocab.OWL2Datatype.Category
 
getFacets() - Method in enum class org.semanticweb.owlapi.vocab.OWL2Datatype
Gets the facets that are allowed for facet restrictions of this datatype.
getFacets() - Static method in enum class org.semanticweb.owlapi.vocab.OWLFacet
 
getFacetValue() - Method in interface org.semanticweb.owlapi.model.OWLFacetRestriction
Gets the value that restricts the facet.
getFileExtensions() - Method in class org.semanticweb.owlapi.util.AutoIRIMapper
The mapper only examines files that have specified file extensions.
getFileExtensions() - Method in class org.semanticweb.owlapi.util.ZipIRIMapper
The mapper only examines files that have specified file extensions.
getFiller() - Method in interface org.semanticweb.owlapi.model.HasFiller
Gets the filler for this restriction.
getFirstArgument() - Method in interface org.semanticweb.owlapi.model.SWRLBinaryAtom
Gets the first argument.
getFirstProperty() - Method in interface org.semanticweb.owlapi.model.OWLInverseObjectPropertiesAxiom
 
getFlattened() - Method in interface org.semanticweb.owlapi.reasoner.NodeSet
A convenience method that gets all of the entities contained in the Nodes in this NodeSet.
getFloatOWLDatatype() - Method in interface org.semanticweb.owlapi.model.providers.OWLVocabularyProvider
A convenience method that obtains the datatype that represents floats.
getFormat() - Method in interface org.semanticweb.owlapi.io.OWLOntologyDocumentSource
 
getFormat() - Method in class org.semanticweb.owlapi.io.OWLOntologyDocumentSourceBase
 
getFormat() - Method in interface org.semanticweb.owlapi.model.OWLOntology
 
getFormatFactory() - Method in interface org.semanticweb.owlapi.model.OWLStorerFactory
 
getFormatFactory() - Method in class org.semanticweb.owlapi.util.OWLStorerFactoryImpl
 
getFragment() - Method in class org.semanticweb.owlapi.model.IRI
Gets the last part of the IRI that is a valid NCName; note that for some IRIs this can be empty.
getFreshEntityPolicy() - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Gets the Fresh Entity Policy in use by this reasoner.
getFreshEntityPolicy() - Method in interface org.semanticweb.owlapi.reasoner.OWLReasonerConfiguration
Gets the fresh entity policy that should be used.
getFreshEntityPolicy() - Method in class org.semanticweb.owlapi.reasoner.SimpleConfiguration
 
getFunctionalDataPropertyAxioms(OWLDataPropertyExpression) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets the OWLFunctionalDataPropertyAxiom objects contained in this ontology that make the specified data property functional.
getFunctionalObjectPropertyAxioms(OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets the OWLFunctionalObjectPropertyAxiom objects contained in this ontology that make the specified object property functional.
getGeneralClassAxioms() - Method in interface org.semanticweb.owlapi.model.OWLOntology
Gets the set of general axioms in this ontology.
getGeneratedByMessage() - Method in class org.semanticweb.owlapi.util.VersionInfo
Gets a message saying "Generated by the OWL API (version x.x.x)".
getGuessedDeclarations() - Method in interface org.semanticweb.owlapi.io.OWLOntologyLoaderMetaData
 
getGuessedDeclarations() - Method in class org.semanticweb.owlapi.io.RDFParserMetaData
 
getHasKeyAxioms(OWLClass) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets the has key axioms that have the specified class as their subject.
getHead() - Method in interface org.semanticweb.owlapi.model.SWRLRule
Gets the atoms in the head of the rule.
getHeaderState() - Method in interface org.semanticweb.owlapi.io.OWLOntologyLoaderMetaData
 
getHeaderState() - Method in class org.semanticweb.owlapi.io.RDFParserMetaData
 
getHierarchyReflexiveTransitiveClosure() - Method in class org.semanticweb.owlapi.util.OWLObjectPropertyManager
 
getId() - Method in class org.semanticweb.owlapitools.builders.BuilderAnonymousIndividual
 
getID() - Method in class org.semanticweb.owlapi.model.NodeID
Gets the string representation of the node ID.
getID() - Method in interface org.semanticweb.owlapi.model.OWLAnonymousIndividual
Gets the ID of this individual.
getImplementation(Class<T>, Annotation...) - Method in class org.semanticweb.owlapi.utilities.Injector
 
getImplementation(Class<T>, Map<Object, List<Supplier<?>>>, Annotation...) - Method in class org.semanticweb.owlapi.utilities.Injector
 
getImplementation(Class<T>, OntologyConfigurator, Annotation...) - Method in class org.semanticweb.owlapi.utilities.Injector
 
getImportDeclaration() - Method in class org.semanticweb.owlapi.model.ImportChange
Gets the import declaration that the change pertains to.
getImportedOntology(OWLImportsDeclaration) - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
Given an imports declaration, obtains the ontology that this import has been resolved to.
getImportedOntologyURI() - Method in class org.semanticweb.owlapi.model.MissingImportEvent
 
getImports() - Method in interface org.semanticweb.owlapi.model.OWLOntology
Gets the set of loaded ontologies that this ontology is related to via the transitive closure of the directlyImports relation.
For example, if this ontology imports ontology B, and ontology B imports ontology C, then this method will return the set consisting of ontology B and ontology C.
getImports(OWLOntology) - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
Gets the set of ontologies that are in the transitive closure of the directly imports relation.
getImportsClosure() - Method in interface org.semanticweb.owlapi.model.HasImportsClosure
Gets the set of loaded ontologies that this ontology is related to via the reflexive transitive closure of the directlyImports relation as defined in Section 3.4 of the OWL 2 Structural Specification.
getImportsClosure(OWLOntology) - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
Gets the imports closure for the specified ontology.
getImportsDeclaration() - Method in exception org.semanticweb.owlapi.model.UnloadableImportException
 
getImportsDeclarations() - Method in interface org.semanticweb.owlapi.model.OWLOntology
Gets the set of imports declarations for this ontology.
getIndentSize() - Method in class org.semanticweb.owlapi.model.OntologyConfigurator
 
getIndentSize() - Method in class org.semanticweb.owlapi.model.OWLOntologyWriterConfiguration
 
getIndex() - Method in class org.semanticweb.owlapi.model.AxiomType
 
getIndividual() - Method in interface org.semanticweb.owlapi.model.OWLClassAssertionAxiom
Gets the individual that is asserted to be an instance of a class expression by this axiom.
getIndividual() - Method in interface org.semanticweb.owlapi.model.SWRLIndividualArgument
 
getIndividual() - Method in class org.semanticweb.owlapitools.builders.BuilderClassAssertion
 
getIndividual() - Method in class org.semanticweb.owlapitools.builders.BuilderSWRLIndividualArgument
 
getIndividualNodeSetPolicy() - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Gets the IndividualNodeSetPolicy in use by this reasoner.
getIndividualNodeSetPolicy() - Method in interface org.semanticweb.owlapi.reasoner.OWLReasonerConfiguration
Gets the IndividualNodeSetPolicy which determines how NodeSets of named individuals are returned from the reasoner.
getIndividualNodeSetPolicy() - Method in class org.semanticweb.owlapi.reasoner.SimpleConfiguration
 
getIndividuals() - Method in interface org.semanticweb.owlapi.model.OWLNaryIndividualAxiom
 
getIndividuals() - Method in interface org.semanticweb.owlapi.model.OWLObjectOneOf
Gets the individuals that are in the oneOf.
getIndividuals(OWLClass, Stream<OWLOntology>) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Gets the individuals that have been asserted to be an instance of e by axioms in the specified ontologies.
getIndividuals(OWLClass, OWLOntology) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Gets the individuals that have been asserted to be an instance of e by axioms in the specified ontology.
getIndividualsAsList() - Method in interface org.semanticweb.owlapi.model.OWLNaryIndividualAxiom
Gets the individuals returned by OWLNaryIndividualAxiom.getIndividuals() as a list.
getIndividualsInSignature() - Method in interface org.semanticweb.owlapi.model.HasIndividualsInSignature
A convenience method that obtains the individuals that are in the signature of this object.
getIndividualsInSignature(boolean) - Method in interface org.semanticweb.owlapi.model.OWLSignatureBooleanArgs
getIndividualsInSignature(Imports) - Method in interface org.semanticweb.owlapi.model.OWLSignature
Gets the named individuals in the signature and optionally the imports closure.
getInputStream() - Method in class org.semanticweb.owlapi.io.FileDocumentSource
 
getInputStream() - Method in class org.semanticweb.owlapi.io.GZipFileDocumentSource
 
getInputStream() - Method in class org.semanticweb.owlapi.io.GZipStreamDocumentSource
 
getInputStream() - Method in interface org.semanticweb.owlapi.io.OWLOntologyDocumentSource
If an input stream can be obtained from this document source then this method creates it.
getInputStream() - Method in class org.semanticweb.owlapi.io.StreamDocumentSourceBase
 
getInputStream() - Method in class org.semanticweb.owlapi.io.XZFileDocumentSource
 
getInputStream() - Method in class org.semanticweb.owlapi.io.XZStreamDocumentSource
 
getInputStream(IRI, OWLOntologyLoaderConfiguration) - Static method in class org.semanticweb.owlapi.io.DocumentSources
getInputStream(IRI, OWLOntologyLoaderConfiguration, String) - Static method in class org.semanticweb.owlapi.io.DocumentSources
A convenience method that obtains an input stream from a URI.
getInstance() - Static method in class org.semanticweb.owlapi.io.ToStringRenderer
 
getInstances(OWLClassExpression) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
 
getInstances(OWLClassExpression, boolean) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Gets the individuals which are instances of the specified class expression.
getInstances(OWLClassExpression, Stream<OWLOntology>) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
 
getInstances(OWLClassExpression, OWLOntology) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
 
getInstances(OWLClassExpression, InferenceDepth) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
 
getIntegerOWLDatatype() - Method in interface org.semanticweb.owlapi.model.providers.OWLVocabularyProvider
A convenience method that obtains the datatype that represents integers.
getInverse() - Method in interface org.semanticweb.owlapi.model.OWLObjectInverseOf
Gets the property expression that this is the inverse of.
getInverse() - Method in class org.semanticweb.owlapitools.builders.BuilderInverseObjectProperties
 
getInverseFunctionalObjectPropertyAxioms(OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets the OWLInverseFunctionalObjectPropertyAxiom objects contained in this ontology that make the specified object property inverse functional.
getInverseObjectProperties(OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Gets the set of simplified object property expressions that are the inverses of the specified object property expression with respect to the imports closure of the root ontology.
getInverseObjectPropertyAxioms(OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets the OWLInverseObjectPropertiesAxiom objects where the specified property is contained in the set returned by OWLNaryPropertyAxiom.properties() .
getInverseProperty() - Method in interface org.semanticweb.owlapi.model.OWLObjectInverseOf
 
getInverseProperty() - Method in interface org.semanticweb.owlapi.model.OWLObjectPropertyExpression
Obtains the property that corresponds to the inverse of this property.
getInverses(OWLObjectPropertyExpression, Stream<OWLOntology>) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
 
getInverses(OWLObjectPropertyExpression, OWLOntology) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
 
getIOException() - Method in exception org.semanticweb.owlapi.io.OWLOntologyStorageIOException
 
getIRI() - Method in class org.semanticweb.owlapi.io.RDFLiteral
 
getIRI() - Method in class org.semanticweb.owlapi.io.RDFResourceBlankNode
 
getIRI() - Method in class org.semanticweb.owlapi.io.RDFResourceIRI
 
getIRI() - Method in enum class org.semanticweb.owlapi.model.ClassExpressionType
 
getIRI() - Method in enum class org.semanticweb.owlapi.model.DataRangeType
 
getIRI() - Method in class org.semanticweb.owlapi.model.EntityType
 
getIRI() - Method in interface org.semanticweb.owlapi.model.HasIRI
Gets the IRI of this object.
getIRI() - Method in interface org.semanticweb.owlapi.model.OWLImportsDeclaration
Gets the import IRI.
getIRI() - Method in class org.semanticweb.owlapi.profiles.OWL2DLProfile
 
getIRI() - Method in class org.semanticweb.owlapi.profiles.OWL2ELProfile
 
getIRI() - Method in class org.semanticweb.owlapi.profiles.OWL2Profile
 
getIRI() - Method in class org.semanticweb.owlapi.profiles.OWL2QLProfile
 
getIRI() - Method in class org.semanticweb.owlapi.profiles.OWL2RLProfile
 
getIRI() - Method in enum class org.semanticweb.owlapi.profiles.Profiles
 
getIRI() - Method in enum class org.semanticweb.owlapi.vocab.DublinCoreVocabulary
 
getIRI() - Method in enum class org.semanticweb.owlapi.vocab.OWL2Datatype
 
getIRI() - Method in enum class org.semanticweb.owlapi.vocab.OWLFacet
 
getIRI() - Method in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
 
getIRI() - Method in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
 
getIRI() - Method in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
 
getIRI() - Method in enum class org.semanticweb.owlapi.vocab.SKOSVocabulary
 
getIRI() - Method in enum class org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
 
getIRI() - Method in enum class org.semanticweb.owlapi.vocab.SWRLVocabulary
 
getIRI() - Method in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
 
getIRI() - Method in enum class org.semanticweb.owlapi.vocab.XSDVocabulary
 
getIRI() - Method in class org.semanticweb.owlapitools.builders.BaseEntityBuilder
 
getIRI() - Method in class org.semanticweb.owlapitools.builders.BuilderImportsDeclaration
 
getIRI() - Method in class org.semanticweb.owlapitools.builders.BuilderSWRLBuiltInAtom
 
getIRI() - Method in class org.semanticweb.owlapitools.builders.BuilderSWRLVariable
 
getIRI(String) - Method in class org.semanticweb.owlapi.formats.PrefixDocumentFormatImpl
 
getIRI(String) - Method in interface org.semanticweb.owlapi.model.PrefixManager
Gets the URI for a given prefix IRI.
getIRI(String) - Method in class org.semanticweb.owlapi.util.DefaultPrefixManager
 
getIRIFromNodeID(String) - Static method in class org.semanticweb.owlapi.model.NodeID
Returns an absolute IRI from a nodeID attribute.
getIRIMappers() - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
 
getIRIString() - Method in class org.semanticweb.owlapi.io.RDFResourceIRI
 
getIRIString() - Method in class org.semanticweb.owlapi.model.IRI
 
getIrreflexiveObjectPropertyAxioms(OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets the OWLIrreflexiveObjectPropertyAxiom objects contained in this ontology that make the specified object property irreflexive.
getItem() - Method in class org.semanticweb.owlapi.change.AxiomChangeData
 
getItem() - Method in class org.semanticweb.owlapi.change.ImportChangeData
 
getItem() - Method in class org.semanticweb.owlapi.change.OntologyAnnotationChangeData
 
getItem() - Method in class org.semanticweb.owlapi.change.OWLOntologyChangeData
 
getItem() - Method in class org.semanticweb.owlapi.change.SetOntologyIDData
 
getKey() - Method in class org.semanticweb.owlapi.formats.DLSyntaxDocumentFormat
 
getKey() - Method in class org.semanticweb.owlapi.formats.DLSyntaxDocumentFormatFactory
 
getKey() - Method in class org.semanticweb.owlapi.formats.DLSyntaxHTMLDocumentFormat
 
getKey() - Method in class org.semanticweb.owlapi.formats.DLSyntaxHTMLDocumentFormatFactory
 
getKey() - Method in class org.semanticweb.owlapi.formats.FunctionalSyntaxDocumentFormat
 
getKey() - Method in class org.semanticweb.owlapi.formats.FunctionalSyntaxDocumentFormatFactory
 
getKey() - Method in class org.semanticweb.owlapi.formats.KRSS2DocumentFormat
 
getKey() - Method in class org.semanticweb.owlapi.formats.KRSS2DocumentFormatFactory
 
getKey() - Method in class org.semanticweb.owlapi.formats.KRSSDocumentFormat
 
getKey() - Method in class org.semanticweb.owlapi.formats.KRSSDocumentFormatFactory
 
getKey() - Method in class org.semanticweb.owlapi.formats.LabelFunctionalDocumentFormat
 
getKey() - Method in class org.semanticweb.owlapi.formats.LabelFunctionalDocumentFormatFactory
 
getKey() - Method in class org.semanticweb.owlapi.formats.LatexAxiomsListDocumentFormat
 
getKey() - Method in class org.semanticweb.owlapi.formats.LatexAxiomsListDocumentFormatFactory
 
getKey() - Method in class org.semanticweb.owlapi.formats.LatexDocumentFormat
 
getKey() - Method in class org.semanticweb.owlapi.formats.LatexDocumentFormatFactory
 
getKey() - Method in class org.semanticweb.owlapi.formats.ManchesterSyntaxDocumentFormat
 
getKey() - Method in class org.semanticweb.owlapi.formats.ManchesterSyntaxDocumentFormatFactory
 
getKey() - Method in class org.semanticweb.owlapi.formats.OBODocumentFormat
 
getKey() - Method in class org.semanticweb.owlapi.formats.OBODocumentFormatFactory
 
getKey() - Method in class org.semanticweb.owlapi.formats.OWLXMLDocumentFormat
 
getKey() - Method in class org.semanticweb.owlapi.formats.OWLXMLDocumentFormatFactory
 
getKey() - Method in class org.semanticweb.owlapi.formats.PrefixDocumentFormatImpl
 
getKey() - Method in class org.semanticweb.owlapi.formats.RDFXMLDocumentFormat
 
getKey() - Method in class org.semanticweb.owlapi.formats.RDFXMLDocumentFormatFactory
 
getKey() - Method in class org.semanticweb.owlapi.formats.TurtleDocumentFormat
 
getKey() - Method in class org.semanticweb.owlapi.formats.TurtleDocumentFormatFactory
 
getKey() - Method in interface org.semanticweb.owlapi.model.OWLDocumentFormat
 
getKey() - Method in interface org.semanticweb.owlapi.model.OWLDocumentFormatFactory
Returns the key for the OWLDocumentFormat that this class is a factory for without necessarily creating an instance of the OWLDocumentFormat.
getKey() - Method in class org.semanticweb.owlapi.util.OWLDocumentFormatFactoryImpl
 
getLabel() - Method in interface org.semanticweb.owlapi.util.InferredAxiomGenerator
 
getLabel() - Method in class org.semanticweb.owlapi.util.InferredClassAssertionAxiomGenerator
 
getLabel() - Method in class org.semanticweb.owlapi.util.InferredDataPropertyCharacteristicAxiomGenerator
 
getLabel() - Method in class org.semanticweb.owlapi.util.InferredDisjointClassesAxiomGenerator
 
getLabel() - Method in class org.semanticweb.owlapi.util.InferredEquivalentClassAxiomGenerator
 
getLabel() - Method in class org.semanticweb.owlapi.util.InferredEquivalentDataPropertiesAxiomGenerator
 
getLabel() - Method in class org.semanticweb.owlapi.util.InferredEquivalentObjectPropertyAxiomGenerator
 
getLabel() - Method in class org.semanticweb.owlapi.util.InferredInverseObjectPropertiesAxiomGenerator
 
getLabel() - Method in class org.semanticweb.owlapi.util.InferredObjectPropertyCharacteristicAxiomGenerator
 
getLabel() - Method in class org.semanticweb.owlapi.util.InferredPropertyAssertionGenerator
 
getLabel() - Method in class org.semanticweb.owlapi.util.InferredSubClassAxiomGenerator
 
getLabel() - Method in class org.semanticweb.owlapi.util.InferredSubDataPropertyAxiomGenerator
 
getLabel() - Method in class org.semanticweb.owlapi.util.InferredSubObjectPropertyAxiomGenerator
 
getLang() - Method in class org.semanticweb.owlapi.io.RDFLiteral
 
getLang() - Method in interface org.semanticweb.owlapi.model.HasLang
Gets the language tag of the literal.
getLang() - Method in interface org.semanticweb.owlapi.model.OWLLiteral
 
getLanguageTag() - Method in class org.semanticweb.owlapi.io.RDFLiteral
 
getLexicalForm() - Method in class org.semanticweb.owlapi.io.RDFLiteral
 
getLexicalValue() - Method in class org.semanticweb.owlapi.io.RDFLiteral
 
getLineNumber() - Method in exception org.semanticweb.owlapi.io.OWLParserException
Gets the line number of the line that the parser was parsing when the error occurred.
getLiteral() - Method in interface org.semanticweb.owlapi.model.OWLLiteral
Gets the lexical value of this literal.
getLiteral() - Method in interface org.semanticweb.owlapi.model.SWRLLiteralArgument
Gets the literal for this argument.
getLiteral() - Method in class org.semanticweb.owlapitools.builders.BuilderDataHasValue
 
getLiteral() - Method in class org.semanticweb.owlapitools.builders.BuilderDataPropertyAssertion
 
getLiteral() - Method in class org.semanticweb.owlapitools.builders.BuilderFacetRestriction
 
getLiteral() - Method in class org.semanticweb.owlapitools.builders.BuilderNegativeDataPropertyAssertion
 
getLiteral() - Method in class org.semanticweb.owlapitools.builders.BuilderSWRLLiteralArgument
 
getLocalName() - Method in enum class org.semanticweb.owlapi.vocab.SKOSVocabulary
 
getLogicalAxiomCount() - Method in interface org.semanticweb.owlapi.model.OWLAxiomCollection
Gets the number of logical axioms in this collection.
getLogicalAxiomCount(boolean) - Method in interface org.semanticweb.owlapi.model.OWLAxiomCollectionBooleanArgs
getLogicalAxiomCount(Imports) - Method in interface org.semanticweb.owlapi.model.OWLAxiomCollection
Gets the number of logical axioms in this collection, optionally including the imports closure.
getLogicalAxioms() - Method in interface org.semanticweb.owlapi.model.HasLogicalAxioms
Gets the set of OWLLogicalAxioms contained within this object.
getLogicalAxioms(boolean) - Method in interface org.semanticweb.owlapi.model.OWLAxiomCollectionBooleanArgs
getLogicalAxioms(Imports) - Method in interface org.semanticweb.owlapi.model.OWLAxiomCollection
Gets all axioms semantically relevant, i.e., all axioms that are not annotation axioms or declaration axioms.
getMainNode() - Method in class org.semanticweb.owlapi.io.RDFResourceParseError
 
getMainNodeTriples() - Method in class org.semanticweb.owlapi.io.RDFResourceParseError
 
getMajor() - Method in class org.semanticweb.owlapi.util.Version
 
getMaxArity() - Method in enum class org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
Gets the maximum arity of this built in.
getMessage() - Method in exception org.semanticweb.owlapi.io.OWLParserException
 
getMessage() - Method in exception org.semanticweb.owlapi.io.UnparsableOntologyException
 
getMessage() - Method in exception org.semanticweb.owlapi.model.OWLOntologyChangeException
 
getMessage() - Method in exception org.semanticweb.owlapi.reasoner.FreshEntitiesException
 
getMIMEType() - Method in interface org.semanticweb.owlapi.io.OWLOntologyDocumentSource
 
getMIMEType() - Method in class org.semanticweb.owlapi.io.OWLOntologyDocumentSourceBase
 
getMIMETypes() - Method in class org.semanticweb.owlapi.io.OWLParserFactoryImpl
 
getMIMETypes() - Method in interface org.semanticweb.owlapi.model.MIMETypeAware
Returns a sorted list of MIME types for the OWLDocumentFormat that this class is a factory for.
getMIMETypes() - Method in class org.semanticweb.owlapi.util.OWLDocumentFormatFactoryImpl
 
getMinArity() - Method in enum class org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
Gets the minimum arity of this built in.
getMinor() - Method in class org.semanticweb.owlapi.util.Version
 
getMissingImportHandlingStrategy() - Method in class org.semanticweb.owlapi.model.OntologyConfigurator
 
getMissingImportHandlingStrategy() - Method in class org.semanticweb.owlapi.model.OWLOntologyLoaderConfiguration
Gets the strategy used for missing imports.
getMissingOntologyHeaderStrategy() - Method in class org.semanticweb.owlapi.model.OntologyConfigurator
 
getMissingOntologyHeaderStrategy() - Method in class org.semanticweb.owlapi.model.OWLOntologyLoaderConfiguration
 
getName() - Method in class org.semanticweb.owlapi.change.OWLOntologyChangeRecord
 
getName() - Method in interface org.semanticweb.owlapi.io.OWLParser
 
getName() - Method in class org.semanticweb.owlapi.model.AxiomType
 
getName() - Method in enum class org.semanticweb.owlapi.model.ClassExpressionType
 
getName() - Method in enum class org.semanticweb.owlapi.model.DataRangeType
 
getName() - Method in class org.semanticweb.owlapi.model.EntityType
 
getName() - Method in class org.semanticweb.owlapi.profiles.OWL2DLProfile
 
getName() - Method in class org.semanticweb.owlapi.profiles.OWL2ELProfile
 
getName() - Method in class org.semanticweb.owlapi.profiles.OWL2Profile
 
getName() - Method in class org.semanticweb.owlapi.profiles.OWL2QLProfile
 
getName() - Method in class org.semanticweb.owlapi.profiles.OWL2RLProfile
 
getName() - Method in interface org.semanticweb.owlapi.profiles.OWLProfile
Gets the name of the profile.
getName() - Method in enum class org.semanticweb.owlapi.profiles.Profiles
 
getName() - Method in enum class org.semanticweb.owlapi.vocab.OWL2Datatype.Category
 
getName(OWLEntity) - Method in class org.semanticweb.owlapi.util.OWLEntityFragmentProvider
 
getNamedClasses() - Method in interface org.semanticweb.owlapi.model.OWLEquivalentClassesAxiom
Gets the named classes (excluding owl:Thing and owl:Nothing) that are in this equivalent classes axiom.
getNamedConjuncts(OWLClassExpression) - Method in class org.semanticweb.owlapi.util.NamedConjunctChecker
Gets the named conjuncts for the specified expression.
getNamedProperty() - Method in interface org.semanticweb.owlapi.model.OWLObjectProperty
 
getNamedProperty() - Method in interface org.semanticweb.owlapi.model.OWLObjectPropertyExpression
Get the named object property used in this property expression.
getNamespace() - Method in class org.semanticweb.owlapi.model.IRI
 
getNamespace() - Method in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
 
getNamespace() - Method in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
 
getNamespace() - Method in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
 
getNamespace2PrefixMap() - Method in class org.semanticweb.owlapi.util.NamespaceUtil
 
getNCNamePrefix(CharSequence) - Static method in class org.semanticweb.owlapi.io.XMLUtils
utility to get the part of a char sequence that is not the NCName fragment.
getNCNameSuffix(CharSequence) - Static method in class org.semanticweb.owlapi.io.XMLUtils
Get the longest NCName that is a suffix of a character sequence.
getNCNameSuffixIndex(CharSequence) - Static method in class org.semanticweb.owlapi.io.XMLUtils
Gets the index of the longest NCName that is the suffix of a character sequence.
getNegativeDataPropertyAssertionAxioms(OWLIndividual) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets the OWLNegativeDataPropertyAssertionAxiom objects contained in this ontology that have the specified individual as the subject of the axiom.
getNegativeDataPropertyValues(OWLIndividual, Stream<OWLOntology>) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
 
getNegativeDataPropertyValues(OWLIndividual, OWLDataPropertyExpression, Stream<OWLOntology>) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
 
getNegativeDataPropertyValues(OWLIndividual, OWLDataPropertyExpression, OWLOntology) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
 
getNegativeDataPropertyValues(OWLIndividual, OWLOntology) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
 
getNegativeLiterals() - Method in class org.semanticweb.owlapi.util.OWLClassLiteralCollector
 
getNegativeObjectPropertyAssertionAxioms(OWLIndividual) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets the OWLNegativeObjectPropertyAssertionAxiom objects contained in this ontology that have the specified individual as the subject of the axiom.
getNegativeObjectPropertyValues(OWLIndividual, Stream<OWLOntology>) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
 
getNegativeObjectPropertyValues(OWLIndividual, OWLObjectPropertyExpression, Stream<OWLOntology>) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
 
getNegativeObjectPropertyValues(OWLIndividual, OWLObjectPropertyExpression, OWLOntology) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
 
getNegativeObjectPropertyValues(OWLIndividual, OWLOntology) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
 
getNestedClassExpressions() - Method in interface org.semanticweb.owlapi.model.OWLObject
Gets all of the nested (includes top level) class expressions (anonymous and named) that are used in this object.
getNewId() - Method in class org.semanticweb.owlapi.change.SetOntologyIDData
Gets the OWLOntologyID that is associated with some SetOntologyID change.
getNewOntologyID() - Method in class org.semanticweb.owlapi.model.SetOntologyID
 
getNextDocumentIRI(String) - Static method in class org.semanticweb.owlapi.model.IRI
 
getNNF() - Method in interface org.semanticweb.owlapi.model.OWLAxiom
Gets this axioms in negation normal form.
getNNF() - Method in interface org.semanticweb.owlapi.model.OWLClassExpression
Gets this expression in negation normal form.
getNode() - Method in interface org.semanticweb.owlapi.reasoner.knowledgeexploration.OWLKnowledgeExplorerReasoner.RootNode
 
getNodeID() - Static method in class org.semanticweb.owlapi.model.NodeID
 
getNodeID(String) - Static method in class org.semanticweb.owlapi.model.NodeID
Gets a NodeID with a specific identifier string.
getNodeIDValue() - Method in class org.semanticweb.owlapi.io.RDFResource
For blank nodes, return a valid value for the RDF/XML nodeId attribute.
getNodeIDValue() - Method in class org.semanticweb.owlapi.io.RDFResourceBlankNode
 
getNodeIDValue() - Method in class org.semanticweb.owlapi.io.RDFResourceIRI
 
getNodes() - Method in interface org.semanticweb.owlapi.reasoner.NodeSet
Gets the Nodes contained in this NodeSet.
getNonnullFormat() - Method in interface org.semanticweb.owlapi.model.OWLOntology
Gets the ontology format for this ontology, ensuring it is not null (an error is thrown if the ontology has no format).
getNonnullOntologyFormat(OWLOntology) - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
Gets the ontology format for the specified ontology, ensuring it is not null (an error is thrown if the ontology has no format).
getNonSimpleProperties() - Method in class org.semanticweb.owlapi.util.OWLObjectPropertyManager
 
getNonSimpleRoles() - Method in class org.semanticweb.owlapi.profiles.OWL2ProfileReport
 
getNormalisedString(String) - Method in enum class org.semanticweb.owlapi.vocab.OWL2Datatype.WhiteSpaceNormalisation
Gets the normalised version of a string.
getObject() - Method in class org.semanticweb.owlapi.io.RDFTriple
 
getObject() - Method in interface org.semanticweb.owlapi.model.HasObject
Gets the object.
getObject() - Method in interface org.semanticweb.owlapi.model.OWLPropertyAssertionAxiom
Gets the object of this assertion.
getObjectComplementOf() - Method in interface org.semanticweb.owlapi.model.OWLClassExpression
Gets the object complement of this class expression.
getObjectLabel(OWLKnowledgeExplorerReasoner.RootNode, boolean) - Method in interface org.semanticweb.owlapi.reasoner.knowledgeexploration.OWLKnowledgeExplorerReasoner
 
getObjectNeighbours(OWLKnowledgeExplorerReasoner.RootNode, boolean) - Method in interface org.semanticweb.owlapi.reasoner.knowledgeexploration.OWLKnowledgeExplorerReasoner
 
getObjectNeighbours(OWLKnowledgeExplorerReasoner.RootNode, OWLObjectProperty) - Method in interface org.semanticweb.owlapi.reasoner.knowledgeexploration.OWLKnowledgeExplorerReasoner
 
getObjectProperties(OWLDataFactory) - Static method in enum class org.semanticweb.owlapi.vocab.SKOSVocabulary
 
getObjectPropertiesInSignature() - Method in interface org.semanticweb.owlapi.model.HasObjectPropertiesInSignature
A convenience method that obtains the object properties that are in the signature of this object.
getObjectPropertiesInSignature(boolean) - Method in interface org.semanticweb.owlapi.model.OWLSignatureBooleanArgs
getObjectPropertiesInSignature(Imports) - Method in interface org.semanticweb.owlapi.model.OWLSignature
Gets the object properties in the signature and optionally the imports closure.
getObjectPropertyAssertionAxioms(OWLIndividual) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets the OWLObjectPropertyAssertionAxiom objects contained in this ontology that have the specified individual as the subject of the axiom.
getObjectPropertyDomainAxioms(OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets the OWLObjectPropertyDomainAxiom objects where the property is equal to the specified property.
getObjectPropertyDomains(OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
 
getObjectPropertyDomains(OWLObjectPropertyExpression, boolean) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Gets the named classes that are the direct or indirect domains of this property with respect to the imports closure of the root ontology.
getObjectPropertyDomains(OWLObjectPropertyExpression, InferenceDepth) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
 
getObjectPropertyExpressions() - Method in interface org.semanticweb.owlapi.model.OWLHasKeyAxiom
Gets the set of object property expressions that make up the key.
getObjectPropertyRangeAxioms(OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets the OWLObjectPropertyRangeAxiom objects where the property is equal to the specified property.
getObjectPropertyRanges(OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
 
getObjectPropertyRanges(OWLObjectPropertyExpression, boolean) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Gets the named classes that are the direct or indirect ranges of this property with respect to the imports closure of the root ontology.
getObjectPropertyRanges(OWLObjectPropertyExpression, InferenceDepth) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
 
getObjectPropertyValues(OWLIndividual, Stream<OWLOntology>) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
 
getObjectPropertyValues(OWLIndividual, OWLObjectPropertyExpression, Stream<OWLOntology>) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
 
getObjectPropertyValues(OWLIndividual, OWLObjectPropertyExpression, OWLOntology) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
 
getObjectPropertyValues(OWLIndividual, OWLOntology) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
 
getObjectPropertyValues(OWLNamedIndividual, OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Gets the object property values for the specified individual and object property expression.
getObjects() - Method in class org.semanticweb.owlapi.util.AbstractCollectorEx
 
getObjects() - Method in class org.semanticweb.owlapi.util.ImportsStructureObjectSorter
Gets a map that maps ontologies to sets of associated objects.
getObjectSubPropertyAxiomsForSubProperty(OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets the OWLSubObjectPropertyOfAxiom objects where the sub-property is equal to the specified property.
getObjectSubPropertyAxiomsForSuperProperty(OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets the OWLSubObjectPropertyOfAxiom objects where the super-property is equal to the specified property.
getOntologies() - Method in interface org.semanticweb.owlapi.model.HasGetOntologies
 
getOntologies(OWLAxiom) - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
Gets the ontologies that are managed by this manager that contain the specified axiom.
getOntology() - Method in class org.semanticweb.owlapi.model.OWLOntologyChange
Gets the ontology that the change is/was applied to.
getOntology() - Method in class org.semanticweb.owlapi.profiles.OWLProfileViolation
 
getOntology() - Method in interface org.semanticweb.owlapi.profiles.violations.UndeclaredEntityViolation
 
getOntology() - Method in class org.semanticweb.owlapi.util.OntologyAxiomPair
 
getOntology() - Method in class org.semanticweb.owlapi.util.OWLObjectWalker
Gets the last ontology to be visited.
getOntology(String) - Method in interface org.semanticweb.owlapi.expression.OWLOntologyChecker
 
getOntology(IRI) - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
Gets a previously loaded/created ontology that has the specified ontology IRI, regardless of version IRI.
getOntology(OWLOntologyID) - Method in interface org.semanticweb.owlapi.model.HasGetOntologyById
Get a previously loaded/created ontology that has the specified ontology ID.
getOntology(OWLOntologyID) - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
 
getOntologyConfigurator() - Method in interface org.semanticweb.owlapi.model.HasOntologyConfigurator
 
getOntologyCreationException() - Method in exception org.semanticweb.owlapi.model.UnloadableImportException
 
getOntologyDocumentIRI() - Method in exception org.semanticweb.owlapi.model.OWLOntologyDocumentAlreadyExistsException
 
getOntologyDocumentIRI(OWLOntology) - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
Gets the document IRI for a given ontology.
getOntologyFactories() - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
 
getOntologyFormat(OWLOntology) - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
Gets the ontology format for the specified ontology.
getOntologyID() - Method in class org.semanticweb.owlapi.change.OWLOntologyChangeRecord
Gets the OWLOntologyID that identifies the ontology associated with this change record.
getOntologyID() - Method in interface org.semanticweb.owlapi.model.HasOntologyID
Gets the OWLOntologyID belonging to this object.
getOntologyID() - Method in exception org.semanticweb.owlapi.model.OWLOntologyAlreadyExistsException
Gets the ID of the ontology that already exists.
getOntologyID() - Method in class org.semanticweb.owlapi.model.OWLOntologyLoaderListener.LoadingEvent
Gets the ID of the ontology being loaded.
getOntologyID() - Method in exception org.semanticweb.owlapi.model.OWLOntologyRenameException
 
getOntologyID() - Method in class org.semanticweb.owlapi.profiles.OWLProfileViolation
 
getOntologyIDsByVersion(IRI) - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
Gets a set of OWLOntologyIDs representing ontologies that are managed by this manager.
getOntologyIRI() - Method in exception org.semanticweb.owlapi.io.OntologyIRIMappingNotFoundException
 
getOntologyIRI() - Method in class org.semanticweb.owlapi.model.OWLOntologyID
Gets the ontology IRI.
getOntologyIRIs() - Method in class org.semanticweb.owlapi.util.AutoIRIMapper
Gets the set of ontology IRIs that this mapper has found.
getOntologyLoaderConfiguration() - Method in interface org.semanticweb.owlapi.model.HasOntologyLoaderConfiguration
 
getOntologyLoaderMetaData() - Method in interface org.semanticweb.owlapi.model.OWLDocumentFormat
If this format describes an ontology that was loaded from some ontology document (rather than created programmatically) there may be some meta data about the loading process.
getOntologyLoaderMetaData() - Method in class org.semanticweb.owlapi.model.OWLDocumentFormatImpl
 
getOntologyParsers() - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
 
getOntologyStorers() - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
 
getOntologyWriterConfiguration() - Method in interface org.semanticweb.owlapi.model.HasOntologyWriterConfiguration
 
getOperand() - Method in interface org.semanticweb.owlapi.model.OWLObjectComplementOf
 
getOperands() - Method in interface org.semanticweb.owlapi.model.OWLNaryBooleanClassExpression
 
getOperands() - Method in interface org.semanticweb.owlapi.model.OWLNaryDataRange
 
getOperandsAsList() - Method in interface org.semanticweb.owlapi.model.HasOperands
Gets the operands as a list.
getOriginalOntologyID() - Method in class org.semanticweb.owlapi.model.SetOntologyID
Gets the original ID of the ontology whose URI was changed.
getOutputStream() - Method in class org.semanticweb.owlapi.io.FileDocumentTarget
 
getOutputStream() - Method in class org.semanticweb.owlapi.io.GZipFileDocumentTarget
 
getOutputStream() - Method in class org.semanticweb.owlapi.io.GZipStreamDocumentTarget
 
getOutputStream() - Method in interface org.semanticweb.owlapi.io.OWLOntologyDocumentTarget
Gets an OutputStream that can be used to write an ontology to an ontology document.
getOutputStream() - Method in class org.semanticweb.owlapi.io.StreamDocumentTarget
 
getOutputStream() - Method in class org.semanticweb.owlapi.io.SystemOutDocumentTarget
 
getOutputStream() - Method in class org.semanticweb.owlapi.io.XZFileDocumentTarget
 
getOutputStream() - Method in class org.semanticweb.owlapi.io.XZStreamDocumentTarget
 
getOutputStream() - Method in class org.semanticweb.owlapi.io.ZipDocumentTarget
 
getOWLAnnotation(OWLAnnotationProperty, OWLAnnotationValue) - Method in interface org.semanticweb.owlapi.model.providers.AnnotationProvider
Gets an annotation
getOWLAnnotation(OWLAnnotationProperty, OWLAnnotationValue, Collection<OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.providers.AnnotationProvider
Gets an annotation
getOWLAnnotation(OWLAnnotationProperty, OWLAnnotationValue, Stream<OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.providers.AnnotationProvider
Gets an annotation
getOWLAnnotation(OWLAnnotationProperty, OWLAnnotationValue, OWLAnnotation) - Method in interface org.semanticweb.owlapi.model.providers.AnnotationProvider
Gets an annotation
getOWLAnnotationAssertionAxiom(OWLAnnotationProperty, OWLAnnotationSubject, OWLAnnotationValue) - Method in interface org.semanticweb.owlapi.model.providers.AnnotationAssertionProvider
 
getOWLAnnotationAssertionAxiom(OWLAnnotationProperty, OWLAnnotationSubject, OWLAnnotationValue, Collection<OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.providers.AnnotationAssertionProvider
 
getOWLAnnotationAssertionAxiom(OWLAnnotationSubject, OWLAnnotation) - Method in interface org.semanticweb.owlapi.model.providers.AnnotationAssertionProvider
 
getOWLAnnotationAssertionAxiom(OWLAnnotationSubject, OWLAnnotation, Collection<OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.providers.AnnotationAssertionProvider
 
getOWLAnnotationProperty(String) - Method in interface org.semanticweb.owlapi.expression.OWLEntityChecker
 
getOWLAnnotationProperty(String) - Method in class org.semanticweb.owlapi.expression.ShortFormEntityChecker
 
getOWLAnnotationProperty(String) - Method in interface org.semanticweb.owlapi.model.providers.AnnotationPropertyProvider
Gets an instance of OWLAnnotationProperty that has the specified IRI.
getOWLAnnotationProperty(String, String) - Method in interface org.semanticweb.owlapi.model.providers.AnnotationPropertyProvider
Gets an instance of OWLAnnotationProperty that has the specified IRI.
getOWLAnnotationProperty(String, PrefixManager) - Method in interface org.semanticweb.owlapi.model.providers.AnnotationPropertyProvider
Gets an OWLAnnotationProperty that has an IRI that is obtained by expanding an abbreviated name using an appropriate prefix mapping.
getOWLAnnotationProperty(HasIRI) - Method in interface org.semanticweb.owlapi.model.providers.AnnotationPropertyProvider
Gets an instance of OWLAnnotationProperty with the same IRI as the input.
getOWLAnnotationProperty(IRI) - Method in interface org.semanticweb.owlapi.model.providers.AnnotationPropertyProvider
Gets an instance of OWLAnnotationProperty that has the specified IRI.
getOWLAnnotationPropertyDomainAxiom(OWLAnnotationProperty, IRI) - Method in interface org.semanticweb.owlapi.model.axiomproviders.DomainAxiomProvider
 
getOWLAnnotationPropertyDomainAxiom(OWLAnnotationProperty, IRI, Collection<OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.axiomproviders.DomainAxiomProvider
 
getOWLAnnotationPropertyRangeAxiom(OWLAnnotationProperty, IRI) - Method in interface org.semanticweb.owlapi.model.axiomproviders.RangeAxiomProvider
 
getOWLAnnotationPropertyRangeAxiom(OWLAnnotationProperty, IRI, Collection<OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.axiomproviders.RangeAxiomProvider
 
getOWLAnonymousIndividual() - Method in interface org.semanticweb.owlapi.model.providers.AnonymousIndividualProvider
getOWLAnonymousIndividual(String) - Method in interface org.semanticweb.owlapi.model.providers.AnonymousIndividualByIdProvider
Gets an OWLAnonymousIndividual that has a specific NodeID .
getOWLAnonymousIndividual(String) - Method in class org.semanticweb.owlapi.util.RemappingIndividualProvider
 
getOWLAsymmetricObjectPropertyAxiom(OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.model.axiomproviders.PropertyCharacteristicAxiomProvider
 
getOWLAsymmetricObjectPropertyAxiom(OWLObjectPropertyExpression, Collection<OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.axiomproviders.PropertyCharacteristicAxiomProvider
 
getOWLBackwardCompatibleWith() - Method in interface org.semanticweb.owlapi.model.providers.OWLVocabularyProvider
Gets an annotation property that has an IRI corresponding to owl:backwardCompatibleWith.
getOWLBottomDataProperty() - Method in interface org.semanticweb.owlapi.model.providers.OWLVocabularyProvider
 
getOWLBottomObjectProperty() - Method in interface org.semanticweb.owlapi.model.providers.OWLVocabularyProvider
 
getOWLClass() - Method in interface org.semanticweb.owlapi.model.OWLDisjointUnionAxiom
Gets the class which is equivalent to the disjoint union.
getOWLClass(String) - Method in interface org.semanticweb.owlapi.expression.OWLEntityChecker
 
getOWLClass(String) - Method in class org.semanticweb.owlapi.expression.ShortFormEntityChecker
 
getOWLClass(String) - Method in interface org.semanticweb.owlapi.model.providers.ClassProvider
Gets an instance of OWLClass that has the specified IRI.
getOWLClass(String, String) - Method in interface org.semanticweb.owlapi.model.providers.ClassProvider
Gets an instance of OWLClass that has an IRI composed of the provided namespace and remainder.
getOWLClass(String, PrefixManager) - Method in interface org.semanticweb.owlapi.model.providers.ClassProvider
Gets an OWLClass that has an IRI that is obtained by expanding an abbreviated name using an appropriate prefix mapping.
getOWLClass(HasIRI) - Method in interface org.semanticweb.owlapi.model.providers.ClassProvider
Gets an instance of OWLClass with the same IRI as the input.
getOWLClass(IRI) - Method in interface org.semanticweb.owlapi.model.providers.ClassProvider
Gets an instance of OWLClass that has the specified IRI.
getOWLClassAssertionAxiom(OWLClassExpression, OWLIndividual) - Method in interface org.semanticweb.owlapi.model.providers.ClassAssertionProvider
 
getOWLClassAssertionAxiom(OWLClassExpression, OWLIndividual, Collection<OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.providers.ClassAssertionProvider
 
getOWLDataAllValuesFrom(OWLDataPropertyExpression, OWLDataRange) - Method in interface org.semanticweb.owlapi.model.providers.UniversalProvider
 
getOWLDataAllValuesFrom(OWLDataPropertyExpression, OWL2Datatype) - Method in interface org.semanticweb.owlapi.model.providers.UniversalProvider
 
getOWLDataComplementOf(OWLDataRange) - Method in interface org.semanticweb.owlapi.model.providers.ComplementProvider
getOWLDataComplementOf(OWL2Datatype) - Method in interface org.semanticweb.owlapi.model.providers.ComplementProvider
getOWLDataExactCardinality(int, OWLDataPropertyExpression) - Method in interface org.semanticweb.owlapi.model.providers.CardinalityRestrictionProvider
 
getOWLDataExactCardinality(int, OWLDataPropertyExpression, OWLDataRange) - Method in interface org.semanticweb.owlapi.model.providers.CardinalityRestrictionProvider
 
getOWLDataExactCardinality(int, OWLDataPropertyExpression, OWL2Datatype) - Method in interface org.semanticweb.owlapi.model.providers.CardinalityRestrictionProvider
 
getOWLDataFactory() - Method in interface org.semanticweb.owlapi.model.HasDataFactory
Gets a data factory which can be used to create OWL API objects such as classes, properties, individuals, axioms etc.
getOWLDataHasValue(OWLDataPropertyExpression, OWLLiteral) - Method in interface org.semanticweb.owlapi.model.providers.HasValueProvider
 
getOWLDataIntersectionOf(Collection<? extends OWLDataRange>) - Method in interface org.semanticweb.owlapi.model.providers.IntersectionProvider
 
getOWLDataIntersectionOf(Stream<? extends OWLDataRange>) - Method in interface org.semanticweb.owlapi.model.providers.IntersectionProvider
 
getOWLDataIntersectionOf(OWLDataRange...) - Method in interface org.semanticweb.owlapi.model.providers.IntersectionProvider
 
getOWLDataMaxCardinality(int, OWLDataPropertyExpression) - Method in interface org.semanticweb.owlapi.model.providers.CardinalityRestrictionProvider
 
getOWLDataMaxCardinality(int, OWLDataPropertyExpression, OWLDataRange) - Method in interface org.semanticweb.owlapi.model.providers.CardinalityRestrictionProvider
 
getOWLDataMaxCardinality(int, OWLDataPropertyExpression, OWL2Datatype) - Method in interface org.semanticweb.owlapi.model.providers.CardinalityRestrictionProvider
 
getOWLDataMinCardinality(int, OWLDataPropertyExpression) - Method in interface org.semanticweb.owlapi.model.providers.CardinalityRestrictionProvider
 
getOWLDataMinCardinality(int, OWLDataPropertyExpression, OWLDataRange) - Method in interface org.semanticweb.owlapi.model.providers.CardinalityRestrictionProvider
 
getOWLDataMinCardinality(int, OWLDataPropertyExpression, OWL2Datatype) - Method in interface org.semanticweb.owlapi.model.providers.CardinalityRestrictionProvider
 
getOWLDataOneOf(Collection<? extends OWLLiteral>) - Method in interface org.semanticweb.owlapi.model.providers.NominalProvider
Gets an OWLDataOneOf
getOWLDataOneOf(Stream<? extends OWLLiteral>) - Method in interface org.semanticweb.owlapi.model.providers.NominalProvider
Gets an OWLDataOneOf
getOWLDataOneOf(OWLLiteral...) - Method in interface org.semanticweb.owlapi.model.providers.NominalProvider
Gets an OWLDataOneOf
getOWLDataProperty(String) - Method in interface org.semanticweb.owlapi.expression.OWLEntityChecker
 
getOWLDataProperty(String) - Method in class org.semanticweb.owlapi.expression.ShortFormEntityChecker
 
getOWLDataProperty(String) - Method in interface org.semanticweb.owlapi.model.providers.DataPropertyProvider
Gets an instance of OWLDataProperty that has the specified IRI.
getOWLDataProperty(String, String) - Method in interface org.semanticweb.owlapi.model.providers.DataPropertyProvider
Gets an instance of OWLDataProperty that has the specified IRI.
getOWLDataProperty(String, PrefixManager) - Method in interface org.semanticweb.owlapi.model.providers.DataPropertyProvider
Gets an OWLDataProperty that has an IRI that is obtained by expanding an abbreviated name using an appropriate prefix mapping.
getOWLDataProperty(HasIRI) - Method in interface org.semanticweb.owlapi.model.providers.DataPropertyProvider
Gets an instance of OWLDataProperty with the same IRI as the input.
getOWLDataProperty(IRI) - Method in interface org.semanticweb.owlapi.model.providers.DataPropertyProvider
Gets an instance of OWLDataProperty that has the specified IRI.
getOWLDataPropertyAssertionAxiom(OWLDataPropertyExpression, OWLIndividual, boolean) - Method in interface org.semanticweb.owlapi.model.providers.DataAssertionProvider
 
getOWLDataPropertyAssertionAxiom(OWLDataPropertyExpression, OWLIndividual, double) - Method in interface org.semanticweb.owlapi.model.providers.DataAssertionProvider
 
getOWLDataPropertyAssertionAxiom(OWLDataPropertyExpression, OWLIndividual, float) - Method in interface org.semanticweb.owlapi.model.providers.DataAssertionProvider
 
getOWLDataPropertyAssertionAxiom(OWLDataPropertyExpression, OWLIndividual, int) - Method in interface org.semanticweb.owlapi.model.providers.DataAssertionProvider
 
getOWLDataPropertyAssertionAxiom(OWLDataPropertyExpression, OWLIndividual, String) - Method in interface org.semanticweb.owlapi.model.providers.DataAssertionProvider
 
getOWLDataPropertyAssertionAxiom(OWLDataPropertyExpression, OWLIndividual, OWLLiteral) - Method in interface org.semanticweb.owlapi.model.providers.DataAssertionProvider
 
getOWLDataPropertyAssertionAxiom(OWLDataPropertyExpression, OWLIndividual, OWLLiteral, Collection<OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.providers.DataAssertionProvider
 
getOWLDataPropertyDomainAxiom(OWLDataPropertyExpression, OWLClassExpression) - Method in interface org.semanticweb.owlapi.model.axiomproviders.DomainAxiomProvider
 
getOWLDataPropertyDomainAxiom(OWLDataPropertyExpression, OWLClassExpression, Collection<OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.axiomproviders.DomainAxiomProvider
 
getOWLDataPropertyRangeAxiom(OWLDataPropertyExpression, OWLDataRange) - Method in interface org.semanticweb.owlapi.model.axiomproviders.RangeAxiomProvider
 
getOWLDataPropertyRangeAxiom(OWLDataPropertyExpression, OWLDataRange, Collection<OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.axiomproviders.RangeAxiomProvider
 
getOWLDataPropertyRangeAxiom(OWLDataPropertyExpression, OWL2Datatype) - Method in interface org.semanticweb.owlapi.model.axiomproviders.RangeAxiomProvider
 
getOWLDataPropertyRangeAxiom(OWLDataPropertyExpression, OWL2Datatype, Collection<OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.axiomproviders.RangeAxiomProvider
 
getOWLDataSomeValuesFrom(OWLDataPropertyExpression, OWLDataRange) - Method in interface org.semanticweb.owlapi.model.providers.ExistentialProvider
Gets an OWLDataSomeValuesFrom restriction
getOWLDataSomeValuesFrom(OWLDataPropertyExpression, OWL2Datatype) - Method in interface org.semanticweb.owlapi.model.providers.ExistentialProvider
Gets an OWLDataSomeValuesFrom restriction
getOWLDatatype(String) - Method in interface org.semanticweb.owlapi.expression.OWLEntityChecker
 
getOWLDatatype(String) - Method in class org.semanticweb.owlapi.expression.ShortFormEntityChecker
 
getOWLDatatype(String) - Method in interface org.semanticweb.owlapi.model.providers.DatatypeProvider
Gets an instance of OWLDatatype that has the specified IRI.
getOWLDatatype(String, String) - Method in interface org.semanticweb.owlapi.model.providers.DatatypeProvider
Gets an instance of OWLDatatype that has the specified IRI.
getOWLDatatype(String, PrefixManager) - Method in interface org.semanticweb.owlapi.model.providers.DatatypeProvider
Gets an OWLDatatype that has an IRI that is obtained by expanding an abbreviated name using an appropriate prefix mapping.
getOWLDatatype(HasIRI) - Method in interface org.semanticweb.owlapi.model.providers.DatatypeProvider
Gets an instance of OWLDatatype with the same IRI as the input.
getOWLDatatype(IRI) - Method in interface org.semanticweb.owlapi.model.providers.DatatypeProvider
Gets an instance of OWLDatatype that has the specified IRI.
getOWLDatatypeDefinitionAxiom(OWLDatatype, OWLDataRange) - Method in interface org.semanticweb.owlapi.model.axiomproviders.DeclarationAxiomProvider
 
getOWLDatatypeDefinitionAxiom(OWLDatatype, OWLDataRange, Collection<OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.axiomproviders.DeclarationAxiomProvider
 
getOWLDatatypeDefinitionAxiom(OWLDatatype, OWL2Datatype) - Method in interface org.semanticweb.owlapi.model.axiomproviders.DeclarationAxiomProvider
 
getOWLDatatypeDefinitionAxiom(OWLDatatype, OWL2Datatype, Collection<OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.axiomproviders.DeclarationAxiomProvider
 
getOWLDatatypeMaxExclusiveRestriction(double) - Method in interface org.semanticweb.owlapi.model.providers.DatatypeExpressionProvider
Creates a datatype restriction on xsd:double with a maxExclusive facet restriction
getOWLDatatypeMaxExclusiveRestriction(int) - Method in interface org.semanticweb.owlapi.model.providers.DatatypeExpressionProvider
Creates a datatype restriction on xsd:integer with a maxExclusive facet restriction
getOWLDatatypeMaxInclusiveRestriction(double) - Method in interface org.semanticweb.owlapi.model.providers.DatatypeExpressionProvider
Creates a datatype restriction on xsd:integer with a maxInclusive facet restriction
getOWLDatatypeMaxInclusiveRestriction(int) - Method in interface org.semanticweb.owlapi.model.providers.DatatypeExpressionProvider
Creates a datatype restriction on xsd:integer with a maxInclusive facet restriction
getOWLDatatypeMinExclusiveRestriction(double) - Method in interface org.semanticweb.owlapi.model.providers.DatatypeExpressionProvider
Creates a datatype restriction on xsd:double with a minExclusive facet restriction
getOWLDatatypeMinExclusiveRestriction(int) - Method in interface org.semanticweb.owlapi.model.providers.DatatypeExpressionProvider
Creates a datatype restriction on xsd:integer with a minExclusive facet restriction
getOWLDatatypeMinInclusiveRestriction(double) - Method in interface org.semanticweb.owlapi.model.providers.DatatypeExpressionProvider
Creates a datatype restriction on xsd:double with a minInclusive facet restriction
getOWLDatatypeMinInclusiveRestriction(int) - Method in interface org.semanticweb.owlapi.model.providers.DatatypeExpressionProvider
Creates a datatype restriction on xsd:integer with a minInclusive facet restriction
getOWLDatatypeMinMaxExclusiveRestriction(double, double) - Method in interface org.semanticweb.owlapi.model.providers.DatatypeExpressionProvider
Creates a datatype restriction on xsd:double with min and max exclusive facet restrictions
getOWLDatatypeMinMaxExclusiveRestriction(int, int) - Method in interface org.semanticweb.owlapi.model.providers.DatatypeExpressionProvider
Creates a datatype restriction on xsd:integer with min and max exclusive facet restrictions
getOWLDatatypeMinMaxInclusiveRestriction(double, double) - Method in interface org.semanticweb.owlapi.model.providers.DatatypeExpressionProvider
Creates a datatype restriction on xsd:double with min and max inclusive facet restrictions
getOWLDatatypeMinMaxInclusiveRestriction(int, int) - Method in interface org.semanticweb.owlapi.model.providers.DatatypeExpressionProvider
Creates a datatype restriction on xsd:integer with min and max inclusive facet restrictions
getOWLDatatypeRestriction(OWLDatatype, Collection<OWLFacetRestriction>) - Method in interface org.semanticweb.owlapi.model.providers.DatatypeExpressionProvider
OWLDatatypeRestriction see specification
getOWLDatatypeRestriction(OWLDatatype, OWLFacetRestriction...) - Method in interface org.semanticweb.owlapi.model.providers.DatatypeExpressionProvider
 
getOWLDatatypeRestriction(OWLDatatype, OWLFacet, OWLLiteral) - Method in interface org.semanticweb.owlapi.model.providers.DatatypeExpressionProvider
OWLDatatypeRestriction see specification
getOWLDataUnionOf(Collection<? extends OWLDataRange>) - Method in interface org.semanticweb.owlapi.model.providers.UnionProvider
 
getOWLDataUnionOf(Stream<? extends OWLDataRange>) - Method in interface org.semanticweb.owlapi.model.providers.UnionProvider
 
getOWLDataUnionOf(OWLDataRange...) - Method in interface org.semanticweb.owlapi.model.providers.UnionProvider
 
getOWLDeclarationAxiom(OWLEntity) - Method in interface org.semanticweb.owlapi.model.axiomproviders.DeclarationAxiomProvider
Gets a declaration for an entity
getOWLDeclarationAxiom(OWLEntity, Collection<OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.axiomproviders.DeclarationAxiomProvider
Gets a declaration with zero or more annotations for an entity
getOWLDeprecated() - Method in interface org.semanticweb.owlapi.model.providers.OWLVocabularyProvider
Gets an annotation property that has an IRI corresponding to owl:backwardCompatibleWith.
getOWLDifferentIndividualsAxiom(Collection<? extends OWLIndividual>) - Method in interface org.semanticweb.owlapi.model.providers.IndividualAssertionProvider
 
getOWLDifferentIndividualsAxiom(Collection<? extends OWLIndividual>, Collection<OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.providers.IndividualAssertionProvider
 
getOWLDifferentIndividualsAxiom(OWLIndividual...) - Method in interface org.semanticweb.owlapi.model.providers.IndividualAssertionProvider
 
getOWLDifferentIndividualsAxiom(OWLIndividual, OWLIndividual, Collection<OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.providers.IndividualAssertionProvider
 
getOWLDisjointClassesAxiom() - Method in interface org.semanticweb.owlapi.model.OWLDisjointUnionAxiom
Gets the part of this axiom that corresponds to an DisjointClasses axiom.
getOWLDisjointClassesAxiom(Collection<? extends OWLClassExpression>) - Method in interface org.semanticweb.owlapi.model.axiomproviders.DisjointAxiomProvider
 
getOWLDisjointClassesAxiom(Collection<? extends OWLClassExpression>, Collection<OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.axiomproviders.DisjointAxiomProvider
 
getOWLDisjointClassesAxiom(Stream<? extends OWLClassExpression>) - Method in interface org.semanticweb.owlapi.model.axiomproviders.DisjointAxiomProvider
 
getOWLDisjointClassesAxiom(Stream<? extends OWLClassExpression>, Collection<OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.axiomproviders.DisjointAxiomProvider
 
getOWLDisjointClassesAxiom(OWLClassExpression...) - Method in interface org.semanticweb.owlapi.model.axiomproviders.DisjointAxiomProvider
 
getOWLDisjointClassesAxiom(OWLClassExpression, OWLClassExpression, Collection<OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.axiomproviders.DisjointAxiomProvider
 
getOWLDisjointDataPropertiesAxiom(Collection<? extends OWLDataPropertyExpression>) - Method in interface org.semanticweb.owlapi.model.axiomproviders.DisjointAxiomProvider
 
getOWLDisjointDataPropertiesAxiom(Collection<? extends OWLDataPropertyExpression>, Collection<OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.axiomproviders.DisjointAxiomProvider
 
getOWLDisjointDataPropertiesAxiom(OWLDataPropertyExpression...) - Method in interface org.semanticweb.owlapi.model.axiomproviders.DisjointAxiomProvider
 
getOWLDisjointDataPropertiesAxiom(OWLDataPropertyExpression, OWLDataPropertyExpression, Collection<OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.axiomproviders.DisjointAxiomProvider
 
getOWLDisjointObjectPropertiesAxiom(Collection<? extends OWLObjectPropertyExpression>) - Method in interface org.semanticweb.owlapi.model.axiomproviders.DisjointAxiomProvider
 
getOWLDisjointObjectPropertiesAxiom(Collection<? extends OWLObjectPropertyExpression>, Collection<OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.axiomproviders.DisjointAxiomProvider
 
getOWLDisjointObjectPropertiesAxiom(OWLObjectPropertyExpression...) - Method in interface org.semanticweb.owlapi.model.axiomproviders.DisjointAxiomProvider
 
getOWLDisjointObjectPropertiesAxiom(OWLObjectPropertyExpression, OWLObjectPropertyExpression, Collection<OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.axiomproviders.DisjointAxiomProvider
 
getOWLDisjointUnionAxiom(OWLClass, Collection<? extends OWLClassExpression>) - Method in interface org.semanticweb.owlapi.model.axiomproviders.DisjointUnionAxiomProvider
 
getOWLDisjointUnionAxiom(OWLClass, Collection<? extends OWLClassExpression>, Collection<OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.axiomproviders.DisjointUnionAxiomProvider
 
getOWLDisjointUnionAxiom(OWLClass, Stream<? extends OWLClassExpression>) - Method in interface org.semanticweb.owlapi.model.axiomproviders.DisjointUnionAxiomProvider
 
getOWLDisjointUnionAxiom(OWLClass, Stream<? extends OWLClassExpression>, Collection<OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.axiomproviders.DisjointUnionAxiomProvider
 
getOWLEntity(EntityType<E>, IRI) - Method in interface org.semanticweb.owlapi.model.providers.EntityByTypeProvider
Gets an entity that has the specified IRI and is of the specified type.
getOWLEquivalentClassesAxiom() - Method in interface org.semanticweb.owlapi.model.OWLDisjointUnionAxiom
Gets the part of this axiom that corresponds to an EquivalentClasses axiom.
getOWLEquivalentClassesAxiom(Collection<? extends OWLClassExpression>) - Method in interface org.semanticweb.owlapi.model.axiomproviders.EquivalentAxiomProvider
 
getOWLEquivalentClassesAxiom(Collection<? extends OWLClassExpression>, Collection<OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.axiomproviders.EquivalentAxiomProvider
 
getOWLEquivalentClassesAxiom(Stream<? extends OWLClassExpression>) - Method in interface org.semanticweb.owlapi.model.axiomproviders.EquivalentAxiomProvider
 
getOWLEquivalentClassesAxiom(OWLClassExpression...) - Method in interface org.semanticweb.owlapi.model.axiomproviders.EquivalentAxiomProvider
 
getOWLEquivalentClassesAxiom(OWLClassExpression, OWLClassExpression) - Method in interface org.semanticweb.owlapi.model.axiomproviders.EquivalentAxiomProvider
 
getOWLEquivalentClassesAxiom(OWLClassExpression, OWLClassExpression, Collection<OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.axiomproviders.EquivalentAxiomProvider
 
getOWLEquivalentDataPropertiesAxiom(Collection<? extends OWLDataPropertyExpression>) - Method in interface org.semanticweb.owlapi.model.axiomproviders.EquivalentAxiomProvider
 
getOWLEquivalentDataPropertiesAxiom(Collection<? extends OWLDataPropertyExpression>, Collection<OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.axiomproviders.EquivalentAxiomProvider
 
getOWLEquivalentDataPropertiesAxiom(OWLDataPropertyExpression...) - Method in interface org.semanticweb.owlapi.model.axiomproviders.EquivalentAxiomProvider
 
getOWLEquivalentDataPropertiesAxiom(OWLDataPropertyExpression, OWLDataPropertyExpression) - Method in interface org.semanticweb.owlapi.model.axiomproviders.EquivalentAxiomProvider
 
getOWLEquivalentDataPropertiesAxiom(OWLDataPropertyExpression, OWLDataPropertyExpression, Collection<OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.axiomproviders.EquivalentAxiomProvider
 
getOWLEquivalentObjectPropertiesAxiom(Collection<? extends OWLObjectPropertyExpression>) - Method in interface org.semanticweb.owlapi.model.axiomproviders.EquivalentAxiomProvider
 
getOWLEquivalentObjectPropertiesAxiom(Collection<? extends OWLObjectPropertyExpression>, Collection<OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.axiomproviders.EquivalentAxiomProvider
 
getOWLEquivalentObjectPropertiesAxiom(OWLObjectPropertyExpression...) - Method in interface org.semanticweb.owlapi.model.axiomproviders.EquivalentAxiomProvider
 
getOWLEquivalentObjectPropertiesAxiom(OWLObjectPropertyExpression, OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.model.axiomproviders.EquivalentAxiomProvider
 
getOWLEquivalentObjectPropertiesAxiom(OWLObjectPropertyExpression, OWLObjectPropertyExpression, Collection<OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.axiomproviders.EquivalentAxiomProvider
 
getOWLFacetRestriction(OWLFacet, double) - Method in interface org.semanticweb.owlapi.model.providers.DatatypeExpressionProvider
 
getOWLFacetRestriction(OWLFacet, float) - Method in interface org.semanticweb.owlapi.model.providers.DatatypeExpressionProvider
 
getOWLFacetRestriction(OWLFacet, int) - Method in interface org.semanticweb.owlapi.model.providers.DatatypeExpressionProvider
 
getOWLFacetRestriction(OWLFacet, OWLLiteral) - Method in interface org.semanticweb.owlapi.model.providers.DatatypeExpressionProvider
 
getOWLFunctionalDataPropertyAxiom(OWLDataPropertyExpression) - Method in interface org.semanticweb.owlapi.model.axiomproviders.PropertyCharacteristicAxiomProvider
 
getOWLFunctionalDataPropertyAxiom(OWLDataPropertyExpression, Collection<OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.axiomproviders.PropertyCharacteristicAxiomProvider
 
getOWLFunctionalObjectPropertyAxiom(OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.model.axiomproviders.PropertyCharacteristicAxiomProvider
 
getOWLFunctionalObjectPropertyAxiom(OWLObjectPropertyExpression, Collection<OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.axiomproviders.PropertyCharacteristicAxiomProvider
 
getOWLHasKeyAxiom(OWLClassExpression, Collection<? extends OWLPropertyExpression>) - Method in interface org.semanticweb.owlapi.model.axiomproviders.HasKeyAxiomProvider
 
getOWLHasKeyAxiom(OWLClassExpression, Collection<? extends OWLPropertyExpression>, Collection<OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.axiomproviders.HasKeyAxiomProvider
 
getOWLHasKeyAxiom(OWLClassExpression, OWLPropertyExpression...) - Method in interface org.semanticweb.owlapi.model.axiomproviders.HasKeyAxiomProvider
 
getOWLImportsDeclaration(IRI) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
 
getOWLIncompatibleWith() - Method in interface org.semanticweb.owlapi.model.providers.OWLVocabularyProvider
Gets an annotation property that has an IRI corresponding to owl:incompatibleWith.
getOWLIndividual(String) - Method in interface org.semanticweb.owlapi.expression.OWLEntityChecker
 
getOWLIndividual(String) - Method in class org.semanticweb.owlapi.expression.ShortFormEntityChecker
 
getOWLInverseFunctionalObjectPropertyAxiom(OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.model.axiomproviders.PropertyCharacteristicAxiomProvider
 
getOWLInverseFunctionalObjectPropertyAxiom(OWLObjectPropertyExpression, Collection<OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.axiomproviders.PropertyCharacteristicAxiomProvider
 
getOWLInverseObjectPropertiesAxiom(OWLObjectPropertyExpression, OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.model.axiomproviders.InverseAxiomProvider
 
getOWLInverseObjectPropertiesAxiom(OWLObjectPropertyExpression, OWLObjectPropertyExpression, Collection<OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.axiomproviders.InverseAxiomProvider
 
getOWLIrreflexiveObjectPropertyAxiom(OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.model.axiomproviders.PropertyCharacteristicAxiomProvider
 
getOWLIrreflexiveObjectPropertyAxiom(OWLObjectPropertyExpression, Collection<OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.axiomproviders.PropertyCharacteristicAxiomProvider
 
getOWLLiteral(boolean) - Method in interface org.semanticweb.owlapi.model.providers.LiteralProvider
Convenience method that obtains a literal typed as a boolean.
getOWLLiteral(double) - Method in interface org.semanticweb.owlapi.model.providers.LiteralProvider
Convenience method that obtains a literal typed as a double.
getOWLLiteral(float) - Method in interface org.semanticweb.owlapi.model.providers.LiteralProvider
Convenience method that obtains a literal typed as a float.
getOWLLiteral(int) - Method in interface org.semanticweb.owlapi.model.providers.LiteralProvider
Convenience method that obtains a literal typed as an integer.
getOWLLiteral(String) - Method in interface org.semanticweb.owlapi.model.providers.LiteralProvider
Gets a literal that has the specified lexical value, and has the datatype xsd:string.
getOWLLiteral(String, String) - Method in interface org.semanticweb.owlapi.model.providers.LiteralProvider
Gets an OWLLiteral with a language tag.
getOWLLiteral(String, OWLDatatype) - Method in interface org.semanticweb.owlapi.model.providers.LiteralProvider
Gets an OWLLiteral, which has the specified lexical value, and is typed with the specified datatype.
getOWLLiteral(String, OWL2Datatype) - Method in interface org.semanticweb.owlapi.model.providers.LiteralProvider
Gets an OWLLiteral, which has the specified lexical value, and is typed with the specified datatype.
getOWLNamedIndividual(String) - Method in interface org.semanticweb.owlapi.model.providers.NamedIndividualProvider
Gets an instance of OWLNamedIndividual that has the specified IRI.
getOWLNamedIndividual(String, String) - Method in interface org.semanticweb.owlapi.model.providers.NamedIndividualProvider
Gets an instance of OWLNamedIndividual that has the specified IRI.
getOWLNamedIndividual(String, PrefixManager) - Method in interface org.semanticweb.owlapi.model.providers.NamedIndividualProvider
Gets an OWLNamedIndividual that has an IRI that is obtained by expanding an abbreviated name using an appropriate prefix mapping.
getOWLNamedIndividual(HasIRI) - Method in interface org.semanticweb.owlapi.model.providers.NamedIndividualProvider
Gets an instance of OWLNamedIndividual with the same IRI as the input.
getOWLNamedIndividual(IRI) - Method in interface org.semanticweb.owlapi.model.providers.NamedIndividualProvider
Gets an instance of OWLNamedIndividual that has the specified IRI.
getOWLNegativeDataPropertyAssertionAxiom(OWLDataPropertyExpression, OWLIndividual, OWLLiteral) - Method in interface org.semanticweb.owlapi.model.providers.DataAssertionProvider
 
getOWLNegativeDataPropertyAssertionAxiom(OWLDataPropertyExpression, OWLIndividual, OWLLiteral, Collection<OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.providers.DataAssertionProvider
 
getOWLNegativeObjectPropertyAssertionAxiom(OWLObjectPropertyExpression, OWLIndividual, OWLIndividual) - Method in interface org.semanticweb.owlapi.model.providers.ObjectAssertionProvider
 
getOWLNegativeObjectPropertyAssertionAxiom(OWLObjectPropertyExpression, OWLIndividual, OWLIndividual, Collection<OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.providers.ObjectAssertionProvider
 
getOWLNothing() - Method in interface org.semanticweb.owlapi.model.providers.OWLVocabularyProvider
Gets the built in owl:Nothing class, which has a URI of <http://www.w3.org/2002/07/owl#Nothing>
getOWLObjectAllValuesFrom(OWLObjectPropertyExpression, OWLClassExpression) - Method in interface org.semanticweb.owlapi.model.providers.UniversalProvider
 
getOWLObjectComplementOf(OWLClassExpression) - Method in interface org.semanticweb.owlapi.model.providers.ComplementProvider
 
getOWLObjectExactCardinality(int, OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.model.providers.CardinalityRestrictionProvider
 
getOWLObjectExactCardinality(int, OWLObjectPropertyExpression, OWLClassExpression) - Method in interface org.semanticweb.owlapi.model.providers.CardinalityRestrictionProvider
 
getOWLObjectHasSelf(OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.model.providers.HasSelfProvider
 
getOWLObjectHasValue(OWLObjectPropertyExpression, OWLIndividual) - Method in interface org.semanticweb.owlapi.model.providers.HasValueProvider
 
getOWLObjectIntersectionOf(Collection<? extends OWLClassExpression>) - Method in interface org.semanticweb.owlapi.model.providers.IntersectionProvider
 
getOWLObjectIntersectionOf(Stream<? extends OWLClassExpression>) - Method in interface org.semanticweb.owlapi.model.providers.IntersectionProvider
 
getOWLObjectIntersectionOf(OWLClassExpression...) - Method in interface org.semanticweb.owlapi.model.providers.IntersectionProvider
 
getOWLObjectInverseOf(OWLObjectProperty) - Method in interface org.semanticweb.owlapi.model.providers.InverseProvider
Gets the inverse of an object property.
getOWLObjectMaxCardinality(int, OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.model.providers.CardinalityRestrictionProvider
 
getOWLObjectMaxCardinality(int, OWLObjectPropertyExpression, OWLClassExpression) - Method in interface org.semanticweb.owlapi.model.providers.CardinalityRestrictionProvider
 
getOWLObjectMinCardinality(int, OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.model.providers.CardinalityRestrictionProvider
 
getOWLObjectMinCardinality(int, OWLObjectPropertyExpression, OWLClassExpression) - Method in interface org.semanticweb.owlapi.model.providers.CardinalityRestrictionProvider
 
getOWLObjectOneOf(Collection<? extends OWLIndividual>) - Method in interface org.semanticweb.owlapi.model.providers.NominalProvider
 
getOWLObjectOneOf(Stream<? extends OWLIndividual>) - Method in interface org.semanticweb.owlapi.model.providers.NominalProvider
 
getOWLObjectOneOf(OWLIndividual...) - Method in interface org.semanticweb.owlapi.model.providers.NominalProvider
 
getOWLObjectProperty(String) - Method in interface org.semanticweb.owlapi.expression.OWLEntityChecker
 
getOWLObjectProperty(String) - Method in class org.semanticweb.owlapi.expression.ShortFormEntityChecker
 
getOWLObjectProperty(String) - Method in interface org.semanticweb.owlapi.model.providers.ObjectPropertyProvider
Gets an instance of OWLObjectProperty that has the specified IRI.
getOWLObjectProperty(String, String) - Method in interface org.semanticweb.owlapi.model.providers.ObjectPropertyProvider
Gets an instance of OWLObjectProperty that has the specified IRI.
getOWLObjectProperty(String, PrefixManager) - Method in interface org.semanticweb.owlapi.model.providers.ObjectPropertyProvider
Gets an OWLObjectProperty that has an IRI that is obtained by expanding an abbreviated name using an appropriate prefix mapping.
getOWLObjectProperty(HasIRI) - Method in interface org.semanticweb.owlapi.model.providers.ObjectPropertyProvider
Gets an instance of OWLObjectProperty with the same IRI as the input.
getOWLObjectProperty(IRI) - Method in interface org.semanticweb.owlapi.model.providers.ObjectPropertyProvider
Gets an instance of OWLObjectProperty that has the specified IRI.
getOWLObjectPropertyAssertionAxiom(OWLObjectPropertyExpression, OWLIndividual, OWLIndividual) - Method in interface org.semanticweb.owlapi.model.providers.ObjectAssertionProvider
 
getOWLObjectPropertyAssertionAxiom(OWLObjectPropertyExpression, OWLIndividual, OWLIndividual, Collection<OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.providers.ObjectAssertionProvider
 
getOWLObjectPropertyDomainAxiom(OWLObjectPropertyExpression, OWLClassExpression) - Method in interface org.semanticweb.owlapi.model.axiomproviders.DomainAxiomProvider
 
getOWLObjectPropertyDomainAxiom(OWLObjectPropertyExpression, OWLClassExpression, Collection<OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.axiomproviders.DomainAxiomProvider
 
getOWLObjectPropertyRangeAxiom(OWLObjectPropertyExpression, OWLClassExpression) - Method in interface org.semanticweb.owlapi.model.axiomproviders.RangeAxiomProvider
 
getOWLObjectPropertyRangeAxiom(OWLObjectPropertyExpression, OWLClassExpression, Collection<OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.axiomproviders.RangeAxiomProvider
 
getOWLObjectSomeValuesFrom(OWLObjectPropertyExpression, OWLClassExpression) - Method in interface org.semanticweb.owlapi.model.providers.ExistentialProvider
Gets an OWLObjectSomeValuesFrom restriction
getOWLObjectUnionOf(Collection<? extends OWLClassExpression>) - Method in interface org.semanticweb.owlapi.model.providers.UnionProvider
 
getOWLObjectUnionOf(Stream<? extends OWLClassExpression>) - Method in interface org.semanticweb.owlapi.model.providers.UnionProvider
 
getOWLObjectUnionOf(OWLClassExpression...) - Method in interface org.semanticweb.owlapi.model.providers.UnionProvider
 
getOWLOntologyManager() - Method in interface org.semanticweb.owlapi.model.OWLOntology
Gets the manager that manages this ontology.
getOWLProfile() - Method in enum class org.semanticweb.owlapi.profiles.Profiles
Factory method for OWLProfile checkers.
getOWLReflexiveObjectPropertyAxiom(OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.model.axiomproviders.PropertyCharacteristicAxiomProvider
 
getOWLReflexiveObjectPropertyAxiom(OWLObjectPropertyExpression, Collection<OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.axiomproviders.PropertyCharacteristicAxiomProvider
 
getOWLSameIndividualAxiom(Collection<? extends OWLIndividual>) - Method in interface org.semanticweb.owlapi.model.providers.IndividualAssertionProvider
 
getOWLSameIndividualAxiom(Collection<? extends OWLIndividual>, Collection<OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.providers.IndividualAssertionProvider
 
getOWLSameIndividualAxiom(OWLIndividual...) - Method in interface org.semanticweb.owlapi.model.providers.IndividualAssertionProvider
 
getOWLSameIndividualAxiom(OWLIndividual, OWLIndividual, Collection<OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.providers.IndividualAssertionProvider
 
getOWLSubAnnotationPropertyOfAxiom(OWLAnnotationProperty, OWLAnnotationProperty) - Method in interface org.semanticweb.owlapi.model.axiomproviders.SubAxiomProvider
 
getOWLSubAnnotationPropertyOfAxiom(OWLAnnotationProperty, OWLAnnotationProperty, Collection<OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.axiomproviders.SubAxiomProvider
 
getOWLSubClassOfAxiom(OWLClassExpression, OWLClassExpression) - Method in interface org.semanticweb.owlapi.model.axiomproviders.SubAxiomProvider
 
getOWLSubClassOfAxiom(OWLClassExpression, OWLClassExpression, Collection<OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.axiomproviders.SubAxiomProvider
 
getOWLSubDataPropertyOfAxiom(OWLDataPropertyExpression, OWLDataPropertyExpression) - Method in interface org.semanticweb.owlapi.model.axiomproviders.SubAxiomProvider
 
getOWLSubDataPropertyOfAxiom(OWLDataPropertyExpression, OWLDataPropertyExpression, Collection<OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.axiomproviders.SubAxiomProvider
 
getOWLSubObjectPropertyOfAxiom(OWLObjectPropertyExpression, OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.model.axiomproviders.SubAxiomProvider
 
getOWLSubObjectPropertyOfAxiom(OWLObjectPropertyExpression, OWLObjectPropertyExpression, Collection<OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.axiomproviders.SubAxiomProvider
 
getOWLSubPropertyChainOfAxiom(List<? extends OWLObjectPropertyExpression>, OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.model.axiomproviders.PropertyChainAxiomProvider
 
getOWLSubPropertyChainOfAxiom(List<? extends OWLObjectPropertyExpression>, OWLObjectPropertyExpression, Collection<OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.axiomproviders.PropertyChainAxiomProvider
 
getOWLSymmetricObjectPropertyAxiom(OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.model.axiomproviders.PropertyCharacteristicAxiomProvider
 
getOWLSymmetricObjectPropertyAxiom(OWLObjectPropertyExpression, Collection<OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.axiomproviders.PropertyCharacteristicAxiomProvider
 
getOWLThing() - Method in interface org.semanticweb.owlapi.model.providers.OWLVocabularyProvider
Gets the built in owl:Thing class, which has a URI of <http://www.w3.org/2002/07/owl#Thing>
getOWLTopDataProperty() - Method in interface org.semanticweb.owlapi.model.providers.OWLVocabularyProvider
 
getOWLTopObjectProperty() - Method in interface org.semanticweb.owlapi.model.providers.OWLVocabularyProvider
 
getOWLTransitiveObjectPropertyAxiom(OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.model.axiomproviders.PropertyCharacteristicAxiomProvider
 
getOWLTransitiveObjectPropertyAxiom(OWLObjectPropertyExpression, Collection<OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.axiomproviders.PropertyCharacteristicAxiomProvider
 
getOWLVersionInfo() - Method in interface org.semanticweb.owlapi.model.providers.OWLVocabularyProvider
Gets an annotation property that has an IRI corresponding to owl:versionInfo.
getParameter(Serializable, T) - Method in interface org.semanticweb.owlapi.model.OWLDocumentFormat
 
getParameter(Serializable, T) - Method in class org.semanticweb.owlapi.model.OWLDocumentFormatImpl
 
getParserGeneratedErrorEntity() - Method in class org.semanticweb.owlapi.io.RDFResourceParseError
 
getPatch() - Method in class org.semanticweb.owlapi.util.Version
 
getPattern() - Method in enum class org.semanticweb.owlapi.vocab.OWL2Datatype
Gets the Pattern that specifies the regular expression for the allowed lexical values of a datatype.
getPatternString() - Method in enum class org.semanticweb.owlapi.vocab.OWL2Datatype
Gets the Pattern string that specifies the regular expression for the allowed lexical values of a datatype.
getPendingAxiomAdditions() - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Gets the axioms that as a result of ontology changes need to be added to the reasoner to synchronise it with the root ontology imports closure.
getPendingAxiomRemovals() - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Gets the axioms that as a result of ontology changes need to removed to the reasoner to synchronise it with the root ontology imports closure.
getPendingChanges() - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Gets the pending changes which need to be taken into consideration by the reasoner so that it is up to date with the root ontology imports closure.
getPluralPrintName() - Method in class org.semanticweb.owlapi.model.EntityType
 
getPluralPrintName() - Method in enum class org.semanticweb.owlapi.model.PrimitiveType
 
getPM() - Method in class org.semanticweb.owlapitools.builders.BaseEntityBuilder
 
getPositiveLiterals() - Method in class org.semanticweb.owlapi.util.OWLClassLiteralCollector
 
getPrecomputableInferenceTypes() - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Returns the set of InferenceTypes that are precomputable by reasoner.
getPredicate() - Method in class org.semanticweb.owlapi.io.RDFTriple
 
getPredicate() - Method in interface org.semanticweb.owlapi.model.SWRLAtom
Gets the predicate of this atom.
getPredicate() - Method in interface org.semanticweb.owlapi.model.SWRLBuiltInAtom
 
getPredicate() - Method in interface org.semanticweb.owlapi.model.SWRLClassAtom
 
getPredicate() - Method in interface org.semanticweb.owlapi.model.SWRLDataPropertyAtom
 
getPredicate() - Method in interface org.semanticweb.owlapi.model.SWRLDataRangeAtom
 
getPredicate() - Method in interface org.semanticweb.owlapi.model.SWRLObjectPropertyAtom
 
getPredicate() - Method in class org.semanticweb.owlapitools.builders.BuilderSWRLClassAtom
 
getPredicate() - Method in class org.semanticweb.owlapitools.builders.BuilderSWRLDataRangeAtom
 
getPreferredLanguageMap() - Method in class org.semanticweb.owlapi.util.AnnotationValueShortFormProvider
 
getPreferredLanguageMap() - Method in class org.semanticweb.owlapi.util.PropertyAssertionValueShortFormProvider
 
getPrefix(String) - Method in class org.semanticweb.owlapi.formats.PrefixDocumentFormatImpl
 
getPrefix(String) - Method in interface org.semanticweb.owlapi.model.PrefixManager
Gets the prefix that is bound to a particular prefix name.
getPrefix(String) - Method in class org.semanticweb.owlapi.util.DefaultPrefixManager
 
getPrefix(String) - Method in class org.semanticweb.owlapi.util.NamespaceUtil
Gets a prefix for the given namespace.
getPrefixComparator() - Method in class org.semanticweb.owlapi.formats.PrefixDocumentFormatImpl
 
getPrefixComparator() - Method in interface org.semanticweb.owlapi.model.PrefixManager
 
getPrefixComparator() - Method in class org.semanticweb.owlapi.util.DefaultPrefixManager
 
getPrefixedName() - Method in enum class org.semanticweb.owlapi.model.ClassExpressionType
 
getPrefixedName() - Method in enum class org.semanticweb.owlapi.model.DataRangeType
 
getPrefixedName() - Method in class org.semanticweb.owlapi.model.EntityType
 
getPrefixedName() - Method in interface org.semanticweb.owlapi.model.HasPrefixedName
Gets the prefixed name.
getPrefixedName() - Method in enum class org.semanticweb.owlapi.vocab.DublinCoreVocabulary
 
getPrefixedName() - Method in enum class org.semanticweb.owlapi.vocab.OWL2Datatype
 
getPrefixedName() - Method in enum class org.semanticweb.owlapi.vocab.OWLFacet
 
getPrefixedName() - Method in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
 
getPrefixedName() - Method in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
 
getPrefixedName() - Method in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
 
getPrefixedName() - Method in enum class org.semanticweb.owlapi.vocab.SKOSVocabulary
 
getPrefixedName() - Method in enum class org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
 
getPrefixedName() - Method in enum class org.semanticweb.owlapi.vocab.SWRLVocabulary
 
getPrefixedName() - Method in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
 
getPrefixedName() - Method in enum class org.semanticweb.owlapi.vocab.XSDVocabulary
 
getPrefixIRI() - Method in enum class org.semanticweb.owlapi.vocab.Namespaces
 
getPrefixIRI(IRI) - Method in class org.semanticweb.owlapi.formats.PrefixDocumentFormatImpl
 
getPrefixIRI(IRI) - Method in interface org.semanticweb.owlapi.model.PrefixManager
Gets the prefix IRI given a IRI (URI).
getPrefixIRI(IRI) - Method in class org.semanticweb.owlapi.util.DefaultPrefixManager
 
getPrefixIRIIgnoreQName(IRI) - Method in class org.semanticweb.owlapi.formats.PrefixDocumentFormatImpl
 
getPrefixIRIIgnoreQName(IRI) - Method in interface org.semanticweb.owlapi.model.PrefixManager
Gets the prefix IRI given a IRI (URI).
getPrefixIRIIgnoreQName(IRI) - Method in class org.semanticweb.owlapi.util.DefaultPrefixManager
 
getPrefixName() - Method in enum class org.semanticweb.owlapi.vocab.Namespaces
 
getPrefixName2PrefixMap() - Method in class org.semanticweb.owlapi.formats.PrefixDocumentFormatImpl
 
getPrefixName2PrefixMap() - Method in interface org.semanticweb.owlapi.model.PrefixManager
Gets a map that maps prefix names to prefixes.
getPrefixName2PrefixMap() - Method in class org.semanticweb.owlapi.util.DefaultPrefixManager
 
getPrefixNames() - Method in interface org.semanticweb.owlapi.model.PrefixManager
Gets the prefix names that have a mapping in this prefix manager.
getPrintName() - Method in class org.semanticweb.owlapi.model.EntityType
 
getPrintName() - Method in enum class org.semanticweb.owlapi.model.PrimitiveType
 
getPriorityCollectionSorting() - Method in class org.semanticweb.owlapi.model.OntologyConfigurator
 
getPriorityCollectionSorting() - Method in class org.semanticweb.owlapi.model.OWLOntologyLoaderConfiguration
 
getProfile() - Method in class org.semanticweb.owlapi.profiles.OWLProfileReport
 
getProfile() - Method in exception org.semanticweb.owlapi.reasoner.AxiomNotInProfileException
 
getProfile() - Method in exception org.semanticweb.owlapi.reasoner.ClassExpressionNotInProfileException
 
getProfile() - Method in exception org.semanticweb.owlapi.reasoner.ImportsClosureNotInProfileException
Gets the profile which the reasoner can handle.
getProgressMonitor() - Method in interface org.semanticweb.owlapi.reasoner.OWLReasonerConfiguration
Gets a progress monitor that the reasoner may update with information about the progress of its reasoning process.
getProgressMonitor() - Method in class org.semanticweb.owlapi.reasoner.SimpleConfiguration
 
getProperties() - Method in interface org.semanticweb.owlapi.model.OWLNaryPropertyAxiom
 
getProperties() - Method in class org.semanticweb.owlapi.util.PropertyAssertionValueShortFormProvider
 
getPropertiesMinus(P) - Method in interface org.semanticweb.owlapi.model.OWLNaryPropertyAxiom
 
getProperty() - Method in interface org.semanticweb.owlapi.model.HasProperty
Gets the property.
getProperty() - Method in interface org.semanticweb.owlapi.model.OWLAnnotation
Gets the property that this annotation acts along.
getProperty() - Method in interface org.semanticweb.owlapi.model.OWLDataRestriction
Gets the property/properties that the restriction acts along depending on R being a scalar or collection type.
getProperty() - Method in interface org.semanticweb.owlapi.model.OWLObjectHasSelf
 
getProperty() - Method in interface org.semanticweb.owlapi.model.OWLObjectRestriction
Gets the property/properties that the restriction acts along depending on R being a scalar or collection type.
getProperty() - Method in interface org.semanticweb.owlapi.model.OWLPropertyAssertionAxiom
Gets the property that this assertion acts along.
getProperty() - Method in interface org.semanticweb.owlapi.model.OWLRestriction
 
getProperty() - Method in class org.semanticweb.owlapitools.builders.BaseAnnotationPropertyBuilder
 
getProperty() - Method in class org.semanticweb.owlapitools.builders.BaseDataPropertyBuilder
 
getProperty() - Method in class org.semanticweb.owlapitools.builders.BaseDomainBuilder
 
getProperty() - Method in class org.semanticweb.owlapitools.builders.BaseObjectPropertyBuilder
 
getProperty() - Method in class org.semanticweb.owlapitools.builders.BuilderSWRLObjectPropertyAtom
 
getPropertyChain() - Method in interface org.semanticweb.owlapi.model.OWLSubPropertyChainOfAxiom
Gets the chain of properties that represents the subproperty in this axiom.
getPropertyExpressions() - Method in interface org.semanticweb.owlapi.model.OWLHasKeyAxiom
Gets the set of property expressions that form the key.
getPropertyHierarchy() - Method in class org.semanticweb.owlapi.util.OWLObjectPropertyManager
The object property hierarchy relation -> is the smallest relation on object property expressions for which the following conditions hold (A -> B means that -> holds for A and B): if Ax contains an axiom SubObjectPropertyOf(PE1 PE2), then PE1 -> PE2 holds; and if Ax contains an axiom EquivalentObjectProperties(PE1 PE2), then PE1 -> PE2 and PE2 -> PE1 hold; and if Ax contains an axiom InverseObjectProperties(PE1 PE2), then PE1 -> INV(PE2) and INV(PE2) -> PE1 hold; and if Ax contains an axiom SymmetricObjectProperty(PE), then PE -> INV(PE) holds; and if PE1 -> PE2 holds, then INV(PE1) -> INV(PE2) holds as well.
getPropertyPartialOrdering() - Method in class org.semanticweb.owlapi.util.OWLObjectPropertyManager
 
getPunnedIRIs(Imports) - Method in interface org.semanticweb.owlapi.model.OWLSignature
Calculates the set of IRIs that are used for more than one entity type.
getRange() - Method in interface org.semanticweb.owlapi.model.HasRange
Gets the range.
getRange() - Method in class org.semanticweb.owlapitools.builders.BaseDataBuilder
 
getRange() - Method in class org.semanticweb.owlapitools.builders.BaseObjectBuilder
 
getRange() - Method in class org.semanticweb.owlapitools.builders.BuilderAnnotationPropertyRange
 
getRange() - Method in class org.semanticweb.owlapitools.builders.BuilderDataComplementOf
 
getRange() - Method in class org.semanticweb.owlapitools.builders.BuilderDataHasValue
 
getRange() - Method in class org.semanticweb.owlapitools.builders.BuilderDatatypeDefinition
 
getRanges(OWLAnnotationProperty, Stream<OWLOntology>) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Gets the asserted ranges of e by examining the axioms in the specified ontologies.
getRanges(OWLAnnotationProperty, OWLOntology) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Gets the ranges of e that have been asserted in the specified ontology.
getRanges(OWLDataProperty, Stream<OWLOntology>) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Gets the asserted ranges of e by examining the axioms in the specified ontologies.
getRanges(OWLDataProperty, OWLOntology) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Gets the ranges of e that have been asserted in the specified ontology.
getRanges(OWLObjectPropertyExpression, Stream<OWLOntology>) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Gets the asserted ranges of e by examining the axioms in the specified ontologies.
getRanges(OWLObjectPropertyExpression, OWLOntology) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Gets the ranges of e that have been asserted in the specified ontology.
getRBoxAxioms(Imports) - Method in interface org.semanticweb.owlapi.model.OWLOntology
Gets the axioms that form the RBox for this ontology, i.e., the ones whose type is in the AxiomType::RBoxAxiomTypes.
getRDFPlainLiteral() - Method in interface org.semanticweb.owlapi.model.providers.OWLVocabularyProvider
Gets the rdf:PlainLiteral datatype.
getRDFSComment() - Method in interface org.semanticweb.owlapi.model.providers.OWLVocabularyProvider
Gets an annotation property that has an IRI corresponding to rdfs:comment.
getRDFSComment(String) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
Shorthand for getOWLAnnotation(getRDFSComment(), getOWLLiteral(value))
getRDFSComment(String, Stream<OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
Shorthand for getOWLAnnotation(getRDFSComment(), getOWLLiteral(value), annotations)
getRDFSComment(OWLAnnotationValue) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
Shorthand for getOWLAnnotation(getRDFSComment(), getOWLLiteral(value))
getRDFSComment(OWLAnnotationValue, Stream<OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
Shorthand for getOWLAnnotation(getRDFSComment(), getOWLLiteral(value), annotations)
getRDFSIsDefinedBy() - Method in interface org.semanticweb.owlapi.model.providers.OWLVocabularyProvider
Gets an annotation property that has an IRI corresponding to rdfs:isDefinedBy.
getRDFSLabel() - Method in interface org.semanticweb.owlapi.model.providers.OWLVocabularyProvider
Gets an annotation property that has an IRI corresponding to rdfs:label.
getRDFSLabel(String) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
Shorthand for getOWLAnnotation(getRDFSLabel(), getOWLLiteral(value))
getRDFSLabel(String, Stream<OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
Shorthand for getOWLAnnotation(getRDFSLabel(), getOWLLiteral(value), annotations)
getRDFSLabel(OWLAnnotationValue) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
Shorthand for getOWLAnnotation(getRDFSLabel(), getOWLLiteral(value))
getRDFSLabel(OWLAnnotationValue, Stream<OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
Shorthand for getOWLAnnotation(getRDFSLabel(), getOWLLiteral(value), annotations)
getRDFSSeeAlso() - Method in interface org.semanticweb.owlapi.model.providers.OWLVocabularyProvider
Gets an annotation property that has an IRI corresponding to rdfs:seeAlso.
getReader() - Method in interface org.semanticweb.owlapi.io.OWLOntologyDocumentSource
Gets a reader which an ontology document can be read from.
getReader() - Method in class org.semanticweb.owlapi.io.StreamDocumentSourceBase
 
getReader() - Method in class org.semanticweb.owlapi.io.StringDocumentSource
 
getReader() - Method in class org.semanticweb.owlapi.io.XZStreamDocumentSource
 
getReasonerName() - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Gets the name of this reasoner.
getReasonerName() - Method in interface org.semanticweb.owlapi.reasoner.OWLReasonerFactory
Gets the name of the reasoner created by this factory.
getReasonerVersion() - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Gets the version of this reasoner.
getReferencedAnonymousIndividuals() - Method in interface org.semanticweb.owlapi.model.OWLSignature
Gets the referenced anonymous individuals.
getReferencedAnonymousIndividuals(boolean) - Method in interface org.semanticweb.owlapi.model.OWLSignatureBooleanArgs
getReferencedAnonymousIndividuals(Imports) - Method in interface org.semanticweb.owlapi.model.OWLSignature
Gets the referenced anonymous individuals in the signature and optionally the imports closure.
getReferencingAxioms(OWLEntity, OWLOntology) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Gets the axioms in the specified ontology that contain e in their signature.
getReferencingAxioms(OWLEntity, OWLOntology, Imports) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Gets the axioms in the specified ontology and possibly its imports closure that contain e in their signature.
getReferencingAxioms(OWLPrimitive) - Method in interface org.semanticweb.owlapi.model.OWLAxiomCollection
Gets the axioms where the specified OWLPrimitive appears in the signature of the axiom.
Note that currently signatures contain OWLEntity only.
getReferencingAxioms(OWLPrimitive, boolean) - Method in interface org.semanticweb.owlapi.model.OWLAxiomCollectionBooleanArgs
getReferencingAxioms(OWLPrimitive, Imports) - Method in interface org.semanticweb.owlapi.model.OWLAxiomCollection
Gets the axioms where the specified OWLPrimitive appears in the signature of the axiom.
Note that currently signatures contain OWLEntity only.
getReflexiveObjectPropertyAxioms(OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets the OWLReflexiveObjectPropertyAxiom objects contained in this ontology that make the specified object property reflexive.
getRemainder() - Method in class org.semanticweb.owlapi.model.IRI
 
getRemovedAxiom() - Method in class org.semanticweb.owlapi.model.OWLOntologyChange
 
getRendering(OWLObject) - Static method in class org.semanticweb.owlapi.io.ToStringRenderer
 
getRepresentativeElement() - Method in interface org.semanticweb.owlapi.reasoner.Node
Gets one of the entities contained in this entity set.
getResource() - Method in class org.semanticweb.owlapi.io.RDFResource
 
getResource() - Method in class org.semanticweb.owlapi.io.RDFResourceBlankNode
 
getResource() - Method in class org.semanticweb.owlapi.io.RDFResourceIRI
 
getRetriesToAttempt() - Method in class org.semanticweb.owlapi.model.OntologyConfigurator
 
getRetriesToAttempt() - Method in class org.semanticweb.owlapi.model.OWLOntologyLoaderConfiguration
 
getRoot(OWLClassExpression) - Method in interface org.semanticweb.owlapi.reasoner.knowledgeexploration.OWLKnowledgeExplorerReasoner
 
getRootOntology() - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Gets the "root" ontology that is loaded into this reasoner.
getSameIndividualAxioms(OWLIndividual) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets the OWLSameIndividualAxiom objects contained in this ontology that make the specified individual the same as some other individual.
getSameIndividuals(OWLIndividual, Stream<OWLOntology>) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Gets the individuals asserted to be same as e in the specified ontologies.
getSameIndividuals(OWLIndividual, OWLOntology) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Gets the individuals asserted to be same as e in the specified ontology.
getSameIndividuals(OWLNamedIndividual) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Gets the individuals that are the same as the specified individual.
getScheme() - Method in class org.semanticweb.owlapi.model.IRI
 
getSecondArgument() - Method in interface org.semanticweb.owlapi.model.SWRLBinaryAtom
Gets the second argument.
getSecondProperty() - Method in interface org.semanticweb.owlapi.model.OWLInverseObjectPropertiesAxiom
 
getShortForm() - Method in enum class org.semanticweb.owlapi.model.ClassExpressionType
 
getShortForm() - Method in enum class org.semanticweb.owlapi.model.DataRangeType
 
getShortForm() - Method in class org.semanticweb.owlapi.model.EntityType
 
getShortForm() - Method in interface org.semanticweb.owlapi.model.HasShortForm
Gets the short form.
getShortForm() - Method in class org.semanticweb.owlapi.model.IRI
 
getShortForm() - Method in enum class org.semanticweb.owlapi.model.PrimitiveType
 
getShortForm() - Method in enum class org.semanticweb.owlapi.vocab.DublinCoreVocabulary
 
getShortForm() - Method in enum class org.semanticweb.owlapi.vocab.OWL2Datatype
 
getShortForm() - Method in enum class org.semanticweb.owlapi.vocab.OWLFacet
 
getShortForm() - Method in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
 
getShortForm() - Method in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
 
getShortForm() - Method in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
 
getShortForm() - Method in enum class org.semanticweb.owlapi.vocab.SKOSVocabulary
 
getShortForm() - Method in enum class org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
 
getShortForm() - Method in enum class org.semanticweb.owlapi.vocab.SWRLVocabulary
 
getShortForm() - Method in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
 
getShortForm() - Method in enum class org.semanticweb.owlapi.vocab.XSDVocabulary
 
getShortForm(IRI) - Method in class org.semanticweb.owlapi.util.DefaultPrefixManager
 
getShortForm(IRI) - Method in interface org.semanticweb.owlapi.util.IRIShortFormProvider
 
getShortForm(IRI) - Method in class org.semanticweb.owlapi.util.OntologyIRIShortFormProvider
 
getShortForm(IRI) - Method in class org.semanticweb.owlapi.util.SimpleIRIShortFormProvider
 
getShortForm(IRI) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
getShortForm(IRI) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
getShortForm(OWLEntity) - Method in class org.semanticweb.owlapi.util.AnnotationValueShortFormProvider
 
getShortForm(OWLEntity) - Method in class org.semanticweb.owlapi.util.CachingBidirectionalShortFormProvider
 
getShortForm(OWLEntity) - Method in class org.semanticweb.owlapi.util.DefaultPrefixManager
 
getShortForm(OWLEntity) - Method in class org.semanticweb.owlapi.util.PropertyAssertionValueShortFormProvider
 
getShortForm(OWLEntity) - Method in class org.semanticweb.owlapi.util.QNameShortFormProvider
 
getShortForm(OWLEntity) - Method in class org.semanticweb.owlapi.util.ShortFormFromRDFSLabelAxiomListProvider
 
getShortForm(OWLEntity) - Method in interface org.semanticweb.owlapi.util.ShortFormProvider
Gets the short form for the specified entity.
getShortForm(OWLEntity) - Method in class org.semanticweb.owlapi.util.SimpleShortFormProvider
 
getShortForm(OWLOntology) - Method in class org.semanticweb.owlapi.util.OntologyIRIShortFormProvider
 
getShortForm(SWRLVariable) - Method in interface org.semanticweb.owlapi.util.SWRLVariableShortFormProvider
 
getShortForms() - Method in interface org.semanticweb.owlapi.util.BidirectionalShortFormProvider
Gets all of the short forms that are mapped to entities.
getSignature() - Method in interface org.semanticweb.owlapi.model.HasSignature
Gets the signature of this object.
getSignature(Imports) - Method in interface org.semanticweb.owlapi.model.OWLOntology
Gets the entities that are in the signature of this ontology.
getSimpleRoles() - Method in class org.semanticweb.owlapi.profiles.OWL2ProfileReport
 
getSimplified() - Method in interface org.semanticweb.owlapi.model.OWLObjectPropertyAssertionAxiom
Gets a simplified version of this object property axiom.
getSimplified() - Method in interface org.semanticweb.owlapi.model.OWLObjectPropertyExpression
Deprecated.
Since it is not legal to apply ObjectInverseOf to anything other than an Object Property, all object properties are always in the simplified form.
getSimplified() - Method in interface org.semanticweb.owlapi.model.SWRLObjectPropertyAtom
Gets a simplified form of this atom.
getSimplified() - Method in interface org.semanticweb.owlapi.model.SWRLRule
If this rule contains atoms that have predicates that are inverse object properties, then this method creates and returns a rule where the arguments of these atoms are flipped over and the predicate is the inverse (simplified) property.
getSize() - Method in interface org.semanticweb.owlapi.reasoner.Node
Gets the number of entities contained in this Node.
getSortedImportsClosure(OWLOntology) - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
Gets the topologically ordered imports closure.
getString() - Method in class org.semanticweb.owlapitools.builders.BaseEntityBuilder
 
getStringOWLDatatype() - Method in interface org.semanticweb.owlapi.model.providers.OWLVocabularyProvider
A convenience method that obtains the datatype that represents the string datatype.
getSub() - Method in class org.semanticweb.owlapitools.builders.BaseSubBuilder
 
getSubAnnotationPropertyOfAxioms(OWLAnnotationProperty) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets the OWLSubAnnotationPropertyOfAxiom objects where the specified property is the sub-property.
getSubClass() - Method in interface org.semanticweb.owlapi.model.OWLSubClassOfAxiom
Gets the subclass in this axiom.
getSubClassAxiomsForSubClass(OWLClass) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets all of the subclass axioms where the left hand side (the subclass) is equal to the specified class.
getSubClassAxiomsForSuperClass(OWLClass) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets all of the subclass axioms where the right hand side (the superclass) is equal to the specified class.
getSubClasses(OWLClassExpression) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Returns all subclasses.
getSubClasses(OWLClassExpression, boolean) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Gets the set of named classes that are the strict (potentially direct) subclasses of the specified class expression with respect to the reasoner axioms.
getSubClasses(OWLClassExpression, InferenceDepth) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
 
getSubClasses(OWLClass, Stream<OWLOntology>) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Gets the classes which have been asserted to be subclasses of e in the specified ontologies.
getSubClasses(OWLClass, OWLOntology) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Gets the classes which have been asserted to be subclasses of e in the specified ontology.
getSubDataProperties(OWLDataProperty) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
 
getSubDataProperties(OWLDataProperty, boolean) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Gets the set of named data properties that are the strict (potentially direct) subproperties of the specified data property expression with respect to the imports closure of the root ontology.
getSubDataProperties(OWLDataProperty, InferenceDepth) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
 
getSubject() - Method in class org.semanticweb.owlapi.io.RDFTriple
 
getSubject() - Method in interface org.semanticweb.owlapi.model.HasSubject
Gets the subject of this object.
getSubject() - Method in interface org.semanticweb.owlapi.model.OWLPropertyAssertionAxiom
Gets the individual that is the subject of this assertion.
getSubject() - Method in class org.semanticweb.owlapitools.builders.BuilderAnnotationAssertion
 
getSubject() - Method in class org.semanticweb.owlapitools.builders.BuilderDataPropertyAssertion
 
getSubject() - Method in class org.semanticweb.owlapitools.builders.BuilderNegativeDataPropertyAssertion
 
getSubject() - Method in class org.semanticweb.owlapitools.builders.BuilderNegativeObjectPropertyAssertion
 
getSubject() - Method in class org.semanticweb.owlapitools.builders.BuilderObjectPropertyAssertion
 
getSubject(OWLAxiom) - Static method in class org.semanticweb.owlapi.util.AxiomSubjectProviderEx
 
getSubObjectProperties(OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
 
getSubObjectProperties(OWLObjectPropertyExpression, boolean) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Gets the set of simplified object property expressions that are the strict (potentially direct) subproperties of the specified object property expression with respect to the imports closure of the root ontology.
getSubObjectProperties(OWLObjectPropertyExpression, InferenceDepth) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
 
getSubProperties(OWLAnnotationProperty, Stream<OWLOntology>) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Gets the properties which are asserted to be sub-properties of e in the specified ontologies.
getSubProperties(OWLAnnotationProperty, OWLOntology) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Gets the properties which are asserted to be sub-properties of e in the specified ontology.
getSubProperties(OWLDataProperty, Stream<OWLOntology>) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Gets the properties which are asserted to be sub-properties of e in the specified ontologies.
getSubProperties(OWLDataProperty, OWLOntology) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Gets the properties which are asserted to be sub-properties of e in the specified ontology.
getSubProperties(OWLObjectPropertyExpression, Stream<OWLOntology>) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Gets the properties which are asserted to be sub-properties of e in the specified ontologies.
getSubProperties(OWLObjectPropertyExpression, OWLOntology) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Gets the properties which are asserted to be sub-properties of e in the specified ontology.
getSubProperty() - Method in interface org.semanticweb.owlapi.model.OWLSubAnnotationPropertyOfAxiom
Gets the subproperty of this axiom.
getSubProperty() - Method in interface org.semanticweb.owlapi.model.OWLSubPropertyAxiom
 
getSup() - Method in class org.semanticweb.owlapitools.builders.BaseSubBuilder
 
getSuperClass() - Method in interface org.semanticweb.owlapi.model.OWLSubClassOfAxiom
Gets the superclass in this axiom.
getSuperClasses(OWLClassExpression) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
 
getSuperClasses(OWLClassExpression, boolean) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Gets the set of named classes that are the strict (potentially direct) super classes of the specified class expression with respect to the imports closure of the root ontology.
getSuperClasses(OWLClassExpression, InferenceDepth) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
 
getSuperClasses(OWLClass, Stream<OWLOntology>) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Gets the classes which have been asserted to be superclasses of e in the specified ontologies.
getSuperClasses(OWLClass, OWLOntology) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Gets the classes which have been asserted to be superclasses of e in the specified ontology.
getSuperDataProperties(OWLDataProperty) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
 
getSuperDataProperties(OWLDataProperty, boolean) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Gets the set of named data properties that are the strict (potentially direct) super properties of the specified data property with respect to the imports closure of the root ontology.
getSuperDataProperties(OWLDataProperty, InferenceDepth) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
 
getSuperObjectProperties(OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
 
getSuperObjectProperties(OWLObjectPropertyExpression, boolean) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Gets the set of simplified object property expressions that are the strict (potentially direct) super properties of the specified object property expression with respect to the imports closure of the root ontology.
getSuperObjectProperties(OWLObjectPropertyExpression, InferenceDepth) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
 
getSuperProperties(OWLAnnotationProperty, Stream<OWLOntology>) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Gets the properties which are asserted to be super-properties of e in the specified ontologies.
getSuperProperties(OWLAnnotationProperty, OWLOntology) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Gets the annotation properties which are asserted to be super-properties of e in the specified ontology.
getSuperProperties(OWLDataProperty, Stream<OWLOntology>) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Gets the properties which are asserted to be super-properties of e in the specified ontologies.
getSuperProperties(OWLDataProperty, OWLOntology) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Gets the data properties which are asserted to be super-properties of e in the specified ontology.
getSuperProperties(OWLObjectPropertyExpression, Stream<OWLOntology>) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Gets the properties which are asserted to be super-properties of e in the specified ontologies.
getSuperProperties(OWLObjectPropertyExpression, OWLOntology) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Gets the object property expressions (entities or inverses) which are asserted to be super-properties of e in the specified ontology.
getSuperProperty() - Method in interface org.semanticweb.owlapi.model.OWLSubAnnotationPropertyOfAxiom
Gets the super property of this axiom.
getSuperProperty() - Method in interface org.semanticweb.owlapi.model.OWLSubPropertyAxiom
 
getSuperProperty() - Method in interface org.semanticweb.owlapi.model.OWLSubPropertyChainOfAxiom
Gets the super property of this axiom.
getSupportedFormat() - Method in interface org.semanticweb.owlapi.io.OWLParser
 
getSupportedFormat() - Method in interface org.semanticweb.owlapi.io.OWLParserFactory
 
getSupportedFormat() - Method in class org.semanticweb.owlapi.io.OWLParserFactoryImpl
 
getSWRLBuiltInAtom(IRI, List<SWRLDArgument>) - Method in interface org.semanticweb.owlapi.model.providers.SWRLProvider
Creates a SWRL Built-In atom.
getSWRLClassAtom(OWLClassExpression, SWRLIArgument) - Method in interface org.semanticweb.owlapi.model.providers.SWRLProvider
Gets a SWRL atom where the predicate is a class expression i.e.
getSWRLDataPropertyAtom(OWLDataPropertyExpression, SWRLIArgument, SWRLDArgument) - Method in interface org.semanticweb.owlapi.model.providers.SWRLProvider
Gets a SWRL data property atom, i.e.
getSWRLDataRangeAtom(OWLDataRange, SWRLDArgument) - Method in interface org.semanticweb.owlapi.model.providers.SWRLProvider
Gets a SWRL atom where the predicate is a data range, i.e.
getSWRLDataRangeAtom(OWL2Datatype, SWRLDArgument) - Method in interface org.semanticweb.owlapi.model.providers.SWRLProvider
Gets a SWRL atom where the predicate is a data range, i.e.
getSWRLDifferentIndividualsAtom(SWRLIArgument, SWRLIArgument) - Method in interface org.semanticweb.owlapi.model.providers.SWRLProvider
 
getSWRLIndividualArgument(OWLIndividual) - Method in interface org.semanticweb.owlapi.model.providers.SWRLProvider
Gets a SWRLIndividualArgument, which is used to wrap and OWLIndividual as an argument for an atom.
getSWRLLiteralArgument(OWLLiteral) - Method in interface org.semanticweb.owlapi.model.providers.SWRLProvider
Gets a SWRLLiteralArgument, which is used to wrap an OWLLiteral to provide an argument for an atom.
getSWRLObjectPropertyAtom(OWLObjectPropertyExpression, SWRLIArgument, SWRLIArgument) - Method in interface org.semanticweb.owlapi.model.providers.SWRLProvider
Gets a SWRL object property atom, i.e.
getSWRLRule(Collection<? extends SWRLAtom>, Collection<? extends SWRLAtom>) - Method in interface org.semanticweb.owlapi.model.providers.SWRLProvider
Gets an anonymous SWRL Rule.
getSWRLRule(Collection<? extends SWRLAtom>, Collection<? extends SWRLAtom>, Collection<OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.providers.SWRLProvider
Gets an anonymous SWRL Rule.
getSWRLSameIndividualAtom(SWRLIArgument, SWRLIArgument) - Method in interface org.semanticweb.owlapi.model.providers.SWRLProvider
 
getSWRLVariable(String) - Method in interface org.semanticweb.owlapi.model.providers.SWRLProvider
Gets a SWRLVariable.
getSWRLVariable(String, String) - Method in interface org.semanticweb.owlapi.model.providers.SWRLProvider
Gets a SWRLVariable.
getSWRLVariable(HasIRI) - Method in interface org.semanticweb.owlapi.model.providers.SWRLProvider
Gets a SWRLVariable with the same IRI as the input.
getSWRLVariable(IRI) - Method in interface org.semanticweb.owlapi.model.providers.SWRLProvider
Gets a SWRLVariable.
getSymbolicForm() - Method in enum class org.semanticweb.owlapi.vocab.OWLFacet
 
getSymmetricObjectPropertyAxioms(OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets the OWLSymmetricObjectPropertyAxiom objects contained in this ontology that make the specified object property symmetric.
getTBoxAxioms(Imports) - Method in interface org.semanticweb.owlapi.model.OWLOntology
Gets the axioms that form the TBox for this ontology, i.e., the ones whose type is in the AxiomType::TBoxAxiomTypes.
getTimeOut() - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Gets the time out (in milliseconds) for the most basic reasoning operations.
getTimeOut() - Method in interface org.semanticweb.owlapi.reasoner.OWLReasonerConfiguration
Gets the timeout in milliseconds for basic single reasoner operations (satisfiability check time out).
getTimeOut() - Method in class org.semanticweb.owlapi.reasoner.SimpleConfiguration
 
getTopClassNode() - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Gets the Node corresponding to the top node (containing owl:Thing) in the class hierarchy.
getTopDataPropertyNode() - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Gets the Node corresponding to the top node (containing owl:topDataProperty) in the data property hierarchy.
getTopDatatype() - Method in interface org.semanticweb.owlapi.model.providers.OWLVocabularyProvider
 
getTopObjectPropertyNode() - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Gets the Node corresponding to the top node (containing owl:topObjectProperty) in the object property hierarchy.
getTransformedAxioms(Set<OWLAxiom>) - Method in class org.semanticweb.owlapi.util.StructuralTransformation
 
getTransitiveObjectPropertyAxioms(OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets the OWLTransitiveObjectPropertyAxiom objects contained in this ontology that make the specified object property transitive.
getTripleCount() - Method in interface org.semanticweb.owlapi.io.OWLOntologyLoaderMetaData
Gets a count of the triples process during loading.
getTripleCount() - Method in class org.semanticweb.owlapi.io.RDFParserMetaData
 
getType() - Method in class org.semanticweb.owlapitools.builders.BuilderDatatypeDefinition
 
getType() - Method in class org.semanticweb.owlapitools.builders.BuilderDatatypeRestriction
 
getTypeForClass(Class<T>) - Static method in class org.semanticweb.owlapi.model.AxiomType
 
getTypes(OWLIndividual, Stream<OWLOntology>) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
 
getTypes(OWLIndividual, OWLOntology) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
 
getTypes(OWLNamedIndividual) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
 
getTypes(OWLNamedIndividual, boolean) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Gets the named classes which are (potentially direct) types of the specified named individual.
getTypes(OWLNamedIndividual, InferenceDepth) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
 
getUnparsedTriples() - Method in interface org.semanticweb.owlapi.io.OWLOntologyLoaderMetaData
 
getUnparsedTriples() - Method in class org.semanticweb.owlapi.io.RDFParserMetaData
 
getUnsatisfiableClasses() - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
A convenience method that obtains the classes in the signature of the root ontology that are unsatisfiable.
getValue() - Method in interface org.semanticweb.owlapi.model.OWLAnnotation
Gets the annotation value.
getValue() - Method in interface org.semanticweb.owlapi.model.OWLAnnotationAssertionAxiom
Gets the annotation value.
getValue() - Method in interface org.semanticweb.owlapi.model.OWLHasValueRestriction
Deprecated.
getValue() - Method in class org.semanticweb.owlapitools.builders.BuilderAnnotation
 
getValue() - Method in class org.semanticweb.owlapitools.builders.BuilderAnnotationAssertion
 
getValue() - Method in class org.semanticweb.owlapitools.builders.BuilderNegativeObjectPropertyAssertion
 
getValue() - Method in class org.semanticweb.owlapitools.builders.BuilderObjectHasValue
 
getValue() - Method in class org.semanticweb.owlapitools.builders.BuilderObjectPropertyAssertion
 
getValue(Class<T>, Map<ConfigurationOptions, Object>) - Method in enum class org.semanticweb.owlapi.model.parameters.ConfigurationOptions
 
getValues() - Method in interface org.semanticweb.owlapi.model.OWLDataOneOf
Gets the values (OWLLiterals) that this data range consists of.
getVariables() - Method in interface org.semanticweb.owlapi.model.SWRLRule
Gets the variables that appear in this rule.
getVariables() - Method in class org.semanticweb.owlapi.util.SWRLVariableExtractor
 
getVersion() - Method in class org.semanticweb.owlapi.util.VersionInfo
Gets a string that contains the version of this build.
getVersionInfo() - Static method in class org.semanticweb.owlapi.util.VersionInfo
 
getVersionIRI() - Method in class org.semanticweb.owlapi.model.OWLOntologyID
Gets the version IRI.
getVersions(IRI) - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
getViolations() - Method in class org.semanticweb.owlapi.profiles.OWLProfileReport
 
getViolations(OWLAxiom) - Method in class org.semanticweb.owlapi.profiles.OWLProfileReport
 
getViolations(OWLEntity) - Method in class org.semanticweb.owlapi.profiles.OWLProfileReport
 
getViolations(OWLOntology) - Method in class org.semanticweb.owlapi.profiles.OWLProfileReport
 
getVocabulary() - Method in class org.semanticweb.owlapi.model.EntityType
 
getWriter() - Method in class org.semanticweb.owlapi.io.FileDocumentTarget
 
getWriter() - Method in interface org.semanticweb.owlapi.io.OWLOntologyDocumentTarget
Gets a Writer that can be used to write an ontology to an ontology document.
getWriter() - Method in class org.semanticweb.owlapi.io.StringDocumentTarget
 
getWriter() - Method in class org.semanticweb.owlapi.io.WriterDocumentTarget
 
GLDP - Enum constant in enum class org.semanticweb.owlapi.vocab.Namespaces
The GLDP namespace.
GR - Enum constant in enum class org.semanticweb.owlapi.vocab.Namespaces
The GR namespace.
GRDDL - Enum constant in enum class org.semanticweb.owlapi.vocab.Namespaces
The GRDDL namespace.
GREATER_THAN - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
GREATER_THAN.
GREATER_THAN_OR_EQUAL - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
GREATER_THAN_OR_EQUAL.
GT - Static variable in class org.semanticweb.owlapi.io.XMLUtils
&gt; shortcut.
GZipFileDocumentSource - Class in org.semanticweb.owlapi.io
An ontology document source which can read from a GZIP File.
GZipFileDocumentSource(File) - Constructor for class org.semanticweb.owlapi.io.GZipFileDocumentSource
Constructs an input source which will read an ontology from a representation from the specified file.
GZipFileDocumentSource(File, IRI, OWLDocumentFormat, String) - Constructor for class org.semanticweb.owlapi.io.GZipFileDocumentSource
Constructs an input source which will read an ontology from a representation from the specified file.
GZipFileDocumentTarget - Class in org.semanticweb.owlapi.io
An ontology document target which can write to a GZIP File.
GZipFileDocumentTarget(File) - Constructor for class org.semanticweb.owlapi.io.GZipFileDocumentTarget
 
GZipStreamDocumentSource - Class in org.semanticweb.owlapi.io
An ontology document source which can read from a GZIP stream.
GZipStreamDocumentSource(InputStream) - Constructor for class org.semanticweb.owlapi.io.GZipStreamDocumentSource
Constructs an input source which will read an ontology from a representation from the specified file.
GZipStreamDocumentSource(InputStream, IRI, OWLDocumentFormat, String) - Constructor for class org.semanticweb.owlapi.io.GZipStreamDocumentSource
Constructs an input source which will read an ontology from a representation from the specified stream.
GZipStreamDocumentTarget - Class in org.semanticweb.owlapi.io
An ontology document target which can write to a GZIP stream.
GZipStreamDocumentTarget(OutputStream) - Constructor for class org.semanticweb.owlapi.io.GZipStreamDocumentTarget
 

H

HAD_ACTIVITY - Enum constant in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
http://www.w3.org/ns/prov#hadActivity.
HAD_GENERATION - Enum constant in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
http://www.w3.org/ns/prov#hadGeneration.
HAD_MEMBER - Enum constant in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
http://www.w3.org/ns/prov#hadMember.
HAD_PLAN - Enum constant in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
http://www.w3.org/ns/prov#hadPlan.
HAD_PRIMARY_SOURCE - Enum constant in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
http://www.w3.org/ns/prov#hadPrimarySource.
HAD_ROLE - Enum constant in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
http://www.w3.org/ns/prov#hadRole.
HAD_USAGE - Enum constant in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
http://www.w3.org/ns/prov#hadUsage.
handleDefault(Object) - Method in interface org.semanticweb.owlapi.model.OWLVisitorBase
Deprecated.
use #doDefault(Object) instead
handleImpendingOntologyChanges(List<? extends OWLOntologyChange>) - Method in interface org.semanticweb.owlapi.model.ImpendingOWLOntologyChangeListener
Called when a list of ontology changes is about to be applied.
handlesMimeType(String) - Method in class org.semanticweb.owlapi.io.OWLParserFactoryImpl
 
handlesMimeType(String) - Method in interface org.semanticweb.owlapi.model.MIMETypeAware
Determines whether either MIMETypeAware.getDefaultMIMEType() equals the given mime type or MIMETypeAware.getMIMETypes() contains the given mime type.
handlesMimeType(String) - Method in class org.semanticweb.owlapi.util.OWLDocumentFormatFactoryImpl
 
has(Construct) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
 
HAS_BEGINNING - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#hasBeginning.
HAS_DATE_TIME_DESCRIPTION - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#hasDateTimeDescription.
HAS_DURATION - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#hasDuration.
HAS_DURATION_DESCRIPTION - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#hasDurationDescription.
HAS_END - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#hasEnd.
HAS_KEY - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
HAS_KEY.
HAS_KEY - Static variable in class org.semanticweb.owlapi.model.AxiomType
HasKey.
HAS_TEMPORAL_DURATION - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#hasTemporalDuration.
HAS_TIME - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#hasTime.
HAS_TRS - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#hasTRS.
HAS_XSD_DURATION - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#hasXSDDuration.
HasAddAxiom - Interface in org.semanticweb.owlapi.model
 
HasAddAxioms - Interface in org.semanticweb.owlapi.model
 
hasAllConstructs(Collection<Construct>) - Method in enum class org.semanticweb.owlapi.util.Languages
 
hasAllConstructs(Construct...) - Method in enum class org.semanticweb.owlapi.util.Languages
 
hasAlredyFailedOnIRIResolution() - Method in interface org.semanticweb.owlapi.io.OWLOntologyDocumentSource
 
hasAlredyFailedOnIRIResolution() - Method in class org.semanticweb.owlapi.io.OWLOntologyDocumentSourceBase
 
hasAlredyFailedOnStreams() - Method in interface org.semanticweb.owlapi.io.OWLOntologyDocumentSource
 
hasAlredyFailedOnStreams() - Method in class org.semanticweb.owlapi.io.OWLOntologyDocumentSourceBase
 
HasAnnotationPropertiesInSignature - Interface in org.semanticweb.owlapi.model
 
HasAnnotations - Interface in org.semanticweb.owlapi.model
An interface to an object that has annotation.
HasAnnotationValue - Interface in org.semanticweb.owlapi.model
Convenience interface for classes that have an annotation value referred - i.e., annotation assertion axioms, annotations and annotation values.
HasAnonymousIndividuals - Interface in org.semanticweb.owlapi.model
 
HasApplyChange - Interface in org.semanticweb.owlapi.model
 
HasApplyChanges - Interface in org.semanticweb.owlapi.model
 
HasApplyDirectChange - Interface in org.semanticweb.owlapi.model
 
HasAxioms - Interface in org.semanticweb.owlapi.model
An interface to an object that contains axioms.
HasAxiomsByType - Interface in org.semanticweb.owlapi.model
An interface to an object that contains axioms and can provide subsets of these axioms by the type of axiom.
HasCardinality - Interface in org.semanticweb.owlapi.model
An interface to objects that have a cardinality.
HasClassesInSignature - Interface in org.semanticweb.owlapi.model
An interface to an object that has a signature and can provide the classes that are contained in its signature.
HasComponents - Interface in org.semanticweb.owlapi.model
An interface for objects that have a set of components - this is useful for all those situations where a generic action has to be performed on all components of an object, such as hashcode and equals computations, or rendering in a syntax.
HasContainsAxiom - Interface in org.semanticweb.owlapi.model
An interface to an object that contains axioms.
HasContainsEntityInSignature - Interface in org.semanticweb.owlapi.model
An interface to an object that has a signature.
HasContainsOntology - Interface in org.semanticweb.owlapi.model
 
HasDataFactory - Interface in org.semanticweb.owlapi.model
 
HasDataPropertiesInSignature - Interface in org.semanticweb.owlapi.model
 
hasDataPropertyValue(OWLIndividual, OWLDataPropertyExpression, OWLLiteral, Stream<OWLOntology>) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
 
hasDataPropertyValue(OWLIndividual, OWLDataPropertyExpression, OWLLiteral, OWLOntology) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
 
hasDataPropertyValues(OWLIndividual, OWLDataPropertyExpression, Stream<OWLOntology>) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
 
hasDataPropertyValues(OWLIndividual, OWLDataPropertyExpression, OWLOntology) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
 
HasDatatypesInSignature - Interface in org.semanticweb.owlapi.model
 
HasDirectAddAxiom - Interface in org.semanticweb.owlapi.model
Interface for an object that accepts axiom additions (typically, an OWLOntology).
HasDirectAddAxioms - Interface in org.semanticweb.owlapi.model
Interface for an object that accepts axiom additions (typically, an OWLOntology).
HasDirectImports - Interface in org.semanticweb.owlapi.model
An interface to objects that have a direct set of imports.
HasDirectRemoveAxiom - Interface in org.semanticweb.owlapi.model
 
HasDirectRemoveAxioms - Interface in org.semanticweb.owlapi.model
 
HasDomain<D extends OWLObject> - Interface in org.semanticweb.owlapi.model
An interface to objects that have a domain.
HasFiller<T extends OWLObject> - Interface in org.semanticweb.owlapi.model
An interface to objects that have a filler.
HasGetEntitiesInSignature - Interface in org.semanticweb.owlapi.model
 
HasGetOntologies - Interface in org.semanticweb.owlapi.model
 
HasGetOntologyById - Interface in org.semanticweb.owlapi.model
 
HasHashIndex - Interface in org.semanticweb.owlapi.model
Interface for types with a hash index; this is used to seed the hashcode computation for instances, so that the hashcodes of objects with different types are /more/ different than the hashcodes of objects with the same type.
hashCode() - Method in class org.semanticweb.owlapi.change.OWLOntologyChangeData
 
hashCode() - Method in class org.semanticweb.owlapi.change.OWLOntologyChangeRecord
 
hashCode() - Method in class org.semanticweb.owlapi.io.RDFLiteral
 
hashCode() - Method in class org.semanticweb.owlapi.io.RDFResourceBlankNode
 
hashCode() - Method in class org.semanticweb.owlapi.io.RDFResourceIRI
 
hashCode() - Method in class org.semanticweb.owlapi.io.RDFTriple
 
hashCode() - Method in class org.semanticweb.owlapi.model.AddAxiom
 
hashCode() - Method in class org.semanticweb.owlapi.model.AddImport
 
hashCode() - Method in class org.semanticweb.owlapi.model.AddOntologyAnnotation
 
hashCode() - Method in class org.semanticweb.owlapi.model.AxiomType
 
hashCode() - Method in class org.semanticweb.owlapi.model.IRI
 
hashCode() - Method in class org.semanticweb.owlapi.model.NodeID
 
hashCode() - Method in class org.semanticweb.owlapi.model.OWLDocumentFormatImpl
 
hashCode() - Method in class org.semanticweb.owlapi.model.OWLOntologyID
 
hashCode() - Method in class org.semanticweb.owlapi.model.RemoveAxiom
 
hashCode() - Method in class org.semanticweb.owlapi.model.RemoveImport
 
hashCode() - Method in class org.semanticweb.owlapi.model.RemoveOntologyAnnotation
 
hashCode() - Method in class org.semanticweb.owlapi.model.SetOntologyID
 
hashCode() - Method in class org.semanticweb.owlapi.util.CollectionFactory.ConditionalCopySet
 
hashCode() - Method in class org.semanticweb.owlapi.util.OntologyAxiomPair
 
hashCode() - Method in class org.semanticweb.owlapi.util.OWLDocumentFormatFactoryImpl
 
hashCode() - Method in class org.semanticweb.owlapi.utilities.Injector.Key
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.HasHashIndex
 
hashIndex() - Method in class org.semanticweb.owlapi.model.IRI
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.OWLAnnotation
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.OWLAnnotationAssertionAxiom
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.OWLAnnotationProperty
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.OWLAnnotationPropertyDomainAxiom
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.OWLAnnotationPropertyRangeAxiom
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.OWLAnonymousIndividual
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.OWLAsymmetricObjectPropertyAxiom
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.OWLClass
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.OWLClassAssertionAxiom
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.OWLDataAllValuesFrom
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.OWLDataComplementOf
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.OWLDataExactCardinality
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.OWLDataHasValue
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.OWLDataIntersectionOf
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.OWLDataMaxCardinality
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.OWLDataMinCardinality
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.OWLDataOneOf
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.OWLDataProperty
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.OWLDataPropertyAssertionAxiom
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.OWLDataPropertyDomainAxiom
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.OWLDataPropertyRangeAxiom
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.OWLDataSomeValuesFrom
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.OWLDatatype
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.OWLDatatypeDefinitionAxiom
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.OWLDatatypeRestriction
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.OWLDataUnionOf
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.OWLDeclarationAxiom
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.OWLDifferentIndividualsAxiom
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.OWLDisjointClassesAxiom
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.OWLDisjointDataPropertiesAxiom
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.OWLDisjointObjectPropertiesAxiom
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.OWLDisjointUnionAxiom
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.OWLEquivalentClassesAxiom
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.OWLEquivalentDataPropertiesAxiom
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.OWLEquivalentObjectPropertiesAxiom
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.OWLFacetRestriction
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.OWLFunctionalDataPropertyAxiom
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.OWLFunctionalObjectPropertyAxiom
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.OWLHasKeyAxiom
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.OWLInverseFunctionalObjectPropertyAxiom
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.OWLInverseObjectPropertiesAxiom
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.OWLIrreflexiveObjectPropertyAxiom
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.OWLLiteral
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.OWLNamedIndividual
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.OWLNegativeDataPropertyAssertionAxiom
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.OWLNegativeObjectPropertyAssertionAxiom
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.OWLObjectAllValuesFrom
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.OWLObjectComplementOf
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.OWLObjectExactCardinality
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.OWLObjectHasSelf
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.OWLObjectHasValue
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.OWLObjectIntersectionOf
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.OWLObjectInverseOf
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.OWLObjectMaxCardinality
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.OWLObjectMinCardinality
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.OWLObjectOneOf
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.OWLObjectProperty
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.OWLObjectPropertyAssertionAxiom
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.OWLObjectPropertyDomainAxiom
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.OWLObjectPropertyRangeAxiom
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.OWLObjectSomeValuesFrom
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.OWLObjectUnionOf
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.OWLOntology
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.OWLReflexiveObjectPropertyAxiom
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.OWLSameIndividualAxiom
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.OWLSubAnnotationPropertyOfAxiom
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.OWLSubClassOfAxiom
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.OWLSubDataPropertyOfAxiom
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.OWLSubObjectPropertyOfAxiom
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.OWLSubPropertyChainOfAxiom
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.OWLSymmetricObjectPropertyAxiom
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.OWLTransitiveObjectPropertyAxiom
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.SWRLBuiltInAtom
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.SWRLClassAtom
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.SWRLDataPropertyAtom
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.SWRLDataRangeAtom
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.SWRLDifferentIndividualsAtom
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.SWRLIndividualArgument
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.SWRLLiteralArgument
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.SWRLObjectPropertyAtom
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.SWRLRule
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.SWRLSameIndividualAtom
 
hashIndex() - Method in interface org.semanticweb.owlapi.model.SWRLVariable
 
hashIteration(int, int) - Static method in interface org.semanticweb.owlapi.model.OWLObject
Iteration for hash codes
HasImportsClosure - Interface in org.semanticweb.owlapi.model
An interface to objects that provide an imports closure of themselves.
HasIndex - Interface in org.semanticweb.owlapi.model
Interface for types with an index; this is used to group objects by type when sorting.
HasIndividualsInSignature - Interface in org.semanticweb.owlapi.model
 
HasIRI - Interface in org.semanticweb.owlapi.model
 
HasKeyAxiomProvider - Interface in org.semanticweb.owlapi.model.axiomproviders
HasKey provider interface.
hasKeyAxioms(OWLClass) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets the has key axioms that have the specified class as their subject.
hasLang() - Method in class org.semanticweb.owlapi.io.RDFLiteral
 
hasLang() - Method in interface org.semanticweb.owlapi.model.OWLLiteral
Determines if this literal has a language tag.
hasLang(String) - Method in interface org.semanticweb.owlapi.model.OWLLiteral
Determines if this OWLLiteral has a particular language tag.
HasLang - Interface in org.semanticweb.owlapi.model
 
HasLogicalAxioms - Interface in org.semanticweb.owlapi.model
An interface to an object that contains a set of logical axioms.
hasNamedConjunct(OWLClassExpression) - Method in class org.semanticweb.owlapi.util.NamedConjunctChecker
Checks whether the specified expression has a named conjunct.
hasNCNameSuffix(CharSequence) - Static method in class org.semanticweb.owlapi.io.XMLUtils
Determines if a character sequence has a suffix that is an NCName.
hasNegativeDataPropertyValue(OWLIndividual, OWLDataPropertyExpression, OWLLiteral, Stream<OWLOntology>) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
 
hasNegativeDataPropertyValue(OWLIndividual, OWLDataPropertyExpression, OWLLiteral, OWLOntology) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
 
hasNegativeDataPropertyValues(OWLIndividual, OWLDataPropertyExpression, Stream<OWLOntology>) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
 
hasNegativeDataPropertyValues(OWLIndividual, OWLDataPropertyExpression, OWLOntology) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
 
hasNegativeObjectPropertyValue(OWLIndividual, OWLObjectPropertyExpression, OWLIndividual, Stream<OWLOntology>) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
 
hasNegativeObjectPropertyValue(OWLIndividual, OWLObjectPropertyExpression, OWLIndividual, OWLOntology) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
 
hasNegativeObjectPropertyValues(OWLIndividual, OWLObjectPropertyExpression, Stream<OWLOntology>) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
 
hasNegativeObjectPropertyValues(OWLIndividual, OWLObjectPropertyExpression, OWLOntology) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
 
HasObject<O> - Interface in org.semanticweb.owlapi.model
An interface to objects that have objects (e.g.
HasObjectPropertiesInSignature - Interface in org.semanticweb.owlapi.model
An interface to an object that has a signature and can provide the object properties that are contained in its signature.
hasObjectPropertyValue(OWLIndividual, OWLObjectPropertyExpression, OWLIndividual, Stream<OWLOntology>) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
 
hasObjectPropertyValue(OWLIndividual, OWLObjectPropertyExpression, OWLIndividual, OWLOntology) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
 
hasObjectPropertyValues(OWLIndividual, OWLObjectPropertyExpression, Stream<OWLOntology>) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
 
hasObjectPropertyValues(OWLIndividual, OWLObjectPropertyExpression, OWLOntology) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
 
HasOntologyChangeListeners - Interface in org.semanticweb.owlapi.model
 
HasOntologyConfigurator - Interface in org.semanticweb.owlapi.model
An interface for objects that allow a loader configuration provider to be set.
HasOntologyID - Interface in org.semanticweb.owlapi.model
An interface to objects that have an OWLOntologyID.
HasOntologyLoaderConfiguration - Interface in org.semanticweb.owlapi.model
An interface for objects that allow a loader configuration to be set.
HasOntologyWriterConfiguration - Interface in org.semanticweb.owlapi.model
An interface for objects that allow a writer configuration to be set.
HasOperands<T extends OWLObject> - Interface in org.semanticweb.owlapi.model
An interface to objects that have a collection of operands.
HasPrefixedName - Interface in org.semanticweb.owlapi.model
 
HasPriority - Annotation Interface in org.semanticweb.owlapi.annotations
Annotation for objects that have a priority that can be used for sorting purposes.
HasPriorityComparator<T> - Class in org.semanticweb.owlapi.util
Comparator for objects with HasPriority annotations.
HasPriorityComparator() - Constructor for class org.semanticweb.owlapi.util.HasPriorityComparator
 
HasProperty<P extends OWLObject> - Interface in org.semanticweb.owlapi.model
An interface to objects which have a property.
HasRange<R extends OWLObject> - Interface in org.semanticweb.owlapi.model
An interface to objects that have a range.
HasRemoveAxiom - Interface in org.semanticweb.owlapi.model
 
HasRemoveAxioms - Interface in org.semanticweb.owlapi.model
 
HasSelfProvider - Interface in org.semanticweb.owlapi.model.providers
Object has self restriction provider.
hasSharedStructure() - Method in interface org.semanticweb.owlapi.model.OWLObject
 
HasShortForm - Interface in org.semanticweb.owlapi.model
An interface to an object that has a short form (human readable short name e.g.
HasSignature - Interface in org.semanticweb.owlapi.model
An interface to an object which has a signature
HasSubject<T extends OWLObject> - Interface in org.semanticweb.owlapi.model
 
HASTOPCONCEPT - Enum constant in enum class org.semanticweb.owlapi.vocab.SKOSVocabulary
HASTOPCONCEPT.
HasValueProvider - Interface in org.semanticweb.owlapi.model.providers
Object and datatype hasvalue provider.
head() - Method in interface org.semanticweb.owlapi.model.SWRLRule
 
HEAD - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
HEAD.
HEAD - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLVocabulary
HEAD.
headList() - Method in interface org.semanticweb.owlapi.model.SWRLRule
 
headSize() - Method in class org.semanticweb.owlapitools.builders.BuilderSWRLRule
 
HermiT - Static variable in enum class org.semanticweb.owlapi.profiles.Profiles
 
HEX_BINARY - Enum constant in enum class org.semanticweb.owlapi.vocab.XSDVocabulary
HEX_BINARY.
HIDDENLABEL - Enum constant in enum class org.semanticweb.owlapi.vocab.SKOSVocabulary
HIDDENLABEL.
HISTORYNOTE - Enum constant in enum class org.semanticweb.owlapi.vocab.SKOSVocabulary
HISTORYNOTE.
HornAxiomVisitorEx - Class in org.semanticweb.owlapi.util
Returns true if the visited axioms are an ontology in Horn-SHIQ form.
HornAxiomVisitorEx() - Constructor for class org.semanticweb.owlapi.util.HornAxiomVisitorEx
 
HOUR - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#hour.
HOURS - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#hours.
HT - Enum constant in enum class org.semanticweb.owlapi.vocab.Namespaces
The HT namespace.

I

i - Variable in class org.semanticweb.owlapi.util.OWLAPIStreamUtils.Pair
First element.
ICAL - Enum constant in enum class org.semanticweb.owlapi.vocab.Namespaces
The ICAL namespace.
ID - Enum constant in enum class org.semanticweb.owlapi.vocab.XSDVocabulary
ID.
IDENTIFIER - Enum constant in enum class org.semanticweb.owlapi.vocab.DublinCoreVocabulary
http://purl.org/dc/elements/1.1/identifier.
IDREF - Enum constant in enum class org.semanticweb.owlapi.vocab.XSDVocabulary
IDREF.
IDREFS - Enum constant in enum class org.semanticweb.owlapi.vocab.XSDVocabulary
IDREFS.
idRequired() - Method in class org.semanticweb.owlapi.io.RDFNode
 
ifAnonymousIndividual(Consumer<OWLAnonymousIndividual>) - Method in interface org.semanticweb.owlapi.model.HasAnnotationValue
 
ifAnonymousIndividualOrElse(Consumer<OWLAnonymousIndividual>, Runnable) - Method in interface org.semanticweb.owlapi.model.HasAnnotationValue
 
ifIri(Consumer<IRI>) - Method in interface org.semanticweb.owlapi.model.HasAnnotationValue
 
ifIriOrElse(Consumer<IRI>, Runnable) - Method in interface org.semanticweb.owlapi.model.HasAnnotationValue
 
ifLiteral(Consumer<OWLLiteral>) - Method in interface org.semanticweb.owlapi.model.HasAnnotationValue
 
ifLiteralOrElse(Consumer<OWLLiteral>, Runnable) - Method in interface org.semanticweb.owlapi.model.HasAnnotationValue
 
ifValue(Consumer<OWLLiteral>, Consumer<IRI>, Consumer<OWLAnonymousIndividual>) - Method in interface org.semanticweb.owlapi.model.HasAnnotationValue
 
IGNORE_AXIOM_ANNOTATIONS - Enum constant in enum class org.semanticweb.owlapi.model.parameters.AxiomAnnotations
Search for axioms ignoring annotations.
IllegalConfigurationException - Exception in org.semanticweb.owlapi.reasoner
 
IllegalConfigurationException(String, Throwable, OWLReasonerConfiguration) - Constructor for exception org.semanticweb.owlapi.reasoner.IllegalConfigurationException
 
IllegalConfigurationException(String, OWLReasonerConfiguration) - Constructor for exception org.semanticweb.owlapi.reasoner.IllegalConfigurationException
 
IllegalConfigurationException(Throwable, OWLReasonerConfiguration) - Constructor for exception org.semanticweb.owlapi.reasoner.IllegalConfigurationException
 
IllegalPunning - Class in org.semanticweb.owlapi.profiles.violations
Punning between properties is not allowed.
IllegalPunning(OWLOntology, OWLAxiom, IRI) - Constructor for class org.semanticweb.owlapi.profiles.violations.IllegalPunning
 
IMAGE - Enum constant in enum class org.semanticweb.owlapi.vocab.SKOSVocabulary
Deprecated.
No longer used
ImmutableOWLOntologyChangeException - Exception in org.semanticweb.owlapi.model
An exception to describe a situation where there was an attempt to apply a change to an immutable ontology.
ImmutableOWLOntologyChangeException(OWLOntologyChangeData, String) - Constructor for exception org.semanticweb.owlapi.model.ImmutableOWLOntologyChangeException
Constructs an exception which describes the attempted change.
IMP - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLVocabulary
IMP.
ImpendingOWLOntologyChangeBroadcastStrategy - Interface in org.semanticweb.owlapi.model
 
ImpendingOWLOntologyChangeListener - Interface in org.semanticweb.owlapi.model
 
IMPORT - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
IMPORT.
IMPORT_GRAPH - Enum constant in enum class org.semanticweb.owlapi.model.MissingOntologyHeaderStrategy
Keep import structure.
ImportChange - Class in org.semanticweb.owlapi.model
 
ImportChange(OWLOntology, OWLImportsDeclaration) - Constructor for class org.semanticweb.owlapi.model.ImportChange
 
ImportChangeData - Class in org.semanticweb.owlapi.change
Instances of this class represent OWLOntologyChangeData for changes that that are specific to the addition or removal of import statements to/from an ontology.
importMissing(MissingImportEvent) - Method in interface org.semanticweb.owlapi.model.MissingImportListener
 
imports() - Method in interface org.semanticweb.owlapi.model.OWLOntology
Gets the stream of loaded ontologies that this ontology is related to via the transitive closure of the directlyImports relation.
For example, if this ontology imports ontology B, and ontology B imports ontology C, then this method will return the set consisting of ontology B and ontology C.
imports(OWLOntology) - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
Gets the stream of ontologies that are in the transitive closure of the directly imports relation.
Imports - Enum Class in org.semanticweb.owlapi.model.parameters
An enumeration for human readable values to include/exclude imports from searches.
importsClosure() - Method in interface org.semanticweb.owlapi.model.HasImportsClosure
Gets the imports closure, including the root object.
importsClosure(OWLOntology) - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
Imports closure stream for the specified ontology.
ImportsClosureNotInProfileException - Exception in org.semanticweb.owlapi.reasoner
This exception indicates that the reasoner cannot handle the set of axioms that are in the imports closure of the root ontology because the axioms fall outside of the "largest" OWL profile (i.e.
ImportsClosureNotInProfileException(IRI) - Constructor for exception org.semanticweb.owlapi.reasoner.ImportsClosureNotInProfileException
 
importsDeclarations() - Method in interface org.semanticweb.owlapi.model.OWLOntology
Gets the stream of imports declarations for this ontology.
ImportsStructureEntitySorter - Class in org.semanticweb.owlapi.util
 
ImportsStructureEntitySorter(OWLOntology) - Constructor for class org.semanticweb.owlapi.util.ImportsStructureEntitySorter
 
ImportsStructureObjectSorter<O> - Class in org.semanticweb.owlapi.util
Sorts objects into sets based on where they appear in the imports closure of an ontology.
ImportsStructureObjectSorter(OWLOntology, ImportsStructureObjectSorter.ObjectSelector<O>) - Constructor for class org.semanticweb.owlapi.util.ImportsStructureObjectSorter
Creates a sorter for the specified ontology, whose imports closure is obtained with the specified manager, and for each ontology whose objects are selected using the specified object selector.
ImportsStructureObjectSorter.ObjectSelector<O> - Interface in org.semanticweb.owlapi.util
 
IN_DATE_TIME - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#inDateTime.
IN_SUB_POSITION - Enum constant in enum class org.semanticweb.owlapi.model.parameters.Navigation
search for entities in sub position (for subclasses, subproperties axioms).
IN_SUPER_POSITION - Enum constant in enum class org.semanticweb.owlapi.model.parameters.Navigation
search for entities in super position (for subclasses, subproperties axioms).
IN_TEMPORAL_POSITION - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#inTemporalPosition.
IN_TIME_POSITION - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#inTimePosition.
IN_USE - Enum constant in enum class org.semanticweb.owlapi.vocab.Namespaces.Status
in use flag.
IN_XSD_DATE_TIME - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#inXSDDateTime.
IN_XSD_DATE_TIME_STAMP - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#inXSDDateTimeStamp.
IN_XSD_G_YEAR - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#inXSDgYear.
IN_XSD_G_YEAR_MONTH - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#inXSDgYearMonth.
INCLUDE_GRAPH - Enum constant in enum class org.semanticweb.owlapi.model.MissingOntologyHeaderStrategy
Include triples.
INCLUDED - Enum constant in enum class org.semanticweb.owlapi.model.parameters.Imports
Imports are included.
includedConstructs() - Method in enum class org.semanticweb.owlapi.util.Construct
 
incompatibleRoleFetures - Static variable in enum class org.semanticweb.owlapi.util.Construct
Constructs incompatible with each other - if one is found in an ontology, the other cannot be found.
InconsistentOntologyException - Exception in org.semanticweb.owlapi.reasoner
This type of exception is thrown by an OWLReasoner to indicate that the imports closure of the root ontology (returned by OWLReasoner.getRootOntology()) is inconsistent.
InconsistentOntologyException() - Constructor for exception org.semanticweb.owlapi.reasoner.InconsistentOntologyException
Default constructor.
InconsistentOntologyException(String) - Constructor for exception org.semanticweb.owlapi.reasoner.InconsistentOntologyException
 
InconsistentOntologyException(String, Throwable) - Constructor for exception org.semanticweb.owlapi.reasoner.InconsistentOntologyException
 
InconsistentOntologyException(Throwable) - Constructor for exception org.semanticweb.owlapi.reasoner.InconsistentOntologyException
 
INDENT_SIZE - Enum constant in enum class org.semanticweb.owlapi.model.parameters.ConfigurationOptions
Size of indentation between levels.
INDENTING - Enum constant in enum class org.semanticweb.owlapi.model.parameters.ConfigurationOptions
True if indenting should be used when writing out a file.
INDIVIDUAL_PROPERTY_ATOM - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLVocabulary
INDIVIDUAL_PROPERTY_ATOM.
IndividualAppearance - Interface in org.semanticweb.owlapi.util
An interface for checking if an anonymous individual is references multiple times as object of a statement.
IndividualAssertionProvider - Interface in org.semanticweb.owlapi.model.providers
Individual (sameAs and differentFrom) assertion provider.
IndividualNodeSetPolicy - Enum Class in org.semanticweb.owlapi.reasoner
The policy of how a reasoner will return NodeSets of individuals for queries that return node sets of named individuals such as OWLReasoner.getTypes(org.semanticweb.owlapi.model.OWLNamedIndividual, boolean) or OWLReasoner.getInstances(org.semanticweb.owlapi.model.OWLClassExpression, boolean) .
individuals() - Method in interface org.semanticweb.owlapi.model.OWLNaryIndividualAxiom
 
individuals() - Method in interface org.semanticweb.owlapi.model.OWLObjectOneOf
Gets the individuals that are in the oneOf.
individualsInSignature() - Method in interface org.semanticweb.owlapi.model.HasIndividualsInSignature
 
individualsInSignature(Imports) - Method in interface org.semanticweb.owlapi.model.OWLSignature
Gets the named individuals in the signature and optionally the imports closure.
InferenceDepth - Enum Class in org.semanticweb.owlapi.reasoner
An enumeration that denotes depth of inference: direct or indirect relations, e.g., all subclasses or only direct subclasses.
InferenceType - Enum Class in org.semanticweb.owlapi.reasoner
An enumeration that denotes various types of inference task.
InferredAxiomGenerator<A extends OWLAxiom> - Interface in org.semanticweb.owlapi.util
Given a reasoner, implementations of this interface generate axioms that represent inferred information.
InferredClassAssertionAxiomGenerator - Class in org.semanticweb.owlapi.util
Generates OWLClassAssertionsAxioms for inferred individual types.
InferredClassAssertionAxiomGenerator() - Constructor for class org.semanticweb.owlapi.util.InferredClassAssertionAxiomGenerator
 
InferredClassAxiomGenerator<A extends OWLClassAxiom> - Class in org.semanticweb.owlapi.util
 
InferredClassAxiomGenerator() - Constructor for class org.semanticweb.owlapi.util.InferredClassAxiomGenerator
 
InferredDataPropertyAxiomGenerator<A extends OWLDataPropertyAxiom> - Class in org.semanticweb.owlapi.util
 
InferredDataPropertyAxiomGenerator() - Constructor for class org.semanticweb.owlapi.util.InferredDataPropertyAxiomGenerator
 
InferredDataPropertyCharacteristicAxiomGenerator - Class in org.semanticweb.owlapi.util
Generates inferred data property characteristics.
InferredDataPropertyCharacteristicAxiomGenerator() - Constructor for class org.semanticweb.owlapi.util.InferredDataPropertyCharacteristicAxiomGenerator
 
InferredDisjointClassesAxiomGenerator - Class in org.semanticweb.owlapi.util
Generates inferred disjoint axioms - note that this currently uses a very simple inefficient algorithm.
InferredDisjointClassesAxiomGenerator() - Constructor for class org.semanticweb.owlapi.util.InferredDisjointClassesAxiomGenerator
 
InferredEntityAxiomGenerator<E extends OWLEntity,A extends OWLAxiom> - Class in org.semanticweb.owlapi.util
Generates axioms which relate to inferred information for a specific entity.
InferredEntityAxiomGenerator() - Constructor for class org.semanticweb.owlapi.util.InferredEntityAxiomGenerator
 
InferredEquivalentClassAxiomGenerator - Class in org.semanticweb.owlapi.util
Generates inferred equivalent classes axioms.
InferredEquivalentClassAxiomGenerator() - Constructor for class org.semanticweb.owlapi.util.InferredEquivalentClassAxiomGenerator
 
InferredEquivalentDataPropertiesAxiomGenerator - Class in org.semanticweb.owlapi.util
 
InferredEquivalentDataPropertiesAxiomGenerator() - Constructor for class org.semanticweb.owlapi.util.InferredEquivalentDataPropertiesAxiomGenerator
 
InferredEquivalentObjectPropertyAxiomGenerator - Class in org.semanticweb.owlapi.util
 
InferredEquivalentObjectPropertyAxiomGenerator() - Constructor for class org.semanticweb.owlapi.util.InferredEquivalentObjectPropertyAxiomGenerator
 
InferredIndividualAxiomGenerator<A extends OWLIndividualAxiom> - Class in org.semanticweb.owlapi.util
 
InferredIndividualAxiomGenerator() - Constructor for class org.semanticweb.owlapi.util.InferredIndividualAxiomGenerator
 
InferredInverseObjectPropertiesAxiomGenerator - Class in org.semanticweb.owlapi.util
 
InferredInverseObjectPropertiesAxiomGenerator() - Constructor for class org.semanticweb.owlapi.util.InferredInverseObjectPropertiesAxiomGenerator
 
InferredObjectPropertyAxiomGenerator<A extends OWLObjectPropertyAxiom> - Class in org.semanticweb.owlapi.util
 
InferredObjectPropertyAxiomGenerator() - Constructor for class org.semanticweb.owlapi.util.InferredObjectPropertyAxiomGenerator
 
InferredObjectPropertyCharacteristicAxiomGenerator - Class in org.semanticweb.owlapi.util
 
InferredObjectPropertyCharacteristicAxiomGenerator() - Constructor for class org.semanticweb.owlapi.util.InferredObjectPropertyCharacteristicAxiomGenerator
 
InferredOntologyGenerator - Class in org.semanticweb.owlapi.util
Generates an ontology based on inferred axioms which are essentially supplied by a reasoner.
InferredOntologyGenerator(OWLReasoner) - Constructor for class org.semanticweb.owlapi.util.InferredOntologyGenerator
 
InferredOntologyGenerator(OWLReasoner, List<InferredAxiomGenerator<? extends OWLAxiom>>) - Constructor for class org.semanticweb.owlapi.util.InferredOntologyGenerator
 
InferredPropertyAssertionGenerator - Class in org.semanticweb.owlapi.util
 
InferredPropertyAssertionGenerator() - Constructor for class org.semanticweb.owlapi.util.InferredPropertyAssertionGenerator
 
InferredSubClassAxiomGenerator - Class in org.semanticweb.owlapi.util
 
InferredSubClassAxiomGenerator() - Constructor for class org.semanticweb.owlapi.util.InferredSubClassAxiomGenerator
 
InferredSubDataPropertyAxiomGenerator - Class in org.semanticweb.owlapi.util
 
InferredSubDataPropertyAxiomGenerator() - Constructor for class org.semanticweb.owlapi.util.InferredSubDataPropertyAxiomGenerator
 
InferredSubObjectPropertyAxiomGenerator - Class in org.semanticweb.owlapi.util
 
InferredSubObjectPropertyAxiomGenerator() - Constructor for class org.semanticweb.owlapi.util.InferredSubObjectPropertyAxiomGenerator
 
INFLUENCE - Enum constant in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
http://www.w3.org/ns/prov#Influence.
INFLUENCED - Enum constant in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
http://www.w3.org/ns/prov#influenced.
INFLUENCER - Enum constant in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
http://www.w3.org/ns/prov#influencer.
initFactory() - Static method in class org.semanticweb.owlapi.util.SAXParsers
 
initHashCode() - Method in class org.semanticweb.owlapi.model.IRI
 
initHashCode() - Method in interface org.semanticweb.owlapi.model.OWLAnnotation
 
initHashCode() - Method in interface org.semanticweb.owlapi.model.OWLAnnotationAssertionAxiom
 
initHashCode() - Method in interface org.semanticweb.owlapi.model.OWLAnnotationPropertyDomainAxiom
 
initHashCode() - Method in interface org.semanticweb.owlapi.model.OWLAnnotationPropertyRangeAxiom
 
initHashCode() - Method in interface org.semanticweb.owlapi.model.OWLAnonymousIndividual
 
initHashCode() - Method in interface org.semanticweb.owlapi.model.OWLAsymmetricObjectPropertyAxiom
 
initHashCode() - Method in interface org.semanticweb.owlapi.model.OWLCardinalityRestriction
 
initHashCode() - Method in interface org.semanticweb.owlapi.model.OWLClassAssertionAxiom
 
initHashCode() - Method in interface org.semanticweb.owlapi.model.OWLDataComplementOf
 
initHashCode() - Method in interface org.semanticweb.owlapi.model.OWLDataOneOf
 
initHashCode() - Method in interface org.semanticweb.owlapi.model.OWLDatatypeDefinitionAxiom
 
initHashCode() - Method in interface org.semanticweb.owlapi.model.OWLDatatypeRestriction
 
initHashCode() - Method in interface org.semanticweb.owlapi.model.OWLDeclarationAxiom
 
initHashCode() - Method in interface org.semanticweb.owlapi.model.OWLDisjointUnionAxiom
 
initHashCode() - Method in interface org.semanticweb.owlapi.model.OWLFacetRestriction
 
initHashCode() - Method in interface org.semanticweb.owlapi.model.OWLHasKeyAxiom
 
initHashCode() - Method in interface org.semanticweb.owlapi.model.OWLHasValueRestriction
 
initHashCode() - Method in interface org.semanticweb.owlapi.model.OWLLiteral
 
initHashCode() - Method in interface org.semanticweb.owlapi.model.OWLLogicalEntity
Deprecated.
 
initHashCode() - Method in interface org.semanticweb.owlapi.model.OWLNaryBooleanClassExpression
 
initHashCode() - Method in interface org.semanticweb.owlapi.model.OWLNaryClassAxiom
 
initHashCode() - Method in interface org.semanticweb.owlapi.model.OWLNaryDataRange
 
initHashCode() - Method in interface org.semanticweb.owlapi.model.OWLNaryIndividualAxiom
 
initHashCode() - Method in interface org.semanticweb.owlapi.model.OWLNaryPropertyAxiom
 
initHashCode() - Method in interface org.semanticweb.owlapi.model.OWLObject
 
initHashCode() - Method in interface org.semanticweb.owlapi.model.OWLObjectComplementOf
 
initHashCode() - Method in interface org.semanticweb.owlapi.model.OWLObjectHasSelf
 
initHashCode() - Method in interface org.semanticweb.owlapi.model.OWLObjectInverseOf
 
initHashCode() - Method in interface org.semanticweb.owlapi.model.OWLObjectOneOf
 
initHashCode() - Method in interface org.semanticweb.owlapi.model.OWLOntology
 
initHashCode() - Method in interface org.semanticweb.owlapi.model.OWLPropertyAssertionAxiom
 
initHashCode() - Method in interface org.semanticweb.owlapi.model.OWLPropertyDomainAxiom
 
initHashCode() - Method in interface org.semanticweb.owlapi.model.OWLPropertyRangeAxiom
 
initHashCode() - Method in interface org.semanticweb.owlapi.model.OWLQuantifiedRestriction
 
initHashCode() - Method in interface org.semanticweb.owlapi.model.OWLSubAnnotationPropertyOfAxiom
 
initHashCode() - Method in interface org.semanticweb.owlapi.model.OWLSubClassOfAxiom
 
initHashCode() - Method in interface org.semanticweb.owlapi.model.OWLSubPropertyAxiom
 
initHashCode() - Method in interface org.semanticweb.owlapi.model.OWLSubPropertyChainOfAxiom
 
initHashCode() - Method in interface org.semanticweb.owlapi.model.OWLUnaryPropertyAxiom
 
initHashCode() - Method in interface org.semanticweb.owlapi.model.SWRLBinaryAtom
 
initHashCode() - Method in interface org.semanticweb.owlapi.model.SWRLBuiltInAtom
 
initHashCode() - Method in interface org.semanticweb.owlapi.model.SWRLClassAtom
 
initHashCode() - Method in interface org.semanticweb.owlapi.model.SWRLDataRangeAtom
 
initHashCode() - Method in interface org.semanticweb.owlapi.model.SWRLIndividualArgument
 
initHashCode() - Method in interface org.semanticweb.owlapi.model.SWRLLiteralArgument
 
initHashCode() - Method in interface org.semanticweb.owlapi.model.SWRLRule
 
initHashCode() - Method in interface org.semanticweb.owlapi.model.SWRLVariable
 
initParserWithOWLAPIStandards(DeclHandler, String) - Static method in class org.semanticweb.owlapi.util.SAXParsers
 
inject(T) - Method in class org.semanticweb.owlapi.utilities.Injector
 
Injector - Class in org.semanticweb.owlapi.utilities
Basic dependency injection utility, to replace the use of Guice and wrap calls to ServiceLoader.
Injector() - Constructor for class org.semanticweb.owlapi.utilities.Injector
Default constructor
Injector(Injector) - Constructor for class org.semanticweb.owlapi.utilities.Injector
 
Injector.Key - Class in org.semanticweb.owlapi.utilities
Key class for caches
inNamespace(String) - Method in enum class org.semanticweb.owlapi.vocab.Namespaces
 
inNamespace(IRI) - Method in enum class org.semanticweb.owlapi.vocab.Namespaces
 
INSCHEME - Enum constant in enum class org.semanticweb.owlapi.vocab.SKOSVocabulary
INSCHEME.
INSIDE - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#inside.
instances(Stream<OWLClassAssertionAxiom>) - Static method in class org.semanticweb.owlapi.search.Searcher
Retrieve individuals from class assertions.
instances(OWLClassExpression) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
 
instances(OWLClassExpression, boolean) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Gets the individuals which are instances of the specified class expression.
instances(OWLClassExpression, InferenceDepth) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
 
INSTANT - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#Instant.
INSTANTANEOUS_EVENT - Enum constant in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
http://www.w3.org/ns/prov#InstantaneousEvent.
instantiateFactory(String) - Static method in enum class org.semanticweb.owlapi.profiles.Profiles
 
InsufficientIndividuals - Class in org.semanticweb.owlapi.profiles.violations
 
InsufficientIndividuals(OWLOntology, OWLAxiom) - Constructor for class org.semanticweb.owlapi.profiles.violations.InsufficientIndividuals
 
InsufficientOperands - Class in org.semanticweb.owlapi.profiles.violations
 
InsufficientOperands(OWLOntology, OWLAxiom, OWLObject) - Constructor for class org.semanticweb.owlapi.profiles.violations.InsufficientOperands
 
InsufficientPropertyExpressions - Class in org.semanticweb.owlapi.profiles.violations
 
InsufficientPropertyExpressions(OWLOntology, OWLAxiom) - Constructor for class org.semanticweb.owlapi.profiles.violations.InsufficientPropertyExpressions
 
INT - Enum constant in enum class org.semanticweb.owlapi.vocab.XSDVocabulary
INT.
INTEGER - Enum constant in enum class org.semanticweb.owlapi.vocab.XSDVocabulary
INTEGER.
INTEGER_DIVIDE - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
INTEGER_DIVIDE.
interrupt() - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Asks the reasoner to interrupt what it is currently doing.
interrupt() - Method in interface org.semanticweb.owlapi.util.Monitorable
Interrupts the long running task (if possible).
IntersectionProvider - Interface in org.semanticweb.owlapi.model.providers
Object and datatype intersection provider.
INTERVAL - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#Interval.
INTERVAL_AFTER - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#intervalAfter.
INTERVAL_CONTAINS - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#intervalContains.
INTERVAL_DISJOINT - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#intervalDisjoint.
INTERVAL_DURING - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#intervalDuring.
INTERVAL_EQUALS - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#intervalEquals.
INTERVAL_FINISHED_BY - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#intervalFinishedBy.
INTERVAL_FINISHES - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#intervalFinishes.
INTERVAL_IN - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#intervalIn.
INTERVAL_MEETS - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#intervalMeets.
INTERVAL_MET_BY - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#intervalMetBy.
INTERVAL_OVERLAP - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#intervalOverlaps.
INTERVAL_OVERLAPPED_BY - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#intervalOverlappedBy.
INTERVAL_STARTED_BY - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#intervalStartedBy.
INTERVAL_STARTS - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#intervalStarts.
INVALIDATED - Enum constant in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
http://www.w3.org/ns/prov#invalidated.
INVALIDATED_AT_TIME - Enum constant in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
http://www.w3.org/ns/prov#invalidatedAtTime.
INVALIDATION - Enum constant in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
http://www.w3.org/ns/prov#Invalidation.
inverse(Stream<OWLInverseObjectPropertiesAxiom>, OWLObjectPropertyExpression) - Static method in class org.semanticweb.owlapi.search.Searcher
Retrieve inverses from a collection of inverse axioms.
INVERSE_FUNCTIONAL_OBJECT_PROPERTY - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
INVERSE_FUNCTIONAL_OBJECT_PROPERTY.
INVERSE_FUNCTIONAL_OBJECT_PROPERTY - Static variable in class org.semanticweb.owlapi.model.AxiomType
InverseFunctionalObjectProperty.
INVERSE_OBJECT_PROPERTIES - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
INVERSE_OBJECT_PROPERTIES.
INVERSE_OBJECT_PROPERTIES - Static variable in class org.semanticweb.owlapi.model.AxiomType
InverseObjectProperties.
InverseAxiomProvider - Interface in org.semanticweb.owlapi.model.axiomproviders
Inverse axiom provider interface.
inverseFunctionalObjectPropertyAxioms(OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets the OWLInverseFunctionalObjectPropertyAxiom objects contained in this ontology that make the specified object property inverse functional.
inverseObjectProperties(OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Gets the set of simplified object property expressions that are the inverses of the specified object property expression with respect to the imports closure of the root ontology.
inverseObjectPropertyAxioms(OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets the OWLInverseObjectPropertiesAxiom objects where the specified property is contained in the stream returned by OWLNaryPropertyAxiom.properties() .
InverseProvider - Interface in org.semanticweb.owlapi.model.providers
Inverse object provider.
IRI - Class in org.semanticweb.owlapi.model
Represents International Resource Identifiers.
IRI - Enum constant in enum class org.semanticweb.owlapi.model.PrimitiveType
IRI.
IRI_ATTRIBUTE - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
IRI_ATTRIBUTE.
IRI_ELEMENT - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
IRI_ELEMENT.
IRIComparator - Class in org.semanticweb.owlapi.util
A ShortFormProvider based comparator for IRIs.
IRIComparator(IRIShortFormProvider) - Constructor for class org.semanticweb.owlapi.util.IRIComparator
 
IRIDocumentSource - Class in org.semanticweb.owlapi.io
 
IRIDocumentSource(IRI) - Constructor for class org.semanticweb.owlapi.io.IRIDocumentSource
 
IRIDocumentSource(IRI, OWLDocumentFormat, String) - Constructor for class org.semanticweb.owlapi.io.IRIDocumentSource
 
iriMappings() - Method in class org.semanticweb.owlapi.util.ZipIRIMapper
 
IRIShortFormProvider - Interface in org.semanticweb.owlapi.util
A short form provider that produces short forms for URIs.
iriValue() - Method in interface org.semanticweb.owlapi.model.HasAnnotationValue
 
iriWithTerminatingHash(String) - Static method in class org.semanticweb.owlapi.io.XMLUtils
 
IRREFLEXIVE_OBJECT_PROPERTY - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
IRREFLEXIVE_OBJECT_PROPERTY.
IRREFLEXIVE_OBJECT_PROPERTY - Static variable in class org.semanticweb.owlapi.model.AxiomType
IrreflexiveObjectProperty.
irreflexiveObjectPropertyAxioms(OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets the OWLIrreflexiveObjectPropertyAxiom objects contained in this ontology that make the specified object property irreflexive.
isAbsolute() - Method in class org.semanticweb.owlapi.model.IRI
Determines if this IRI is absolute.
isAcceptingHTTPCompression() - Method in class org.semanticweb.owlapi.model.OWLOntologyLoaderConfiguration
 
isAddAxiom() - Method in class org.semanticweb.owlapi.model.AddAxiom
 
isAddAxiom() - Method in class org.semanticweb.owlapi.model.OWLOntologyChange
Determines if the change will add an axiom to an ontology.
isAddMissingTypes() - Method in interface org.semanticweb.owlapi.model.OWLDocumentFormat
Determines if untyped entities should automatically be typed (declared) during rendering.
isAddMissingTypes() - Method in class org.semanticweb.owlapi.model.OWLDocumentFormatImpl
 
isAnnotated() - Method in interface org.semanticweb.owlapi.model.OWLAxiom
Determines if this axiom has any annotations on it
isAnnotationAxiom() - Method in interface org.semanticweb.owlapi.model.OWLAnnotationAxiom
 
isAnnotationAxiom() - Method in interface org.semanticweb.owlapi.model.OWLAxiom
Determines if this axioms in an annotation axiom (an instance of OWLAnnotationAxiom)
isAnonymous() - Method in class org.semanticweb.owlapi.io.RDFNode
Determines if this node is a resource and is anonymous.
isAnonymous() - Method in class org.semanticweb.owlapi.io.RDFResourceBlankNode
 
isAnonymous() - Method in interface org.semanticweb.owlapi.model.IsAnonymous
 
isAnonymous() - Method in interface org.semanticweb.owlapi.model.OWLEntity
 
isAnonymous() - Method in class org.semanticweb.owlapi.model.OWLOntologyID
Determines if this ID names an ontology or whether it is an ID for an ontology without an IRI.
IsAnonymous - Interface in org.semanticweb.owlapi.model
Anonymous or named object interface.
isAnonymousExpression() - Method in interface org.semanticweb.owlapi.model.OWLObject
 
isAnonymousNode(String) - Method in interface org.semanticweb.owlapi.util.AnonymousNodeChecker
 
isAnonymousNode(String) - Method in class org.semanticweb.owlapi.util.AnonymousNodeCheckerImpl
 
isAnonymousNode(IRI) - Method in interface org.semanticweb.owlapi.util.AnonymousNodeChecker
 
isAnonymousNode(IRI) - Method in class org.semanticweb.owlapi.util.AnonymousNodeCheckerImpl
 
isAnonymousNodeID(String) - Static method in class org.semanticweb.owlapi.model.NodeID
 
isAnonymousNodeIRI(String) - Static method in class org.semanticweb.owlapi.model.NodeID
Tests whether supplied IRI was generated by this parser in order to label an anonymous node.
isAnonymousNodeIRI(IRI) - Static method in class org.semanticweb.owlapi.model.NodeID
Tests whether supplied IRI was generated by this parser in order to label an anonymous node.
isAnonymousSharedNode(String) - Method in interface org.semanticweb.owlapi.util.AnonymousNodeChecker
 
isAnonymousSharedNode(String) - Method in class org.semanticweb.owlapi.util.AnonymousNodeCheckerImpl
 
isAsymmetric(OWLObjectPropertyExpression, Stream<OWLOntology>) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Checks if e is declared asymmetric in a collection of ontologies.
isAsymmetric(OWLObjectPropertyExpression, OWLOntology) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Checks if e is declared asymmetric in the ontology.
isAxiom() - Method in class org.semanticweb.owlapi.io.RDFNode
Determines if this node is an axiom.
isAxiom() - Method in class org.semanticweb.owlapi.io.RDFResourceBlankNode
 
isAxiom() - Method in interface org.semanticweb.owlapi.model.OWLAxiom
 
isAxiom() - Method in interface org.semanticweb.owlapi.model.OWLObject
 
isAxiom() - Method in interface org.semanticweb.owlapi.model.OWLOntology
 
isAxiomChange() - Method in class org.semanticweb.owlapi.model.OWLAxiomChange
 
isAxiomChange() - Method in class org.semanticweb.owlapi.model.OWLOntologyChange
Determines if the change will cause the addition or removal of an axiom from an ontology.
isAxiomChange(AxiomType<?>) - Method in class org.semanticweb.owlapi.model.OWLOntologyChange
 
isAxiomType(String) - Static method in class org.semanticweb.owlapi.model.AxiomType
Determines if there is an axiom type with the specified name.
isBoolean() - Method in interface org.semanticweb.owlapi.model.OWLDatatype
Determines if this datatype has the IRI xsd:boolean.
isBoolean() - Method in interface org.semanticweb.owlapi.model.OWLLiteral
Determines if this literal is typed with a datatype that has an IRI that is "http://www.w3.org/2001/XMLSchema#"boolean.
isBottomEntity() - Method in interface org.semanticweb.owlapi.model.OWLClass
 
isBottomEntity() - Method in interface org.semanticweb.owlapi.model.OWLDataProperty
 
isBottomEntity() - Method in interface org.semanticweb.owlapi.model.OWLObject
Determines if this object is either, owl:Nothing (the bottom class), owl:bottomObjectProperty (the bottom object property) , owl:bottomDataProperty (the bottom data property).
isBottomEntity() - Method in interface org.semanticweb.owlapi.model.OWLObjectProperty
 
isBottomNode() - Method in interface org.semanticweb.owlapi.reasoner.Node
Determines if this node represents the bottom node (in a hierarchy).
isBottomSingleton() - Method in interface org.semanticweb.owlapi.reasoner.NodeSet
Determines if this NodeSet is a singleton that only contains the bottom node (in a hierarchy).
isBuiltIn() - Method in interface org.semanticweb.owlapi.model.OWLEntity
Determines if this entity is a built in entity.
isBuiltIn() - Method in interface org.semanticweb.owlapi.model.OWLNamedIndividual
 
isBuiltIn() - Method in enum class org.semanticweb.owlapi.vocab.Namespaces
 
isBuiltIn(IRI) - Static method in enum class org.semanticweb.owlapi.vocab.OWL2Datatype
Determines if the specified IRI identifies a built in datatype.
isBuiltinAnnotationProperty() - Method in class org.semanticweb.owlapi.model.IRI
Built in annotation properties do not need declarations.
isCancelled() - Method in interface org.semanticweb.owlapi.util.ProgressMonitor
 
isClassExpressionLiteral() - Method in interface org.semanticweb.owlapi.model.OWLClass
 
isClassExpressionLiteral() - Method in interface org.semanticweb.owlapi.model.OWLClassExpression
Determines if this class is a literal.
isComment() - Method in interface org.semanticweb.owlapi.model.OWLAnnotationProperty
Determines if this annotation property has an IRI corresponding to rdfs:comment.
isComposite(OWLObjectPropertyExpression) - Method in class org.semanticweb.owlapi.util.OWLObjectPropertyManager
An object property expression PE is composite in Ax if Ax contains an axiom of the form SubObjectPropertyOf(SubObjectPropertyChain(PE1 ...
isConsistent() - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Determines if the set of reasoner axioms is consistent.
isCoreBuiltIn() - Method in interface org.semanticweb.owlapi.model.SWRLBuiltInAtom
Determines if the predicate of this atom is is a core builtin.
isDataPropertyExpression() - Method in interface org.semanticweb.owlapi.model.OWLDataProperty
 
isDataPropertyExpression() - Method in interface org.semanticweb.owlapi.model.OWLPropertyExpression
 
isDataRestriction() - Method in interface org.semanticweb.owlapi.model.OWLDataRestriction
 
isDataRestriction() - Method in interface org.semanticweb.owlapi.model.OWLRestriction
Determines if this is a data restriction.
isDeclared(OWLEntity) - Method in interface org.semanticweb.owlapi.model.OWLOntology
Determines if this ontology declares an entity i.e.
isDeclared(OWLEntity, Imports) - Method in interface org.semanticweb.owlapi.model.OWLOntology
Determines if this ontology or its imports closure declares an entity i.e.
isDefaultIgnoredImport(String) - Static method in enum class org.semanticweb.owlapi.vocab.Namespaces
 
isDefaultIgnoredImport(IRI) - Static method in enum class org.semanticweb.owlapi.vocab.Namespaces
 
isDefined(OWLClass, Stream<OWLOntology>) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Checks if c is defined (is included in equivalent axioms) in a collection of ontologies.
isDefined(OWLClass, OWLOntology) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Checks if c is defined (is included in equivalent axioms) in the ontology.
isDeprecated() - Method in interface org.semanticweb.owlapi.model.OWLAnnotationProperty
Determines if this annotation property has an IRI corresponding to owl:deprecated.
isDeprecatedIRIAnnotation() - Method in interface org.semanticweb.owlapi.model.OWLAnnotation
Determines if this annotation is an annotation used to deprecate an IRI.
isDeprecatedIRIAssertion() - Method in interface org.semanticweb.owlapi.model.OWLAnnotationAssertionAxiom
Determines if this annotation assertion deprecates the IRI that is the subject of the annotation.
isDirectOnly() - Method in enum class org.semanticweb.owlapi.reasoner.InferenceDepth
 
isDouble() - Method in interface org.semanticweb.owlapi.model.OWLDatatype
Determines if this datatype has the IRI xsd:double.
isDouble() - Method in interface org.semanticweb.owlapi.model.OWLLiteral
Determines if this literal is typed with a datatype that has an IRI that is "http://www.w3.org/2001/XMLSchema#"double.
isEmpty() - Method in interface org.semanticweb.owlapi.model.OWLOntology
Determines if this ontology is empty - an ontology is empty if it does not contain any axioms (i.e.
isEmpty() - Method in interface org.semanticweb.owlapi.reasoner.NodeSet
 
isEmpty() - Method in class org.semanticweb.owlapi.util.CollectionFactory.ConditionalCopySet
 
isEmpty() - Method in class org.semanticweb.owlapi.util.PriorityCollection
 
isEmpty(CharSequence) - Static method in class org.semanticweb.owlapi.io.XMLUtils
 
isEncodingOfTransitiveProperty() - Method in interface org.semanticweb.owlapi.model.OWLSubPropertyChainOfAxiom
Determines if this axiom is of the form: P o P -> P, which is an encoding of Transitive(P).
isEntailed(Set<? extends OWLAxiom>) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Determines if the specified set of axioms is entailed by the reasoner axioms.
isEntailed(Stream<? extends OWLAxiom>) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
 
isEntailed(OWLAxiom) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
A convenience method that determines if the specified axiom is entailed by the set of reasoner axioms.
isEntailed(OWLAxiom...) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
 
isEntailmentCheckingSupported(AxiomType<?>) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Determines if entailment checking for the specified axiom type is supported.
isFinite() - Method in enum class org.semanticweb.owlapi.vocab.OWL2Datatype
Determines whether or not this datatype is finite.
isFirstClassExpressionInPath(OWLClassExpression) - Method in class org.semanticweb.owlapi.util.OWLObjectWalker
Determines if a particular class expression is the first (or root) class expression in the current class expression path.
isFloat() - Method in interface org.semanticweb.owlapi.model.OWLDatatype
Determines if this datatype has the IRI xsd:float.
isFloat() - Method in interface org.semanticweb.owlapi.model.OWLLiteral
Determines if this literal is typed with a datatype that has an IRI that is "http://www.w3.org/2001/XMLSchema#"float.
isFollowRedirects() - Method in class org.semanticweb.owlapi.model.OWLOntologyLoaderConfiguration
When loading an ontology, a parser might connect to a remote URL.
isFunctional(OWLDataProperty, Stream<OWLOntology>) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Checks if e is declared functional in a collection of ontologies.
isFunctional(OWLDataProperty, OWLOntology) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Checks if e is declared functional in the ontology.
isFunctional(OWLObjectPropertyExpression, Stream<OWLOntology>) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Checks if e is declared functional in a collection of ontologies.
isFunctional(OWLObjectPropertyExpression, OWLOntology) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Checks if e is declared functional in the ontology.
isGCI() - Method in interface org.semanticweb.owlapi.model.OWLSubClassOfAxiom
Determines if this subclass axiom has a subclass that is anonymous.
isIgnoredImport(IRI) - Method in class org.semanticweb.owlapi.model.OWLOntologyLoaderConfiguration
 
isImportChange() - Method in class org.semanticweb.owlapi.model.ImportChange
 
isImportChange() - Method in class org.semanticweb.owlapi.model.OWLOntologyChange
Determines if this change is an import change and hence causes a change to the imports closure of an ontology.
isImported() - Method in class org.semanticweb.owlapi.model.OWLOntologyLoaderListener.LoadingEvent
Determines if the ontology was loaded because of an imports statement.
isIndenting() - Method in class org.semanticweb.owlapi.model.OWLOntologyWriterConfiguration
 
isIndividual() - Method in class org.semanticweb.owlapi.io.RDFNode
 
isIndividual() - Method in class org.semanticweb.owlapi.io.RDFResourceBlankNode
 
isIndividual() - Method in interface org.semanticweb.owlapi.model.OWLAxiom
 
isIndividual() - Method in interface org.semanticweb.owlapi.model.OWLIndividual
 
isIndividual() - Method in interface org.semanticweb.owlapi.model.OWLObject
 
isIndividual() - Method in interface org.semanticweb.owlapi.model.OWLOntology
 
isInLexicalSpace(String) - Method in enum class org.semanticweb.owlapi.vocab.OWL2Datatype
Determines if the specified string is the lexical space of this datatype.
isInProfile() - Method in class org.semanticweb.owlapi.profiles.OWLProfileReport
 
isInSimplifiedForm() - Method in interface org.semanticweb.owlapi.model.OWLObjectPropertyAssertionAxiom
Determines if this axiom is in a simplified form, i.e.
isInteger() - Method in interface org.semanticweb.owlapi.model.OWLDatatype
Determines if this datatype has the IRI xsd:integer.
isInteger() - Method in interface org.semanticweb.owlapi.model.OWLLiteral
Determines if this literal is typed with a datatype that has an IRI that is "http://www.w3.org/2001/XMLSchema#"integer.
isInUse() - Method in enum class org.semanticweb.owlapi.vocab.Namespaces
 
isInverseFunctional(OWLObjectPropertyExpression, Stream<OWLOntology>) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Checks if e is declared inverse functional in a collection of ontologies.
isInverseFunctional(OWLObjectPropertyExpression, OWLOntology) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Checks if e is declared inverse functional in the ontology.
isIRI() - Method in class org.semanticweb.owlapi.model.IRI
 
isIRI() - Method in interface org.semanticweb.owlapi.model.OWLObject
 
isIrreflexive(OWLObjectPropertyExpression, Stream<OWLOntology>) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Checks if e is declared irreflexive in a collection of ontologies.
isIrreflexive(OWLObjectPropertyExpression, OWLOntology) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Checks if e is declared irreflexive in the ontology.
isLabel() - Method in interface org.semanticweb.owlapi.model.OWLAnnotationProperty
Determines if this annotation property has an IRI corresponding to rdfs:label.
isLabelsAsBanner() - Method in class org.semanticweb.owlapi.model.OWLOntologyWriterConfiguration
 
isLessThan(OWLObjectPropertyExpression, OWLObjectPropertyExpression) - Method in class org.semanticweb.owlapi.util.OWLObjectPropertyManager
 
isLiteral() - Method in class org.semanticweb.owlapi.io.RDFLiteral
 
isLiteral() - Method in class org.semanticweb.owlapi.io.RDFNode
Determines if this node is a literal node.
isLiteral() - Method in class org.semanticweb.owlapi.io.RDFResourceBlankNode
 
isLiteral() - Method in interface org.semanticweb.owlapi.model.OWLAnnotationValue
 
isLiteral() - Method in interface org.semanticweb.owlapi.model.OWLLiteral
 
isLoadAnnotationAxioms() - Method in class org.semanticweb.owlapi.model.OWLOntologyLoaderConfiguration
Determines whether or not annotation axioms (instances of OWLAnnotationAxiom) should be loaded.
isLogical() - Method in class org.semanticweb.owlapi.model.AxiomType
Determines if this axiom type is a logical axiom type.
isLogicalAxiom() - Method in interface org.semanticweb.owlapi.model.OWLAxiom
Determines if this axiom is a logical axiom.
isLogicalAxiom() - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiom
 
isMissingType(OWLEntity, OWLOntology) - Static method in interface org.semanticweb.owlapi.model.OWLDocumentFormat
Determines if a declaration axiom (type triple) needs to be added to the specified ontology for the given entity.
isNamed() - Method in interface org.semanticweb.owlapi.model.IsAnonymous
 
isNamedConjunct(OWLClass, OWLClassExpression) - Method in class org.semanticweb.owlapi.util.NamedConjunctChecker
 
isNCName(CharSequence) - Static method in class org.semanticweb.owlapi.io.XMLUtils
Determines if a character sequence is an NCName (Non-Colonised Name).
isNCNameChar(int) - Static method in class org.semanticweb.owlapi.io.XMLUtils
Determines if a character is an NCName (Non-Colonised Name) character.
isNCNameStartChar(int) - Static method in class org.semanticweb.owlapi.io.XMLUtils
Determines if a character is an NCName (Non-Colonised Name) start character.
isNonSimple(OWLObjectPropertyExpression) - Method in class org.semanticweb.owlapi.util.OWLObjectPropertyManager
The relation ->* is the reflexive-transitive closure of ->.
isNonSyntacticOWL2Axiom() - Method in class org.semanticweb.owlapi.model.AxiomType
Some OWL 2 axioms, for example, OWLNegativeDataPropertyAssertionAxiom axioms are structurally OWL 2 axioms, but can be represented using OWL 1 syntax.
isNothing() - Method in class org.semanticweb.owlapi.model.IRI
Determines if this IRI is equal to the IRI that owl:Nothing is named with.
isNullOrEmpty(CharSequence) - Static method in class org.semanticweb.owlapi.io.XMLUtils
Determines if a character sequence is null or empty.
isNumeric() - Method in enum class org.semanticweb.owlapi.vocab.OWL2Datatype
Determines if this datatype is a numeric datatype.
isObjectPropertyExpression() - Method in interface org.semanticweb.owlapi.model.OWLObjectPropertyExpression
 
isObjectPropertyExpression() - Method in interface org.semanticweb.owlapi.model.OWLPropertyExpression
 
isObjectRestriction() - Method in interface org.semanticweb.owlapi.model.OWLObjectRestriction
 
isObjectRestriction() - Method in interface org.semanticweb.owlapi.model.OWLRestriction
Determines if this is an object restriction.
isOfType(Collection<AxiomType<?>>) - Method in interface org.semanticweb.owlapi.model.OWLAxiom
Determines if this axiom is one of the specified types
isOfType(Stream<AxiomType<?>>) - Method in interface org.semanticweb.owlapi.model.OWLAxiom
Determines if this axiom is one of the specified types
isOfType(AxiomType<?>...) - Method in interface org.semanticweb.owlapi.model.OWLAxiom
Determines if this axiom is one of the specified types
isOntology() - Method in interface org.semanticweb.owlapi.model.OWLObject
 
isOntology() - Method in interface org.semanticweb.owlapi.model.OWLOntology
 
isOWL2Axiom() - Method in class org.semanticweb.owlapi.model.AxiomType
Determines if this axiom is structurally an OWL 2 axiom.
isOWL2DLOntologyID() - Method in class org.semanticweb.owlapi.model.OWLOntologyID
Determines if this is a valid OWL 2 DL ontology ID.
isOWLAnnotationProperty() - Method in interface org.semanticweb.owlapi.model.AsOWLAnnotationProperty
A convenience method that determines if this entity is an OWLAnnotationProperty.
isOWLAnnotationProperty() - Method in interface org.semanticweb.owlapi.model.OWLAnnotationProperty
 
isOWLBottomDataProperty() - Method in interface org.semanticweb.owlapi.model.OWLDataProperty
 
isOWLBottomDataProperty() - Method in interface org.semanticweb.owlapi.model.OWLPropertyExpression
Determines if this is the owl:bottomDataProperty.
isOWLBottomObjectProperty() - Method in interface org.semanticweb.owlapi.model.OWLObjectProperty
 
isOWLBottomObjectProperty() - Method in interface org.semanticweb.owlapi.model.OWLPropertyExpression
Determines if this is the owl:bottomObjectProperty.
isOWLClass() - Method in interface org.semanticweb.owlapi.model.AsOWLClass
A convenience method that determines if this entity is an OWLClass.
isOWLClass() - Method in interface org.semanticweb.owlapi.model.OWLClass
 
isOWLDataProperty() - Method in interface org.semanticweb.owlapi.model.AsOWLDataProperty
A convenience method that determines if this entity is an OWLDataProperty.
isOWLDataProperty() - Method in interface org.semanticweb.owlapi.model.OWLDataProperty
 
isOWLDatatype() - Method in interface org.semanticweb.owlapi.model.AsOWLDatatype
A convenience method that determines if this entity is an OWLDatatype.
isOWLNamedIndividual() - Method in interface org.semanticweb.owlapi.model.AsOWLNamedIndividual
A convenience method that determines if this entity is an OWLNamedIndividual.
isOWLNamedIndividual() - Method in interface org.semanticweb.owlapi.model.OWLNamedIndividual
 
isOWLNothing() - Method in interface org.semanticweb.owlapi.model.OWLClassExpression
Determines if this expression is the built in class owl:Nothing.
isOWLObjectProperty() - Method in interface org.semanticweb.owlapi.model.AsOWLObjectProperty
A convenience method that determines if this entity is an OWLObjectProperty.
isOWLObjectProperty() - Method in interface org.semanticweb.owlapi.model.OWLObjectProperty
 
isOWLThing() - Method in interface org.semanticweb.owlapi.model.OWLClassExpression
Determines if this expression is the built in class owl:Thing.
isOWLTopDataProperty() - Method in interface org.semanticweb.owlapi.model.OWLDataProperty
 
isOWLTopDataProperty() - Method in interface org.semanticweb.owlapi.model.OWLPropertyExpression
Determines if this is the owl:topDataProperty.
isOWLTopObjectProperty() - Method in interface org.semanticweb.owlapi.model.OWLObjectProperty
 
isOWLTopObjectProperty() - Method in interface org.semanticweb.owlapi.model.OWLPropertyExpression
Determines if this is the owl:topObjectProperty.
isPlainLiteral() - Method in class org.semanticweb.owlapi.io.RDFLiteral
 
isPlainLiteral() - Method in class org.semanticweb.owlapi.model.IRI
Determines if this IRI is equal to the IRI that is named rdf:PlainLiteral.
isPrecomputed(InferenceType) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Determines if a specific set of inferences have been precomputed.
isPrefixOWLDocumentFormat() - Method in class org.semanticweb.owlapi.formats.PrefixDocumentFormatImpl
 
isPrefixOWLDocumentFormat() - Method in interface org.semanticweb.owlapi.model.OWLDocumentFormat
Determines if this format is an instance of a format that uses prefixes to shorted IRIs.
isQName(CharSequence) - Static method in class org.semanticweb.owlapi.io.XMLUtils
Determines if a character sequence is a QName.
isQName(CharSequence, int) - Static method in class org.semanticweb.owlapi.io.XMLUtils
Determines if a character sequence is a QName.
isQualified() - Method in interface org.semanticweb.owlapi.model.OWLCardinalityRestriction
Determines if this restriction is qualified.
isRDFPlainLiteral() - Method in interface org.semanticweb.owlapi.model.OWLDatatype
Determines if this datatype has the IRI rdf:PlainLiteral.
isRDFPlainLiteral() - Method in interface org.semanticweb.owlapi.model.OWLLiteral
Determines if the datatype of this literal is rdf:PlainLiteral.
isReflexive(OWLObjectPropertyExpression, Stream<OWLOntology>) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Checks if e is declared reflexive in a collection of ontologies.
isReflexive(OWLObjectPropertyExpression, OWLOntology) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Checks if e is declared reflexive in the ontology.
isRemoveAxiom() - Method in class org.semanticweb.owlapi.model.OWLOntologyChange
Determines if the change will remove an axiom from an ontology.
isReportStackTrace() - Method in class org.semanticweb.owlapi.model.OWLOntologyLoaderConfiguration
 
isReservedVocabulary() - Method in class org.semanticweb.owlapi.model.IRI
Determines if this IRI is in the reserved vocabulary.
isRootClass(OWLClass) - Method in interface org.semanticweb.owlapi.util.RootClassChecker
Determines if the specified class is a direct syntactic subclass of owl:Thing.
isRootClass(OWLClass) - Method in class org.semanticweb.owlapi.util.SimpleRootClassChecker
 
isSatisfiable(OWLClassExpression) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
A convenience method that determines if the specified class expression is satisfiable with respect to the reasoner axioms.
isSingleton() - Method in interface org.semanticweb.owlapi.reasoner.Node
Determines if this Node contains just one entity.
isSingleton() - Method in interface org.semanticweb.owlapi.reasoner.NodeSet
Determines if this NodeSet is a singleton.
isStrict() - Method in class org.semanticweb.owlapi.model.OWLOntologyLoaderConfiguration
 
isString() - Method in interface org.semanticweb.owlapi.model.OWLDatatype
Determines if this datatype has the IRI xsd:string.
isSubjectSameAsObject() - Method in class org.semanticweb.owlapi.io.RDFTriple
 
isSubLanguageOf(Languages) - Method in enum class org.semanticweb.owlapi.util.Languages
 
isSubPropertyOf(OWLObjectPropertyExpression, OWLObjectPropertyExpression) - Method in class org.semanticweb.owlapi.util.OWLObjectPropertyManager
Tests to see if one property is a sub property of another property in the reflexive transitive closure of the property hierarchy.
isSuccessful() - Method in class org.semanticweb.owlapi.model.OWLOntologyLoaderListener.LoadingFinishedEvent
Determines if the ontology was successfully loaded.
isSymmetric(OWLObjectPropertyExpression, Stream<OWLOntology>) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Checks if e is declared symmetric in a collection of ontologies.
isSymmetric(OWLObjectPropertyExpression, OWLOntology) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Checks if e is declared symmetric in the ontology.
isTextual() - Method in interface org.semanticweb.owlapi.model.OWLDocumentFormat
Determines whether this format contains textual output, as opposed to binary output.
isTextual() - Method in interface org.semanticweb.owlapi.model.OWLDocumentFormatFactory
Returns true if this format can be represented using textual characters.
isTextual() - Method in class org.semanticweb.owlapi.model.OWLDocumentFormatImpl
 
isTextual() - Method in class org.semanticweb.owlapi.util.OWLDocumentFormatFactoryImpl
 
isThing() - Method in class org.semanticweb.owlapi.model.IRI
Determines if this IRI is equal to the IRI that owl:Thing is named with.
isTopDatatype() - Method in interface org.semanticweb.owlapi.model.OWLDataRange
Determines if this data range is the top data type.
isTopEntity() - Method in interface org.semanticweb.owlapi.model.OWLClass
 
isTopEntity() - Method in interface org.semanticweb.owlapi.model.OWLDataProperty
 
isTopEntity() - Method in interface org.semanticweb.owlapi.model.OWLObject
Determines if this object is either, owl:Thing (the top class), owl:topObjectProperty (the top object property) , owl:topDataProperty (the top data property) or rdfs:Literal (the top datatype).
isTopEntity() - Method in interface org.semanticweb.owlapi.model.OWLObjectProperty
 
isTopNode() - Method in interface org.semanticweb.owlapi.reasoner.Node
Determines if this node represents the top node (in a hierarchy).
isTopSingleton() - Method in interface org.semanticweb.owlapi.reasoner.NodeSet
Determines if this NodeSet is a singleton node that only contains the top node (in a hierarchy).
isTransitive(OWLObjectPropertyExpression, Stream<OWLOntology>) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Checks if e is declared transitive in a collection of ontologies.
isTransitive(OWLObjectPropertyExpression, OWLOntology) - Static method in class org.semanticweb.owlapi.search.EntitySearcher
Checks if e is declared transitive in the ontology.
isTreatDublinCoreAsBuiltIn() - Method in class org.semanticweb.owlapi.model.OWLOntologyLoaderConfiguration
Determines if the various parsers, for formats such as RDF based formats that do not require strong typing, should treat Dublin Core Vocabulary as built in vocabulary, so that Dublin Core metadata properties are interpreted as annotation properties.
isType(EntityType<?>) - Method in interface org.semanticweb.owlapi.model.OWLEntity
Tests to see if this entity is of the specified type.
isUseNamespaceEntities() - Method in class org.semanticweb.owlapi.model.OWLOntologyWriterConfiguration
 
isUsingDefaultShortFormProvider() - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
isUsingDefaultShortFormProvider() - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
isWithin(Languages) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
 
isXMLNameChar(int) - Static method in class org.semanticweb.owlapi.io.XMLUtils
Determines if a character is an XML name character.
isXMLNameStartCharacter(int) - Static method in class org.semanticweb.owlapi.io.XMLUtils
Determines if a character is an XML name start character.
iterator() - Method in class org.semanticweb.owlapi.util.CollectionFactory.ConditionalCopySet
 
iterator() - Method in class org.semanticweb.owlapi.util.PriorityCollection
 
iterator() - Method in class org.semanticweb.owlapi.util.SmallSet
 

J

j - Variable in class org.semanticweb.owlapi.util.OWLAPIStreamUtils.Pair
Second element.
JANUARY - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#January.
JFact - Static variable in enum class org.semanticweb.owlapi.profiles.Profiles
 

K

Key() - Constructor for class org.semanticweb.owlapi.utilities.Injector.Key
 
KRSS2DocumentFormat - Class in org.semanticweb.owlapi.formats
 
KRSS2DocumentFormat() - Constructor for class org.semanticweb.owlapi.formats.KRSS2DocumentFormat
 
KRSS2DocumentFormatFactory - Class in org.semanticweb.owlapi.formats
 
KRSS2DocumentFormatFactory() - Constructor for class org.semanticweb.owlapi.formats.KRSS2DocumentFormatFactory
 
KRSSDocumentFormat - Class in org.semanticweb.owlapi.formats
 
KRSSDocumentFormat() - Constructor for class org.semanticweb.owlapi.formats.KRSSDocumentFormat
 
KRSSDocumentFormatFactory - Class in org.semanticweb.owlapi.formats
 
KRSSDocumentFormatFactory() - Constructor for class org.semanticweb.owlapi.formats.KRSSDocumentFormatFactory
 

L

LABEL - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
LABEL.
LabelFunctionalDocumentFormat - Class in org.semanticweb.owlapi.formats
Format for serializing an OWL ontology in a functional syntax format and labels instead of identifiers.
LabelFunctionalDocumentFormat() - Constructor for class org.semanticweb.owlapi.formats.LabelFunctionalDocumentFormat
 
LabelFunctionalDocumentFormatFactory - Class in org.semanticweb.owlapi.formats
 
LabelFunctionalDocumentFormatFactory() - Constructor for class org.semanticweb.owlapi.formats.LabelFunctionalDocumentFormatFactory
 
LABELS_AS_BANNER - Enum constant in enum class org.semanticweb.owlapi.model.parameters.ConfigurationOptions
True if rdfs:label values are to be used as banners in text output.
LANG_RANGE - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLFacet
LANG_RANGE.
LANGUAGE - Enum constant in enum class org.semanticweb.owlapi.vocab.DublinCoreVocabulary
http://purl.org/dc/elements/1.1/language.
LANGUAGE - Enum constant in enum class org.semanticweb.owlapi.vocab.XSDVocabulary
LANGUAGE.
Languages - Enum Class in org.semanticweb.owlapi.util
Enumeration of known DL languages
LastPropertyInChainNotInImposedRange - Class in org.semanticweb.owlapi.profiles.violations
 
LastPropertyInChainNotInImposedRange(OWLOntology, OWLSubPropertyChainOfAxiom, OWLObjectPropertyRangeAxiom) - Constructor for class org.semanticweb.owlapi.profiles.violations.LastPropertyInChainNotInImposedRange
 
LatexAxiomsListDocumentFormat - Class in org.semanticweb.owlapi.formats
 
LatexAxiomsListDocumentFormat() - Constructor for class org.semanticweb.owlapi.formats.LatexAxiomsListDocumentFormat
 
LatexAxiomsListDocumentFormatFactory - Class in org.semanticweb.owlapi.formats
 
LatexAxiomsListDocumentFormatFactory() - Constructor for class org.semanticweb.owlapi.formats.LatexAxiomsListDocumentFormatFactory
 
LatexDocumentFormat - Class in org.semanticweb.owlapi.formats
 
LatexDocumentFormat() - Constructor for class org.semanticweb.owlapi.formats.LatexDocumentFormat
 
LatexDocumentFormatFactory - Class in org.semanticweb.owlapi.formats
 
LatexDocumentFormatFactory() - Constructor for class org.semanticweb.owlapi.formats.LatexDocumentFormatFactory
 
LEGACY - Enum constant in enum class org.semanticweb.owlapi.vocab.Namespaces.Status
legacy flag.
length() - Method in class org.semanticweb.owlapi.model.IRI
 
LENGTH - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLFacet
LENGTH.
LESS_THAN - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
LESS_THAN.
LESS_THAN_OR_EQUAL - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
LESS_THAN_OR_EQUAL.
LexicalNotInLexicalSpace - Class in org.semanticweb.owlapi.profiles.violations
 
LexicalNotInLexicalSpace(OWLOntology, OWLAxiom, OWLLiteral) - Constructor for class org.semanticweb.owlapi.profiles.violations.LexicalNotInLexicalSpace
 
LIMITED_EXISTENTIAL - Enum constant in enum class org.semanticweb.owlapi.util.Construct
Limited existential quantifications (Top only).
list(Iterable<T>) - Static method in class org.semanticweb.owlapi.util.CollectionFactory
 
list(T) - Static method in class org.semanticweb.owlapi.util.CollectionFactory
 
list(T...) - Static method in class org.semanticweb.owlapi.util.CollectionFactory
 
LITERAL - Enum constant in enum class org.semanticweb.owlapi.model.PrimitiveType
LITERAL.
LITERAL - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
LITERAL.
LiteralProvider - Interface in org.semanticweb.owlapi.model.providers
Provider for OWLLiteral construction.
literalValue() - Method in interface org.semanticweb.owlapi.model.HasAnnotationValue
 
LOAD_ANNOTATIONS - Enum constant in enum class org.semanticweb.owlapi.model.parameters.ConfigurationOptions
True if annotations should be loaded, false if skipped.
LOADING - Static variable in interface org.semanticweb.owlapi.reasoner.ReasonerProgressMonitor
A standard name for the task of loading a reasoner with axioms.
LoadingEvent(OWLOntologyID, IRI, boolean) - Constructor for class org.semanticweb.owlapi.model.OWLOntologyLoaderListener.LoadingEvent
 
LoadingFinishedEvent(OWLOntologyID, IRI, boolean, Exception) - Constructor for class org.semanticweb.owlapi.model.OWLOntologyLoaderListener.LoadingFinishedEvent
 
LoadingStartedEvent(OWLOntologyID, IRI, boolean) - Constructor for class org.semanticweb.owlapi.model.OWLOntologyLoaderListener.LoadingStartedEvent
 
loadOntology(IRI) - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
Loads an ontology that is assumed to have the specified ontologyIRI as its IRI or version IRI.
loadOntologyFromOntologyDocument(File) - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
Loads an ontology from an ontology document contained in a local file.
loadOntologyFromOntologyDocument(InputStream) - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
Loads an ontology from an ontology document obtained from an input stream.
loadOntologyFromOntologyDocument(OWLOntologyDocumentSource) - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
A convenience method that load an ontology from an input source.
loadOntologyFromOntologyDocument(OWLOntologyDocumentSource, OWLOntologyLoaderConfiguration) - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
A convenience method that load an ontology from an input source with specified configuration.
loadOntologyFromOntologyDocument(IRI) - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
Loads an ontology from an ontology document specified by an IRI.
loadOWLOntology(OWLOntologyManager, OWLOntologyDocumentSource, OWLOntologyFactory.OWLOntologyCreationHandler, OWLOntologyLoaderConfiguration) - Method in interface org.semanticweb.owlapi.model.OWLOntologyFactory
Creates and loads an OWLOntology.
LOCATION - Enum constant in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
http://www.w3.org/ns/prov#Location.
LOGICAL_AXIOM_TYPES - Static variable in class org.semanticweb.owlapi.model.AxiomType
Axiom types.
LOGICAL_AXIOMS_AND_DECLARATIONS_TYPES - Static variable in class org.semanticweb.owlapi.model.AxiomType
Logical axioms and declarations
logicalAxioms() - Method in interface org.semanticweb.owlapi.model.HasLogicalAxioms
 
logicalAxioms(Imports) - Method in interface org.semanticweb.owlapi.model.OWLAxiomCollection
Gets all axioms semantically relevant, i.e., all axioms that are not annotation axioms or declaration axioms.
LONG - Enum constant in enum class org.semanticweb.owlapi.vocab.XSDVocabulary
LONG.
LOWER_CASE - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
LOWER_CASE.
LT - Static variable in class org.semanticweb.owlapi.io.XMLUtils
&lt; shortcut.

M

MA - Enum constant in enum class org.semanticweb.owlapi.vocab.Namespaces
The MA namespace.
MakeClassesMutuallyDisjoint - Class in org.semanticweb.owlapi.change
Given a set of class expressions, this composite change will make them mutually disjoint.
MakeClassesMutuallyDisjoint(OWLDataFactory, Collection<? extends OWLClassExpression>, boolean, OWLOntology) - Constructor for class org.semanticweb.owlapi.change.MakeClassesMutuallyDisjoint
Creates a composite change which makes a set of classes mutually disjoint.
makeLoadImportRequest(OWLImportsDeclaration) - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
Requests that the manager loads an imported ontology that is described by an imports statement.
makeLoadImportRequest(OWLImportsDeclaration, OWLOntologyLoaderConfiguration) - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
Requests that the manager loads an imported ontology that is described by an imports statement.
MakePrimitiveSubClassesMutuallyDisjoint - Class in org.semanticweb.owlapi.change
For a given class, this composite change makes its told primitive subclasses mutually disjoint.
MakePrimitiveSubClassesMutuallyDisjoint(OWLDataFactory, OWLClass, OWLOntology) - Constructor for class org.semanticweb.owlapi.change.MakePrimitiveSubClassesMutuallyDisjoint
Instantiates a new make primitive sub classes mutually disjoint.
MakePrimitiveSubClassesMutuallyDisjoint(OWLDataFactory, OWLClass, OWLOntology, boolean) - Constructor for class org.semanticweb.owlapi.change.MakePrimitiveSubClassesMutuallyDisjoint
Instantiates a new make primitive sub classes mutually disjoint.
ManchesterOWLSyntaxParser - Interface in org.semanticweb.owlapi.util.mansyntax
Interface for a parser able to parse Manchester OWL Syntax.
MANCHESTERSYNTAX - Enum constant in enum class org.semanticweb.owlapi.vocab.Extensions
Manchester OWL syntax, common extensions: omn, owl
ManchesterSyntaxDocumentFormat - Class in org.semanticweb.owlapi.formats
 
ManchesterSyntaxDocumentFormat() - Constructor for class org.semanticweb.owlapi.formats.ManchesterSyntaxDocumentFormat
 
ManchesterSyntaxDocumentFormatFactory - Class in org.semanticweb.owlapi.formats
 
ManchesterSyntaxDocumentFormatFactory() - Constructor for class org.semanticweb.owlapi.formats.ManchesterSyntaxDocumentFormatFactory
Default MIME type is text/owl-manchester
map(Class<T>, Predicate<T>, Function<T, O>, Supplier<O>) - Method in interface org.semanticweb.owlapi.model.HasAnnotationValue
Apply the function if and only if the annotation value is of the specified type and the predicate evaluates to true; the alternative supplier is executed if the predicate does not match or the type does not match (only once if both conditions do not match).
map(Class<T>, Predicate<T>, Function<T, O>, O) - Method in interface org.semanticweb.owlapi.model.HasAnnotationValue
Apply the function if and only if the annotation value is of the specified type and the predicate evaluates to true; the default value is returned if the predicate does not match or the type does not match.
mapAnonymousIndividual(Function<OWLAnonymousIndividual, T>) - Method in interface org.semanticweb.owlapi.model.HasAnnotationValue
 
mapAnonymousIndividualOrElse(Function<OWLAnonymousIndividual, T>, T) - Method in interface org.semanticweb.owlapi.model.HasAnnotationValue
 
mapAnonymousIndividualOrElseGet(Function<OWLAnonymousIndividual, T>, Supplier<T>) - Method in interface org.semanticweb.owlapi.model.HasAnnotationValue
 
mapIri(Function<IRI, T>) - Method in interface org.semanticweb.owlapi.model.HasAnnotationValue
 
mapIriOrElse(Function<IRI, T>, T) - Method in interface org.semanticweb.owlapi.model.HasAnnotationValue
 
mapIriOrElseGet(Function<IRI, T>, Supplier<T>) - Method in interface org.semanticweb.owlapi.model.HasAnnotationValue
 
mapLiteral(Function<OWLLiteral, T>) - Method in interface org.semanticweb.owlapi.model.HasAnnotationValue
 
mapLiteralOrElse(Function<OWLLiteral, T>, T) - Method in interface org.semanticweb.owlapi.model.HasAnnotationValue
 
mapLiteralOrElseGet(Function<OWLLiteral, T>, Supplier<T>) - Method in interface org.semanticweb.owlapi.model.HasAnnotationValue
 
mappedEntries() - Method in class org.semanticweb.owlapi.util.OWLZipClosureIRIMapper
 
mappedEntries() - Method in class org.semanticweb.owlapi.util.ZipIRIMapper
Gets the mappings of ontology IRIs that this mapper has found.
MAPPINGRELATION - Enum constant in enum class org.semanticweb.owlapi.vocab.SKOSVocabulary
MAPPINGRELATION.
mapValue(Function<OWLLiteral, T>, Function<IRI, T>, Function<OWLAnonymousIndividual, T>) - Method in interface org.semanticweb.owlapi.model.HasAnnotationValue
 
match(IRI) - Method in class org.semanticweb.owlapi.model.OWLOntologyID
 
match(OWLOntologyID) - Method in class org.semanticweb.owlapi.model.OWLOntologyID
 
matchDocument(IRI) - Method in class org.semanticweb.owlapi.model.OWLOntologyID
 
matches(OWLEntity) - Method in enum class org.semanticweb.owlapi.vocab.OWL2Datatype
 
MATCHES - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
MATCHES.
matchOntology(IRI) - Method in class org.semanticweb.owlapi.model.OWLOntologyID
 
matchVersion(IRI) - Method in class org.semanticweb.owlapi.model.OWLOntologyID
 
MAX_EXCLUSIVE - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLFacet
MAX_EXCLUSIVE.
MAX_INCLUSIVE - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLFacet
MAX_INCLUSIVE.
MAX_LENGTH - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLFacet
MAX_LENGTH.
MaximumModalDepthFinder - Class in org.semanticweb.owlapi.util
 
MaximumModalDepthFinder() - Constructor for class org.semanticweb.owlapi.util.MaximumModalDepthFinder
 
MEMBER - Enum constant in enum class org.semanticweb.owlapi.vocab.SKOSVocabulary
MEMBER.
MEMBERLIST - Enum constant in enum class org.semanticweb.owlapi.vocab.SKOSVocabulary
MEMBERLIST.
MIMETypeAware - Interface in org.semanticweb.owlapi.model
Interface for MIME type aware objects.
MIN_EXCLUSIVE - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLFacet
MIN_EXCLUSIVE.
MIN_INCLUSIVE - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLFacet
MIN_INCLUSIVE.
MIN_LENGTH - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLFacet
MIN_LENGTH.
minimal(Languages) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
 
minimalPairs(Collection<T>) - Static method in class org.semanticweb.owlapi.util.OWLAPIStreamUtils
 
minimalPairs(Stream<T>) - Static method in class org.semanticweb.owlapi.util.OWLAPIStreamUtils
 
MINUTE - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#minute.
MINUTES - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#minutes.
MISSING_IMPORT_HANDLING_STRATEGY - Enum constant in enum class org.semanticweb.owlapi.model.parameters.ConfigurationOptions
Missing imports handling strategy.
MISSING_ONTOLOGY_HEADER_STRATEGY - Enum constant in enum class org.semanticweb.owlapi.model.parameters.ConfigurationOptions
Default missing ontology strategy.
MissingImportEvent - Class in org.semanticweb.owlapi.model
An event that gets posted to objects that listen for missing imports when silent missing import handling is set to true in an ontology manager.
MissingImportEvent(IRI, OWLOntologyCreationException) - Constructor for class org.semanticweb.owlapi.model.MissingImportEvent
 
MissingImportHandlingStrategy - Enum Class in org.semanticweb.owlapi.model
Specifies how missing imports should be treated during loading.
MissingImportListener - Interface in org.semanticweb.owlapi.model
An interface for objects that listen to missing imports events.
MissingOntologyHeaderStrategy - Enum Class in org.semanticweb.owlapi.model
what action to take if the ontology header is missing.
MOD - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
MOD.
MONDAY - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#Monday.
Monitorable - Interface in org.semanticweb.owlapi.util
Certain tasks or algorithms may take some time to accomplish.
MONTH - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#month.
MONTH_OF_YEAR_CLASS - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#MonthOfYear.
MONTH_OF_YEAR_PROPERTY - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#monthOfYear.
MONTHS - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#months.
MORe - Static variable in enum class org.semanticweb.owlapi.profiles.Profiles
 
MOVE - Enum constant in enum class org.semanticweb.owlapi.model.parameters.OntologyCopy
the ontology copy will remove the ontology from the previous manager.
MULTIPLY - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
MULTIPLY.
MULTIPLY_DAY_TIME_DURATIONS - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
MULTIPLY_DAY_TIME_DURATIONS.
MULTIPLY_YEAR_MONTH_DURATIONS - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
MULTIPLY_YEAR_MONTH_DURATIONS.

N

N - Enum constant in enum class org.semanticweb.owlapi.util.Construct
Cardinality restrictions (owl:cardinality, owl:maxCardinality), a special case of counting quantification.
NAME - Enum constant in enum class org.semanticweb.owlapi.vocab.XSDVocabulary
NAME.
NAME_ATTRIBUTE - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
NAME_ATTRIBUTE.
NAME_SPACE - Static variable in enum class org.semanticweb.owlapi.vocab.DublinCoreVocabulary
Dublin Core name space.
NAMED_INDIVIDUAL - Enum constant in enum class org.semanticweb.owlapi.model.PrimitiveType
NAMED_INDIVIDUAL.
NAMED_INDIVIDUAL - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
NAMED_INDIVIDUAL.
NAMED_INDIVIDUAL - Static variable in class org.semanticweb.owlapi.model.EntityType
Named individual entity.
namedClasses() - Method in interface org.semanticweb.owlapi.model.OWLEquivalentClassesAxiom
Gets the named classes (excluding owl:Thing and owl:Nothing) that are in this equivalent classes axiom.
NamedConjunctChecker - Class in org.semanticweb.owlapi.util
A utility class which checks if a class expression has a named conjunct or a specific named conjunct.
NamedConjunctChecker() - Constructor for class org.semanticweb.owlapi.util.NamedConjunctChecker
 
NamedIndividualProvider - Interface in org.semanticweb.owlapi.model.providers
 
Namespaces - Enum Class in org.semanticweb.owlapi.vocab
 
Namespaces.BuiltIn - Enum Class in org.semanticweb.owlapi.vocab
Indicates that a prefix is builtin - i.e.
Namespaces.Status - Enum Class in org.semanticweb.owlapi.vocab
Indicates whether a prefix is a legacy prefix or not.
NamespaceUtil - Class in org.semanticweb.owlapi.util
A utility class which can generate namespaces, local names and namespace prefixes in accordance with the XML specifications.
NamespaceUtil() - Constructor for class org.semanticweb.owlapi.util.NamespaceUtil
Default constructor.
NARROWER - Enum constant in enum class org.semanticweb.owlapi.vocab.SKOSVocabulary
NARROWER.
NARROWMATCH - Enum constant in enum class org.semanticweb.owlapi.vocab.SKOSVocabulary
NARROWMATCH.
NARROWTRANSITIVE - Enum constant in enum class org.semanticweb.owlapi.vocab.SKOSVocabulary
NARROWTRANSITIVE.
Navigation - Enum Class in org.semanticweb.owlapi.model.parameters
Parameters for navigating class or property hierarchies.
NCNAME - Enum constant in enum class org.semanticweb.owlapi.vocab.XSDVocabulary
NCNAME.
NEGATIVE_DATA_PROPERTY_ASSERTION - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
NEGATIVE_DATA_PROPERTY_ASSERTION.
NEGATIVE_DATA_PROPERTY_ASSERTION - Static variable in class org.semanticweb.owlapi.model.AxiomType
NegativeDataPropertyAssertion.
NEGATIVE_INTEGER - Enum constant in enum class org.semanticweb.owlapi.vocab.XSDVocabulary
NEGATIVE_INTEGER.
NEGATIVE_OBJECT_PROPERTY_ASSERTION - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
NEGATIVE_OBJECT_PROPERTY_ASSERTION.
NEGATIVE_OBJECT_PROPERTY_ASSERTION - Static variable in class org.semanticweb.owlapi.model.AxiomType
NegativeObjectPropertyAssertion.
negativeDataPropertyAssertionAxioms(OWLIndividual) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets the OWLNegativeDataPropertyAssertionAxiom objects contained in this ontology that have the specified individual as the subject of the axiom.
negativeObjectPropertyAssertionAxioms(OWLIndividual) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets the OWLNegativeObjectPropertyAssertionAxiom objects contained in this ontology that have the specified individual as the subject of the axiom.
negValues(Stream<OWLNegativeDataPropertyAssertionAxiom>, OWLDataPropertyExpression) - Static method in class org.semanticweb.owlapi.search.Searcher
Retrieve literals from a collection of negative assertions.
negValues(Stream<OWLNegativeObjectPropertyAssertionAxiom>, OWLObjectPropertyExpression) - Static method in class org.semanticweb.owlapi.search.Searcher
Retrieve objects from a collection of negative assertions.
nestedClassExpressions() - Method in interface org.semanticweb.owlapi.model.OWLObject
Gets all of the nested (includes top level) class expressions (anonymous and named) that are used in this object.
NEVER - Enum constant in enum class org.semanticweb.owlapi.model.PriorityCollectionSorting
Sorting of entries is disabled.
nextAnonymousIRI() - Static method in class org.semanticweb.owlapi.model.NodeID
Generates next anonymous IRI.
nextFreshNodeId() - Static method in class org.semanticweb.owlapi.model.NodeID
 
NMTOKEN - Enum constant in enum class org.semanticweb.owlapi.vocab.XSDVocabulary
NMTOKEN.
NMTOKENS - Enum constant in enum class org.semanticweb.owlapi.vocab.XSDVocabulary
NMTOKENS.
NNF - Class in org.semanticweb.owlapi.util
 
NNF(OWLDataFactory) - Constructor for class org.semanticweb.owlapi.util.NNF
 
NO_OPERATION - Enum constant in enum class org.semanticweb.owlapi.model.parameters.ChangeApplied
No operation carried out (change had no effect)
Node<E extends OWLObject> - Interface in org.semanticweb.owlapi.reasoner
Represents a node (set) of entities.
NODE_ID - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
NODE_ID.
nodeId(Integer) - Static method in class org.semanticweb.owlapi.model.NodeID
 
NodeID - Class in org.semanticweb.owlapi.model
Represents the Node ID for anonymous individuals.
nodes() - Method in interface org.semanticweb.owlapi.reasoner.NodeSet
Gets the Nodes contained in this NodeSet.
NodeSet<E extends OWLObject> - Interface in org.semanticweb.owlapi.reasoner
A set of Nodes.
nodeString(int) - Static method in class org.semanticweb.owlapi.model.NodeID
 
NOMINAL_POSITION - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#nominalPosition.
NominalProvider - Interface in org.semanticweb.owlapi.model.providers
Nominal provider interface.
NOMINALS - Enum constant in enum class org.semanticweb.owlapi.util.Construct
Nominals.
NON_BUFFERING - Enum constant in enum class org.semanticweb.owlapi.reasoner.BufferingMode
Represents a mode where ontology changes are not buffered inside an OWLReasoner.
NON_NEGATIVE_INTEGER - Enum constant in enum class org.semanticweb.owlapi.vocab.XSDVocabulary
NON_NEGATIVE_INTEGER.
NON_POSITIVE_INTEGER - Enum constant in enum class org.semanticweb.owlapi.vocab.XSDVocabulary
NON_POSITIVE_INTEGER.
NORMALIZE_SPACE - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
NORMALIZE_SPACE.
NORMALIZED_STRING - Enum constant in enum class org.semanticweb.owlapi.vocab.XSDVocabulary
NORMALIZED_STRING.
NOT_BUILT_IN - Enum constant in enum class org.semanticweb.owlapi.vocab.Namespaces.BuiltIn
not built in flag.
NOT_EQUAL - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
NOT_EQUAL.
NOTATION - Enum constant in enum class org.semanticweb.owlapi.vocab.XSDVocabulary
NOTATION.
NOTE - Enum constant in enum class org.semanticweb.owlapi.vocab.SKOSVocabulary
NOTE.
ntriplesString() - Method in class org.semanticweb.owlapi.io.RDFLiteral
 
ntriplesString() - Method in class org.semanticweb.owlapi.io.RDFResource
 
ntriplesString() - Method in class org.semanticweb.owlapi.model.IRI
 
NullProgressMonitor - Class in org.semanticweb.owlapi.util
 
NullProgressMonitor() - Constructor for class org.semanticweb.owlapi.util.NullProgressMonitor
 
NullReasonerProgressMonitor - Class in org.semanticweb.owlapi.reasoner
An implementation of a progress monitor that does nothing when it receives notification of progress events.
NullReasonerProgressMonitor() - Constructor for class org.semanticweb.owlapi.reasoner.NullReasonerProgressMonitor
 
NUMERIC_DURATION - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#numericDuration.
NUMERIC_POSITION - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#numericPosition.

O

OBJECT_ALL_VALUES_FROM - Enum constant in enum class org.semanticweb.owlapi.model.ClassExpressionType
OBJECT_ALL_VALUES_FROM - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
OBJECT_ALL_VALUES_FROM.
OBJECT_COMPLEMENT_OF - Enum constant in enum class org.semanticweb.owlapi.model.ClassExpressionType
OBJECT_COMPLEMENT_OF - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
OBJECT_COMPLEMENT_OF.
OBJECT_EXACT_CARDINALITY - Enum constant in enum class org.semanticweb.owlapi.model.ClassExpressionType
OBJECT_EXACT_CARDINALITY - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
OBJECT_EXACT_CARDINALITY.
OBJECT_HAS_SELF - Enum constant in enum class org.semanticweb.owlapi.model.ClassExpressionType
Represents OWLObjectHasSelf.
OBJECT_HAS_SELF - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
OBJECT_HAS_SELF.
OBJECT_HAS_VALUE - Enum constant in enum class org.semanticweb.owlapi.model.ClassExpressionType
Represents OWLObjectHasValue.
OBJECT_HAS_VALUE - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
OBJECT_HAS_VALUE.
OBJECT_INTERSECTION_OF - Enum constant in enum class org.semanticweb.owlapi.model.ClassExpressionType
OBJECT_INTERSECTION_OF - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
OBJECT_INTERSECTION_OF.
OBJECT_INVERSE_OF - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
OBJECT_INVERSE_OF.
OBJECT_MAX_CARDINALITY - Enum constant in enum class org.semanticweb.owlapi.model.ClassExpressionType
OBJECT_MAX_CARDINALITY - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
OBJECT_MAX_CARDINALITY.
OBJECT_MIN_CARDINALITY - Enum constant in enum class org.semanticweb.owlapi.model.ClassExpressionType
OBJECT_MIN_CARDINALITY - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
OBJECT_MIN_CARDINALITY.
OBJECT_ONE_OF - Enum constant in enum class org.semanticweb.owlapi.model.ClassExpressionType
OBJECT_ONE_OF - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
OBJECT_ONE_OF.
OBJECT_PROPERTY - Enum constant in enum class org.semanticweb.owlapi.model.PrimitiveType
OBJECT_PROPERTY.
OBJECT_PROPERTY - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
OBJECT_PROPERTY.
OBJECT_PROPERTY - Static variable in class org.semanticweb.owlapi.model.EntityType
Object property entity.
OBJECT_PROPERTY_ASSERTION - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
OBJECT_PROPERTY_ASSERTION.
OBJECT_PROPERTY_ASSERTION - Static variable in class org.semanticweb.owlapi.model.AxiomType
ObjectPropertyAssertion.
OBJECT_PROPERTY_ASSERTIONS - Enum constant in enum class org.semanticweb.owlapi.reasoner.InferenceType
Denotes the computation of relationships between individuals in the signature of the imports closure of the root ontology.
OBJECT_PROPERTY_ATOM - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
OBJECT_PROPERTY_ATOM.
OBJECT_PROPERTY_CHAIN - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
OBJECT_PROPERTY_CHAIN.
OBJECT_PROPERTY_DOMAIN - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
OBJECT_PROPERTY_DOMAIN.
OBJECT_PROPERTY_DOMAIN - Static variable in class org.semanticweb.owlapi.model.AxiomType
ObjectPropertyDomain.
OBJECT_PROPERTY_HIERARCHY - Enum constant in enum class org.semanticweb.owlapi.reasoner.InferenceType
Denotes the computation of the object property hierarchy.
OBJECT_PROPERTY_RANGE - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
OBJECT_PROPERTY_RANGE.
OBJECT_PROPERTY_RANGE - Static variable in class org.semanticweb.owlapi.model.AxiomType
ObjectPropertyRange.
OBJECT_SOME_VALUES_FROM - Enum constant in enum class org.semanticweb.owlapi.model.ClassExpressionType
OBJECT_SOME_VALUES_FROM - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
OBJECT_SOME_VALUES_FROM.
OBJECT_UNION_OF - Enum constant in enum class org.semanticweb.owlapi.model.ClassExpressionType
Represents OWLObjectUnionOf.
OBJECT_UNION_OF - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
OBJECT_UNION_OF.
ObjectAssertionProvider - Interface in org.semanticweb.owlapi.model.providers
Object property assertion provider.
objectPropertiesInSignature() - Method in interface org.semanticweb.owlapi.model.HasObjectPropertiesInSignature
 
objectPropertiesInSignature(Imports) - Method in interface org.semanticweb.owlapi.model.OWLSignature
Gets the object properties in the signature and optionally the imports closure.
objectPropertyAssertionAxioms(OWLIndividual) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets the OWLObjectPropertyAssertionAxiom objects contained in this ontology that have the specified individual as the subject of the axiom.
objectPropertyDomainAxioms(OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets the OWLObjectPropertyDomainAxiom objects where the property is equal to the specified property.
objectPropertyDomains(OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
 
objectPropertyDomains(OWLObjectPropertyExpression, boolean) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Gets the named classes that are the direct or indirect domains of this property with respect to the imports closure of the root ontology.
objectPropertyDomains(OWLObjectPropertyExpression, InferenceDepth) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
 
objectPropertyExpressions() - Method in interface org.semanticweb.owlapi.model.OWLHasKeyAxiom
Gets the stream of object property expressions that make up the key.
ObjectPropertyProvider - Interface in org.semanticweb.owlapi.model.providers
 
objectPropertyRangeAxioms(OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets the OWLObjectPropertyRangeAxiom objects where the property is equal to the specified property.
objectPropertyRanges(OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
 
objectPropertyRanges(OWLObjectPropertyExpression, boolean) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Gets the named classes that are the direct or indirect ranges of this property with respect to the imports closure of the root ontology.
objectPropertyRanges(OWLObjectPropertyExpression, InferenceDepth) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
 
objectPropertyValues(OWLNamedIndividual, OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Gets the object property values for the specified individual and object property expression.
objects(OWLOntology) - Method in interface org.semanticweb.owlapi.util.ImportsStructureObjectSorter.ObjectSelector
 
objectSubPropertyAxiomsForSubProperty(OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets the OWLSubObjectPropertyOfAxiom objects where the sub-property is equal to the specified property.
objectSubPropertyAxiomsForSuperProperty(OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets the OWLSubObjectPropertyOfAxiom objects where the super-property is equal to the specified property.
OBO - Enum constant in enum class org.semanticweb.owlapi.vocab.Extensions
OBO, common extensions: obo
OBODocumentFormat - Class in org.semanticweb.owlapi.formats
 
OBODocumentFormat() - Constructor for class org.semanticweb.owlapi.formats.OBODocumentFormat
 
OBODocumentFormatFactory - Class in org.semanticweb.owlapi.formats
 
OBODocumentFormatFactory() - Constructor for class org.semanticweb.owlapi.formats.OBODocumentFormatFactory
 
oboMappings() - Method in class org.semanticweb.owlapi.util.ZipIRIMapper
 
OG - Enum constant in enum class org.semanticweb.owlapi.vocab.Namespaces
The OG namespace.
ON_SET_INJECTION_ONLY - Enum constant in enum class org.semanticweb.owlapi.model.PriorityCollectionSorting
Only sort according to HasPriority annotation when a Set is passed in, do not sort otherwise.
ontologies() - Method in interface org.semanticweb.owlapi.model.HasGetOntologies
 
ontologies() - Method in class org.semanticweb.owlapi.util.OWLOntologyImportsClosureSetProvider
 
ontologies() - Method in class org.semanticweb.owlapi.util.OWLOntologySingletonSetProvider
 
ontologies(OWLAxiom) - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
Gets the ontologies that are managed by this manager that contain the specified axiom.
ontologiesChanged() - Method in class org.semanticweb.owlapi.util.OWLEntityCollectingOntologyChangeListener
Called when a set of changes have been applied.
ontologiesChanged(List<? extends OWLOntologyChange>) - Method in interface org.semanticweb.owlapi.model.OWLOntologyChangeListener
Called when some changes have been applied to various ontologies.
ontologiesChanged(List<? extends OWLOntologyChange>) - Method in class org.semanticweb.owlapi.util.FilteringOWLOntologyChangeListener
 
ontologiesChanged(List<? extends OWLOntologyChange>) - Method in class org.semanticweb.owlapi.util.OWLEntityCollectingOntologyChangeListener
 
ontologiesIRIs(Stream<OWLOntology>) - Static method in class org.semanticweb.owlapi.search.Searcher
Transform a collection of ontologies to a collection of IRIs of those ontologies.
ONTOLOGY - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
ONTOLOGY.
OntologyAnnotationChangeData - Class in org.semanticweb.owlapi.change
Represents the specific non-ontology data required by an AddOntologyAnnotation change.
OntologyAnnotationChangeData(OWLAnnotation) - Constructor for class org.semanticweb.owlapi.change.OntologyAnnotationChangeData
Constructs an OntologyAnnotationChangeData object that describes an AddOntologyAnnotation change for the OWLAnnotation specified by the annotation parameter.
OntologyAxiomPair - Class in org.semanticweb.owlapi.util
 
OntologyAxiomPair(OWLOntology, OWLAxiom) - Constructor for class org.semanticweb.owlapi.util.OntologyAxiomPair
 
ontologyChangesVetoed(List<? extends OWLOntologyChange>, OWLOntologyChangeVetoException) - Method in interface org.semanticweb.owlapi.model.OWLOntologyChangesVetoedListener
Called when a list of ontology changes has been vetoed for some reason.
OntologyConfigurator - Class in org.semanticweb.owlapi.model
A configuration builder that specifies all available options in the OWL API.
OntologyConfigurator() - Constructor for class org.semanticweb.owlapi.model.OntologyConfigurator
 
OntologyCopy - Enum Class in org.semanticweb.owlapi.model.parameters
Parameters for ontology copying across managers.
ontologyCreated(OWLOntology) - Method in interface org.semanticweb.owlapi.model.OWLOntologyFactory.OWLOntologyCreationHandler
The factory calls this method as soon as it has created an ontology.
ontologyIDsByVersion(IRI) - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
Gets a stream of OWLOntologyIDs representing ontologies that are managed by this manager.
OntologyIRIMappingNotFoundException - Exception in org.semanticweb.owlapi.io
 
OntologyIRIMappingNotFoundException(IRI) - Constructor for exception org.semanticweb.owlapi.io.OntologyIRIMappingNotFoundException
 
OntologyIRINotAbsolute - Class in org.semanticweb.owlapi.profiles.violations
 
OntologyIRINotAbsolute(OWLOntology) - Constructor for class org.semanticweb.owlapi.profiles.violations.OntologyIRINotAbsolute
 
OntologyIRINotAbsolute(OWLOntology, OWLOntologyID) - Constructor for class org.semanticweb.owlapi.profiles.violations.OntologyIRINotAbsolute
 
ontologyIRIs(Stream<OWLOntologyID>) - Static method in class org.semanticweb.owlapi.search.Searcher
Transform a collection of ontology ids to a collection of IRIs of those ontology ids.
OntologyIRIShortFormProvider - Class in org.semanticweb.owlapi.util
 
OntologyIRIShortFormProvider() - Constructor for class org.semanticweb.owlapi.util.OntologyIRIShortFormProvider
 
OntologyVersionIRINotAbsolute - Class in org.semanticweb.owlapi.profiles.violations
 
OntologyVersionIRINotAbsolute(OWLOntology) - Constructor for class org.semanticweb.owlapi.profiles.violations.OntologyVersionIRINotAbsolute
 
OntologyVersionIRINotAbsolute(OWLOntology, OWLOntologyID) - Constructor for class org.semanticweb.owlapi.profiles.violations.OntologyVersionIRINotAbsolute
 
operands() - Method in interface org.semanticweb.owlapi.model.HasOperands
Gets the operands - e.g., the individuals in a sameAs axiom, or the classes in an equivalent classes axiom.
operands() - Method in interface org.semanticweb.owlapi.model.OWLNaryAxiom
 
operands() - Method in interface org.semanticweb.owlapi.model.OWLNaryClassAxiom
 
operands() - Method in interface org.semanticweb.owlapi.model.OWLNaryDataRange
 
operands() - Method in interface org.semanticweb.owlapi.model.OWLNaryIndividualAxiom
 
operands() - Method in interface org.semanticweb.owlapi.model.OWLNaryPropertyAxiom
 
operands() - Method in interface org.semanticweb.owlapi.model.OWLObjectOneOf
 
optional(T) - Static method in class org.semanticweb.owlapi.util.OWLAPIPreconditions
Wrapper to allow non null annotations.
ORDEREDCOLLECTION - Enum constant in enum class org.semanticweb.owlapi.vocab.SKOSVocabulary
ORDEREDCOLLECTION.
ORG - Enum constant in enum class org.semanticweb.owlapi.vocab.Namespaces
The ORG namespace.
org.semanticweb.owlapi.annotations - package org.semanticweb.owlapi.annotations
Annotation classes.
org.semanticweb.owlapi.change - package org.semanticweb.owlapi.change
Ontology change classes.
org.semanticweb.owlapi.expression - package org.semanticweb.owlapi.expression
Expression parsers package.
org.semanticweb.owlapi.formats - package org.semanticweb.owlapi.formats
Formats package.
org.semanticweb.owlapi.io - package org.semanticweb.owlapi.io
Ontology parsing and saving classes.
org.semanticweb.owlapi.model - package org.semanticweb.owlapi.model
Main API classes.
org.semanticweb.owlapi.model.axiomproviders - package org.semanticweb.owlapi.model.axiomproviders
Axiom provider classes.
org.semanticweb.owlapi.model.parameters - package org.semanticweb.owlapi.model.parameters
Parameter classes.
org.semanticweb.owlapi.model.providers - package org.semanticweb.owlapi.model.providers
Provider interfaces.
org.semanticweb.owlapi.profiles - package org.semanticweb.owlapi.profiles
Profile classes.
org.semanticweb.owlapi.profiles.violations - package org.semanticweb.owlapi.profiles.violations
Violation classes.
org.semanticweb.owlapi.reasoner - package org.semanticweb.owlapi.reasoner
OWLReasoner package.
org.semanticweb.owlapi.reasoner.knowledgeexploration - package org.semanticweb.owlapi.reasoner.knowledgeexploration
Knowledge exploration package.
org.semanticweb.owlapi.search - package org.semanticweb.owlapi.search
Search utilities package.
org.semanticweb.owlapi.util - package org.semanticweb.owlapi.util
Utilities package.
org.semanticweb.owlapi.util.mansyntax - package org.semanticweb.owlapi.util.mansyntax
 
org.semanticweb.owlapi.utilities - package org.semanticweb.owlapi.utilities
 
org.semanticweb.owlapi.vocab - package org.semanticweb.owlapi.vocab
Vocabulary package.
org.semanticweb.owlapitools.builders - package org.semanticweb.owlapitools.builders
Builders package.
ORGANIZATION - Enum constant in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
http://www.w3.org/ns/prov#Organization.
OUTPUT_NAMED_GRAPH_IRI - Enum constant in enum class org.semanticweb.owlapi.model.parameters.ConfigurationOptions
False if named graph IRIs should not be created for formats like TriG and RDF/JSON.
OWL - Enum constant in enum class org.semanticweb.owlapi.vocab.Namespaces
The OWL namespace.
OWL_ALL_DIFFERENT - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2002/07/owl#AllDifferent.
OWL_ALL_DISJOINT_CLASSES - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2002/07/owl#AllDisjointClasses.
OWL_ALL_DISJOINT_PROPERTIES - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2002/07/owl#AllDisjointProperties.
OWL_ALL_VALUES_FROM - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2002/07/owl#allValuesFrom.
OWL_ANNOTATED_PROPERTY - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2002/07/owl#annotatedProperty.
OWL_ANNOTATED_SOURCE - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2002/07/owl#annotatedSource.
OWL_ANNOTATED_TARGET - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2002/07/owl#annotatedTarget.
OWL_ANNOTATION - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2002/07/owl#Annotation.
OWL_ANNOTATION_PROPERTY - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2002/07/owl#AnnotationProperty.
OWL_ANTI_SYMMETRIC_PROPERTY - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
Deprecated vocabulary: here for backwards compatibility http://www.w3.org/2002/07/owl#AntisymmetricProperty.
OWL_ASSERTION_PROPERTY - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2002/07/owl#assertionProperty.
OWL_ASYMMETRIC_PROPERTY - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2002/07/owl#AsymmetricProperty.
OWL_AXIOM - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2002/07/owl#Axiom.
OWL_BACKWARD_COMPATIBLE_WITH - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2002/07/owl#backwardCompatibleWith.
OWL_BOTTOM_DATA_PROPERTY - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2002/07/owl#bottomDataProperty.
OWL_BOTTOM_OBJECT_PROPERTY - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2002/07/owl#bottomObjectProperty.
OWL_CARDINALITY - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2002/07/owl#cardinality.
OWL_CLASS - Enum constant in enum class org.semanticweb.owlapi.model.ClassExpressionType
Represents OWLClass.
OWL_CLASS - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2002/07/owl#Class.
OWL_COMPLEMENT_OF - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2002/07/owl#complementOf.
OWL_DATA_PROPERTY - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2002/07/owl#DatatypeProperty.
OWL_DATA_PROPERTY_DOMAIN - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
Deprecated vocabulary: here for backwards compatibility http://www.w3.org/2002/07/owl#dataPropertyDomain.
OWL_DATA_PROPERTY_RANGE - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
Deprecated vocabulary: here for backwards compatibility http://www.w3.org/2002/07/owl#dataPropertyRange.
OWL_DATA_RANGE - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2002/07/owl#DataRange.
OWL_DATA_RESTRICTION - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
Deprecated vocabulary: here for backwards compatibility http://www.w3.org/2002/07/owl#DataRestriction.
OWL_DATATYPE - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2002/07/owl#Datatype.
OWL_DATATYPE_COMPLEMENT_OF - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2002/07/owl#datatypeComplementOf.
OWL_DECLARED_AS - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
Deprecated vocabulary: here for backwards compatibility http://www.w3.org/2002/07/owl#declaredAs.
OWL_DEPRECATED - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2002/07/owl#deprecated.
OWL_DEPRECATED_CLASS - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2002/07/owl#DeprecatedClass.
OWL_DEPRECATED_PROPERTY - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2002/07/owl#DeprecatedProperty.
OWL_DIFFERENT_FROM - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2002/07/owl#differentFrom.
OWL_DISJOINT_DATA_PROPERTIES - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
Deprecated vocabulary: here for backwards compatibility http://www.w3.org/2002/07/owl#disjointDataProperties.
OWL_DISJOINT_OBJECT_PROPERTIES - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
Deprecated vocabulary: here for backwards compatibility http://www.w3.org/2002/07/owl#disjointObjectProperties.
OWL_DISJOINT_UNION_OF - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2002/07/owl#disjointUnionOf.
OWL_DISJOINT_WITH - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2002/07/owl#disjointWith.
OWL_DISTINCT_MEMBERS - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2002/07/owl#distinctMembers.
OWL_EQUIVALENT_CLASS - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2002/07/owl#equivalentClass.
OWL_EQUIVALENT_DATA_PROPERTIES - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
Deprecated vocabulary: here for backwards compatibility http://www.w3.org/2002/07/owl#equivalentDataProperty.
OWL_EQUIVALENT_OBJECT_PROPERTIES - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
Deprecated vocabulary: here for backwards compatibility http://www.w3.org/2002/07/owl#equivalentObjectProperty.
OWL_EQUIVALENT_PROPERTY - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2002/07/owl#equivalentProperty.
OWL_FUNCTIONAL_DATA_PROPERTY - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
Deprecated vocabulary: here for backwards compatibility http://www.w3.org/2002/07/owl#FunctionalDataProperty.
OWL_FUNCTIONAL_OBJECT_PROPERTY - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
Deprecated vocabulary: here for backwards compatibility http://www.w3.org/2002/07/owl#FunctionalObjectProperty.
OWL_FUNCTIONAL_PROPERTY - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2002/07/owl#FunctionalProperty.
OWL_HAS_KEY - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2002/07/owl#hasKey.
OWL_HAS_SELF - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2002/07/owl#hasSelf.
OWL_HAS_VALUE - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2002/07/owl#hasValue.
OWL_IMPORTS - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2002/07/owl#imports.
OWL_INCOMPATIBLE_WITH - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2002/07/owl#incompatibleWith.
OWL_INDIVIDUAL - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2002/07/owl#Individual.
OWL_INTERSECTION_OF - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2002/07/owl#intersectionOf.
OWL_INVERSE_FUNCTIONAL_PROPERTY - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2002/07/owl#InverseFunctionalProperty.
OWL_INVERSE_OBJECT_PROPERTY_EXPRESSION - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2002/07/owl#inverseObjectPropertyExpression.
OWL_INVERSE_OF - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2002/07/owl#inverseOf.
OWL_IRREFLEXIVE_PROPERTY - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2002/07/owl#IrreflexiveProperty.
OWL_MAX_CARDINALITY - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2002/07/owl#maxCardinality.
OWL_MAX_QUALIFIED_CARDINALITY - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2002/07/owl#maxQualifiedCardinality.
OWL_MEMBERS - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2002/07/owl#members.
OWL_MIN_CARDINALITY - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2002/07/owl#minCardinality.
OWL_MIN_QUALIFIED_CARDINALITY - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2002/07/owl#minQualifiedCardinality.
OWL_NAMED_INDIVIDUAL - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2002/07/owl#NamedIndividual.
OWL_NEGATIVE_DATA_PROPERTY_ASSERTION - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
Deprecated vocabulary: here for backwards compatibility http://www.w3.org/2002/07/owl#NegativeDataPropertyAssertion.
OWL_NEGATIVE_OBJECT_PROPERTY_ASSERTION - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
Deprecated vocabulary: here for backwards compatibility http://www.w3.org/2002/07/owl#NegativeObjectPropertyAssertion.
OWL_NEGATIVE_PROPERTY_ASSERTION - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2002/07/owl#NegativePropertyAssertion.
OWL_NOTHING - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2002/07/owl#Nothing.
OWL_OBJECT - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
Deprecated vocabulary: here for backwards compatibility http://www.w3.org/2002/07/owl#object.
OWL_OBJECT_PROPERTY - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2002/07/owl#ObjectProperty.
OWL_OBJECT_PROPERTY_DOMAIN - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
Deprecated vocabulary: here for backwards compatibility http://www.w3.org/2002/07/owl#objectPropertyDomain.
OWL_OBJECT_PROPERTY_RANGE - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
Deprecated vocabulary: here for backwards compatibility http://www.w3.org/2002/07/owl#objectPropertyRange.
OWL_OBJECT_RESTRICTION - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
Deprecated vocabulary: here for backwards compatibility http://www.w3.org/2002/07/owl#ObjectRestriction.
OWL_ON_CLASS - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2002/07/owl#onClass.
OWL_ON_DATA_RANGE - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2002/07/owl#onDataRange.
OWL_ON_DATA_TYPE - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2002/07/owl#onDatatype.
OWL_ON_PROPERTY - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2002/07/owl#onProperty.
OWL_ONE_OF - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2002/07/owl#oneOf.
OWL_ONTOLOGY - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2002/07/owl#Ontology.
OWL_ONTOLOGY_PROPERTY - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
Deprecated vocabulary: here for backwards compatibility http://www.w3.org/2002/07/owl#OntologyProperty.
OWL_PREDICATE - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
Deprecated vocabulary: here for backwards compatibility http://www.w3.org/2002/07/owl#predicate.
OWL_PRIOR_VERSION - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2002/07/owl#priorVersion.
OWL_PROCESSING_INSTRUCTION_NAME - Static variable in class org.semanticweb.owlapi.io.XMLUtils
OWL processing instruction.
OWL_PROPERTY_CHAIN - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
Deprecated vocabulary: here for backwards compatibility http://www.w3.org/2002/07/owl#propertyChain.
OWL_PROPERTY_CHAIN_AXIOM - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2002/07/owl#propertyChainAxiom.
OWL_PROPERTY_DISJOINT_WITH - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2002/07/owl#propertyDisjointWith.
OWL_QUALIFIED_CARDINALITY - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2002/07/owl#qualifiedCardinality.
OWL_RATIONAL - Enum constant in enum class org.semanticweb.owlapi.vocab.OWL2Datatype
OWL_RATIONAL.
OWL_REAL - Enum constant in enum class org.semanticweb.owlapi.vocab.OWL2Datatype
OWL_REAL.
OWL_REFLEXIVE_PROPERTY - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2002/07/owl#ReflexiveProperty.
OWL_RESTRICTION - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2002/07/owl#Restriction.
OWL_SAME_AS - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2002/07/owl#sameAs.
OWL_SELF_RESTRICTION - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
Deprecated vocabulary: here for backwards compatibility http://www.w3.org/2002/07/owl#SelfRestriction.
OWL_SOME_VALUES_FROM - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2002/07/owl#someValuesFrom.
OWL_SOURCE_INDIVIDUAL - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2002/07/owl#sourceIndividual.
OWL_SUB_DATA_PROPERTY_OF - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
Deprecated vocabulary: here for backwards compatibility http://www.w3.org/2002/07/owl#subDataPropertyOf.
OWL_SUB_OBJECT_PROPERTY_OF - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
Deprecated vocabulary: here for backwards compatibility http://www.w3.org/2002/07/owl#subObjectPropertyOf.
OWL_SUBJECT - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
Deprecated vocabulary: here for backwards compatibility http://www.w3.org/2002/07/owl#subject.
OWL_SYMMETRIC_PROPERTY - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2002/07/owl#SymmetricProperty.
OWL_TARGET_INDIVIDUAL - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2002/07/owl#targetIndividual.
OWL_TARGET_VALUE - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2002/07/owl#targetValue.
OWL_THING - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2002/07/owl#Thing.
OWL_TOP_DATA_PROPERTY - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2002/07/owl#topDataProperty.
OWL_TOP_OBJECT_PROPERTY - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2002/07/owl#topObjectProperty.
OWL_TRANSITIVE_PROPERTY - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2002/07/owl#TransitiveProperty.
OWL_UNION_OF - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2002/07/owl#unionOf.
OWL_VERSION_INFO - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2002/07/owl#versionInfo.
OWL_VERSION_IRI - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2002/07/owl#versionIRI.
OWL_WITH_RESTRICTIONS - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2002/07/owl#withRestrictions.
OWL11 - Enum constant in enum class org.semanticweb.owlapi.vocab.Namespaces
The OWL 1.1 namespace.
OWL11XML - Enum constant in enum class org.semanticweb.owlapi.vocab.Namespaces
Status.LEGACY.
OWL2 - Enum constant in enum class org.semanticweb.owlapi.vocab.Namespaces
The OWL 2 namespace.
OWL2_DL - Enum constant in enum class org.semanticweb.owlapi.profiles.Profiles
http://www.w3.org/ns/owl-profile/DL.
OWL2_EL - Enum constant in enum class org.semanticweb.owlapi.profiles.Profiles
http://www.w3.org/ns/owl-profile/EL.
OWL2_FULL - Enum constant in enum class org.semanticweb.owlapi.profiles.Profiles
http://www.w3.org/ns/owl-profile/Full.
OWL2_QL - Enum constant in enum class org.semanticweb.owlapi.profiles.Profiles
http://www.w3.org/ns/owl-profile/QL.
OWL2_RL - Enum constant in enum class org.semanticweb.owlapi.profiles.Profiles
http://www.w3.org/ns/owl-profile/RL.
OWL2Datatype - Enum Class in org.semanticweb.owlapi.vocab
An enumeration of the datatypes in the OWL 2 specification.
OWL2Datatype.Category - Enum Class in org.semanticweb.owlapi.vocab
Category enum.
OWL2Datatype.WhiteSpaceNormalisation - Enum Class in org.semanticweb.owlapi.vocab
Normalization enum.
OWL2DLProfile - Class in org.semanticweb.owlapi.profiles
 
OWL2DLProfile() - Constructor for class org.semanticweb.owlapi.profiles.OWL2DLProfile
 
OWL2ELProfile - Class in org.semanticweb.owlapi.profiles
 
OWL2ELProfile() - Constructor for class org.semanticweb.owlapi.profiles.OWL2ELProfile
 
OWL2Profile - Class in org.semanticweb.owlapi.profiles
Checks to see if an ontology and its imports closure fall into the OWL 2 FULL profile.
OWL2Profile() - Constructor for class org.semanticweb.owlapi.profiles.OWL2Profile
 
OWL2ProfileReport - Class in org.semanticweb.owlapi.profiles
 
OWL2ProfileReport(OWLProfile, Set<OWLProfileViolation>, Set<OWLObjectPropertyExpression>, Set<OWLObjectPropertyExpression>) - Constructor for class org.semanticweb.owlapi.profiles.OWL2ProfileReport
 
OWL2QLProfile - Class in org.semanticweb.owlapi.profiles
 
OWL2QLProfile() - Constructor for class org.semanticweb.owlapi.profiles.OWL2QLProfile
 
OWL2RLProfile - Class in org.semanticweb.owlapi.profiles
 
OWL2RLProfile() - Constructor for class org.semanticweb.owlapi.profiles.OWL2RLProfile
 
OWLAnnotation - Interface in org.semanticweb.owlapi.model
Annotations are used in the various types of annotation axioms, which bind annotations to their subjects (i.e.
OWLAnnotationAssertionAxiom - Interface in org.semanticweb.owlapi.model
Represents AnnotationAssertion axioms in the OWL 2 specification.
OWLAnnotationAxiom - Interface in org.semanticweb.owlapi.model
A super interface for annotation axioms.
OWLAnnotationAxiomVisitor - Interface in org.semanticweb.owlapi.model
A visitor which visits the different kinds of annotation axioms.
OWLAnnotationAxiomVisitorEx<O> - Interface in org.semanticweb.owlapi.model
 
OWLAnnotationObject - Interface in org.semanticweb.owlapi.model
A marker interface for the values (objects) of annotations.
OWLAnnotationObjectVisitor - Interface in org.semanticweb.owlapi.model
 
OWLAnnotationObjectVisitorEx<O> - Interface in org.semanticweb.owlapi.model
 
OWLAnnotationProperty - Interface in org.semanticweb.owlapi.model
Represents an AnnotationProperty in the OWL 2 specification.
OWLAnnotationPropertyDomainAxiom - Interface in org.semanticweb.owlapi.model
Represents an AnnotationPropertyDomain axiom in the OWL 2 specification.
OWLAnnotationPropertyRangeAxiom - Interface in org.semanticweb.owlapi.model
Represents an AnnotationPropertyRange axiom in the OWL 2 specification.
OWLAnnotationPropertyTransformer - Class in org.semanticweb.owlapi.util
 
OWLAnnotationPropertyTransformer(Map<OWLEntity, OWLEntity>, OWLDataFactory) - Constructor for class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
Creates an object duplicator that duplicates objects using the specified data factory and uri replacement map.
OWLAnnotationPropertyTransformer(OWLDataFactory) - Constructor for class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
Creates an object duplicator that duplicates objects using the specified data factory.
OWLAnnotationPropertyTransformer(OWLDataFactory, Map<OWLEntity, OWLEntity>) - Constructor for class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
Creates an object duplicator that duplicates objects using the specified data factory and uri replacement map.
OWLAnnotationSubject - Interface in org.semanticweb.owlapi.model
A marker interface for annotation subjects, which can either be IRIs or anonymous individuals, with visitor methods.
OWLAnnotationSubjectVisitor - Interface in org.semanticweb.owlapi.model
 
OWLAnnotationSubjectVisitorEx<O> - Interface in org.semanticweb.owlapi.model
 
OWLAnnotationValue - Interface in org.semanticweb.owlapi.model
A marker interface for annotation values, which can either be an IRI (URI), Literal or Anonymous Individual, with visitor methods.
OWLAnnotationValueVisitor - Interface in org.semanticweb.owlapi.model
A visitor that visits values of OWLAnnotations and OWLAnnotationAssertionAxioms.
OWLAnnotationValueVisitorEx<O> - Interface in org.semanticweb.owlapi.model
 
OWLAnonymousClassExpression - Interface in org.semanticweb.owlapi.model
The super interface for all class expressions which are not named class expressions (i.e.
OWLAnonymousIndividual - Interface in org.semanticweb.owlapi.model
Represents Anonymous Individuals in the OWL 2 Specification.
OWLAnonymousIndividualsWithMultipleOccurrences - Class in org.semanticweb.owlapi.util
A utility class that visits axioms, class expressions etc.
OWLAnonymousIndividualsWithMultipleOccurrences() - Constructor for class org.semanticweb.owlapi.util.OWLAnonymousIndividualsWithMultipleOccurrences
 
OWLAnonymousIndividualVisitorBase - Interface in org.semanticweb.owlapi.model
 
OWLAnonymousIndividualVisitorExBase<O> - Interface in org.semanticweb.owlapi.model
 
OWLAPIPreconditions - Class in org.semanticweb.owlapi.util
A set of personalized preconditions.
OWLAPIStreamUtils - Class in org.semanticweb.owlapi.util
A few util methods for common stream operations.
OWLAPIStreamUtils.Pair<T> - Class in org.semanticweb.owlapi.util
Class for pairwise partition
OWLAsymmetricObjectPropertyAxiom - Interface in org.semanticweb.owlapi.model
Represents AsymmetricObjectProperty axioms in the OWL 2 specification.
OWLAxiom - Interface in org.semanticweb.owlapi.model
Represents Axioms in the OWL 2 Specification.
An OWL ontology contains a set of axioms.
OWLAxiomChange - Class in org.semanticweb.owlapi.model
 
OWLAxiomChange(OWLOntology, OWLAxiom) - Constructor for class org.semanticweb.owlapi.model.OWLAxiomChange
 
OWLAxiomCollection - Interface in org.semanticweb.owlapi.model
Ontology methods related to it being a collection of axioms.
OWLAxiomCollectionBooleanArgs - Interface in org.semanticweb.owlapi.model
Ontology methods related to it being a collection of axioms.
OWLAxiomFilter - Interface in org.semanticweb.owlapi.util
 
OWLAxiomIndex - Interface in org.semanticweb.owlapi.model
Axiom accessor methods - all OWLOntology methods that return sets (or streams) of axioms of a certain type or with a certain entity referred.
OWLAxiomSearchFilter - Interface in org.semanticweb.owlapi.util
Search filter for axioms of various types, matching a pass condition on a key.
OWLAxiomVisitor - Interface in org.semanticweb.owlapi.model
An interface for objects that can accept visits from axioms.
OWLAxiomVisitorEx<O> - Interface in org.semanticweb.owlapi.model
An interface for objects that can accept visits from axioms.
OWLBooleanClassExpression - Interface in org.semanticweb.owlapi.model
 
OWLCardinalityRestriction<F extends OWLPropertyRange> - Interface in org.semanticweb.owlapi.model
 
OWLClass - Interface in org.semanticweb.owlapi.model
Represents a Class in the OWL 2 specification.
OWLClassAssertionAxiom - Interface in org.semanticweb.owlapi.model
Represents ClassAssertion axioms in the OWL 2 Specification.
OWLClassAxiom - Interface in org.semanticweb.owlapi.model
 
OWLClassExpression - Interface in org.semanticweb.owlapi.model
Represents Class Expressions in the OWL 2 specification.
OWLClassExpressionCollector - Class in org.semanticweb.owlapi.util
Collects all of the nested class expression that are used in some OWLObject.
OWLClassExpressionCollector() - Constructor for class org.semanticweb.owlapi.util.OWLClassExpressionCollector
The default collection is a set
OWLClassExpressionParser - Interface in org.semanticweb.owlapi.expression
An expression parser that parses expressions that correspond to class expressions.
OWLClassExpressionVisitor - Interface in org.semanticweb.owlapi.model
An interface to objects that can visit OWLClassExpressions.
OWLClassExpressionVisitorEx<O> - Interface in org.semanticweb.owlapi.model
An interface to objects that can visit OWLClassExpressions.
OWLClassLiteralCollector - Class in org.semanticweb.owlapi.util
 
OWLClassLiteralCollector(Set<OWLObject>) - Constructor for class org.semanticweb.owlapi.util.OWLClassLiteralCollector
 
OWLClassLiteralCollector(Set<OWLObject>, boolean) - Constructor for class org.semanticweb.owlapi.util.OWLClassLiteralCollector
 
OWLClassVisitorBase - Interface in org.semanticweb.owlapi.model
An interface to objects that can visit OWLClassExpressions.
OWLClassVisitorExBase<O> - Interface in org.semanticweb.owlapi.model
An interface to objects that can visit OWLClassExpressions.
OWLCompositeOntologyChange - Interface in org.semanticweb.owlapi.change
A composite ontology change encapsulates a list of ontology changes, which should be applied as a logical unit.
OWLDataAllValuesFrom - Interface in org.semanticweb.owlapi.model
Represents DataAllValuesFrom class expressions in the OWL 2 Specification.
OWLDataCardinalityRestriction - Interface in org.semanticweb.owlapi.model
Represents Data Property Cardinality Restrictions in the OWL 2 specification.
OWLDataComplementOf - Interface in org.semanticweb.owlapi.model
Represents DataComplementOf in the OWL 2 Specification.
OWLDataEntityVisitorBase - Interface in org.semanticweb.owlapi.model
 
OWLDataEntityVisitorExBase<O> - Interface in org.semanticweb.owlapi.model
 
OWLDataExactCardinality - Interface in org.semanticweb.owlapi.model
Represents DataExactCardinality restrictions in the OWL 2 Specification.
OWLDataFactory - Interface in org.semanticweb.owlapi.model
An interface for creating entities, class expressions and axioms.
OWLDataHasValue - Interface in org.semanticweb.owlapi.model
Represents DataHasValue restrictions in the OWL 2 Specification.
OWLDataIntersectionOf - Interface in org.semanticweb.owlapi.model
Represents DataIntersectionOf in the OWL 2 Specification.
OWLDataMaxCardinality - Interface in org.semanticweb.owlapi.model
Represents DataMaxCardinality restrictions in the OWL 2 Specification.
OWLDataMinCardinality - Interface in org.semanticweb.owlapi.model
Represents DataMinCardinality restrictions in the OWL 2 Specification.
OWLDataOneOf - Interface in org.semanticweb.owlapi.model
Represents DataOneOf in the OWL 2 Specification.
OWLDataProperty - Interface in org.semanticweb.owlapi.model
Represents a Data Property in the OWL 2 Specification.
OWLDataPropertyAssertionAxiom - Interface in org.semanticweb.owlapi.model
Represents a DataPropertyAssertion in the OWL 2 Specification.
OWLDataPropertyAxiom - Interface in org.semanticweb.owlapi.model
A high level interface which marks data property axioms (e.g.
OWLDataPropertyCharacteristicAxiom - Interface in org.semanticweb.owlapi.model
 
OWLDataPropertyDomainAxiom - Interface in org.semanticweb.owlapi.model
Represents a DataPropertyDomain axiom in the OWL 2 Specification.
OWLDataPropertyExpression - Interface in org.semanticweb.owlapi.model
A high level interface to describe different types of data properties.
OWLDataPropertyRangeAxiom - Interface in org.semanticweb.owlapi.model
Represents a DataPropertyRange axiom in the OWL 2 Specification.
OWLDataRange - Interface in org.semanticweb.owlapi.model
Represents a DataRange in the OWL 2 Specification.
A high level interface which represents a data range.
OWLDataRangeVisitor - Interface in org.semanticweb.owlapi.model
An interface to an object that can accept visits from OWLDataRanges.
OWLDataRangeVisitorEx<O> - Interface in org.semanticweb.owlapi.model
 
OWLDataRestriction - Interface in org.semanticweb.owlapi.model
Represents a restriction (Object Property Restriction or Data Property Restriction) in the OWL 2 specification.
OWLDataSomeValuesFrom - Interface in org.semanticweb.owlapi.model
Represents a DataSomeValuesFrom restriction in the OWL 2 Specification.
OWLDatatype - Interface in org.semanticweb.owlapi.model
Represents a Datatype (named data range) in the OWL 2 Specification.
OWLDatatypeDefinitionAxiom - Interface in org.semanticweb.owlapi.model
Represents a DatatypeDefinition axiom in the OWL 2 Specification.
OWLDatatypeRestriction - Interface in org.semanticweb.owlapi.model
Represents a DatatypeRestriction data range in the OWL 2 Specification.
OWLDataUnionOf - Interface in org.semanticweb.owlapi.model
Represents a DataUnionOf data range in the OWL 2 Specification.
OWLDataVisitor - Interface in org.semanticweb.owlapi.model
A visitor which can visit various data ranges and constants.
OWLDataVisitorEx<O> - Interface in org.semanticweb.owlapi.model
 
OWLDeclarationAxiom - Interface in org.semanticweb.owlapi.model
Represents a Declaration in the OWL 2 Specification.
OWLDifferentIndividualsAxiom - Interface in org.semanticweb.owlapi.model
Represents a DifferentIndividuals axiom in the OWL 2 Specification.
OWLDisjointClassesAxiom - Interface in org.semanticweb.owlapi.model
Represents a DisjointClasses axiom in the OWL 2 Specification.
OWLDisjointDataPropertiesAxiom - Interface in org.semanticweb.owlapi.model
Represents a DisjointDataProperties axiom in the OWL 2 Specification.
OWLDisjointObjectPropertiesAxiom - Interface in org.semanticweb.owlapi.model
Represents DisjointObjectProperties axioms in the OWL 2 specification.
OWLDisjointUnionAxiom - Interface in org.semanticweb.owlapi.model
Represents a DisjointUnion axiom in the OWL 2 Specification.
OWLDocumentFormat - Interface in org.semanticweb.owlapi.model
Represents the concrete representation format of an ontology.
OWLDocumentFormatFactory - Interface in org.semanticweb.owlapi.model
Factory for ontology formats.
OWLDocumentFormatFactoryImpl - Class in org.semanticweb.owlapi.util
A generic factory class for OWLDocumentFormats.
OWLDocumentFormatImpl - Class in org.semanticweb.owlapi.model
Represents the concrete representation format of an ontology.
OWLDocumentFormatImpl() - Constructor for class org.semanticweb.owlapi.model.OWLDocumentFormatImpl
 
OWLEntity - Interface in org.semanticweb.owlapi.model
Represents Entities in the OWL 2 Specification.
OWLEntityChecker - Interface in org.semanticweb.owlapi.expression
Maps strings to OWL objects.
OWLEntityCollectingOntologyChangeListener - Class in org.semanticweb.owlapi.util
A convenience class which is an ontology change listener which collects the entities which are referenced in a set of ontology changes.
OWLEntityCollectingOntologyChangeListener() - Constructor for class org.semanticweb.owlapi.util.OWLEntityCollectingOntologyChangeListener
 
OWLEntityCollector - Class in org.semanticweb.owlapi.util
A utility class that visits axioms, class expressions etc.
OWLEntityCollector(Collection<OWLEntity>) - Constructor for class org.semanticweb.owlapi.util.OWLEntityCollector
 
OWLEntityComparator - Class in org.semanticweb.owlapi.util
A Comparator which compares entities.
OWLEntityComparator(ShortFormProvider) - Constructor for class org.semanticweb.owlapi.util.OWLEntityComparator
Constructs an entity comparator which uses the specified short form provider.
OWLEntityFragmentProvider - Class in org.semanticweb.owlapi.util
Convenience to create c1, c2, p1, p2...
OWLEntityFragmentProvider() - Constructor for class org.semanticweb.owlapi.util.OWLEntityFragmentProvider
 
OWLEntityIRIComparator - Class in org.semanticweb.owlapi.util
Comparator that uses IRI ordering to order entities.
OWLEntityIRIComparator() - Constructor for class org.semanticweb.owlapi.util.OWLEntityIRIComparator
 
OWLEntityRemover - Class in org.semanticweb.owlapi.util
A convenience object that generates the changes which are necessary to remove an entity from a set of ontologies.
OWLEntityRemover(Collection<OWLOntology>) - Constructor for class org.semanticweb.owlapi.util.OWLEntityRemover
Creates an entity remover, which will remove entities (axioms referring to the entities from the specified ontologies).
OWLEntityRemover(Stream<OWLOntology>) - Constructor for class org.semanticweb.owlapi.util.OWLEntityRemover
Creates an entity remover, which will remove entities (axioms referring to the entities from the specified ontologies).
OWLEntityRemover(OWLOntology) - Constructor for class org.semanticweb.owlapi.util.OWLEntityRemover
Creates an entity remover, which will remove entities (axioms referring to the entities from the specified ontologies).
OWLEntityRenamer - Class in org.semanticweb.owlapi.util
Renames entities that have a particular IRI.
OWLEntityRenamer(OWLOntologyManager, Collection<OWLOntology>) - Constructor for class org.semanticweb.owlapi.util.OWLEntityRenamer
 
OWLEntitySetProvider<E extends OWLEntity> - Interface in org.semanticweb.owlapi.util
Provides a set of entities to inputs that require this.
OWLEntityTinyURIConversionStrategy - Class in org.semanticweb.owlapi.util
Provides an entity URI conversion strategy which converts entity URIs to a common base and alpha-numeric fragment.
OWLEntityTinyURIConversionStrategy() - Constructor for class org.semanticweb.owlapi.util.OWLEntityTinyURIConversionStrategy
Constructs an entity URI converter strategy, where the base of the generated URIs corresponds to the value specified by the DEFAULT_BASE constant.
OWLEntityTinyURIConversionStrategy(String) - Constructor for class org.semanticweb.owlapi.util.OWLEntityTinyURIConversionStrategy
Constructs an entity URI converter strategy, where the specified base is used for the base of the URIs generated by the generator.
OWLEntityURIConverter - Class in org.semanticweb.owlapi.util
Performs a bulk conversion/translation of entity URIs.
OWLEntityURIConverter(OWLOntologyManager, Collection<OWLOntology>, OWLEntityURIConverterStrategy) - Constructor for class org.semanticweb.owlapi.util.OWLEntityURIConverter
Creates a converter that will convert the URIs of entities in the specified ontologies using the specified conversion strategy.
OWLEntityURIConverterStrategy - Interface in org.semanticweb.owlapi.util
An interface for customisation of entity URI conversions.
OWLEntityURIUnderscores2CamelBackConverterStrategy - Class in org.semanticweb.owlapi.util
Converts the entity URI fragment or last path element if the fragment is not present to Camel Case.
OWLEntityURIUnderscores2CamelBackConverterStrategy() - Constructor for class org.semanticweb.owlapi.util.OWLEntityURIUnderscores2CamelBackConverterStrategy
 
OWLEntityVisitor - Interface in org.semanticweb.owlapi.model
An interface to an object that can accept visits from OWLEntitys.
OWLEntityVisitorEx<O> - Interface in org.semanticweb.owlapi.model
 
OWLEquivalentClassesAxiom - Interface in org.semanticweb.owlapi.model
Represents an EquivalentClasses axiom in the OWL 2 Specification.
OWLEquivalentDataPropertiesAxiom - Interface in org.semanticweb.owlapi.model
Represents an EquivalentDataProperties axiom in the OWL 2 Specification.
OWLEquivalentObjectPropertiesAxiom - Interface in org.semanticweb.owlapi.model
Represents EquivalentObjectProperties axioms in the OWL 2 specification.
OWLException - Exception in org.semanticweb.owlapi.model
The root of checked exceptions in the OWL API.
OWLException(String) - Constructor for exception org.semanticweb.owlapi.model.OWLException
 
OWLException(String, Throwable) - Constructor for exception org.semanticweb.owlapi.model.OWLException
 
OWLException(Throwable) - Constructor for exception org.semanticweb.owlapi.model.OWLException
 
OWLExpressionParser<O> - Interface in org.semanticweb.owlapi.expression
A general purpose interface which provides the ability to parse some expression into some kind of object.
OWLFacet - Enum Class in org.semanticweb.owlapi.vocab
Represents the facets that can be used for restricting a datatype.
OWLFacetRestriction - Interface in org.semanticweb.owlapi.model
A facet restriction is used to restrict a particular datatype.
OWLFunctionalDataPropertyAxiom - Interface in org.semanticweb.owlapi.model
Represents a FunctionalDataProperty axiom in the OWL 2 Specification.
OWLFunctionalObjectPropertyAxiom - Interface in org.semanticweb.owlapi.model
Represents FunctionalObjectProperty axioms in the OWL 2 specification.
OWLHasKeyAxiom - Interface in org.semanticweb.owlapi.model
Represents a HasKey axiom in the OWL 2 Specification.
OWLHasValueRestriction<V extends OWLObject> - Interface in org.semanticweb.owlapi.model
 
OWLImportsDeclaration - Interface in org.semanticweb.owlapi.model
Represents an import statement in an ontology.
OWLIndividual - Interface in org.semanticweb.owlapi.model
Represents a named or anonymous individual.
OWLIndividualAxiom - Interface in org.semanticweb.owlapi.model
 
OWLIndividualEntityVisitorBase - Interface in org.semanticweb.owlapi.model
 
OWLIndividualEntityVisitorExBase<O> - Interface in org.semanticweb.owlapi.model
 
OWLIndividualVisitor - Interface in org.semanticweb.owlapi.model
 
OWLIndividualVisitorEx<O> - Interface in org.semanticweb.owlapi.model
 
OWLInverseFunctionalObjectPropertyAxiom - Interface in org.semanticweb.owlapi.model
Represents InverseFunctionalObjectProperty axioms in the OWL 2 specification.
OWLInverseObjectPropertiesAxiom - Interface in org.semanticweb.owlapi.model
Represents an InverseObjectProperties axiom in the OWL 2 Specification.
OWLIrreflexiveObjectPropertyAxiom - Interface in org.semanticweb.owlapi.model
Represents IrreflexiveObjectProperty axioms in the OWL 2 Specification.
OWLKnowledgeExplorerReasoner - Interface in org.semanticweb.owlapi.reasoner.knowledgeexploration
Extension of OWLReasoner to allow access to reasoner completion graph.
OWLKnowledgeExplorerReasoner.RootNode - Interface in org.semanticweb.owlapi.reasoner.knowledgeexploration
Interface for a tableaux node.
OWLLiteral - Interface in org.semanticweb.owlapi.model
Represents a Literal in the OWL 2 Specification.
OWLLiteralReplacer - Class in org.semanticweb.owlapi.util
Replaces a literal with another.
OWLLiteralReplacer(OWLOntologyManager, Set<OWLOntology>) - Constructor for class org.semanticweb.owlapi.util.OWLLiteralReplacer
 
OWLLiteralVisitorBase - Interface in org.semanticweb.owlapi.model
 
OWLLiteralVisitorExBase<O> - Interface in org.semanticweb.owlapi.model
 
OWLLogicalAxiom - Interface in org.semanticweb.owlapi.model
A base interface of all axioms that affect the logical meaning of an ontology.
OWLLogicalAxiomVisitor - Interface in org.semanticweb.owlapi.model
 
OWLLogicalAxiomVisitorEx<O> - Interface in org.semanticweb.owlapi.model
 
OWLLogicalEntity - Interface in org.semanticweb.owlapi.model
Deprecated.
this interface is redundant
OWLMutableOntology - Interface in org.semanticweb.owlapi.model
Marker interface for ontologies where mutating actions must have an effect.
OWLNamedIndividual - Interface in org.semanticweb.owlapi.model
Represents a Named Individual in the OWL 2 Specification.
OWLNamedObject - Interface in org.semanticweb.owlapi.model
Represents a named object for example, class, property, ontology etc.
OWLNamedObjectVisitor - Interface in org.semanticweb.owlapi.model
 
OWLNamedObjectVisitorEx<O> - Interface in org.semanticweb.owlapi.model
 
OWLNaryAxiom<C extends OWLObject> - Interface in org.semanticweb.owlapi.model
Represents an axiom that contains two or more operands that could also be represented with multiple pairwise axioms.
OWLNaryBooleanClassExpression - Interface in org.semanticweb.owlapi.model
 
OWLNaryClassAxiom - Interface in org.semanticweb.owlapi.model
 
OWLNaryDataRange - Interface in org.semanticweb.owlapi.model
 
OWLNaryIndividualAxiom - Interface in org.semanticweb.owlapi.model
 
OWLNaryPropertyAxiom<P extends OWLPropertyExpression> - Interface in org.semanticweb.owlapi.model
 
OWLNegativeDataPropertyAssertionAxiom - Interface in org.semanticweb.owlapi.model
Represents a NegativeDataPropertyAssertion axiom in the OWL 2 Specification.
OWLNegativeObjectPropertyAssertionAxiom - Interface in org.semanticweb.owlapi.model
Represents a NegativeObjectPropertyAssertion axiom in the OWL 2 Specification.
OWLObject - Interface in org.semanticweb.owlapi.model
 
OWLObjectAllValuesFrom - Interface in org.semanticweb.owlapi.model
Represents an ObjectAllValuesFrom restriction in the OWL 2 Specification.
OWLObjectCardinalityRestriction - Interface in org.semanticweb.owlapi.model
 
OWLObjectComparator - Class in org.semanticweb.owlapi.util
A ShortFormProvider based comparator for OWLObject instances.
OWLObjectComparator(ShortFormProvider) - Constructor for class org.semanticweb.owlapi.util.OWLObjectComparator
 
OWLObjectComplementOf - Interface in org.semanticweb.owlapi.model
Represents an ObjectComplementOf class expression in the OWL 2 Specification.
OWLObjectComponentCollector - Class in org.semanticweb.owlapi.util
 
OWLObjectComponentCollector() - Constructor for class org.semanticweb.owlapi.util.OWLObjectComponentCollector
Default constructor
OWLObjectDesharer - Class in org.semanticweb.owlapi.util
Class to remove structure sharing from OWL objects (Axioms or expressions)
OWLObjectDesharer(OWLOntologyManager) - Constructor for class org.semanticweb.owlapi.util.OWLObjectDesharer
Creates an object duplicator that duplicates objects using the specified data factory and uri replacement map.
OWLObjectDuplicator - Class in org.semanticweb.owlapi.util
 
OWLObjectDuplicator(Map<OWLEntity, IRI>, Map<OWLLiteral, OWLLiteral>, OWLOntologyManager) - Constructor for class org.semanticweb.owlapi.util.OWLObjectDuplicator
Creates an object duplicator that duplicates objects using the specified data factory and uri replacement map.
OWLObjectDuplicator(Map<OWLEntity, IRI>, Map<OWLLiteral, OWLLiteral>, OWLOntologyManager, RemappingIndividualProvider) - Constructor for class org.semanticweb.owlapi.util.OWLObjectDuplicator
Creates an object duplicator that duplicates objects using the specified data factory and uri replacement map.
OWLObjectDuplicator(Map<OWLEntity, IRI>, OWLOntologyManager) - Constructor for class org.semanticweb.owlapi.util.OWLObjectDuplicator
Creates an object duplicator that duplicates objects using the specified data factory and uri replacement map.
OWLObjectDuplicator(OWLOntologyManager) - Constructor for class org.semanticweb.owlapi.util.OWLObjectDuplicator
Creates an object duplicator that duplicates objects using the specified data factory.
OWLObjectDuplicator(OWLOntologyManager, Map<IRI, IRI>) - Constructor for class org.semanticweb.owlapi.util.OWLObjectDuplicator
Creates an object duplicator that duplicates objects using the specified data factory and uri replacement map.
OWLObjectDuplicator(OWLOntologyManager, Map<IRI, IRI>, RemappingIndividualProvider) - Constructor for class org.semanticweb.owlapi.util.OWLObjectDuplicator
Creates an object duplicator that duplicates objects using the specified data factory and uri replacement map.
OWLObjectExactCardinality - Interface in org.semanticweb.owlapi.model
Represents an ObjectExactCardinality restriction in the OWL 2 Specification.
OWLObjectHasSelf - Interface in org.semanticweb.owlapi.model
Represents an ObjectHasSelf class expression in the OWL 2 Specification.
OWLObjectHasValue - Interface in org.semanticweb.owlapi.model
Represents an ObjectHasValue class expression in the OWL 2 Specification.
OWLObjectIntersectionOf - Interface in org.semanticweb.owlapi.model
Represents an ObjectIntersectionOf class expression in the OWL 2 Specification.
OWLObjectInverseOf - Interface in org.semanticweb.owlapi.model
Represents a ObjectInverseOf Represents the inverse of a property expression.
OWLObjectMaxCardinality - Interface in org.semanticweb.owlapi.model
Represents an ObjectMaxCardinality restriction in the OWL 2 Specification.
OWLObjectMinCardinality - Interface in org.semanticweb.owlapi.model
Represents a ObjectMinCardinality restriction in the OWL 2 Specification.
OWLObjectOneOf - Interface in org.semanticweb.owlapi.model
Represents an ObjectOneOf class expression in the OWL 2 Specification.
OWLObjectProperty - Interface in org.semanticweb.owlapi.model
Represents an Object Property in the OWL 2 Specification.
OWLObjectPropertyAssertionAxiom - Interface in org.semanticweb.owlapi.model
Represents an ObjectPropertyAssertion axiom in the OWL 2 Specification.
OWLObjectPropertyAxiom - Interface in org.semanticweb.owlapi.model
 
OWLObjectPropertyCharacteristicAxiom - Interface in org.semanticweb.owlapi.model
 
OWLObjectPropertyDomainAxiom - Interface in org.semanticweb.owlapi.model
Represents ObjectPropertyDomain axioms in the OWL 2 specification.
OWLObjectPropertyExpression - Interface in org.semanticweb.owlapi.model
 
OWLObjectPropertyManager - Class in org.semanticweb.owlapi.util
 
OWLObjectPropertyManager(OWLOntology) - Constructor for class org.semanticweb.owlapi.util.OWLObjectPropertyManager
 
OWLObjectPropertyRangeAxiom - Interface in org.semanticweb.owlapi.model
Represents ObjectPropertyRange axioms in the OWL 2 specification.
OWLObjectRenderer - Interface in org.semanticweb.owlapi.io
A general purpose interface, implementations of which can be used to renderer OWL objects (e.g.
OWLObjectRestriction - Interface in org.semanticweb.owlapi.model
Represents a restriction (Object Property Restriction or Data Property Restriction) in the OWL 2 specification.
OWLObjectSomeValuesFrom - Interface in org.semanticweb.owlapi.model
Represents an ObjectSomeValuesFrom class expression in the OWL 2 Specification.
OWLObjectTransformer<T> - Class in org.semanticweb.owlapi.util
Transform axioms by rewriting parts of them.
OWLObjectTransformer(Predicate<Object>, Function<T, T>, OWLDataFactory, Class<T>) - Constructor for class org.semanticweb.owlapi.util.OWLObjectTransformer
 
OWLObjectUnionOf - Interface in org.semanticweb.owlapi.model
Represents an ObjectUnionOf class expression in the OWL 2 Specification.
OWLObjectVisitor - Interface in org.semanticweb.owlapi.model
 
OWLObjectVisitorEx<O> - Interface in org.semanticweb.owlapi.model
 
OWLObjectWalker<O extends OWLObject> - Class in org.semanticweb.owlapi.util
 
OWLObjectWalker(Collection<O>) - Constructor for class org.semanticweb.owlapi.util.OWLObjectWalker
 
OWLObjectWalker(Collection<O>, boolean) - Constructor for class org.semanticweb.owlapi.util.OWLObjectWalker
 
OWLObjectWalker(Collection<O>, boolean, AnnotationWalkingControl) - Constructor for class org.semanticweb.owlapi.util.OWLObjectWalker
 
OWLObjectWalker(Stream<O>) - Constructor for class org.semanticweb.owlapi.util.OWLObjectWalker
 
OWLObjectWalker(Stream<O>, boolean) - Constructor for class org.semanticweb.owlapi.util.OWLObjectWalker
 
OWLObjectWalker(Stream<O>, boolean, AnnotationWalkingControl) - Constructor for class org.semanticweb.owlapi.util.OWLObjectWalker
 
OWLOntology - Interface in org.semanticweb.owlapi.model
Represents an OWL 2 Ontology in the OWL 2 specification.
OWLOntologyAlreadyExistsException - Exception in org.semanticweb.owlapi.model
Indicates that an ontology with the given ontology IRI (and possible version IRI) exists.
OWLOntologyAlreadyExistsException(OWLOntologyID) - Constructor for exception org.semanticweb.owlapi.model.OWLOntologyAlreadyExistsException
Constructs an OWLOntologyAlreadyExistsException to describe the situation where an attempt to create an ontology failed because the manager already contained an ontology with specified ontology ID.
OWLOntologyAlreadyExistsException(OWLOntologyID, Throwable) - Constructor for exception org.semanticweb.owlapi.model.OWLOntologyAlreadyExistsException
Constructs an OWLOntologyAlreadyExistsException to describe the situation where an attempt to create an ontology failed because the manager already contained an ontology with specified ontology ID.
OWLOntologyAlreadyExistsException(OWLOntologyID, IRI) - Constructor for exception org.semanticweb.owlapi.model.OWLOntologyAlreadyExistsException
Constructs an OWLOntologyAlreadyExistsException to describe the situation where an attempt to load an ontology failed because the manager already contained an ontology with the ID that was the same as the ontology being loaded.
OWLOntologyAlreadyExistsException(OWLOntologyID, IRI, Throwable) - Constructor for exception org.semanticweb.owlapi.model.OWLOntologyAlreadyExistsException
Constructs an OWLOntologyAlreadyExistsException to describe the situation where an attempt to load an ontology failed because the manager already contained an ontology with the ID that was the same as the ontology being loaded.
OWLOntologyBuilder - Interface in org.semanticweb.owlapi.model
An ontology builder is responsible for choosing an OWLOntology implementation.
OWLOntologyChange - Class in org.semanticweb.owlapi.model
 
OWLOntologyChange(OWLOntology) - Constructor for class org.semanticweb.owlapi.model.OWLOntologyChange
 
OWLOntologyChangeBroadcastStrategy - Interface in org.semanticweb.owlapi.model
 
OWLOntologyChangeData - Class in org.semanticweb.owlapi.change
Represents an abstraction of the essential non-ontology data required by a particular kind of OWLOntologyChange.
OWLOntologyChangeDataVisitor<R> - Interface in org.semanticweb.owlapi.change
 
OWLOntologyChangeException - Exception in org.semanticweb.owlapi.model
A high level exception interface that describes errors that occurred when applying changes to ontologies.
OWLOntologyChangeException(OWLOntologyChangeData, String) - Constructor for exception org.semanticweb.owlapi.model.OWLOntologyChangeException
 
OWLOntologyChangeException(OWLOntologyChangeData, String, Throwable) - Constructor for exception org.semanticweb.owlapi.model.OWLOntologyChangeException
 
OWLOntologyChangeException(OWLOntologyChangeData, Throwable) - Constructor for exception org.semanticweb.owlapi.model.OWLOntologyChangeException
 
OWLOntologyChangeFilter - Class in org.semanticweb.owlapi.util
Provides a convenient method to filter add/remove axiom changes based on the type of axiom that is being added or removed from an ontology.
The general pattern of use is to simply create an instance of the OWLOntologyChangeFilter and override the appropriate visit methods corresponding to the types of axioms that are of interest.
OWLOntologyChangeFilter() - Constructor for class org.semanticweb.owlapi.util.OWLOntologyChangeFilter
 
OWLOntologyChangeListener - Interface in org.semanticweb.owlapi.model
 
OWLOntologyChangeProgressListener - Interface in org.semanticweb.owlapi.model
Objects that want to listen to the progress of applying changes to an ontology should implement this interface and add themselves as listener to a manager.
OWLOntologyChangeRecord - Class in org.semanticweb.owlapi.change
Associates an OWLOntologyID with ontology-less change data.
An OWLOntologyChangeRecord captures information about an OWLOntologyChange in a way that does not require a reference to an OWLOntology object.
OWLOntologyChangeRecord(OWLOntologyID, OWLOntologyChangeData) - Constructor for class org.semanticweb.owlapi.change.OWLOntologyChangeRecord
Constructs an OWLOntologyChangeRecord object which holds information about a change to a particular ontology identified by an OWLOntologyID object and also change details specified by the OWLOntologyChangeData object.
OWLOntologyChangesVetoedListener - Interface in org.semanticweb.owlapi.model
 
OWLOntologyChangeVetoException - Exception in org.semanticweb.owlapi.model
Describes a situation where a change was vetoed for some reason.
OWLOntologyChangeVetoException(OWLOntologyChangeData, String) - Constructor for exception org.semanticweb.owlapi.model.OWLOntologyChangeVetoException
 
OWLOntologyChangeVetoException(OWLOntologyChangeData, String, Throwable) - Constructor for exception org.semanticweb.owlapi.model.OWLOntologyChangeVetoException
 
OWLOntologyChangeVetoException(OWLOntologyChangeData, Throwable) - Constructor for exception org.semanticweb.owlapi.model.OWLOntologyChangeVetoException
 
OWLOntologyChangeVisitor - Interface in org.semanticweb.owlapi.model
 
OWLOntologyChangeVisitorEx<O> - Interface in org.semanticweb.owlapi.model
 
OWLOntologyChecker - Interface in org.semanticweb.owlapi.expression
 
OWLOntologyCreationException - Exception in org.semanticweb.owlapi.model
An exception which describes an error during the creation of an ontology.
OWLOntologyCreationException() - Constructor for exception org.semanticweb.owlapi.model.OWLOntologyCreationException
Default constructor.
OWLOntologyCreationException(String) - Constructor for exception org.semanticweb.owlapi.model.OWLOntologyCreationException
 
OWLOntologyCreationException(String, Throwable) - Constructor for exception org.semanticweb.owlapi.model.OWLOntologyCreationException
 
OWLOntologyCreationException(Throwable) - Constructor for exception org.semanticweb.owlapi.model.OWLOntologyCreationException
 
OWLOntologyCreationIOException - Exception in org.semanticweb.owlapi.io
Indicates an IOException happened during ontology creation.
OWLOntologyCreationIOException(Throwable) - Constructor for exception org.semanticweb.owlapi.io.OWLOntologyCreationIOException
 
OWLOntologyDocumentAlreadyExistsException - Exception in org.semanticweb.owlapi.model
An exception that describes the situation where there was an attempt to create or load an ontology where the corresponding ontology document IRI already was already mapped to an ontology.
OWLOntologyDocumentAlreadyExistsException(IRI) - Constructor for exception org.semanticweb.owlapi.model.OWLOntologyDocumentAlreadyExistsException
 
OWLOntologyDocumentSource - Interface in org.semanticweb.owlapi.io
A document source provides a point for loading an ontology.
OWLOntologyDocumentSourceBase - Class in org.semanticweb.owlapi.io
Base class for OWLOntologyDocumentSource.
OWLOntologyDocumentSourceBase(String, OWLDocumentFormat, String) - Constructor for class org.semanticweb.owlapi.io.OWLOntologyDocumentSourceBase
Constructs an ontology input source using the specified file.
OWLOntologyDocumentSourceBase(IRI, OWLDocumentFormat, String) - Constructor for class org.semanticweb.owlapi.io.OWLOntologyDocumentSourceBase
Constructs an ontology input source using the specified file.
OWLOntologyDocumentTarget - Interface in org.semanticweb.owlapi.io
Specifies an interface that provides a pointer to an ontology document where an ontology can be stored.
OWLOntologyFactory - Interface in org.semanticweb.owlapi.model
An ontology factory is responsible from creating new ontologies and creating ontologies from ontology document IRIs.
OWLOntologyFactory.OWLOntologyCreationHandler - Interface in org.semanticweb.owlapi.model
An OWLOntologyCreationHandler gets notified when the factory has created an empty ontology (during the loading process).
OWLOntologyFactoryNotFoundException - Exception in org.semanticweb.owlapi.model
 
OWLOntologyFactoryNotFoundException(IRI) - Constructor for exception org.semanticweb.owlapi.model.OWLOntologyFactoryNotFoundException
 
OWLOntologyID - Class in org.semanticweb.owlapi.model
An object that identifies an ontology.
OWLOntologyID() - Constructor for class org.semanticweb.owlapi.model.OWLOntologyID
Constructs an ontology identifier specifying that the ontology IRI (and hence the version IRI) is not present.
OWLOntologyID(Optional<IRI>, Optional<IRI>) - Constructor for class org.semanticweb.owlapi.model.OWLOntologyID
Constructs an ontology identifier specifying the ontology IRI and version IRI.
OWLOntologyID(IRI) - Constructor for class org.semanticweb.owlapi.model.OWLOntologyID
Constructs an ontology identifier specifying the ontology IRI and version IRI.
OWLOntologyID(IRI, IRI) - Constructor for class org.semanticweb.owlapi.model.OWLOntologyID
Constructs an ontology identifier specifying the ontology IRI and version IRI.
OWLOntologyImportsClosureSetProvider - Class in org.semanticweb.owlapi.util
An OWLOntologySetProvider which provides a set of ontologies which correspond to the imports closure of a given ontology.
OWLOntologyImportsClosureSetProvider(OWLOntologyManager, OWLOntology) - Constructor for class org.semanticweb.owlapi.util.OWLOntologyImportsClosureSetProvider
Constructs an OWLOntologySetProvider which provides a set containing the imports closure of a given ontology.
OWLOntologyInputSourceException - Exception in org.semanticweb.owlapi.io
 
OWLOntologyInputSourceException() - Constructor for exception org.semanticweb.owlapi.io.OWLOntologyInputSourceException
Default constructor.
OWLOntologyInputSourceException(String) - Constructor for exception org.semanticweb.owlapi.io.OWLOntologyInputSourceException
 
OWLOntologyInputSourceException(String, Throwable) - Constructor for exception org.semanticweb.owlapi.io.OWLOntologyInputSourceException
 
OWLOntologyInputSourceException(Throwable) - Constructor for exception org.semanticweb.owlapi.io.OWLOntologyInputSourceException
 
OWLOntologyIRIChanger - Class in org.semanticweb.owlapi.util
Changes the URI of an ontology and ensures that ontologies which import the ontology have their imports statements updated.
OWLOntologyIRIChanger(OWLOntologyManager) - Constructor for class org.semanticweb.owlapi.util.OWLOntologyIRIChanger
 
OWLOntologyIRIMapper - Interface in org.semanticweb.owlapi.model
The interface to an object that is capable of mapping ontology IRIs to document IRIs.
OWLOntologyIRIMappingNotFoundException - Exception in org.semanticweb.owlapi.model
An exception which describes the situation where no ontology document IRI mapping could be found.
OWLOntologyIRIMappingNotFoundException(IRI) - Constructor for exception org.semanticweb.owlapi.model.OWLOntologyIRIMappingNotFoundException
 
OWLOntologyLoaderConfiguration - Class in org.semanticweb.owlapi.model
A configuration object that specifies options and hints to objects that load OWLOntology instances.
OWLOntologyLoaderConfiguration() - Constructor for class org.semanticweb.owlapi.model.OWLOntologyLoaderConfiguration
 
OWLOntologyLoaderListener - Interface in org.semanticweb.owlapi.model
Receives notification of ontology loading starting and finishing from a manager.
OWLOntologyLoaderListener.LoadingEvent - Class in org.semanticweb.owlapi.model
Loading event.
OWLOntologyLoaderListener.LoadingFinishedEvent - Class in org.semanticweb.owlapi.model
Describes the situation when the loading process for an ontology has finished.
OWLOntologyLoaderListener.LoadingStartedEvent - Class in org.semanticweb.owlapi.model
Loading start event.
OWLOntologyLoaderMetaData - Interface in org.semanticweb.owlapi.io
 
OWLOntologyManager - Interface in org.semanticweb.owlapi.model
An OWLOntologyManager manages a set of ontologies.
OWLOntologyManagerFactory - Interface in org.semanticweb.owlapi.model
An ontology manager factory is responsible from creating new ontology managers.
OWLOntologyMerger - Class in org.semanticweb.owlapi.util
A very very simple merger, which just creates an ontology which contains the union of axioms from a set of ontologies.
OWLOntologyMerger(OWLOntologySetProvider) - Constructor for class org.semanticweb.owlapi.util.OWLOntologyMerger
 
OWLOntologyMerger(OWLOntologySetProvider, boolean) - Constructor for class org.semanticweb.owlapi.util.OWLOntologyMerger
 
OWLOntologyMerger(OWLOntologySetProvider, OWLAxiomFilter) - Constructor for class org.semanticweb.owlapi.util.OWLOntologyMerger
 
OWLOntologyProfileWalker - Class in org.semanticweb.owlapi.profiles
A specialized walker that skips visiting annotation assertion literals.
OWLOntologyProfileWalker(Collection<OWLOntology>) - Constructor for class org.semanticweb.owlapi.profiles.OWLOntologyProfileWalker
 
OWLOntologyProfileWalker(Stream<OWLOntology>) - Constructor for class org.semanticweb.owlapi.profiles.OWLOntologyProfileWalker
 
OWLOntologyRenameException - Exception in org.semanticweb.owlapi.model
An exception that describes the situation where an ontology could not be renamed (have its ID set) because its manager already contained an ontology with the same name.
OWLOntologyRenameException(OWLOntologyChangeData, OWLOntologyID) - Constructor for exception org.semanticweb.owlapi.model.OWLOntologyRenameException
 
OWLOntologyResourceAccessException - Exception in org.semanticweb.owlapi.model
An exception to describe a problem in accessing an ontology.
OWLOntologyResourceAccessException(String) - Constructor for exception org.semanticweb.owlapi.model.OWLOntologyResourceAccessException
 
OWLOntologyResourceAccessException(String, Throwable) - Constructor for exception org.semanticweb.owlapi.model.OWLOntologyResourceAccessException
 
OWLOntologyResourceAccessException(Throwable) - Constructor for exception org.semanticweb.owlapi.model.OWLOntologyResourceAccessException
 
OWLOntologySetProvider - Interface in org.semanticweb.owlapi.model
Inputs to algorithms etc.
OWLOntologySingletonSetProvider - Class in org.semanticweb.owlapi.util
An ontology set provider which provides a singleton set - i.e.
OWLOntologySingletonSetProvider(OWLOntology) - Constructor for class org.semanticweb.owlapi.util.OWLOntologySingletonSetProvider
Constructs an OWLOntologySingletonSetProvider which provides a singleton set contain the specified ontology.
OWLOntologyStorageException - Exception in org.semanticweb.owlapi.model
 
OWLOntologyStorageException(String) - Constructor for exception org.semanticweb.owlapi.model.OWLOntologyStorageException
 
OWLOntologyStorageException(String, Throwable) - Constructor for exception org.semanticweb.owlapi.model.OWLOntologyStorageException
 
OWLOntologyStorageException(Throwable) - Constructor for exception org.semanticweb.owlapi.model.OWLOntologyStorageException
 
OWLOntologyStorageIOException - Exception in org.semanticweb.owlapi.io
An OWLOntologyStorageException that was caused by an IOException.
OWLOntologyStorageIOException(IOException) - Constructor for exception org.semanticweb.owlapi.io.OWLOntologyStorageIOException
 
OWLOntologyWalker - Class in org.semanticweb.owlapi.util
 
OWLOntologyWalker(Collection<OWLOntology>) - Constructor for class org.semanticweb.owlapi.util.OWLOntologyWalker
 
OWLOntologyWalkerVisitor - Class in org.semanticweb.owlapi.util
 
OWLOntologyWalkerVisitor(OWLOntologyWalker) - Constructor for class org.semanticweb.owlapi.util.OWLOntologyWalkerVisitor
 
OWLOntologyWalkerVisitorEx<E> - Class in org.semanticweb.owlapi.util
 
OWLOntologyWalkerVisitorEx(OWLOntologyWalker) - Constructor for class org.semanticweb.owlapi.util.OWLOntologyWalkerVisitorEx
 
OWLOntologyWriterConfiguration - Class in org.semanticweb.owlapi.model
A configuration object that specifies options for output.
OWLOntologyWriterConfiguration() - Constructor for class org.semanticweb.owlapi.model.OWLOntologyWriterConfiguration
 
OWLPairwiseBooleanVisitor<C> - Interface in org.semanticweb.owlapi.model
Functional interface for a visitor that applies a function to two arguments, and returns a value.
OWLPairwiseVisitor<T,C> - Interface in org.semanticweb.owlapi.model
Functional interface for a visitor that applies a function to two arguments, and returns a value.
OWLPairwiseVoidVisitor<C> - Interface in org.semanticweb.owlapi.model
Functional interface for a visitor that applies a function to two arguments, and returns a value.
OWLParser - Interface in org.semanticweb.owlapi.io
An OWLParser parses an ontology document and adds the axioms of the parsed ontology to the OWLOntology object passed to the parse methods.
OWLParserException - Exception in org.semanticweb.owlapi.io
Indicates that a parse error happened when trying to parse an ontology.
OWLParserException() - Constructor for exception org.semanticweb.owlapi.io.OWLParserException
Default constructor.
OWLParserException(String) - Constructor for exception org.semanticweb.owlapi.io.OWLParserException
 
OWLParserException(String, int, int) - Constructor for exception org.semanticweb.owlapi.io.OWLParserException
 
OWLParserException(String, Throwable) - Constructor for exception org.semanticweb.owlapi.io.OWLParserException
 
OWLParserException(String, Throwable, int, int) - Constructor for exception org.semanticweb.owlapi.io.OWLParserException
 
OWLParserException(Throwable) - Constructor for exception org.semanticweb.owlapi.io.OWLParserException
 
OWLParserException(Throwable, int, int) - Constructor for exception org.semanticweb.owlapi.io.OWLParserException
 
OWLParserFactory - Interface in org.semanticweb.owlapi.io
An object that can create an OWLParser.
OWLParserFactoryImpl - Class in org.semanticweb.owlapi.io
Generic parser factory.
OWLPrimitive - Interface in org.semanticweb.owlapi.model
OWLProfile - Interface in org.semanticweb.owlapi.profiles
 
OWLProfileReport - Class in org.semanticweb.owlapi.profiles
 
OWLProfileReport(OWLProfile, Collection<OWLProfileViolation>) - Constructor for class org.semanticweb.owlapi.profiles.OWLProfileReport
 
OWLProfileViolation - Class in org.semanticweb.owlapi.profiles
Describes a violation of an OWLProfile by an axiom.
OWLProfileViolation(OWLOntology, OWLAxiom, Object) - Constructor for class org.semanticweb.owlapi.profiles.OWLProfileViolation
 
OWLProfileViolationVisitor - Interface in org.semanticweb.owlapi.profiles
 
OWLProfileViolationVisitorEx<T> - Interface in org.semanticweb.owlapi.profiles
 
OWLProperty - Interface in org.semanticweb.owlapi.model
A marker interface for properties that aren't expression i.e.
OWLPropertyAssertionAxiom<P extends OWLPropertyExpression,O extends OWLPropertyAssertionObject> - Interface in org.semanticweb.owlapi.model
Represents an Assertion in the OWL 2 specification.
OWLPropertyAssertionObject - Interface in org.semanticweb.owlapi.model
A marker interface for the types of property assertion objects (individuals and literals) that are the objects of property assertions.
OWLPropertyAxiom - Interface in org.semanticweb.owlapi.model
The base interface for property axioms.
OWLPropertyDomain - Interface in org.semanticweb.owlapi.model
A marker interface, for objects that can be the ranges of properties.
OWLPropertyDomainAxiom<P extends OWLPropertyExpression> - Interface in org.semanticweb.owlapi.model
Represents ObjectPropertyDomain axioms in the OWL 2 specification.
OWLPropertyEntityVisitorBase - Interface in org.semanticweb.owlapi.model
 
OWLPropertyEntityVisitorExBase<O> - Interface in org.semanticweb.owlapi.model
 
OWLPropertyExpression - Interface in org.semanticweb.owlapi.model
Represents a property or possibly the inverse of a property.
OWLPropertyExpressionVisitor - Interface in org.semanticweb.owlapi.model
An interface to object that can visit the different types of property expressions.
OWLPropertyExpressionVisitorEx<O> - Interface in org.semanticweb.owlapi.model
 
OWLPropertyRange - Interface in org.semanticweb.owlapi.model
A marker interface, for objects that can be the ranges of properties.
OWLPropertyRangeAxiom<P extends OWLPropertyExpression,R extends OWLPropertyRange> - Interface in org.semanticweb.owlapi.model
Represents ObjectPropertyRange axioms in the OWL 2 specification.
OWLQuantifiedDataRestriction - Interface in org.semanticweb.owlapi.model
A quantified data restriction.
OWLQuantifiedObjectRestriction - Interface in org.semanticweb.owlapi.model
A quantified object restriction.
OWLQuantifiedRestriction<F extends OWLPropertyRange> - Interface in org.semanticweb.owlapi.model
 
OWLRDFVocabulary - Enum Class in org.semanticweb.owlapi.vocab
 
OWLReasoner - Interface in org.semanticweb.owlapi.reasoner
An OWLReasoner reasons over a set of axioms (the set of reasoner axioms) that is based on the imports closure of a particular ontology - the "root" ontology.
OWLReasonerConfiguration - Interface in org.semanticweb.owlapi.reasoner
An OWLReasonerConfiguration can be used to customise the setup of a reasoner at reasoner creation time via an OWLReasonerFactory.
OWLReasonerFactory - Interface in org.semanticweb.owlapi.reasoner
An OWLReasonerFactory is a point for creating instances of OWLReasoner objects.
OWLReasonerRuntimeException - Exception in org.semanticweb.owlapi.reasoner
 
OWLReasonerRuntimeException() - Constructor for exception org.semanticweb.owlapi.reasoner.OWLReasonerRuntimeException
Default constructor.
OWLReasonerRuntimeException(String) - Constructor for exception org.semanticweb.owlapi.reasoner.OWLReasonerRuntimeException
 
OWLReasonerRuntimeException(String, Throwable) - Constructor for exception org.semanticweb.owlapi.reasoner.OWLReasonerRuntimeException
 
OWLReasonerRuntimeException(Throwable) - Constructor for exception org.semanticweb.owlapi.reasoner.OWLReasonerRuntimeException
 
OWLReflexiveObjectPropertyAxiom - Interface in org.semanticweb.owlapi.model
Represents ReflexiveObjectProperty axioms in the OWL 2 specification.
OWLRenderer - Interface in org.semanticweb.owlapi.io
 
OWLRendererException - Exception in org.semanticweb.owlapi.io
 
OWLRendererException(String) - Constructor for exception org.semanticweb.owlapi.io.OWLRendererException
 
OWLRendererException(String, Throwable) - Constructor for exception org.semanticweb.owlapi.io.OWLRendererException
 
OWLRendererException(Throwable) - Constructor for exception org.semanticweb.owlapi.io.OWLRendererException
 
OWLRendererIOException - Exception in org.semanticweb.owlapi.io
 
OWLRendererIOException(Exception) - Constructor for exception org.semanticweb.owlapi.io.OWLRendererIOException
 
OWLRestriction - Interface in org.semanticweb.owlapi.model
Represents a restriction (Object Property Restriction or Data Property Restriction) in the OWL 2 specification.
OWLRuntimeException - Exception in org.semanticweb.owlapi.model
The root of runtime exceptions in the OWL API.
OWLRuntimeException() - Constructor for exception org.semanticweb.owlapi.model.OWLRuntimeException
Default constructor.
OWLRuntimeException(String) - Constructor for exception org.semanticweb.owlapi.model.OWLRuntimeException
 
OWLRuntimeException(String, Throwable) - Constructor for exception org.semanticweb.owlapi.model.OWLRuntimeException
 
OWLRuntimeException(Throwable) - Constructor for exception org.semanticweb.owlapi.model.OWLRuntimeException
 
OWLSameIndividualAxiom - Interface in org.semanticweb.owlapi.model
Represents an SameIndividual axiom in the OWL 2 Specification.
OWLSignature - Interface in org.semanticweb.owlapi.model
Ontology methods related to its signature.
OWLSignatureBooleanArgs - Interface in org.semanticweb.owlapi.model
Ontology methods related to its signature.
OWLStorer - Interface in org.semanticweb.owlapi.model
An ontology storer stores an ontology in a particular format at a location specified by a particular URI.
OWLStorerFactory - Interface in org.semanticweb.owlapi.model
Factory for ontology storers.
OWLStorerFactoryImpl - Class in org.semanticweb.owlapi.util
A factory class for OWLOntologyStorers.
OWLStorerNotFoundException - Exception in org.semanticweb.owlapi.model
 
OWLStorerNotFoundException(OWLDocumentFormat) - Constructor for exception org.semanticweb.owlapi.model.OWLStorerNotFoundException
 
OWLSubAnnotationPropertyOfAxiom - Interface in org.semanticweb.owlapi.model
Represents an SubAnnotationPropertyOf axiom in the OWL 2 Specification.
OWLSubClassOfAxiom - Interface in org.semanticweb.owlapi.model
Represents an SubClassOf axiom in the OWL 2 Specification.
OWLSubClassOfAxiomSetShortCut - Interface in org.semanticweb.owlapi.model
A marker interface for an axiom that can be represented by a set of SubClassOf axioms that is equivalent to this axiom.
OWLSubClassOfAxiomShortCut - Interface in org.semanticweb.owlapi.model
A marker interface for axioms that are essentially syntactic shortcuts for SubClassOf axioms.
OWLSubDataPropertyOfAxiom - Interface in org.semanticweb.owlapi.model
Represents an SubDataPropertyOf axiom in the OWL 2 Specification.
OWLSubObjectPropertyOfAxiom - Interface in org.semanticweb.owlapi.model
Represents SubObjectPropertyOf axioms in the OWL 2 specification.
OWLSubPropertyAxiom<P extends OWLPropertyExpression> - Interface in org.semanticweb.owlapi.model
 
OWLSubPropertyChainOfAxiom - Interface in org.semanticweb.owlapi.model
Represents a SubObjectPropertyOf axiom in the OWL 2 Specification where the subproperty is a chain of properties.
OWLSymmetricObjectPropertyAxiom - Interface in org.semanticweb.owlapi.model
Represents SymmetricObjectProperty axioms in the OWL 2 specification.
OWLTransitiveObjectPropertyAxiom - Interface in org.semanticweb.owlapi.model
Represents a TransitiveObjectProperty axiom in the OWL 2 Specification.
OWLUnaryPropertyAxiom<P extends OWLPropertyExpression> - Interface in org.semanticweb.owlapi.model
 
OWLVisitorBase - Interface in org.semanticweb.owlapi.model
Base interface for visitors.
OWLVisitorExBase<O> - Interface in org.semanticweb.owlapi.model
Base interface for visitors that return a value.
OWLVocabularyProvider - Interface in org.semanticweb.owlapi.model.providers
Utility shortcuts for OWL basic entities.
OWLXML - Enum constant in enum class org.semanticweb.owlapi.vocab.Extensions
OWL/XML, common extensions: xml, owl, rdf
OWLXMLDocumentFormat - Class in org.semanticweb.owlapi.formats
 
OWLXMLDocumentFormat() - Constructor for class org.semanticweb.owlapi.formats.OWLXMLDocumentFormat
 
OWLXMLDocumentFormatFactory - Class in org.semanticweb.owlapi.formats
 
OWLXMLDocumentFormatFactory() - Constructor for class org.semanticweb.owlapi.formats.OWLXMLDocumentFormatFactory
MIME types are application/owl+xml, text/xml, or default
OWLXMLVocabulary - Enum Class in org.semanticweb.owlapi.vocab
 
OWLZipClosureIRIMapper - Class in org.semanticweb.owlapi.util
An IRI mapper that uses a zip file and its owlzip.properties content to map logical IRIs to jar: IRIs.
OWLZipClosureIRIMapper(File) - Constructor for class org.semanticweb.owlapi.util.OWLZipClosureIRIMapper
 
OWLZipSaver - Class in org.semanticweb.owlapi.util
Class for saving ontologies to zip files with an optional index.
OWLZipSaver() - Constructor for class org.semanticweb.owlapi.util.OWLZipSaver
 

P

pair(T, T) - Static method in class org.semanticweb.owlapi.util.OWLAPIStreamUtils
 
Pair(T, T) - Constructor for class org.semanticweb.owlapi.util.OWLAPIStreamUtils.Pair
 
pairs(int) - Static method in class org.semanticweb.owlapi.util.OWLAPIStreamUtils
 
pairs(Collection<T>) - Static method in class org.semanticweb.owlapi.util.OWLAPIStreamUtils
 
pairs(Stream<T>) - Static method in class org.semanticweb.owlapi.util.OWLAPIStreamUtils
 
parse(String) - Method in interface org.semanticweb.owlapi.expression.OWLExpressionParser
 
parse(OWLOntologyDocumentSource, OWLOntology, OWLOntologyLoaderConfiguration) - Method in interface org.semanticweb.owlapi.io.OWLParser
Parses the ontology with a concrete representation in documentSource and adds its axioms to ontology.
parse(IRI, OWLOntology) - Method in interface org.semanticweb.owlapi.io.OWLParser
Parses the ontology with a concrete representation available at documentIRI and adds its axioms to ontology.
PARSE_WITH_STRICT_CONFIGURATION - Enum constant in enum class org.semanticweb.owlapi.model.parameters.ConfigurationOptions
True if strict parsing should be used.
parseAnnotationPropertyFrame() - Method in interface org.semanticweb.owlapi.util.mansyntax.ManchesterOWLSyntaxParser
 
parseAnnotationPropertyList() - Method in interface org.semanticweb.owlapi.util.mansyntax.ManchesterOWLSyntaxParser
 
parseAxiom() - Method in interface org.semanticweb.owlapi.util.mansyntax.ManchesterOWLSyntaxParser
Parsing "Inline" Axioms.
parseBoolean() - Method in interface org.semanticweb.owlapi.model.OWLLiteral
Parses the lexical value of this literal into a boolean.
parseClassAxiom() - Method in interface org.semanticweb.owlapi.util.mansyntax.ManchesterOWLSyntaxParser
Deprecated.
use ManchesterOWLSyntaxParser.parseAxiom(). parseClassAxiom() only casts the result of parseAxiom() to OWLClassAxiom.
parseClassExpression() - Method in interface org.semanticweb.owlapi.util.mansyntax.ManchesterOWLSyntaxParser
Parses an OWL class expression that is represented in Manchester OWL Syntax.
parseClassExpression(String) - Method in interface org.semanticweb.owlapi.util.mansyntax.ManchesterOWLSyntaxParser
Convenience method equivalent to setStringToParse("string"; parseClassexpression();}
parseClassExpressionList() - Method in interface org.semanticweb.owlapi.util.mansyntax.ManchesterOWLSyntaxParser
 
parseClassFrame() - Method in interface org.semanticweb.owlapi.util.mansyntax.ManchesterOWLSyntaxParser
 
parseClassFrameEOF() - Method in interface org.semanticweb.owlapi.util.mansyntax.ManchesterOWLSyntaxParser
 
PARSED_MULTIPLE_HEADERS - Enum constant in enum class org.semanticweb.owlapi.io.RDFOntologyHeaderStatus
Specifies that during parsing, the ontology document that the ontology was created from contained multiple headers.
PARSED_ONE_HEADER - Enum constant in enum class org.semanticweb.owlapi.io.RDFOntologyHeaderStatus
Specifies that during parsing, the ontology document that the ontology was created from contained one header.
PARSED_ZERO_HEADERS - Enum constant in enum class org.semanticweb.owlapi.io.RDFOntologyHeaderStatus
Specifies that during parsing, the ontology document did not contain any ontology headers.
parseDataPropertyFrame() - Method in interface org.semanticweb.owlapi.util.mansyntax.ManchesterOWLSyntaxParser
 
parseDataPropertyList() - Method in interface org.semanticweb.owlapi.util.mansyntax.ManchesterOWLSyntaxParser
 
parseDataRange() - Method in interface org.semanticweb.owlapi.util.mansyntax.ManchesterOWLSyntaxParser
 
parseDataRangeList() - Method in interface org.semanticweb.owlapi.util.mansyntax.ManchesterOWLSyntaxParser
 
parseDatatypeFrame() - Method in interface org.semanticweb.owlapi.util.mansyntax.ManchesterOWLSyntaxParser
 
parseDouble() - Method in interface org.semanticweb.owlapi.model.OWLLiteral
Parses the lexical value of this literal into a double.
parseFloat() - Method in interface org.semanticweb.owlapi.model.OWLLiteral
Parses the lexical value of this literal into a float.
parseFrames() - Method in interface org.semanticweb.owlapi.util.mansyntax.ManchesterOWLSyntaxParser
 
parseIndividualFrame() - Method in interface org.semanticweb.owlapi.util.mansyntax.ManchesterOWLSyntaxParser
 
parseIndividualList() - Method in interface org.semanticweb.owlapi.util.mansyntax.ManchesterOWLSyntaxParser
 
parseInteger() - Method in interface org.semanticweb.owlapi.model.OWLLiteral
Parses the lexical value of this literal into an integer.
parseLiteral(OWLDatatype) - Method in interface org.semanticweb.owlapi.util.mansyntax.ManchesterOWLSyntaxParser
 
parseObjectPropertyChain() - Method in interface org.semanticweb.owlapi.util.mansyntax.ManchesterOWLSyntaxParser
 
parseObjectPropertyFrame() - Method in interface org.semanticweb.owlapi.util.mansyntax.ManchesterOWLSyntaxParser
 
parseObjectPropertyList() - Method in interface org.semanticweb.owlapi.util.mansyntax.ManchesterOWLSyntaxParser
 
parseOntology(OWLOntology) - Method in interface org.semanticweb.owlapi.util.mansyntax.ManchesterOWLSyntaxParser
 
parsePropertyList() - Method in interface org.semanticweb.owlapi.util.mansyntax.ManchesterOWLSyntaxParser
 
parseRuleFrame() - Method in interface org.semanticweb.owlapi.util.mansyntax.ManchesterOWLSyntaxParser
 
parseShortName(String) - Static method in enum class org.semanticweb.owlapi.vocab.XSDVocabulary
Easy parse of short names of the kind "xsd:typename".
parseValuePartitionFrame() - Method in interface org.semanticweb.owlapi.util.mansyntax.ManchesterOWLSyntaxParser
 
parseVariable() - Method in interface org.semanticweb.owlapi.util.mansyntax.ManchesterOWLSyntaxParser
 
pass(OWLAxiom, Object) - Method in class org.semanticweb.owlapi.search.Filters.AxiomFilter
 
pass(OWLAxiom, Object) - Method in interface org.semanticweb.owlapi.util.OWLAxiomSearchFilter
 
passes(OWLAxiom) - Method in interface org.semanticweb.owlapi.util.OWLAxiomFilter
 
passes(OWLAxiom) - Method in class org.semanticweb.owlapi.util.OWLOntologyMerger
 
PATTERN - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLFacet
PATTERN.
Pellet - Static variable in enum class org.semanticweb.owlapi.profiles.Profiles
 
pendingAxiomAdditions() - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Gets the axioms that as a result of ontology changes need to be added to the reasoner to synchronise it with the root ontology imports closure.
pendingAxiomRemovals() - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Gets the axioms that as a result of ontology changes need to removed to the reasoner to synchronise it with the root ontology imports closure.
pendingChanges() - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Gets the pending changes which need to be taken into consideration by the reasoner so that it is up to date with the root ontology imports closure.
PERSON - Enum constant in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
http://www.w3.org/ns/prov#Person.
PLAN - Enum constant in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
http://www.w3.org/ns/prov#Plan.
POSITIVE_INTEGER - Enum constant in enum class org.semanticweb.owlapi.vocab.XSDVocabulary
POSITIVE_INTEGER.
POW - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
POW.
POWDER - Enum constant in enum class org.semanticweb.owlapi.vocab.Namespaces
The POWDER namespace.
POWDERS - Enum constant in enum class org.semanticweb.owlapi.vocab.Namespaces
The POWDERS namespace.
precomputableInferenceTypes() - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Returns the stream of InferenceTypes that are precomputable by reasoner.
precomputeInferences(InferenceType...) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Asks the reasoner to precompute certain types of inferences.
PREFIX - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
PREFIX.
PrefixDocumentFormat - Interface in org.semanticweb.owlapi.formats
A PrefixOWLDocumentFormat delegates all PrefixManager operations to a PrefixManager implementation.
PrefixDocumentFormatImpl - Class in org.semanticweb.owlapi.formats
A PrefixOWLDocumentFormat delegates all PrefixManager operations to a PrefixManager implementation.
PrefixDocumentFormatImpl() - Constructor for class org.semanticweb.owlapi.formats.PrefixDocumentFormatImpl
Default constructor.
PrefixDocumentFormatImpl(PrefixManager) - Constructor for class org.semanticweb.owlapi.formats.PrefixDocumentFormatImpl
 
prefixedBy(String) - Method in class org.semanticweb.owlapi.model.IRI
 
PrefixManager - Interface in org.semanticweb.owlapi.model
A prefix manager than can provide prefixes for prefix names.
prefixNames() - Method in class org.semanticweb.owlapi.formats.PrefixDocumentFormatImpl
 
prefixNames() - Method in interface org.semanticweb.owlapi.model.PrefixManager
Gets the prefix names that have a mapping in this prefix manager.
prefixNames() - Method in class org.semanticweb.owlapi.util.DefaultPrefixManager
 
PREFLABEL - Enum constant in enum class org.semanticweb.owlapi.vocab.SKOSVocabulary
PREFLABEL.
PRESERVE - Enum constant in enum class org.semanticweb.owlapi.vocab.OWL2Datatype.WhiteSpaceNormalisation
No normalization is done, the value is not changed (this is the behavior required by [XML] for element content).
PRIMARY_SOURCE - Enum constant in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
http://www.w3.org/ns/prov#PrimarySource.
PrimitiveType - Enum Class in org.semanticweb.owlapi.model
 
PRIORITY_COLLECTION_SORTING - Enum constant in enum class org.semanticweb.owlapi.model.parameters.ConfigurationOptions
sort configuration for priority collections
PriorityCollection<T extends Serializable> - Class in org.semanticweb.owlapi.util
A collection that is sorted by HasPriority annotation on its members.
PriorityCollection(PriorityCollectionSorting) - Constructor for class org.semanticweb.owlapi.util.PriorityCollection
 
PriorityCollectionSorting - Enum Class in org.semanticweb.owlapi.model
Specifies how PriorityCollection should sort its entries.
processChanges(List<? extends OWLOntologyChange>) - Method in class org.semanticweb.owlapi.util.OWLOntologyChangeFilter
 
Profiles - Enum Class in org.semanticweb.owlapi.profiles
This enumeration includes all currently implemented profile checkers and known information about available reasoners for those profiles.
ProfileVisitor - Class in org.semanticweb.owlapi.profiles
Profile visitor - walks the imports closure and adds all violations found to the violation collection.
ProfileVisitor(OWLOntologyWalker, Collection<OWLProfileViolation>, Collection<Profiles>) - Constructor for class org.semanticweb.owlapi.profiles.ProfileVisitor
 
ProfileVisitorBase - Class in org.semanticweb.owlapi.profiles
Base class for profile violation visitors.
ProgressMonitor - Interface in org.semanticweb.owlapi.util
A general interface for things whose progress can be monitored.
PROPER_INTERVAL - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#ProperInterval.
properties() - Method in interface org.semanticweb.owlapi.model.OWLNaryPropertyAxiom
 
PROPERTIES_INDEX_NAME - Static variable in class org.semanticweb.owlapi.util.OWLZipSaver
Properties entry name
propertiesIndex(Collection<OWLOntology>, Collection<OWLOntology>) - Method in class org.semanticweb.owlapi.util.OWLZipSaver
Prepare a properties index; this method can be used as a BiFunction for OWLZipSaver.setIndex(BiFunction).
PROPERTY_PREDICATE - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLVocabulary
PROPERTY_PREDICATE.
PropertyAssertionValueShortFormProvider - Class in org.semanticweb.owlapi.util
A short form provider that generates short forms from the values of object property assertions or data property assertions if the entity is an individual.
PropertyAssertionValueShortFormProvider(List<OWLPropertyExpression>, Map<OWLDataPropertyExpression, List<String>>, OWLOntologySetProvider) - Constructor for class org.semanticweb.owlapi.util.PropertyAssertionValueShortFormProvider
Constructs a property value short form provider.
PropertyAssertionValueShortFormProvider(List<OWLPropertyExpression>, Map<OWLDataPropertyExpression, List<String>>, OWLOntologySetProvider, ShortFormProvider) - Constructor for class org.semanticweb.owlapi.util.PropertyAssertionValueShortFormProvider
Constructs a property value short form provider.
PropertyChainAxiomProvider - Interface in org.semanticweb.owlapi.model.axiomproviders
Annotation, datatype and object property range provider.
PropertyCharacteristicAxiomProvider - Interface in org.semanticweb.owlapi.model.axiomproviders
Property characteristic axioms provider (functional, transitive, etc.).
propertyExpressions() - Method in interface org.semanticweb.owlapi.model.OWLHasKeyAxiom
 
PROV - Enum constant in enum class org.semanticweb.owlapi.vocab.Namespaces
The PROV namespace.
PROVVocabulary - Enum Class in org.semanticweb.owlapi.vocab
 
PTR - Enum constant in enum class org.semanticweb.owlapi.vocab.Namespaces
The PTR namespace.
PUBLISHER - Enum constant in enum class org.semanticweb.owlapi.vocab.DublinCoreVocabulary
http://purl.org/dc/elements/1.1/publisher.
purge() - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
Empty all caches

Q

Q - Enum constant in enum class org.semanticweb.owlapi.util.Construct
Qualified cardinality restrictions (available in OWL 2, cardinality restrictions that have fillers other than top).
Q_NAME - Enum constant in enum class org.semanticweb.owlapi.vocab.XSDVocabulary
Q_NAME.
QNameShortFormProvider - Class in org.semanticweb.owlapi.util
A short form provider which creates QNames for entities.
QNameShortFormProvider() - Constructor for class org.semanticweb.owlapi.util.QNameShortFormProvider
Creates a QNameShortFormProvider where namespace prefix mappings will automatically be generated.
QNameShortFormProvider(Map<String, String>) - Constructor for class org.semanticweb.owlapi.util.QNameShortFormProvider
Creates a QNameShortFormProvider where the specified map overrides any auto-generated prefix namespace mappings.
QUALIFIED_ASSOCIATION - Enum constant in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
http://www.w3.org/ns/prov#qualifiedAssociation.
QUALIFIED_ATTRIBUTION - Enum constant in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
http://www.w3.org/ns/prov#qualifiedAttribution.
QUALIFIED_COMMUNICATION - Enum constant in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
http://www.w3.org/ns/prov#qualifiedCommunication.
QUALIFIED_DELEGATION - Enum constant in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
http://www.w3.org/ns/prov#qualifiedDelegation.
QUALIFIED_DERIVATION - Enum constant in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
http://www.w3.org/ns/prov#qualifiedDerivation.
QUALIFIED_END - Enum constant in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
http://www.w3.org/ns/prov#qualifiedEnd.
QUALIFIED_GENERATION - Enum constant in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
http://www.w3.org/ns/prov#qualifiedGeneration.
QUALIFIED_INFLUENCE - Enum constant in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
http://www.w3.org/ns/prov#qualifiedInfluence.
QUALIFIED_INVALIDATION - Enum constant in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
http://www.w3.org/ns/prov#qualifiedInvalidation.
QUALIFIED_PRIMARY_SOURCE - Enum constant in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
http://www.w3.org/ns/prov#qualifiedPrimarySource.
QUALIFIED_QUOTATION - Enum constant in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
http://www.w3.org/ns/prov#qualifiedQuotation.
QUALIFIED_REVISION - Enum constant in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
http://www.w3.org/ns/prov#qualifiedRevision.
QUALIFIED_START - Enum constant in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
http://www.w3.org/ns/prov#qualifiedStart.
QUALIFIED_USAGE - Enum constant in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
http://www.w3.org/ns/prov#qualifiedUsage.
QUOT - Static variable in class org.semanticweb.owlapi.io.XMLUtils
&quot; shortcut.
QUOTATION - Enum constant in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
http://www.w3.org/ns/prov#Quotation.

R

R2RML - Enum constant in enum class org.semanticweb.owlapi.vocab.Namespaces
The R2RML namespace.
range(Stream<? extends OWLAxiom>) - Static method in class org.semanticweb.owlapi.search.Searcher
Retrieve the ranges from range axioms.
range(Stream<? extends OWLAxiom>, Class<C>) - Static method in class org.semanticweb.owlapi.search.Searcher
Retrieve the ranges from range axioms.
range(OWLAxiom) - Static method in class org.semanticweb.owlapi.search.Searcher
Retrieve the ranges from a range axiom.
range(OWLAxiom, Class<C>) - Static method in class org.semanticweb.owlapi.search.Searcher
Retrieve the ranges from a range axiom.
RangeAxiomProvider - Interface in org.semanticweb.owlapi.model.axiomproviders
Annotation, datatype and object property range provider.
rboxAxioms(Imports) - Method in interface org.semanticweb.owlapi.model.OWLOntology
Gets the axioms that form the RBox for this ontology, i.e., the ones whose type is in the AxiomType::RBoxAxiomTypes.
RBoxAxiomTypes - Static variable in class org.semanticweb.owlapi.model.AxiomType
Set of rbox axiom types.
RDF - Enum constant in enum class org.semanticweb.owlapi.vocab.Namespaces
The RDF namespace.
RDF_DESCRIPTION - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/1999/02/22-rdf-syntax-ns#Description.
RDF_FIRST - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/1999/02/22-rdf-syntax-ns#first.
RDF_LANG_STRING - Enum constant in enum class org.semanticweb.owlapi.vocab.OWL2Datatype
RDF_LANG_STRING.
RDF_LANG_STRING - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/1999/02/22-rdf-syntax-ns#langString.
RDF_LIST - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/1999/02/22-rdf-syntax-ns#List.
RDF_NIL - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/1999/02/22-rdf-syntax-ns#nil.
RDF_OBJECT - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
Deprecated vocabulary: here for backwards compatibility http://www.w3.org/1999/02/22-rdf-syntax-ns#object.
RDF_PLAIN_LITERAL - Enum constant in enum class org.semanticweb.owlapi.vocab.OWL2Datatype
RDF_PLAIN_LITERAL.
RDF_PLAIN_LITERAL - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral.
RDF_PREDICATE - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
Deprecated vocabulary: here for backwards compatibility http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate.
RDF_PROPERTY - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/1999/02/22-rdf-syntax-ns#Property.
RDF_REST - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/1999/02/22-rdf-syntax-ns#rest.
RDF_SUBJECT - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
Deprecated vocabulary: here for backwards compatibility http://www.w3.org/1999/02/22-rdf-syntax-ns#subject.
RDF_TYPE - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/1999/02/22-rdf-syntax-ns#type.
RDF_XML_LITERAL - Enum constant in enum class org.semanticweb.owlapi.vocab.OWL2Datatype
RDF_XML_LITERAL.
RDF_XML_LITERAL - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral.
RDFA - Enum constant in enum class org.semanticweb.owlapi.vocab.Namespaces
The RDFA namespace.
RDFDocumentFormat - Interface in org.semanticweb.owlapi.formats
An RDF OWL Document Format.
RDFLiteral - Class in org.semanticweb.owlapi.io
 
RDFLiteral(String, String, IRI) - Constructor for class org.semanticweb.owlapi.io.RDFLiteral
Constructor for plain literal wrappers.
RDFLiteral(OWLLiteral) - Constructor for class org.semanticweb.owlapi.io.RDFLiteral
 
RDFNode - Class in org.semanticweb.owlapi.io
 
RDFNode() - Constructor for class org.semanticweb.owlapi.io.RDFNode
 
RDFOntologyHeaderStatus - Enum Class in org.semanticweb.owlapi.io
 
RDFParserMetaData - Class in org.semanticweb.owlapi.io
 
RDFParserMetaData(RDFOntologyHeaderStatus, int, Set<RDFTriple>, ArrayListMultimap<IRI, Class<?>>) - Constructor for class org.semanticweb.owlapi.io.RDFParserMetaData
 
RDFResource - Class in org.semanticweb.owlapi.io
 
RDFResource() - Constructor for class org.semanticweb.owlapi.io.RDFResource
 
RDFResourceBlankNode - Class in org.semanticweb.owlapi.io
Anonymous node implementation.
RDFResourceBlankNode(boolean, boolean, boolean) - Constructor for class org.semanticweb.owlapi.io.RDFResourceBlankNode
Create an RDFResource that is anonymous
RDFResourceBlankNode(Integer, boolean, boolean, boolean) - Constructor for class org.semanticweb.owlapi.io.RDFResourceBlankNode
Create an RDFResource that is anonymous.
RDFResourceBlankNode(IRI, boolean, boolean, boolean) - Constructor for class org.semanticweb.owlapi.io.RDFResourceBlankNode
Create an RDFResource that is anonymous.
RDFResourceIRI - Class in org.semanticweb.owlapi.io
IRI node implementation.
RDFResourceIRI(IRI) - Constructor for class org.semanticweb.owlapi.io.RDFResourceIRI
 
RDFResourceParseError - Class in org.semanticweb.owlapi.io
Describes why an RDF resource could not be parsed into an OWLObject.
RDFResourceParseError(OWLEntity, RDFNode, Set<RDFTriple>) - Constructor for class org.semanticweb.owlapi.io.RDFResourceParseError
 
RDFS - Enum constant in enum class org.semanticweb.owlapi.vocab.Namespaces
The RDFS namespace.
RDFS_CLASS - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2000/01/rdf-schema#Class.
RDFS_COMMENT - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2000/01/rdf-schema#comment.
RDFS_DATATYPE - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2000/01/rdf-schema#subClassOf.
RDFS_DOMAIN - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2000/01/rdf-schema#domain.
RDFS_IS_DEFINED_BY - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2000/01/rdf-schema#isDefinedBy.
RDFS_LABEL - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2000/01/rdf-schema#label.
RDFS_LITERAL - Enum constant in enum class org.semanticweb.owlapi.vocab.OWL2Datatype
RDFS_LITERAL.
RDFS_LITERAL - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2000/01/rdf-schema#Literal.
RDFS_RANGE - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2000/01/rdf-schema#range.
RDFS_RESOURCE - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2000/01/rdf-schema#Resource.
RDFS_SEE_ALSO - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2000/01/rdf-schema#seeAlso.
RDFS_SUB_PROPERTY_OF - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2000/01/rdf-schema#subPropertyOf.
RDFS_SUBCLASS_OF - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
http://www.w3.org/2000/01/rdf-schema#subClassOf.
RDFTriple - Class in org.semanticweb.owlapi.io
 
RDFTriple(RDFResource, RDFResourceIRI, RDFNode) - Constructor for class org.semanticweb.owlapi.io.RDFTriple
 
RDFTriple(IRI, boolean, boolean, IRI, IRI, boolean, boolean) - Constructor for class org.semanticweb.owlapi.io.RDFTriple
 
RDFTriple(IRI, boolean, boolean, IRI, OWLLiteral) - Constructor for class org.semanticweb.owlapi.io.RDFTriple
 
RDFXML - Enum constant in enum class org.semanticweb.owlapi.vocab.Extensions
RDF/XML, common extensions: owl, rdf, rdfs
RDFXMLDocumentFormat - Class in org.semanticweb.owlapi.formats
 
RDFXMLDocumentFormat() - Constructor for class org.semanticweb.owlapi.formats.RDFXMLDocumentFormat
 
RDFXMLDocumentFormatFactory - Class in org.semanticweb.owlapi.formats
 
RDFXMLDocumentFormatFactory() - Constructor for class org.semanticweb.owlapi.formats.RDFXMLDocumentFormatFactory
MIME types are application/rdf+xml, application/xml, text/xml
ReaderDocumentSource - Class in org.semanticweb.owlapi.io
An ontology document source which reads an ontology from a reader.
ReaderDocumentSource(Reader) - Constructor for class org.semanticweb.owlapi.io.ReaderDocumentSource
Constructs and ontology input source which will read an ontology from a reader.
ReaderDocumentSource(Reader, IRI) - Constructor for class org.semanticweb.owlapi.io.ReaderDocumentSource
Constructs and ontology input source which will read an ontology from a reader.
ReaderDocumentSource(Reader, IRI, OWLDocumentFormat, String) - Constructor for class org.semanticweb.owlapi.io.ReaderDocumentSource
Constructs and ontology input source which will read an ontology from a reader.
REALIZING - Static variable in interface org.semanticweb.owlapi.reasoner.ReasonerProgressMonitor
A standard name for the task of computing the types of individual.
ReasonerInternalException - Exception in org.semanticweb.owlapi.reasoner
Specifies that a some internal error occurred during reasoning.
ReasonerInternalException(String) - Constructor for exception org.semanticweb.owlapi.reasoner.ReasonerInternalException
 
ReasonerInternalException(String, Throwable) - Constructor for exception org.semanticweb.owlapi.reasoner.ReasonerInternalException
 
ReasonerInternalException(Throwable) - Constructor for exception org.semanticweb.owlapi.reasoner.ReasonerInternalException
 
ReasonerInterruptedException - Exception in org.semanticweb.owlapi.reasoner
 
ReasonerInterruptedException() - Constructor for exception org.semanticweb.owlapi.reasoner.ReasonerInterruptedException
Default constructor.
ReasonerInterruptedException(String) - Constructor for exception org.semanticweb.owlapi.reasoner.ReasonerInterruptedException
 
ReasonerInterruptedException(String, Throwable) - Constructor for exception org.semanticweb.owlapi.reasoner.ReasonerInterruptedException
 
ReasonerInterruptedException(Throwable) - Constructor for exception org.semanticweb.owlapi.reasoner.ReasonerInterruptedException
 
ReasonerProgressMonitor - Interface in org.semanticweb.owlapi.reasoner
The ReasonerProgressMonitor interface should be implemented by objects that wish to monitor the progress of a reasoner.
reasonerTaskBusy() - Method in class org.semanticweb.owlapi.reasoner.ConsoleProgressMonitor
 
reasonerTaskBusy() - Method in interface org.semanticweb.owlapi.reasoner.ReasonerProgressMonitor
Indicates that the reasoner is busy performing a task whose size cannot be determined.
reasonerTaskBusy() - Method in class org.semanticweb.owlapi.reasoner.TimedConsoleProgressMonitor
 
reasonerTaskProgressChanged(int, int) - Method in class org.semanticweb.owlapi.reasoner.ConsoleProgressMonitor
 
reasonerTaskProgressChanged(int, int) - Method in interface org.semanticweb.owlapi.reasoner.ReasonerProgressMonitor
Indicates that the reasoner is part way through a particular task, for example consistency checking, classification or realisation.
reasonerTaskProgressChanged(int, int) - Method in class org.semanticweb.owlapi.reasoner.TimedConsoleProgressMonitor
 
reasonerTaskStarted(String) - Method in class org.semanticweb.owlapi.reasoner.ConsoleProgressMonitor
 
reasonerTaskStarted(String) - Method in interface org.semanticweb.owlapi.reasoner.ReasonerProgressMonitor
Indicates that some reasoner task, for example, loading, consistency checking, classification, realisation etc.
reasonerTaskStarted(String) - Method in class org.semanticweb.owlapi.reasoner.TimedConsoleProgressMonitor
 
reasonerTaskStopped() - Method in class org.semanticweb.owlapi.reasoner.ConsoleProgressMonitor
 
reasonerTaskStopped() - Method in interface org.semanticweb.owlapi.reasoner.ReasonerProgressMonitor
Indicates that a previously started task has now stopped.
reasonerTaskStopped() - Method in class org.semanticweb.owlapi.reasoner.TimedConsoleProgressMonitor
 
referencedAnonymousIndividuals() - Method in interface org.semanticweb.owlapi.model.OWLSignature
Gets the referenced anonymous individuals.
referencedAnonymousIndividuals(Imports) - Method in interface org.semanticweb.owlapi.model.OWLSignature
Gets the referenced anonymous individuals in the signature and optionally the imports closure.
referencingAxioms(OWLPrimitive) - Method in interface org.semanticweb.owlapi.model.OWLAxiomCollection
Gets the axioms where the specified OWLPrimitive appears in the signature of the axiom.
Note that currently signatures contain OWLEntity only.
referencingAxioms(OWLPrimitive, Imports) - Method in interface org.semanticweb.owlapi.model.OWLAxiomCollection
Gets the axioms where the specified OWLPrimitive appears in the signature of the axiom.
Note that currently signatures contain OWLEntity only.
REFLEXIVE_OBJECT_PROPERTY - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
REFLEXIVE_OBJECT_PROPERTY.
REFLEXIVE_OBJECT_PROPERTY - Static variable in class org.semanticweb.owlapi.model.AxiomType
ReflexiveObjectProperty.
reflexiveObjectPropertyAxioms(OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets the OWLReflexiveObjectPropertyAxiom objects contained in this ontology that make the specified object property reflexive.
RELATED - Enum constant in enum class org.semanticweb.owlapi.vocab.SKOSVocabulary
RELATED.
RELATEDMATCH - Enum constant in enum class org.semanticweb.owlapi.vocab.SKOSVocabulary
RELATEDMATCH.
RELATION - Enum constant in enum class org.semanticweb.owlapi.vocab.DublinCoreVocabulary
http://purl.org/dc/elements/1.1/relation.
REMAP_IDS - Enum constant in enum class org.semanticweb.owlapi.model.parameters.ConfigurationOptions
True if all anonymous individuals should have their ids remapped after parsing.
RemappingIndividualProvider - Class in org.semanticweb.owlapi.util
A provider for anonymous individuals that remaps input ids consistently across all requests.
RemappingIndividualProvider(boolean, OWLDataFactory) - Constructor for class org.semanticweb.owlapi.util.RemappingIndividualProvider
 
RemappingIndividualProvider(OntologyConfigurator, OWLDataFactory) - Constructor for class org.semanticweb.owlapi.util.RemappingIndividualProvider
 
remove(Object) - Method in class org.semanticweb.owlapi.util.CollectionFactory.ConditionalCopySet
 
remove(Object) - Method in class org.semanticweb.owlapi.util.SmallSet
 
remove(Collection<? extends OWLAxiom>) - Method in interface org.semanticweb.owlapi.model.HasDirectRemoveAxioms
A convenience method that removes a set of axioms from this object.
remove(Stream<? extends OWLAxiom>) - Method in interface org.semanticweb.owlapi.model.HasDirectRemoveAxioms
A convenience method that removes a set of axioms from this object.
remove(OWLAxiom) - Method in interface org.semanticweb.owlapi.model.HasDirectRemoveAxiom
A convenience method that removes a single axiom from this object.
remove(OWLAxiom...) - Method in interface org.semanticweb.owlapi.model.HasDirectRemoveAxioms
A convenience method that removes a set of axioms from this object.
remove(T) - Method in class org.semanticweb.owlapi.util.PriorityCollection
Remove the argument.
remove(T...) - Method in class org.semanticweb.owlapi.util.PriorityCollection
Remove the arguments.
removeAll(Collection<?>) - Method in class org.semanticweb.owlapi.util.CollectionFactory.ConditionalCopySet
 
RemoveAllDisjointAxioms - Class in org.semanticweb.owlapi.change
Given a set of ontologies, this composite change will remove all disjoint classes axioms from these ontologies.
RemoveAllDisjointAxioms(OWLDataFactory, Collection<OWLOntology>) - Constructor for class org.semanticweb.owlapi.change.RemoveAllDisjointAxioms
Instantiates a new removes the all disjoint axioms.
removeAxiom(OWLAxiom) - Method in interface org.semanticweb.owlapi.model.HasDirectRemoveAxiom
A convenience method that removes a single axiom from this object.
removeAxiom(OWLAxiom) - Method in interface org.semanticweb.owlapi.model.OWLOntology
 
removeAxiom(OWLOntology, OWLAxiom) - Method in interface org.semanticweb.owlapi.model.HasRemoveAxiom
RemoveAxiom - Class in org.semanticweb.owlapi.model
Represents an ontology change were an axiom will be removed from an ontology if the change is applied to an ontology.
RemoveAxiom(OWLOntology, OWLAxiom) - Constructor for class org.semanticweb.owlapi.model.RemoveAxiom
 
RemoveAxiomData - Class in org.semanticweb.owlapi.change
Represents the specific non-ontology data required by an RemoveAxiom change.
RemoveAxiomData(OWLAxiom) - Constructor for class org.semanticweb.owlapi.change.RemoveAxiomData
Constructs an RemoveAxiomData object which specifies the removal of an axiom from an ontology.
removeAxioms(Collection<? extends OWLAxiom>) - Method in interface org.semanticweb.owlapi.model.HasDirectRemoveAxioms
A convenience method that removes a set of axioms from this object.
removeAxioms(Collection<? extends OWLAxiom>) - Method in interface org.semanticweb.owlapi.model.OWLOntology
 
removeAxioms(Stream<? extends OWLAxiom>) - Method in interface org.semanticweb.owlapi.model.HasDirectRemoveAxioms
A convenience method that removes a set of axioms from this object.
removeAxioms(Stream<? extends OWLAxiom>) - Method in interface org.semanticweb.owlapi.model.OWLOntology
 
removeAxioms(OWLAxiom...) - Method in interface org.semanticweb.owlapi.model.HasDirectRemoveAxioms
A convenience method that removes a set of axioms from this object.
removeAxioms(OWLAxiom...) - Method in interface org.semanticweb.owlapi.model.OWLOntology
 
removeAxioms(OWLOntology, Collection<? extends OWLAxiom>) - Method in interface org.semanticweb.owlapi.model.HasRemoveAxioms
A convenience method that removes a set of axioms from an ontology.
removeAxioms(OWLOntology, Stream<? extends OWLAxiom>) - Method in interface org.semanticweb.owlapi.model.HasRemoveAxioms
A convenience method that removes a set of axioms from an ontology.
removeGenerator(InferredAxiomGenerator<?>) - Method in class org.semanticweb.owlapi.util.InferredOntologyGenerator
Removes a generator.
removeIgnoredImport(IRI) - Method in class org.semanticweb.owlapi.model.OntologyConfigurator
Removes an ontology document IRI from the list of ontology imports that will be ignored during ontology loading.
removeIgnoredImport(IRI) - Method in class org.semanticweb.owlapi.model.OWLOntologyLoaderConfiguration
Removes an ontology document IRI from the list of ontology imports that will be ignored during ontology loading.
removeImpendingOntologyChangeListener(ImpendingOWLOntologyChangeListener) - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
 
RemoveImport - Class in org.semanticweb.owlapi.model
 
RemoveImport(OWLOntology, OWLImportsDeclaration) - Constructor for class org.semanticweb.owlapi.model.RemoveImport
 
RemoveImportData - Class in org.semanticweb.owlapi.change
Represents the specific non-ontology data required by a RemoveImport change.
RemoveImportData(OWLImportsDeclaration) - Constructor for class org.semanticweb.owlapi.change.RemoveImportData
Constructs a RemoveImportData object that describes a RemoveImport change for the OWLImportsDeclaration specified by the declaration parameter.
removeIRIMapper(OWLOntologyIRIMapper) - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
Deprecated.
use getIRIMappers().remove() instead
removeMissingImportListener(MissingImportListener) - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
Removes a previously added missing import listener.
removeOntology(OWLOntology) - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
Attempts to remove an ontology.
removeOntology(OWLOntologyID) - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
Attempts to remove an ontology.
RemoveOntologyAnnotation - Class in org.semanticweb.owlapi.model
Represents an ontology change where an annotation is removed from an ontology.
RemoveOntologyAnnotation(OWLOntology, OWLAnnotation) - Constructor for class org.semanticweb.owlapi.model.RemoveOntologyAnnotation
 
RemoveOntologyAnnotationData - Class in org.semanticweb.owlapi.change
Represents the specific non-ontology data required by a RemoveOntologyAnnotation change.
RemoveOntologyAnnotationData(OWLAnnotation) - Constructor for class org.semanticweb.owlapi.change.RemoveOntologyAnnotationData
Constructs a RemoveOntologyAnnotationData object that describes a RemoveOntologyAnnotation change for the OWLAnnotation specified by the annotation parameter.
removeOntologyChangeListener(OWLOntologyChangeListener) - Method in interface org.semanticweb.owlapi.model.HasOntologyChangeListeners
Removes a previously added listener.
removeOntologyChangeProgessListener(OWLOntologyChangeProgressListener) - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
Removes a previously added ontology change listener.
removeOntologyChangesVetoedListener(OWLOntologyChangesVetoedListener) - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
 
removeOntologyLoaderListener(OWLOntologyLoaderListener) - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
Removes a previously added ontology loaded listener.
removeOntologyStorer(OWLStorerFactory) - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
Deprecated.
use getOntologyStorers().remove() instead
removeSubsumedConstructs(Set<Construct>) - Method in enum class org.semanticweb.owlapi.util.Construct
If this construct subsumes another construct (e.g., R subsumes role hierarchy and role transitivity), then the subsumed construct is removed from the set.
render(OWLObject) - Method in interface org.semanticweb.owlapi.io.OWLObjectRenderer
Renders the specified object.
render(OWLObject) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
render(OWLObject) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
render(OWLOntology, OutputStream) - Method in class org.semanticweb.owlapi.io.AbstractOWLRenderer
 
render(OWLOntology, OutputStream) - Method in interface org.semanticweb.owlapi.io.OWLRenderer
Renders the specified ontology to a concrete representation which should be written to the specified output stream.
render(OWLOntology, PrintWriter) - Method in class org.semanticweb.owlapi.io.AbstractOWLRenderer
Renders the specified ontology using the specified writer.
repair() - Method in class org.semanticweb.owlapi.profiles.OWLProfileViolation
 
repair() - Method in class org.semanticweb.owlapi.profiles.violations.DatatypeIRIAlsoUsedAsClassIRI
 
repair() - Method in class org.semanticweb.owlapi.profiles.violations.OntologyIRINotAbsolute
 
repair() - Method in class org.semanticweb.owlapi.profiles.violations.OntologyVersionIRINotAbsolute
 
repair() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfReservedVocabularyForOntologyIRI
 
repair() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfReservedVocabularyForVersionIRI
 
repair() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfUndeclaredAnnotationProperty
 
repair() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfUndeclaredClass
 
repair() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfUndeclaredDataProperty
 
repair() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfUndeclaredDatatype
 
repair() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfUndeclaredObjectProperty
 
REPAIR_ILLEGAL_PUNNINGS - Enum constant in enum class org.semanticweb.owlapi.model.parameters.ConfigurationOptions
Repair illegal punnings automatically.
REPLACE - Enum constant in enum class org.semanticweb.owlapi.vocab.OWL2Datatype.WhiteSpaceNormalisation
All occurrences of #x9 (tab), #xA (line feed) and #xD (carriage return) are replaced with #x20 (space).
REPLACE - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
REPLACE.
REPORT_STACK_TRACES - Enum constant in enum class org.semanticweb.owlapi.model.parameters.ConfigurationOptions
Flag to enable stack traces on parsing exceptions.
representativeInstances(OWLClassExpression) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
 
representativeInstances(OWLClassExpression, boolean) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Gets the individuals which are instances of the specified class expression.
representativeInstances(OWLClassExpression, InferenceDepth) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
 
reset() - Method in class org.semanticweb.owlapi.util.NNF
reset the negation.
reset() - Method in class org.semanticweb.owlapi.util.OWLEntityRemover
Clears any changes which have accumulated over the course of visiting different entities.
reset() - Method in class org.semanticweb.owlapi.util.SimpleRenderer
reset the renderer.
reset() - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
reset the renderer.
resetShortFormProvider() - Method in class org.semanticweb.owlapi.util.SimpleRenderer
Resets the short form provider to the default short form provider, which is a PrefixManager with the default set of prefixes.
resetShortFormProvider() - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
Resets the short form provider to the default short form provider, which is a PrefixManager with the default set of prefixes.
resolve(String) - Method in class org.semanticweb.owlapi.model.IRI
 
RESOLVE_URI - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
RESOLVE_URI.
RESOURCE - Enum constant in enum class org.semanticweb.owlapi.vocab.SKOSVocabulary
Deprecated.
No longer used
retainAll(Collection<?>) - Method in class org.semanticweb.owlapi.util.CollectionFactory.ConditionalCopySet
 
RETRIES_TO_ATTEMPT - Enum constant in enum class org.semanticweb.owlapi.model.parameters.ConfigurationOptions
Number of retries to attempt when retrieving an ontology from a remote URL.
REV - Enum constant in enum class org.semanticweb.owlapi.vocab.Namespaces
The REV namespace.
reverseChange() - Method in class org.semanticweb.owlapi.model.AddAxiom
 
reverseChange() - Method in class org.semanticweb.owlapi.model.AddImport
 
reverseChange() - Method in class org.semanticweb.owlapi.model.AddOntologyAnnotation
 
reverseChange() - Method in class org.semanticweb.owlapi.model.OWLOntologyChange
 
reverseChange() - Method in class org.semanticweb.owlapi.model.RemoveAxiom
 
reverseChange() - Method in class org.semanticweb.owlapi.model.RemoveImport
 
reverseChange() - Method in class org.semanticweb.owlapi.model.RemoveOntologyAnnotation
 
reverseChange() - Method in class org.semanticweb.owlapi.model.SetOntologyID
 
REVISION - Enum constant in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
http://www.w3.org/ns/prov#Revision.
RIF - Enum constant in enum class org.semanticweb.owlapi.vocab.Namespaces
The RIF namespace.
RIGHTS - Enum constant in enum class org.semanticweb.owlapi.vocab.DublinCoreVocabulary
http://purl.org/dc/elements/1.1/rights.
RL_DATATYPES - Static variable in enum class org.semanticweb.owlapi.vocab.OWL2Datatype
Datatypes supported in the RL profile.
ROLE - Enum constant in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
http://www.w3.org/ns/prov#Role.
ROLE_COMPLEX - Enum constant in enum class org.semanticweb.owlapi.util.Construct
Complex role inclusion axioms; irreflexivity; role disjointness.
ROLE_DOMAIN_RANGE - Enum constant in enum class org.semanticweb.owlapi.util.Construct
Role restrictions (domain and range on data and object properties).
ROLE_HIERARCHY - Enum constant in enum class org.semanticweb.owlapi.util.Construct
Role hierarchy (rdfs:subPropertyOf).
ROLE_INVERSE - Enum constant in enum class org.semanticweb.owlapi.util.Construct
Inverse properties.
ROLE_REFLEXIVITY_CHAINS - Enum constant in enum class org.semanticweb.owlapi.util.Construct
Reflexivity and property chains.
ROLE_TRANSITIVE - Enum constant in enum class org.semanticweb.owlapi.util.Construct
Transitive roles.
RootClassChecker - Interface in org.semanticweb.owlapi.util
 
roots() - Method in class org.semanticweb.owlapi.util.OWLZipClosureIRIMapper
 
ROUND - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
ROUND.
ROUND_HALF_TO_EVEN - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
ROUND_HALF_TO_EVEN.

S

S - Enum constant in enum class org.semanticweb.owlapi.util.Languages
S language.
SAME_INDIVIDUAL - Enum constant in enum class org.semanticweb.owlapi.reasoner.InferenceType
Denotes the computation of individuals that are interpreted as the same object for each individual in the imports closure of the root ontology.
SAME_INDIVIDUAL - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
SAME_INDIVIDUAL.
SAME_INDIVIDUAL - Static variable in class org.semanticweb.owlapi.model.AxiomType
SameIndividual.
SAME_INDIVIDUAL_ATOM - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
SAME_INDIVIDUAL_ATOM.
SAME_INDIVIDUAL_ATOM - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLVocabulary
SAME_INDIVIDUAL_ATOM.
sameIndividualAxioms(OWLIndividual) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets the OWLSameIndividualAxiom objects contained in this ontology that make the specified individual the same as some other individual.
sameIndividuals(OWLNamedIndividual) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Gets the individuals that are the same as the specified individual.
SATURDAY - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#Saturday.
SAVE_IDS - Enum constant in enum class org.semanticweb.owlapi.model.parameters.ConfigurationOptions
True if ids for blank nodes should always be written (axioms and anonymous individuals only).
saveImportsClosure(OWLOntology, OutputStream) - Method in class org.semanticweb.owlapi.util.OWLZipSaver
Save the root ontology as root in the index and its imports closure as companion ontologies.
saveImportsClosures(Collection<OWLOntology>, OutputStream) - Method in class org.semanticweb.owlapi.util.OWLZipSaver
Save the root ontologies as root in the index and their imports closures as companion ontologies.
saveOntologies(Collection<OWLOntology>, OutputStream) - Method in class org.semanticweb.owlapi.util.OWLZipSaver
Save the ontologies in the index and their content as companion ontologies; no ontology will be marked as root.
saveOntologies(Collection<OWLOntology>, Collection<OWLOntology>, OutputStream) - Method in class org.semanticweb.owlapi.util.OWLZipSaver
Save the ontologies in the index, marking as root the ontologies in the roots collection; the other ontologies will be saved as companion ontologies.
saveOntology() - Method in interface org.semanticweb.owlapi.model.OWLOntology
Saves the ontology.
saveOntology(OutputStream) - Method in interface org.semanticweb.owlapi.model.OWLOntology
Saves the ontology, to the specified output stream
saveOntology(OWLOntologyDocumentTarget) - Method in interface org.semanticweb.owlapi.model.OWLOntology
Saves the ontology to the specified OWLOntologyDocumentTarget.
saveOntology(IRI) - Method in interface org.semanticweb.owlapi.model.OWLOntology
Saves the ontology, using the specified document IRI to determine where/how the ontology should be saved.
saveOntology(OWLDocumentFormat) - Method in interface org.semanticweb.owlapi.model.OWLOntology
Saves the ontology in the specified ontology format to its document URI.
saveOntology(OWLDocumentFormat, OutputStream) - Method in interface org.semanticweb.owlapi.model.OWLOntology
Saves the ontology to the specified output stream in the specified ontology format.
saveOntology(OWLDocumentFormat, OWLOntologyDocumentTarget) - Method in interface org.semanticweb.owlapi.model.OWLOntology
Saves the ontology to the specified output target in the specified ontology format.
saveOntology(OWLDocumentFormat, IRI) - Method in interface org.semanticweb.owlapi.model.OWLOntology
Saves the ontology to the specified document IRI in the specified ontology format.
saveOntology(OWLOntology) - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
Saves the specified ontology.
saveOntology(OWLOntology, OutputStream) - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
Saves the specified ontology, to the specified output stream
saveOntology(OWLOntology, OWLOntologyDocumentTarget) - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
Saves the specified ontology to the specified OWLOntologyDocumentTarget.
saveOntology(OWLOntology, IRI) - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
Saves the specified ontology, using the specified document IRI to determine where/how the ontology should be saved.
saveOntology(OWLOntology, OWLDocumentFormat) - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
Saves the specified ontology in the specified ontology format to its document URI.
saveOntology(OWLOntology, OWLDocumentFormat, OutputStream) - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
Saves the specified ontology to the specified output stream in the specified ontology format.
saveOntology(OWLOntology, OWLDocumentFormat, OWLOntologyDocumentTarget) - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
Saves the specified ontology to the specified output target in the specified ontology format.
saveOntology(OWLOntology, OWLDocumentFormat, IRI) - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
Saves the specified ontology to the specified document IRI in the specified ontology format.
SAXParsers - Class in org.semanticweb.owlapi.util
 
SC - Enum constant in enum class org.semanticweb.owlapi.vocab.Namespaces
The SC namespace.
SCHEMA - Enum constant in enum class org.semanticweb.owlapi.vocab.Namespaces
The SCHEMA namespace.
SCOPENOTE - Enum constant in enum class org.semanticweb.owlapi.vocab.SKOSVocabulary
SCOPENOTE.
SD - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SD language.
SD - Enum constant in enum class org.semanticweb.owlapi.vocab.Namespaces
The SD namespace.
Searcher - Class in org.semanticweb.owlapi.search
A collection of static search utilities.
SECOND - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#second.
SECONDS - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#seconds.
SEMANTICRELATION - Enum constant in enum class org.semanticweb.owlapi.vocab.SKOSVocabulary
SEMANTICRELATION.
set(Iterable<T>) - Method in class org.semanticweb.owlapi.util.PriorityCollection
 
set(Set<T>) - Method in class org.semanticweb.owlapi.util.PriorityCollection
 
set(T...) - Method in class org.semanticweb.owlapi.util.PriorityCollection
Remove all elements, replace with the arguments and sort according to priority.
setAcceptHeaders(String) - Method in interface org.semanticweb.owlapi.io.OWLOntologyDocumentSource
 
setAcceptHeaders(String) - Method in class org.semanticweb.owlapi.io.OWLOntologyDocumentSourceBase
 
setAcceptingHTTPCompression(boolean) - Method in class org.semanticweb.owlapi.model.OntologyConfigurator
 
setAcceptingHTTPCompression(boolean) - Method in class org.semanticweb.owlapi.model.OWLOntologyLoaderConfiguration
 
setAddMissingTypes(boolean) - Method in interface org.semanticweb.owlapi.model.OWLDocumentFormat
Determines if untyped entities should automatically be typed during rendering.
setAddMissingTypes(boolean) - Method in class org.semanticweb.owlapi.model.OWLDocumentFormatImpl
 
setAnnotation(OWLAnnotation) - Method in class org.semanticweb.owlapi.util.OWLObjectWalker
Allow the structure walker to set the current annotation.
setAuthorizationValue(String) - Method in class org.semanticweb.owlapi.model.OWLOntologyLoaderConfiguration
 
setAxiom(OWLAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectWalker
Allow the structure walker to set the current axiom.
setBannedParsers(String) - Method in class org.semanticweb.owlapi.model.OWLOntologyLoaderConfiguration
 
setConnectionTimeout(int) - Method in class org.semanticweb.owlapi.model.OntologyConfigurator
 
setConnectionTimeout(int) - Method in class org.semanticweb.owlapi.model.OWLOntologyLoaderConfiguration
 
setDefaultChangeBroadcastStrategy(OWLOntologyChangeBroadcastStrategy) - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
Sets the default strategy that is used to broadcast ontology changes.
setDefaultOntology(OWLOntology) - Method in interface org.semanticweb.owlapi.util.mansyntax.ManchesterOWLSyntaxParser
 
setDefaultPrefix(String) - Method in class org.semanticweb.owlapi.formats.PrefixDocumentFormatImpl
 
setDefaultPrefix(String) - Method in interface org.semanticweb.owlapi.model.PrefixManager
Sets the default namespace.
setDefaultPrefix(String) - Method in class org.semanticweb.owlapi.util.DefaultPrefixManager
 
setEntityExpansionLimit(String) - Method in class org.semanticweb.owlapi.model.OWLOntologyLoaderConfiguration
 
setEntryPath(Function<OWLOntologyID, String>) - Method in class org.semanticweb.owlapi.util.OWLZipSaver
 
setExpectedThreads(int) - Static method in class org.semanticweb.owlapi.util.CollectionFactory
 
setFileExtensions(Collection<String>) - Method in class org.semanticweb.owlapi.util.AutoIRIMapper
Sets the extensions of files that are to be examined for ontological content.
setFileExtensions(Collection<String>) - Method in class org.semanticweb.owlapi.util.ZipIRIMapper
Sets the extensions of files that are to be examined for ontological content.
setFinished() - Method in interface org.semanticweb.owlapi.util.ProgressMonitor
progress completed.
setFollowRedirects(boolean) - Method in class org.semanticweb.owlapi.model.OntologyConfigurator
 
setFollowRedirects(boolean) - Method in class org.semanticweb.owlapi.model.OWLOntologyLoaderConfiguration
 
setIdRequired(boolean) - Method in class org.semanticweb.owlapi.io.RDFResourceBlankNode
 
setIndeterminate(boolean) - Method in interface org.semanticweb.owlapi.util.ProgressMonitor
 
setIndex(BiFunction<Collection<OWLOntology>, Collection<OWLOntology>, String>) - Method in class org.semanticweb.owlapi.util.OWLZipSaver
 
setIndexName(Supplier<String>) - Method in class org.semanticweb.owlapi.util.OWLZipSaver
 
setIRIMappers(Set<OWLOntologyIRIMapper>) - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
Set the collection of IRI mappers.
setIRIResolutionFailed(boolean) - Method in interface org.semanticweb.owlapi.io.OWLOntologyDocumentSource
IRI resolution does not happen inside this class.
setIRIResolutionFailed(boolean) - Method in class org.semanticweb.owlapi.io.OWLOntologyDocumentSourceBase
 
setLiteralRenderer(StringAnnotationVisitor) - Method in class org.semanticweb.owlapi.util.AnnotationValueShortFormProvider
 
setLoadAnnotationAxioms(boolean) - Method in class org.semanticweb.owlapi.model.OntologyConfigurator
Specifies whether or not annotation axioms (instances of OWLAnnotationAxiom) should be loaded or whether they should be discarded on loading.
setLoadAnnotationAxioms(boolean) - Method in class org.semanticweb.owlapi.model.OWLOntologyLoaderConfiguration
Specifies whether or not annotation axioms (instances of OWLAnnotationAxiom) should be loaded or whether they should be discarded on loading.
setLock(ReadWriteLock) - Method in interface org.semanticweb.owlapi.model.OWLMutableOntology
Override the lock in the ontology; this is a workaround for #806
setLock(ReadWriteLock) - Method in interface org.semanticweb.owlapi.model.OWLOntologyBuilder
Override the lock in the ontology builder; this is a workaround for #806
setLock(ReadWriteLock) - Method in interface org.semanticweb.owlapi.model.OWLOntologyFactory
Override the lock in the ontology builder; this is a workaround for #806
setMessage(String) - Method in interface org.semanticweb.owlapi.util.ProgressMonitor
 
setMissingImportHandlingStrategy(MissingImportHandlingStrategy) - Method in class org.semanticweb.owlapi.model.OntologyConfigurator
Sets the strategy that is used for missing imports handling.
setMissingImportHandlingStrategy(MissingImportHandlingStrategy) - Method in class org.semanticweb.owlapi.model.OWLOntologyLoaderConfiguration
Sets the strategy that is used for missing imports handling.
setMissingOntologyHeaderStrategy(MissingOntologyHeaderStrategy) - Method in class org.semanticweb.owlapi.model.OntologyConfigurator
 
setMissingOntologyHeaderStrategy(MissingOntologyHeaderStrategy) - Method in class org.semanticweb.owlapi.model.OWLOntologyLoaderConfiguration
 
setOntologyConfigurator(OntologyConfigurator) - Method in interface org.semanticweb.owlapi.model.HasOntologyConfigurator
 
setOntologyDocumentIRI(OWLOntology, IRI) - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
Overrides the current document IRI for a given ontology.
setOntologyFactories(Set<OWLOntologyFactory>) - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
Set the collection of ontology factories.
setOntologyFormat(OWLOntology, OWLDocumentFormat) - Method in interface org.semanticweb.owlapi.model.OWLOntologyFactory.OWLOntologyCreationHandler
 
setOntologyFormat(OWLOntology, OWLDocumentFormat) - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
Sets the format for the specified ontology.
SetOntologyID - Class in org.semanticweb.owlapi.model
 
SetOntologyID(OWLOntology, IRI) - Constructor for class org.semanticweb.owlapi.model.SetOntologyID
Creates a set ontology id change using the ontologyIRI, which will set the ontology id to the new one.
SetOntologyID(OWLOntology, OWLOntologyID) - Constructor for class org.semanticweb.owlapi.model.SetOntologyID
Creates a set ontology id change, which will set the ontology id to the new one.
SetOntologyIDData - Class in org.semanticweb.owlapi.change
Represents the specific non-ontology data required by a SetOntologyID change.
SetOntologyIDData(OWLOntologyID) - Constructor for class org.semanticweb.owlapi.change.SetOntologyIDData
Constructs a SetOntologyIDData object that describes an SetOntologyID change for the OWLOntologyID object specified by the newId parameter.
setOntologyLoaderConfiguration(OWLOntologyLoaderConfiguration) - Method in interface org.semanticweb.owlapi.model.HasOntologyLoaderConfiguration
Sets the configuration.
setOntologyLoaderMetaData(OWLOntologyLoaderMetaData) - Method in interface org.semanticweb.owlapi.model.OWLDocumentFormat
Sets the meta data for the ontology loader.
setOntologyLoaderMetaData(OWLOntologyLoaderMetaData) - Method in class org.semanticweb.owlapi.model.OWLDocumentFormatImpl
 
setOntologyParsers(Set<OWLParserFactory>) - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
Set the collection of parsers.
setOntologyStorers(Set<OWLStorerFactory>) - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
Set the list of ontology storers.
setOntologyWriterConfiguration(OWLOntologyWriterConfiguration) - Method in interface org.semanticweb.owlapi.model.HasOntologyWriterConfiguration
Sets the configuration.
setOWLEntityChecker(OWLEntityChecker) - Method in interface org.semanticweb.owlapi.expression.OWLExpressionParser
 
setOWLEntityChecker(OWLEntityChecker) - Method in interface org.semanticweb.owlapi.util.mansyntax.ManchesterOWLSyntaxParser
 
setOWLOntologyChecker(OWLOntologyChecker) - Method in interface org.semanticweb.owlapi.util.mansyntax.ManchesterOWLSyntaxParser
 
setOWLOntologyManager(OWLOntologyManager) - Method in interface org.semanticweb.owlapi.model.OWLOntology
Sets the manager for this ontology.
setParameter(Serializable, Serializable) - Method in interface org.semanticweb.owlapi.model.OWLDocumentFormat
 
setParameter(Serializable, Serializable) - Method in class org.semanticweb.owlapi.model.OWLDocumentFormatImpl
 
setPrefix(String, String) - Method in class org.semanticweb.owlapi.formats.PrefixDocumentFormatImpl
 
setPrefix(String, String) - Method in interface org.semanticweb.owlapi.model.PrefixManager
Adds a prefix name to prefix mapping.
setPrefix(String, String) - Method in class org.semanticweb.owlapi.util.DefaultPrefixManager
 
setPrefix(String, String) - Method in class org.semanticweb.owlapi.util.NamespaceUtil
Sets the prefix for the specified namespace.
setPrefix(String, String) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
Sets a prefix name for a given prefix.
setPrefix(String, String) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
Sets a prefix name for a given prefix.
setPrefixComparator(StringComparator) - Method in class org.semanticweb.owlapi.formats.PrefixDocumentFormatImpl
 
setPrefixComparator(StringComparator) - Method in interface org.semanticweb.owlapi.model.PrefixManager
 
setPrefixComparator(StringComparator) - Method in class org.semanticweb.owlapi.util.DefaultPrefixManager
 
setPrefixesFromOntologyFormat(OWLOntology, boolean) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
Resets the short form provider and adds prefix name to prefix mappings based on the specified ontology's format (if it is a prefix format) and possibly the ontologies in the imports closure.
setPrefixesFromOntologyFormat(OWLOntology, boolean) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
Resets the short form provider and adds prefix name to prefix mappings based on the specified ontology's format (if it is a prefix format) and possibly the ontologies in the imports closure.
setPrefixManager(PrefixManager) - Method in interface org.semanticweb.owlapi.formats.PrefixDocumentFormat
 
setPrefixManager(PrefixManager) - Method in class org.semanticweb.owlapi.formats.PrefixDocumentFormatImpl
 
setPriorityCollectionSorting(PriorityCollectionSorting) - Method in class org.semanticweb.owlapi.model.OntologyConfigurator
Set the priority collection sorting option.
setPriorityCollectionSorting(PriorityCollectionSorting) - Method in class org.semanticweb.owlapi.model.OWLOntologyLoaderConfiguration
Set the priority collection sorting option.
setProgress(long) - Method in interface org.semanticweb.owlapi.util.ProgressMonitor
 
setProgressMonitor(ProgressMonitor) - Method in interface org.semanticweb.owlapi.util.Monitorable
Sets the progress monitor which receives information about the progress of the this object which represents a long running task.
setRenderer(Provider<OWLObjectRenderer>) - Static method in class org.semanticweb.owlapi.io.ToStringRenderer
 
setRepairIllegalPunnings(boolean) - Method in class org.semanticweb.owlapi.model.OWLOntologyLoaderConfiguration
 
setReportStackTraces(boolean) - Method in class org.semanticweb.owlapi.model.OntologyConfigurator
Set the value for the report stack traces flag.
setReportStackTraces(boolean) - Method in class org.semanticweb.owlapi.model.OWLOntologyLoaderConfiguration
Set the value for the report stack traces flag.
setRetriesToAttempt(int) - Method in class org.semanticweb.owlapi.model.OntologyConfigurator
 
setRetriesToAttempt(int) - Method in class org.semanticweb.owlapi.model.OWLOntologyLoaderConfiguration
 
setShortFormProvider(ShortFormProvider) - Method in interface org.semanticweb.owlapi.io.OWLObjectRenderer
Sets the short form provider, which determines the short form that should be used for entities.
setShortFormProvider(ShortFormProvider) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
setShortFormProvider(ShortFormProvider) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
setSize(long) - Method in interface org.semanticweb.owlapi.util.ProgressMonitor
 
setStarted() - Method in interface org.semanticweb.owlapi.util.ProgressMonitor
start of the process.
setStrict(boolean) - Method in class org.semanticweb.owlapi.model.OntologyConfigurator
 
setStrict(boolean) - Method in class org.semanticweb.owlapi.model.OWLOntologyLoaderConfiguration
 
setStringToParse(String) - Method in interface org.semanticweb.owlapi.util.mansyntax.ManchesterOWLSyntaxParser
 
setStructureWalker(StructureWalker<O>) - Method in class org.semanticweb.owlapi.util.OWLObjectWalker
 
SettableCardinality<B> - Interface in org.semanticweb.owlapitools.builders
An object with a settable cardinality attribute.
SettableProperty<P extends OWLObject,B> - Interface in org.semanticweb.owlapitools.builders
An object with a settable property attribute.
SettableRange<R extends OWLObject,B> - Interface in org.semanticweb.owlapitools.builders
An interface for objects which have a settable range attribute.
setTreatDublinCoreAsBuiltIn(boolean) - Method in class org.semanticweb.owlapi.model.OntologyConfigurator
 
setTreatDublinCoreAsBuiltIn(boolean) - Method in class org.semanticweb.owlapi.model.OWLOntologyLoaderConfiguration
 
setTrimToSize(boolean) - Method in class org.semanticweb.owlapi.model.OWLOntologyLoaderConfiguration
 
SF - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SF language.
SFD - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SFD language.
SH - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SH language.
SHALLOW - Enum constant in enum class org.semanticweb.owlapi.model.parameters.OntologyCopy
the ontology copy will create a new OWLOntology instance with same ontology annotations, same ID and same axioms.
SHD - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SHD language.
SHF - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SHF language.
SHFD - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SHFD language.
SHI - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SHI language.
SHID - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SHID language.
SHIF - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SHIF language.
SHIFD - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SHIFD language.
SHIN - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SHIN language.
SHIND - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SHIND language.
SHIQ - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SHIQ language.
SHIQD - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SHIQD language.
SHN - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SHN language.
SHND - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SHND language.
SHO - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SHO language.
SHOD - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SHOD language.
SHOF - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SHOF language.
SHOFD - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SHOFD language.
SHOI - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SHOI language.
SHOID - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SHOID language.
SHOIF - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SHOIF language.
SHOIFD - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SHOIFD language.
SHOIN - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SHOIN language.
SHOIND - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SHOIND language.
SHOIQ - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SHOIQ language.
SHOIQD - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SHOIQD language.
SHON - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SHON language.
SHOND - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SHOND language.
SHOQ - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SHOQ language.
SHOQD - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SHOQD language.
SHORT - Enum constant in enum class org.semanticweb.owlapi.vocab.XSDVocabulary
SHORT.
ShortForm2AnnotationGenerator - Class in org.semanticweb.owlapi.change
 
ShortForm2AnnotationGenerator(OWLDataFactory, OWLOntologyManager, OWLOntology, ShortFormProvider, IRI) - Constructor for class org.semanticweb.owlapi.change.ShortForm2AnnotationGenerator
Instantiates a new short form2 annotation generator.
ShortForm2AnnotationGenerator(OWLDataFactory, OWLOntologyManager, OWLOntology, ShortFormProvider, IRI, String) - Constructor for class org.semanticweb.owlapi.change.ShortForm2AnnotationGenerator
Instantiates a new short form2 annotation generator.
ShortFormEntityChecker - Class in org.semanticweb.owlapi.expression
An entity checker that maps from string to entities using a bidirectional short form provider.
ShortFormEntityChecker(BidirectionalShortFormProvider) - Constructor for class org.semanticweb.owlapi.expression.ShortFormEntityChecker
Creates a short form entity checker, which uses the specified bidirectional short form provider to map entity name strings to entities.
ShortFormFromRDFSLabelAxiomListProvider - Class in org.semanticweb.owlapi.util
A short form provider that generates short forms based on rdfs:label annotation values taken from a list of axioms.
ShortFormFromRDFSLabelAxiomListProvider(List<? extends OWLAxiom>, ShortFormProvider, IRIShortFormProvider, List<String>) - Constructor for class org.semanticweb.owlapi.util.ShortFormFromRDFSLabelAxiomListProvider
 
ShortFormFromRDFSLabelAxiomListProvider(List<String>, List<? extends OWLAxiom>) - Constructor for class org.semanticweb.owlapi.util.ShortFormFromRDFSLabelAxiomListProvider
Constructs an annotation value short form provider.
ShortFormFromRDFSLabelAxiomListProvider(List<String>, List<? extends OWLAxiom>, ShortFormProvider) - Constructor for class org.semanticweb.owlapi.util.ShortFormFromRDFSLabelAxiomListProvider
Constructs an annotation short form provider.
ShortFormProvider - Interface in org.semanticweb.owlapi.util
A short form provider produces renderings of entities.
shortForms() - Method in interface org.semanticweb.owlapi.util.BidirectionalShortFormProvider
Gets all of the short forms that are mapped to entities.
shortForms() - Method in class org.semanticweb.owlapi.util.CachingBidirectionalShortFormProvider
 
shouldAcceptHTTPCompression() - Method in class org.semanticweb.owlapi.model.OntologyConfigurator
 
shouldAllowDuplicatesInConstructSets() - Method in class org.semanticweb.owlapi.model.OWLOntologyLoaderConfiguration
 
shouldFollowRedirects() - Method in class org.semanticweb.owlapi.model.OntologyConfigurator
 
shouldIndent() - Method in class org.semanticweb.owlapi.model.OntologyConfigurator
 
shouldLoadAnnotations() - Method in class org.semanticweb.owlapi.model.OntologyConfigurator
 
shouldOutputId() - Method in class org.semanticweb.owlapi.io.RDFNode
 
shouldOutputId() - Method in class org.semanticweb.owlapi.io.RDFResourceBlankNode
 
shouldOutputNamedGraphIRI() - Method in class org.semanticweb.owlapi.model.OntologyConfigurator
 
shouldOutputNamedGraphIRI() - Method in class org.semanticweb.owlapi.model.OWLOntologyWriterConfiguration
 
shouldParseWithStrictConfiguration() - Method in class org.semanticweb.owlapi.model.OntologyConfigurator
 
shouldRemapAllAnonymousIndividualsIds() - Method in class org.semanticweb.owlapi.model.OWLOntologyWriterConfiguration
 
shouldRemapIds() - Method in class org.semanticweb.owlapi.model.OntologyConfigurator
 
shouldRepairIllegalPunnings() - Method in class org.semanticweb.owlapi.model.OntologyConfigurator
 
shouldRepairIllegalPunnings() - Method in class org.semanticweb.owlapi.model.OWLOntologyLoaderConfiguration
 
shouldReportStackTraces() - Method in class org.semanticweb.owlapi.model.OntologyConfigurator
 
shouldSaveIds() - Method in class org.semanticweb.owlapi.model.OntologyConfigurator
 
shouldSaveIdsForAllAnonymousIndividuals() - Method in class org.semanticweb.owlapi.model.OWLOntologyWriterConfiguration
 
shouldSkipModuleAnnotations() - Method in class org.semanticweb.owlapi.model.OWLOntologyLoaderConfiguration
 
shouldTreatDublinCoreAsBuiltin() - Method in class org.semanticweb.owlapi.model.OntologyConfigurator
 
shouldTrimToSize() - Method in class org.semanticweb.owlapi.model.OWLOntologyLoaderConfiguration
 
shouldUseBanners() - Method in class org.semanticweb.owlapi.model.OntologyConfigurator
 
shouldUseBanners() - Method in class org.semanticweb.owlapi.model.OWLOntologyWriterConfiguration
 
shouldUseLabelsAsBanner() - Method in class org.semanticweb.owlapi.model.OntologyConfigurator
 
shouldUseNamespaceEntities() - Method in class org.semanticweb.owlapi.model.OntologyConfigurator
 
SHQ - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SHQ language.
SHQD - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SHQD language.
SI - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SI language.
SID - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SID language.
SIF - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SIF language.
SIFD - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SIFD language.
signature() - Method in class org.semanticweb.owlapi.change.OntologyAnnotationChangeData
 
signature() - Method in class org.semanticweb.owlapi.model.AnnotationChange
 
signature() - Method in interface org.semanticweb.owlapi.model.HasSignature
 
signature() - Method in class org.semanticweb.owlapi.model.OWLAxiomChange
 
signature(Imports) - Method in interface org.semanticweb.owlapi.model.OWLOntology
Gets the entities that are in the signature of this ontology.
silence() - Static method in class org.semanticweb.owlapi.util.SLF4JSilencer
Silence SLF4J warnings.
SILENT - Enum constant in enum class org.semanticweb.owlapi.model.MissingImportHandlingStrategy
Specifies that an UnloadableImportException will NOT be thrown during ontology loading if an import cannot be loaded (for what ever reason).
SimpleConfiguration - Class in org.semanticweb.owlapi.reasoner
A simple configuration with the general options.
SimpleConfiguration() - Constructor for class org.semanticweb.owlapi.reasoner.SimpleConfiguration
Default constructor.
SimpleConfiguration(long) - Constructor for class org.semanticweb.owlapi.reasoner.SimpleConfiguration
 
SimpleConfiguration(FreshEntityPolicy, long) - Constructor for class org.semanticweb.owlapi.reasoner.SimpleConfiguration
 
SimpleConfiguration(ReasonerProgressMonitor) - Constructor for class org.semanticweb.owlapi.reasoner.SimpleConfiguration
 
SimpleConfiguration(ReasonerProgressMonitor, long) - Constructor for class org.semanticweb.owlapi.reasoner.SimpleConfiguration
 
SimpleConfiguration(ReasonerProgressMonitor, FreshEntityPolicy, long, IndividualNodeSetPolicy) - Constructor for class org.semanticweb.owlapi.reasoner.SimpleConfiguration
 
SimpleIRIMapper - Class in org.semanticweb.owlapi.util
 
SimpleIRIMapper(IRI, IRI) - Constructor for class org.semanticweb.owlapi.util.SimpleIRIMapper
 
SimpleIRIShortFormProvider - Class in org.semanticweb.owlapi.util
A IRI short form provider that generates short forms from the IRI fragment if there is one, or the IRI last path component if there is one.
SimpleIRIShortFormProvider() - Constructor for class org.semanticweb.owlapi.util.SimpleIRIShortFormProvider
 
SimpleRenderer - Class in org.semanticweb.owlapi.util
A simple renderer that can be used for debugging purposes and provide an implementation of the toString method for different implementations.
SimpleRenderer() - Constructor for class org.semanticweb.owlapi.util.SimpleRenderer
Default constructor.
SimpleRendererDebug - Class in org.semanticweb.owlapi.util
A simple renderer that can be used for debugging purposes and provide an implementation of the toString method for different implementations.
SimpleRendererDebug() - Constructor for class org.semanticweb.owlapi.util.SimpleRendererDebug
Default constructor.
SimpleRootClassChecker - Class in org.semanticweb.owlapi.util
A utility class that can be used to determine is a class is a syntactic direct subclass of owl:Thing.
SimpleRootClassChecker(Collection<OWLOntology>) - Constructor for class org.semanticweb.owlapi.util.SimpleRootClassChecker
Creates a root class checker, which examines axioms contained in ontologies from the specified set in order to determine if a class is a syntactic subclass of owl:Thing.
SimpleShortFormProvider - Class in org.semanticweb.owlapi.util
A very simple short form provider which is intended to provide human readable display names for entities.
SimpleShortFormProvider() - Constructor for class org.semanticweb.owlapi.util.SimpleShortFormProvider
 
SIN - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SIN language.
SIN - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
SIN.
SIND - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SIND language.
SIOC - Enum constant in enum class org.semanticweb.owlapi.vocab.Namespaces
The SIOC namespace.
SIQ - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SIQ language.
SIQD - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SIQD language.
size() - Method in class org.semanticweb.owlapi.util.CollectionFactory.ConditionalCopySet
 
size() - Method in class org.semanticweb.owlapi.util.PriorityCollection
 
size() - Method in class org.semanticweb.owlapi.util.SmallSet
 
SKIP_MODULE_ANNOTATIONS - Enum constant in enum class org.semanticweb.owlapi.model.parameters.ConfigurationOptions
True if annotations on entities included in modules should be skipped.
skipDeclarations() - Static method in class org.semanticweb.owlapi.model.AxiomType
 
SKOS - Enum constant in enum class org.semanticweb.owlapi.vocab.BuiltInVocabulary
SKOS.
SKOS - Enum constant in enum class org.semanticweb.owlapi.vocab.Namespaces
The SKOS namespace.
SKOSVocabulary - Enum Class in org.semanticweb.owlapi.vocab
 
SKOSXL - Enum constant in enum class org.semanticweb.owlapi.vocab.Namespaces
The SKOSXL namespace.
SLF4JSilencer - Class in org.semanticweb.owlapi.util
A small wrapper class that allows SLF4J error messages about not having a binding (or more than one) silenced.
SLF4JSilencer() - Constructor for class org.semanticweb.owlapi.util.SLF4JSilencer
 
SmallSet<T> - Class in org.semanticweb.owlapi.util
This class provides a compact implementation of a very small sets - less than or equal to three elements
SmallSet(Collection<T>) - Constructor for class org.semanticweb.owlapi.util.SmallSet
 
SN - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SN language.
SND - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SND language.
Snorocket - Static variable in enum class org.semanticweb.owlapi.profiles.Profiles
 
SO - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SO language.
SOD - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SOD language.
SOF - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SOF language.
SOFD - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SOFD language.
SOFTWARE_AGENT - Enum constant in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
http://www.w3.org/ns/prov#SoftwareAgent.
SOI - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SOI language.
SOID - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SOID language.
SOIF - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SOIF language.
SOIFD - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SOIFD language.
SOIN - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SOIN language.
SOIND - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SOIND language.
SOIQ - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SOIQ language.
SOIQD - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SOIQD language.
SON - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SON language.
SOND - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SOND language.
SOQ - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SOQ language.
SOQD - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SOQD language.
sort(List<O>) - Method in enum class org.semanticweb.owlapi.model.PriorityCollectionSorting
 
sorted(Class<T>, Collection<? extends T>) - Static method in class org.semanticweb.owlapi.util.OWLAPIStreamUtils
 
sorted(Class<T>, List<? extends T>) - Static method in class org.semanticweb.owlapi.util.OWLAPIStreamUtils
 
sorted(Class<T>, Set<? extends T>) - Static method in class org.semanticweb.owlapi.util.OWLAPIStreamUtils
 
sorted(Class<T>, Stream<? extends T>) - Static method in class org.semanticweb.owlapi.util.OWLAPIStreamUtils
 
sorted(Class<T>, T...) - Static method in class org.semanticweb.owlapi.util.OWLAPIStreamUtils
 
sortInputSet(List<O>) - Method in enum class org.semanticweb.owlapi.model.PriorityCollectionSorting
 
SOURCE - Enum constant in enum class org.semanticweb.owlapi.vocab.DublinCoreVocabulary
http://purl.org/dc/elements/1.1/source.
SpecificOntologyChangeBroadcastStrategy - Class in org.semanticweb.owlapi.model
A change broadcast strategy that broadcasts changes that have been applied to a specific ontology.
SpecificOntologyChangeBroadcastStrategy(OWLOntology) - Constructor for class org.semanticweb.owlapi.model.SpecificOntologyChangeBroadcastStrategy
Constructs a change broadcast strategy which only causes changes that have been applied to the specific ontology to be broadcast.
SplitSubClassAxioms - Class in org.semanticweb.owlapi.change
Given a set of ontologies, this composite change will replace all subclass axioms in each ontology, whose super class is an object intersection (conjunction) with multiple subclass axioms - one for each conjunct.
SplitSubClassAxioms(Collection<OWLOntology>, OWLDataFactory) - Constructor for class org.semanticweb.owlapi.change.SplitSubClassAxioms
Creates a composite change to split subclass axioms into multiple more fine grained subclass axioms.
splitToAnnotatedPairs() - Method in interface org.semanticweb.owlapi.model.OWLDifferentIndividualsAxiom
 
splitToAnnotatedPairs() - Method in interface org.semanticweb.owlapi.model.OWLDisjointClassesAxiom
 
splitToAnnotatedPairs() - Method in interface org.semanticweb.owlapi.model.OWLDisjointDataPropertiesAxiom
 
splitToAnnotatedPairs() - Method in interface org.semanticweb.owlapi.model.OWLDisjointObjectPropertiesAxiom
 
splitToAnnotatedPairs() - Method in interface org.semanticweb.owlapi.model.OWLEquivalentClassesAxiom
 
splitToAnnotatedPairs() - Method in interface org.semanticweb.owlapi.model.OWLEquivalentDataPropertiesAxiom
 
splitToAnnotatedPairs() - Method in interface org.semanticweb.owlapi.model.OWLEquivalentObjectPropertiesAxiom
 
splitToAnnotatedPairs() - Method in interface org.semanticweb.owlapi.model.OWLInverseObjectPropertiesAxiom
 
splitToAnnotatedPairs() - Method in interface org.semanticweb.owlapi.model.OWLNaryAxiom
Splits this axiom to pairs, including annotations.
splitToAnnotatedPairs() - Method in interface org.semanticweb.owlapi.model.OWLSameIndividualAxiom
 
SQ - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SQ language.
SQD - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SQD language.
SR - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SR language.
SRD - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SRD language.
SRF - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SRF language.
SRFD - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SRFD language.
SRI - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SRI language.
SRID - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SRID language.
SRIF - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SRIF language.
SRIFD - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SRIFD language.
SRIN - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SRIN language.
SRIND - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SRIND language.
SRIQ - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SRIQ language.
SRIQD - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SRIQD language.
SRN - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SRN language.
SRND - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SRND language.
SRO - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SRO language.
SROD - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SROD language.
SROF - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SROF language.
SROFD - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SROFD language.
SROI - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SROI language.
SROID - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SROID language.
SROIF - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SROIF language.
SROIFD - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SROIFD language.
SROIN - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SROIN language.
SROIND - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SROIND language.
SROIQ - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SROIQ language.
SROIQD - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SROIQD language.
SRON - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SRON language.
SROND - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SROND language.
SROQ - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SROQ language.
SROQD - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SROQD language.
SRQ - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SRQ language.
SRQD - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SRQD language.
SRr - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SRr language.
SRrD - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SRrD language.
SRrF - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SRrF language.
SRrFD - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SRrFD language.
SRrN - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SRrN language.
SRrND - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SRrND language.
SRrO - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SRrO language.
SRrOD - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SRrOD language.
SRrOF - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SRrOF language.
SRrOFD - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SRrOFD language.
SRrON - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SRrON language.
SRrOND - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SRrOND language.
SRrOQ - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SRrOQ language.
SRrOQD - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SRrOQD language.
SRrQ - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SRrQ language.
SRrQD - Enum constant in enum class org.semanticweb.owlapi.util.Languages
SRrQD language.
START - Enum constant in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
http://www.w3.org/ns/prov#Start.
STARTED_AT_TIME - Enum constant in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
http://www.w3.org/ns/prov#startedAtTime.
startedLoadingOntology(OWLOntologyLoaderListener.LoadingStartedEvent) - Method in interface org.semanticweb.owlapi.model.OWLOntologyLoaderListener
Called when the process of attempting to load an ontology starts.
startElement(String, String, String, Attributes) - Method in class org.semanticweb.owlapi.util.AutoIRIMapper
 
startElement(String, String, String, Attributes) - Method in class org.semanticweb.owlapi.util.ZipIRIMapper
 
STARTS_WITH - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
STARTS_WITH.
storeOntology(OWLOntology, OWLOntologyDocumentTarget, OWLDocumentFormat) - Method in interface org.semanticweb.owlapi.model.OWLStorer
Stores an ontology to the specified target.
storeOntology(OWLOntology, OWLOntologyDocumentTarget, OWLDocumentFormat) - Method in class org.semanticweb.owlapi.util.AbstractOWLStorer
 
storeOntology(OWLOntology, IRI, OWLDocumentFormat) - Method in interface org.semanticweb.owlapi.model.OWLStorer
Stores an ontology to the specified ontology document IRI in the specified format.
storeOntology(OWLOntology, IRI, OWLDocumentFormat) - Method in class org.semanticweb.owlapi.util.AbstractOWLStorer
 
stream() - Method in class org.semanticweb.owlapi.util.SmallSet
 
stream(HasImportsClosure) - Method in enum class org.semanticweb.owlapi.model.parameters.Imports
 
StreamDocumentSource - Class in org.semanticweb.owlapi.io
An ontology document source which can read from a stream.
StreamDocumentSource(InputStream) - Constructor for class org.semanticweb.owlapi.io.StreamDocumentSource
Constructs an input source which will read an ontology from a representation from the specified stream.
StreamDocumentSource(InputStream, String, OWLDocumentFormat, String) - Constructor for class org.semanticweb.owlapi.io.StreamDocumentSource
Constructs an input source which will read an ontology from a representation from the specified stream.
StreamDocumentSource(InputStream, IRI) - Constructor for class org.semanticweb.owlapi.io.StreamDocumentSource
Constructs an input source which will read an ontology from a representation from the specified stream.
StreamDocumentSource(InputStream, IRI, OWLDocumentFormat, String) - Constructor for class org.semanticweb.owlapi.io.StreamDocumentSource
Constructs an input source which will read an ontology from a representation from the specified stream.
StreamDocumentSourceBase - Class in org.semanticweb.owlapi.io
Base class for common utilities among stream, reader and file input sources.
StreamDocumentSourceBase(InputStream, IRI, OWLDocumentFormat, String) - Constructor for class org.semanticweb.owlapi.io.StreamDocumentSourceBase
Constructs an input source which will read an ontology from a representation from the specified stream.
StreamDocumentSourceBase(Reader, IRI, OWLDocumentFormat, String) - Constructor for class org.semanticweb.owlapi.io.StreamDocumentSourceBase
Constructs an input source which will read an ontology from a representation from the specified stream.
StreamDocumentTarget - Class in org.semanticweb.owlapi.io
 
StreamDocumentTarget(OutputStream) - Constructor for class org.semanticweb.owlapi.io.StreamDocumentTarget
 
streamFromSorted(Collection<T>) - Static method in class org.semanticweb.owlapi.util.OWLAPIStreamUtils
A method to be used on collections that are sorted, immutable and do not contain nulls.
streamFromSorted(T[]) - Static method in class org.semanticweb.owlapi.util.OWLAPIStreamUtils
A method to be used on arrays that are sorted and do not contain nulls.
STRING - Enum constant in enum class org.semanticweb.owlapi.vocab.XSDVocabulary
STRING.
STRING_CONCAT - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
STRING_CONCAT.
STRING_EQUALS_IGNORE_CASE - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
STRING_EQUALS_IGNORE_CASE.
STRING_LENGTH - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
STRING_LENGTH.
StringAnnotationVisitor - Class in org.semanticweb.owlapi.util
Annotation visitor that returns literal's lexical form, or empty string for IRI and blank nodes.
StringAnnotationVisitor() - Constructor for class org.semanticweb.owlapi.util.StringAnnotationVisitor
 
StringComparator - Interface in org.semanticweb.owlapi.util
String comparator interface (allows to store comparators without serialization complaints).
StringDocumentSource - Class in org.semanticweb.owlapi.io
An ontology input source that wraps a string.
StringDocumentSource(String) - Constructor for class org.semanticweb.owlapi.io.StringDocumentSource
 
StringDocumentSource(String, String, OWLDocumentFormat, String) - Constructor for class org.semanticweb.owlapi.io.StringDocumentSource
Specifies a string as an ontology document.
StringDocumentSource(String, IRI) - Constructor for class org.semanticweb.owlapi.io.StringDocumentSource
 
StringDocumentSource(String, IRI, OWLDocumentFormat, String) - Constructor for class org.semanticweb.owlapi.io.StringDocumentSource
Specifies a string as an ontology document.
StringDocumentSource(StringDocumentTarget) - Constructor for class org.semanticweb.owlapi.io.StringDocumentSource
 
StringDocumentTarget - Class in org.semanticweb.owlapi.io
 
StringDocumentTarget() - Constructor for class org.semanticweb.owlapi.io.StringDocumentTarget
 
StringLengthComparator - Class in org.semanticweb.owlapi.util
String comparator that takes length into account before natural ordering.
StringLengthComparator() - Constructor for class org.semanticweb.owlapi.util.StringLengthComparator
 
stripArtifacts(CharSequence) - Static method in class org.semanticweb.owlapi.model.NodeID
 
stripWeight(String) - Static method in interface org.semanticweb.owlapi.model.MIMETypeAware
Utility to reduce a mime format like "text/plain; q=0.1" to "text/plain"
StructuralTransformation - Class in org.semanticweb.owlapi.util
 
StructuralTransformation(OWLDataFactory) - Constructor for class org.semanticweb.owlapi.util.StructuralTransformation
 
StructureWalker<O extends OWLObject> - Class in org.semanticweb.owlapi.util
Structure walker for object walkers.
StructureWalker(OWLObjectWalker<O>) - Constructor for class org.semanticweb.owlapi.util.StructureWalker
 
StructureWalker(OWLObjectWalker<O>, AnnotationWalkingControl) - Constructor for class org.semanticweb.owlapi.util.StructureWalker
 
sub(Stream<? extends OWLAxiom>) - Static method in class org.semanticweb.owlapi.search.Searcher
Retrieve the sub part of axioms, i.e., subclass or subproperty.
sub(Stream<? extends OWLAxiom>, Class<C>) - Static method in class org.semanticweb.owlapi.search.Searcher
Retrieve the sub part of axioms, i.e., subclass or subproperty.
sub(OWLAxiom) - Static method in class org.semanticweb.owlapi.search.Searcher
Retrieve the sub part of an axiom, i.e., subclass or subproperty.
sub(OWLAxiom, Class<C>) - Static method in class org.semanticweb.owlapi.search.Searcher
Retrieve the sub part of an axiom, i.e., subclass or subproperty.
SUB_ANNOTATION_PROPERTY_OF - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
SUB_ANNOTATION_PROPERTY_OF.
SUB_ANNOTATION_PROPERTY_OF - Static variable in class org.semanticweb.owlapi.model.AxiomType
SubAnnotationPropertyOf.
SUB_CLASS_OF - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
SUB_CLASS_OF.
SUB_DATA_PROPERTY - Static variable in class org.semanticweb.owlapi.model.AxiomType
SubDataPropertyOf.
SUB_DATA_PROPERTY_OF - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
SUB_DATA_PROPERTY_OF.
SUB_OBJECT_PROPERTY - Static variable in class org.semanticweb.owlapi.model.AxiomType
SubObjectPropertyOf.
SUB_OBJECT_PROPERTY_OF - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
SUB_OBJECT_PROPERTY_OF.
SUB_PROPERTY_CHAIN_OF - Static variable in class org.semanticweb.owlapi.model.AxiomType
SubPropertyChainOf.
subAnnotationPropertyOfAxioms(OWLAnnotationProperty) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets the OWLSubAnnotationPropertyOfAxiom objects where the specified property is the sub-property.
subAnnotationWithSub - Static variable in class org.semanticweb.owlapi.search.Filters
filter returning subannotation axioms where the sub property matches the input key.
subAnnotationWithSuper - Static variable in class org.semanticweb.owlapi.search.Filters
filter returning subannotation axioms where the super property matches the input key.
SubAxiomProvider - Interface in org.semanticweb.owlapi.model.axiomproviders
Annotation, datatype and object property range provider.
SUBCLASS_OF - Static variable in class org.semanticweb.owlapi.model.AxiomType
SubClassOf.
subClassAxiomsForSubClass(OWLClass) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets all of the subclass axioms where the left hand side (the subclass) is equal to the specified class.
subClassAxiomsForSuperClass(OWLClass) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets all of the subclass axioms where the right hand side (the superclass) is equal to the specified class.
subClasses(OWLClassExpression) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Returns all subclasses.
subClasses(OWLClassExpression, boolean) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Gets the set of named classes that are the strict (potentially direct) subclasses of the specified class expression with respect to the reasoner axioms.
subClasses(OWLClassExpression, InferenceDepth) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
 
subClassWithSub - Static variable in class org.semanticweb.owlapi.search.Filters
filter returning subclass axioms where the sub class matches the input key.
subClassWithSuper - Static variable in class org.semanticweb.owlapi.search.Filters
filter returning subclass axioms where the super class matches the input key.
subDataProperties(OWLDataProperty) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
 
subDataProperties(OWLDataProperty, boolean) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Gets the set of named data properties that are the strict (potentially direct) subproperties of the specified data property expression with respect to the imports closure of the root ontology.
subDataProperties(OWLDataProperty, InferenceDepth) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
 
subDataPropertyWithSub - Static variable in class org.semanticweb.owlapi.search.Filters
filter returning sub data property axioms where the sub property matches the input key.
subDataPropertyWithSuper - Static variable in class org.semanticweb.owlapi.search.Filters
filter returning sub data property axioms where the super property matches the input key.
SUBJECT - Enum constant in enum class org.semanticweb.owlapi.vocab.DublinCoreVocabulary
http://purl.org/dc/elements/1.1/subject.
subObjectProperties(OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
 
subObjectProperties(OWLObjectPropertyExpression, boolean) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Gets the stream of simplified object property expressions that are the strict (potentially direct) subproperties of the specified object property expression with respect to the imports closure of the root ontology.
subObjectProperties(OWLObjectPropertyExpression, InferenceDepth) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
 
subObjectPropertyWithSub - Static variable in class org.semanticweb.owlapi.search.Filters
filter returning sub object property axioms where the sub property matches the input key.
subObjectPropertyWithSuper - Static variable in class org.semanticweb.owlapi.search.Filters
filter returning sub object property axioms where the super property matches the input key.
subSequence(int, int) - Method in class org.semanticweb.owlapi.model.IRI
 
SUBSTRING - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
SUBSTRING.
SUBSTRING_AFTER - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
SUBSTRING_AFTER.
SUBSTRING_BEFORE - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
SUBSTRING_BEFORE.
SUBTRACT - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
SUBTRACT.
SUBTRACT_DATE_TIMES_YIELDING_DAY_TIME_DURATION - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
SUBTRACT_DATE_TIMES_YIELDING_DAY_TIME_DURATION.
SUBTRACT_DATE_TIMES_YIELDING_YEAR_MONTH_DURATION - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
SUBTRACT_DATE_TIMES_YIELDING_YEAR_MONTH_DURATION.
SUBTRACT_DATES - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
SUBTRACT_DATES.
SUBTRACT_DAY_TIME_DURATION_FROM_DATE - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
SUBTRACT_DAY_TIME_DURATION_FROM_DATE.
SUBTRACT_DAY_TIME_DURATION_FROM_DATE_TIME - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
SUBTRACT_DAY_TIME_DURATION_FROM_DATE_TIME.
SUBTRACT_DAY_TIME_DURATION_FROM_TIME - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
SUBTRACT_DAY_TIME_DURATION_FROM_TIME.
SUBTRACT_DAY_TIME_DURATIONS - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
SUBTRACT_DAY_TIME_DURATIONS.
SUBTRACT_TIMES - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
SUBTRACT_TIMES.
SUBTRACT_YEAR_MONTH_DURATION_FROM_DATE - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
SUBTRACT_YEAR_MONTH_DURATION_FROM_DATE.
SUBTRACT_YEAR_MONTH_DURATION_FROM_DATE_TIME - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
SUBTRACT_YEAR_MONTH_DURATION_FROM_DATE_TIME.
SUBTRACT_YEAR_MONTH_DURATIONS - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
SUBTRACT_YEAR_MONTH_DURATIONS.
SUCCESSFULLY - Enum constant in enum class org.semanticweb.owlapi.model.parameters.ChangeApplied
Change applied successfully.
SUNDAY - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#Sunday.
sup(Stream<? extends OWLAxiom>) - Static method in class org.semanticweb.owlapi.search.Searcher
Retrieve the super part of axioms, i.e., superclass or super property.
sup(Stream<? extends OWLAxiom>, Class<C>) - Static method in class org.semanticweb.owlapi.search.Searcher
Retrieve the super part of axioms, i.e., superclass or super property.
sup(OWLAxiom) - Static method in class org.semanticweb.owlapi.search.Searcher
Retrieve the super part of an axiom, i.e., superclass or super property.
sup(OWLAxiom, Class<C>) - Static method in class org.semanticweb.owlapi.search.Searcher
Retrieve the super part of an axiom, i.e., superclass or super property.
superClasses(OWLClassExpression) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
 
superClasses(OWLClassExpression, boolean) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Gets the stream of named classes that are the strict (potentially direct) super classes of the specified class expression with respect to the imports closure of the root ontology.
superClasses(OWLClassExpression, InferenceDepth) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
 
superDataProperties(OWLDataProperty) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
 
superDataProperties(OWLDataProperty, boolean) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Gets the stream of named data properties that are the strict (potentially direct) super properties of the specified data property with respect to the imports closure of the root ontology.
superDataProperties(OWLDataProperty, InferenceDepth) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
 
superObjectProperties(OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
 
superObjectProperties(OWLObjectPropertyExpression, boolean) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Gets the stream of simplified object property expressions that are the strict (potentially direct) super properties of the specified object property expression with respect to the imports closure of the root ontology.
superObjectProperties(OWLObjectPropertyExpression, InferenceDepth) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
 
supportingReasoners() - Method in enum class org.semanticweb.owlapi.profiles.Profiles
 
supportsRelativeIRIs() - Method in interface org.semanticweb.owlapi.model.OWLDocumentFormat
Some formats support relative IRIs in output (all parsers must create axioms with absolute IRIs, but some formats allow relative IRIs, with the understanding that in parsing the base IRI will be used to convert them to absolute IRIs).
SWRL - Enum constant in enum class org.semanticweb.owlapi.vocab.BuiltInVocabulary
SWRL.
SWRL - Enum constant in enum class org.semanticweb.owlapi.vocab.Namespaces
The SWRL namespace.
SWRL_RULE - Static variable in class org.semanticweb.owlapi.model.AxiomType
Rule.
SWRLArgument - Interface in org.semanticweb.owlapi.model
Represents an object in an atom (either a data object or and individual object).
SWRLAtom - Interface in org.semanticweb.owlapi.model
Represents an atom in a rule.
SWRLB - Enum constant in enum class org.semanticweb.owlapi.vocab.Namespaces
The SWRLB namespace.
SWRLBinaryAtom<A extends SWRLArgument,B extends SWRLArgument> - Interface in org.semanticweb.owlapi.model
Represents an atom with two ordered arguments.
SWRLBuiltInAtom - Interface in org.semanticweb.owlapi.model
 
SWRLBuiltInsVocabulary - Enum Class in org.semanticweb.owlapi.vocab
 
SWRLClassAtom - Interface in org.semanticweb.owlapi.model
 
SWRLDArgument - Interface in org.semanticweb.owlapi.model
Represents arguments in SWRLAtoms that are either OWLLiterals or variables for individuals SWRLLiteralArgument.
SWRLDataPropertyAtom - Interface in org.semanticweb.owlapi.model
 
SWRLDataRangeAtom - Interface in org.semanticweb.owlapi.model
 
SWRLDifferentIndividualsAtom - Interface in org.semanticweb.owlapi.model
 
SWRLIArgument - Interface in org.semanticweb.owlapi.model
Represents arguments in SWRLAtoms that are either OWLIndividuals or variables for individuals SWRLIndividualArgument.
SWRLIndividualArgument - Interface in org.semanticweb.owlapi.model
 
SWRLLiteralArgument - Interface in org.semanticweb.owlapi.model
 
SWRLObject - Interface in org.semanticweb.owlapi.model
 
SWRLObjectPropertyAtom - Interface in org.semanticweb.owlapi.model
 
SWRLObjectVisitor - Interface in org.semanticweb.owlapi.model
 
SWRLObjectVisitorEx<O> - Interface in org.semanticweb.owlapi.model
 
SWRLPredicate - Interface in org.semanticweb.owlapi.model
 
SWRLProvider - Interface in org.semanticweb.owlapi.model.providers
An interface to a factory that can create SWRL objects.
SWRLRule - Interface in org.semanticweb.owlapi.model
Represent a rule.
SWRLRuleVisitorBase - Interface in org.semanticweb.owlapi.model
 
SWRLRuleVisitorExBase<O> - Interface in org.semanticweb.owlapi.model
 
SWRLSameIndividualAtom - Interface in org.semanticweb.owlapi.model
 
SWRLUnaryAtom<A extends SWRLArgument> - Interface in org.semanticweb.owlapi.model
 
SWRLVariable - Interface in org.semanticweb.owlapi.model
Represents a variable that can appear in an atom.
SWRLVariableExtractor - Class in org.semanticweb.owlapi.util
Extracts the variables from rules.
SWRLVariableExtractor() - Constructor for class org.semanticweb.owlapi.util.SWRLVariableExtractor
 
SWRLVariableShortFormProvider - Interface in org.semanticweb.owlapi.util
 
SWRLVocabulary - Enum Class in org.semanticweb.owlapi.vocab
 
SYMMETRIC_OBJECT_PROPERTY - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
SYMMETRIC_OBJECT_PROPERTY.
SYMMETRIC_OBJECT_PROPERTY - Static variable in class org.semanticweb.owlapi.model.AxiomType
SymmetricObjectProperty.
symmetricObjectPropertyAxioms(OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets the OWLSymmetricObjectPropertyAxiom objects contained in this ontology that make the specified object property symmetric.
SystemOutDocumentTarget - Class in org.semanticweb.owlapi.io
An output target that will output an ontology to System.out.
SystemOutDocumentTarget() - Constructor for class org.semanticweb.owlapi.io.SystemOutDocumentTarget
 

T

TAN - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
TAN.
tarjan(Stream<OWLOntology>, OWLObjectPropertyExpression, int, Deque<OWLObjectPropertyExpression>, Map<OWLObjectPropertyExpression, Integer>, Map<OWLObjectPropertyExpression, Integer>, Set<Set<OWLObjectPropertyExpression>>, Set<OWLObjectPropertyExpression>, Set<OWLObjectPropertyExpression>) - Static method in class org.semanticweb.owlapi.util.OWLObjectPropertyManager
 
TBoxAndRBoxAxiomTypes - Static variable in class org.semanticweb.owlapi.model.AxiomType
Set of tbox and rbox axiom types.
tboxAxioms(Imports) - Method in interface org.semanticweb.owlapi.model.OWLOntology
Gets the axioms that form the TBox for this ontology, i.e., the ones whose type is in the AxiomType::TBoxAxiomTypes.
TBoxAxiomTypes - Static variable in class org.semanticweb.owlapi.model.AxiomType
Set of tbox axiom types.
TEMPORAL_DURATION - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#TemporalDuration.
TEMPORAL_ENTITY - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#TemporalEntity.
TEMPORAL_POSITION - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#TemporalPosition.
TEMPORAL_REFERENCE_SYSTEM - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#TRS.
TEMPORAL_UNIT - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#TemporalUnit.
THROW_EXCEPTION - Enum constant in enum class org.semanticweb.owlapi.model.MissingImportHandlingStrategy
Specifies that an UnloadableImportException WILL be thrown during ontology loading if an import cannot be loaded.
THURSDAY - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#Thursday.
TIME - Enum constant in enum class org.semanticweb.owlapi.vocab.Namespaces
The Time namespace
TIME - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
TIME.
TIME - Enum constant in enum class org.semanticweb.owlapi.vocab.XSDVocabulary
TIME.
TIME_POSITION - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#TimePosition.
TIME_ZONE_CLASS - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#TimeZone.
TIME_ZONE_PROPERTY - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#timeZone.
TimedConsoleProgressMonitor - Class in org.semanticweb.owlapi.reasoner
 
TimedConsoleProgressMonitor() - Constructor for class org.semanticweb.owlapi.reasoner.TimedConsoleProgressMonitor
 
TimeOutException - Exception in org.semanticweb.owlapi.reasoner
Thrown when the current reasoner operation has been interrupted due to a satisfiability check timeout.
TimeOutException() - Constructor for exception org.semanticweb.owlapi.reasoner.TimeOutException
Default constructor.
TimeOutException(String) - Constructor for exception org.semanticweb.owlapi.reasoner.TimeOutException
 
TimeOutException(String, Throwable) - Constructor for exception org.semanticweb.owlapi.reasoner.TimeOutException
 
TIMEVocabulary - Enum Class in org.semanticweb.owlapi.vocab
 
TITLE - Enum constant in enum class org.semanticweb.owlapi.vocab.DublinCoreVocabulary
http://purl.org/dc/elements/1.1/title.
toArray() - Method in class org.semanticweb.owlapi.util.CollectionFactory.ConditionalCopySet
 
toArray(Q[]) - Method in class org.semanticweb.owlapi.util.CollectionFactory.ConditionalCopySet
 
TOKEN - Enum constant in enum class org.semanticweb.owlapi.vocab.XSDVocabulary
TOKEN.
TOKENIZE - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
TOKENIZE.
topClassNode() - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Gets the Node corresponding to the top node (containing owl:Thing) in the class hierarchy.
TOPCONCEPT - Enum constant in enum class org.semanticweb.owlapi.vocab.SKOSVocabulary
TOPCONCEPT.
TOPCONCEPTOF - Enum constant in enum class org.semanticweb.owlapi.vocab.SKOSVocabulary
TOPCONCEPTOF.
topDataPropertyNode() - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Gets the Node corresponding to the top node (containing owl:topDataProperty) in the data property hierarchy.
topObjectPropertyNode() - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Gets the Node corresponding to the top node (containing owl:topObjectProperty) in the object property hierarchy.
toQuotedString() - Method in class org.semanticweb.owlapi.model.IRI
Obtained this IRI surrounded by angled brackets.
toString() - Method in class org.semanticweb.owlapi.change.OWLOntologyChangeData
 
toString() - Method in class org.semanticweb.owlapi.change.OWLOntologyChangeRecord
 
toString() - Method in class org.semanticweb.owlapi.io.RDFLiteral
 
toString() - Method in class org.semanticweb.owlapi.io.RDFResourceBlankNode
 
toString() - Method in class org.semanticweb.owlapi.io.RDFResourceIRI
 
toString() - Method in class org.semanticweb.owlapi.io.RDFTriple
 
toString() - Method in class org.semanticweb.owlapi.io.StringDocumentTarget
 
toString() - Method in class org.semanticweb.owlapi.model.AddAxiom
 
toString() - Method in class org.semanticweb.owlapi.model.AddImport
 
toString() - Method in class org.semanticweb.owlapi.model.AddOntologyAnnotation
 
toString() - Method in class org.semanticweb.owlapi.model.AxiomType
 
toString() - Method in enum class org.semanticweb.owlapi.model.ClassExpressionType
 
toString() - Method in class org.semanticweb.owlapi.model.EntityType
 
toString() - Method in class org.semanticweb.owlapi.model.IRI
 
toString() - Method in class org.semanticweb.owlapi.model.NodeID
 
toString() - Method in class org.semanticweb.owlapi.model.OWLDocumentFormatImpl
 
toString() - Method in class org.semanticweb.owlapi.model.OWLOntologyID
 
toString() - Method in class org.semanticweb.owlapi.model.RemoveAxiom
 
toString() - Method in class org.semanticweb.owlapi.model.RemoveImport
 
toString() - Method in class org.semanticweb.owlapi.model.RemoveOntologyAnnotation
 
toString() - Method in class org.semanticweb.owlapi.model.SetOntologyID
 
toString() - Method in class org.semanticweb.owlapi.profiles.OWL2ProfileReport
 
toString() - Method in class org.semanticweb.owlapi.profiles.OWLProfileReport
 
toString() - Method in class org.semanticweb.owlapi.profiles.violations.CycleInDatatypeDefinition
 
toString() - Method in class org.semanticweb.owlapi.profiles.violations.DatatypeIRIAlsoUsedAsClassIRI
 
toString() - Method in class org.semanticweb.owlapi.profiles.violations.EmptyOneOfAxiom
 
toString() - Method in class org.semanticweb.owlapi.profiles.violations.IllegalPunning
 
toString() - Method in class org.semanticweb.owlapi.profiles.violations.InsufficientIndividuals
 
toString() - Method in class org.semanticweb.owlapi.profiles.violations.InsufficientOperands
 
toString() - Method in class org.semanticweb.owlapi.profiles.violations.InsufficientPropertyExpressions
 
toString() - Method in class org.semanticweb.owlapi.profiles.violations.LastPropertyInChainNotInImposedRange
 
toString() - Method in class org.semanticweb.owlapi.profiles.violations.LexicalNotInLexicalSpace
 
toString() - Method in class org.semanticweb.owlapi.profiles.violations.OntologyIRINotAbsolute
 
toString() - Method in class org.semanticweb.owlapi.profiles.violations.OntologyVersionIRINotAbsolute
 
toString() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfAnonymousIndividual
 
toString() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfBuiltInDatatypeInDatatypeDefinition
 
toString() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfDataOneOfWithMultipleLiterals
 
toString() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfDefinedDatatypeInDatatypeRestriction
 
toString() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfDefinedDatatypeInLiteral
 
toString() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfIllegalAxiom
 
toString() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfIllegalClassExpression
 
toString() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfIllegalDataRange
 
toString() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfIllegalFacetRestriction
 
toString() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfNonAbsoluteIRI
 
toString() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfNonAtomicClassExpression
 
toString() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfNonEquivalentClassExpression
 
toString() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfNonSimplePropertyInAsymmetricObjectPropertyAxiom
 
toString() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfNonSimplePropertyInCardinalityRestriction
 
toString() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfNonSimplePropertyInDisjointPropertiesAxiom
 
toString() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfNonSimplePropertyInFunctionalPropertyAxiom
 
toString() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfNonSimplePropertyInInverseFunctionalObjectPropertyAxiom
 
toString() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfNonSimplePropertyInIrreflexivePropertyAxiom
 
toString() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfNonSimplePropertyInObjectHasSelf
 
toString() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfNonSubClassExpression
 
toString() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfNonSuperClassExpression
 
toString() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfObjectOneOfWithMultipleIndividuals
 
toString() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfObjectPropertyInverse
 
toString() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfPropertyInChainCausesCycle
 
toString() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfReservedVocabularyForAnnotationPropertyIRI
 
toString() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfReservedVocabularyForClassIRI
 
toString() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfReservedVocabularyForDataPropertyIRI
 
toString() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfReservedVocabularyForIndividualIRI
 
toString() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfReservedVocabularyForObjectPropertyIRI
 
toString() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfReservedVocabularyForOntologyIRI
 
toString() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfReservedVocabularyForVersionIRI
 
toString() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfTopDataPropertyAsSubPropertyInSubPropertyAxiom
 
toString() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfUndeclaredAnnotationProperty
 
toString() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfUndeclaredClass
 
toString() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfUndeclaredDataProperty
 
toString() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfUndeclaredDatatype
 
toString() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfUndeclaredObjectProperty
 
toString() - Method in class org.semanticweb.owlapi.profiles.violations.UseOfUnknownDatatype
 
toString() - Method in enum class org.semanticweb.owlapi.reasoner.InferenceType
 
toString() - Method in class org.semanticweb.owlapi.util.AutoIRIMapper
 
toString() - Method in class org.semanticweb.owlapi.util.CollectionFactory.ConditionalCopySet
 
toString() - Method in enum class org.semanticweb.owlapi.util.Construct
 
toString() - Method in class org.semanticweb.owlapi.util.InferredEntityAxiomGenerator
 
toString() - Method in enum class org.semanticweb.owlapi.util.Languages
 
toString() - Method in class org.semanticweb.owlapi.util.OntologyAxiomPair
 
toString() - Method in class org.semanticweb.owlapi.util.PriorityCollection
 
toString() - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
toString() - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
toString() - Method in class org.semanticweb.owlapi.util.SmallSet
 
toString() - Method in class org.semanticweb.owlapi.util.Version
 
toString() - Method in class org.semanticweb.owlapi.util.VersionInfo
 
toString() - Method in class org.semanticweb.owlapi.util.ZipIRIMapper
 
toString() - Method in enum class org.semanticweb.owlapi.vocab.DublinCoreVocabulary
 
toString() - Method in enum class org.semanticweb.owlapi.vocab.Namespaces
 
toString() - Method in enum class org.semanticweb.owlapi.vocab.OWLFacet
 
toString() - Method in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
 
toString() - Method in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
 
toString() - Method in enum class org.semanticweb.owlapi.vocab.XSDVocabulary
 
toStringID() - Method in interface org.semanticweb.owlapi.model.OWLEntity
 
toStringID() - Method in interface org.semanticweb.owlapi.model.OWLIndividual
 
ToStringRenderer - Class in org.semanticweb.owlapi.io
A utility class which can be used by implementations to provide a toString rendering of OWL API objects.
ToStringRenderer() - Constructor for class org.semanticweb.owlapi.io.ToStringRenderer
 
TOTAL_DIGITS - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLFacet
TOTAL_DIGITS.
toURI() - Method in class org.semanticweb.owlapi.model.IRI
Obtains this IRI as a URI.
transformObject(O) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
TRANSITIVE_OBJECT_PROPERTY - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
TRANSITIVE_OBJECT_PROPERTY.
TRANSITIVE_OBJECT_PROPERTY - Static variable in class org.semanticweb.owlapi.model.AxiomType
TransitiveObjectProperty.
transitiveObjectPropertyAxioms(OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.model.OWLAxiomIndex
Gets the OWLTransitiveObjectPropertyAxiom objects contained in this ontology that make the specified object property transitive.
TRANSLATE - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
TRANSLATE.
TREAT_DUBLINCORE_AS_BUILTIN - Enum constant in enum class org.semanticweb.owlapi.model.parameters.ConfigurationOptions
True if Dublin Core.
trim(Set<Construct>) - Static method in enum class org.semanticweb.owlapi.util.Construct
Remove all redundant constructs from the input.
TRIM_TO_SIZE - Enum constant in enum class org.semanticweb.owlapi.model.parameters.ConfigurationOptions
True if ontologies should be trimmed to size after load.
TrOWL - Static variable in enum class org.semanticweb.owlapi.profiles.Profiles
 
TUESDAY - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#Tuesday.
TURTLE - Enum constant in enum class org.semanticweb.owlapi.vocab.Extensions
Turtle, common extensions: ttl, owl
TurtleDocumentFormat - Class in org.semanticweb.owlapi.formats
 
TurtleDocumentFormat() - Constructor for class org.semanticweb.owlapi.formats.TurtleDocumentFormat
 
TurtleDocumentFormatFactory - Class in org.semanticweb.owlapi.formats
 
TurtleDocumentFormatFactory() - Constructor for class org.semanticweb.owlapi.formats.TurtleDocumentFormatFactory
MIME types are text/turtle, application/x-turtle
TYPE - Enum constant in enum class org.semanticweb.owlapi.vocab.DublinCoreVocabulary
http://purl.org/dc/elements/1.1/type.
typeIndex() - Method in interface org.semanticweb.owlapi.model.HasIndex
 
typeIndex() - Method in class org.semanticweb.owlapi.model.IRI
 
typeIndex() - Method in interface org.semanticweb.owlapi.model.OWLAnnotation
 
typeIndex() - Method in interface org.semanticweb.owlapi.model.OWLAnnotationProperty
 
typeIndex() - Method in interface org.semanticweb.owlapi.model.OWLAnonymousIndividual
 
typeIndex() - Method in interface org.semanticweb.owlapi.model.OWLAxiom
 
typeIndex() - Method in interface org.semanticweb.owlapi.model.OWLClass
 
typeIndex() - Method in interface org.semanticweb.owlapi.model.OWLDataAllValuesFrom
 
typeIndex() - Method in interface org.semanticweb.owlapi.model.OWLDataComplementOf
 
typeIndex() - Method in interface org.semanticweb.owlapi.model.OWLDataExactCardinality
 
typeIndex() - Method in interface org.semanticweb.owlapi.model.OWLDataHasValue
 
typeIndex() - Method in interface org.semanticweb.owlapi.model.OWLDataIntersectionOf
 
typeIndex() - Method in interface org.semanticweb.owlapi.model.OWLDataMaxCardinality
 
typeIndex() - Method in interface org.semanticweb.owlapi.model.OWLDataMinCardinality
 
typeIndex() - Method in interface org.semanticweb.owlapi.model.OWLDataOneOf
 
typeIndex() - Method in interface org.semanticweb.owlapi.model.OWLDataProperty
 
typeIndex() - Method in interface org.semanticweb.owlapi.model.OWLDataSomeValuesFrom
 
typeIndex() - Method in interface org.semanticweb.owlapi.model.OWLDatatype
 
typeIndex() - Method in interface org.semanticweb.owlapi.model.OWLDatatypeRestriction
 
typeIndex() - Method in interface org.semanticweb.owlapi.model.OWLDataUnionOf
 
typeIndex() - Method in interface org.semanticweb.owlapi.model.OWLFacetRestriction
 
typeIndex() - Method in interface org.semanticweb.owlapi.model.OWLLiteral
 
typeIndex() - Method in interface org.semanticweb.owlapi.model.OWLNamedIndividual
 
typeIndex() - Method in interface org.semanticweb.owlapi.model.OWLObjectAllValuesFrom
 
typeIndex() - Method in interface org.semanticweb.owlapi.model.OWLObjectComplementOf
 
typeIndex() - Method in interface org.semanticweb.owlapi.model.OWLObjectExactCardinality
 
typeIndex() - Method in interface org.semanticweb.owlapi.model.OWLObjectHasSelf
 
typeIndex() - Method in interface org.semanticweb.owlapi.model.OWLObjectHasValue
 
typeIndex() - Method in interface org.semanticweb.owlapi.model.OWLObjectIntersectionOf
 
typeIndex() - Method in interface org.semanticweb.owlapi.model.OWLObjectInverseOf
 
typeIndex() - Method in interface org.semanticweb.owlapi.model.OWLObjectMaxCardinality
 
typeIndex() - Method in interface org.semanticweb.owlapi.model.OWLObjectMinCardinality
 
typeIndex() - Method in interface org.semanticweb.owlapi.model.OWLObjectOneOf
 
typeIndex() - Method in interface org.semanticweb.owlapi.model.OWLObjectProperty
 
typeIndex() - Method in interface org.semanticweb.owlapi.model.OWLObjectSomeValuesFrom
 
typeIndex() - Method in interface org.semanticweb.owlapi.model.OWLObjectUnionOf
 
typeIndex() - Method in interface org.semanticweb.owlapi.model.OWLOntology
 
typeIndex() - Method in interface org.semanticweb.owlapi.model.SWRLBuiltInAtom
 
typeIndex() - Method in interface org.semanticweb.owlapi.model.SWRLClassAtom
 
typeIndex() - Method in interface org.semanticweb.owlapi.model.SWRLDataPropertyAtom
 
typeIndex() - Method in interface org.semanticweb.owlapi.model.SWRLDataRangeAtom
 
typeIndex() - Method in interface org.semanticweb.owlapi.model.SWRLDifferentIndividualsAtom
 
typeIndex() - Method in interface org.semanticweb.owlapi.model.SWRLIndividualArgument
 
typeIndex() - Method in interface org.semanticweb.owlapi.model.SWRLLiteralArgument
 
typeIndex() - Method in interface org.semanticweb.owlapi.model.SWRLObjectPropertyAtom
 
typeIndex() - Method in interface org.semanticweb.owlapi.model.SWRLSameIndividualAtom
 
typeIndex() - Method in interface org.semanticweb.owlapi.model.SWRLVariable
 
types(Stream<OWLClassAssertionAxiom>) - Static method in class org.semanticweb.owlapi.search.Searcher
Retrieve classes from class assertions.
types(OWLNamedIndividual) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
 
types(OWLNamedIndividual, boolean) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
Gets the named classes which are (potentially direct) types of the specified named individual.
types(OWLNamedIndividual, InferenceDepth) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
 

U

UNARY_MINUS - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
UNARY_MINUS.
UNARY_PLUS - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
UNARY_PLUS.
UndeclaredEntityViolation - Interface in org.semanticweb.owlapi.profiles.violations
Entity not declared.
unescapeString(String) - Static method in class org.semanticweb.owlapi.util.EscapeUtils
 
UNION_OF - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
UNION_OF.
UnionProvider - Interface in org.semanticweb.owlapi.model.providers
Object and datatype union provider.
uniqueReference() - Method in class org.semanticweb.owlapi.io.RDFResourceBlankNode
 
UNIT_DAY - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#unitDay.
UNIT_HOUR - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#unitHour.
UNIT_MINUTE - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#unitMinute.
UNIT_MONTH - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#unitMonth.
UNIT_SECOND - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#unitSecond.
UNIT_TYPE - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#unitType.
UNIT_WEEK - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#unitWeek.
UNIT_YEAR - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#unitYear.
UNIVERSAL_RESTRICTION - Enum constant in enum class org.semanticweb.owlapi.util.Construct
Universal restrictions.
UniversalProvider - Interface in org.semanticweb.owlapi.model.providers
Universal provider interface.
UnknownOWLOntologyException - Exception in org.semanticweb.owlapi.model
 
UnknownOWLOntologyException(OWLOntologyID) - Constructor for exception org.semanticweb.owlapi.model.UnknownOWLOntologyException
 
UnloadableImportException - Exception in org.semanticweb.owlapi.model
 
UnloadableImportException(OWLOntologyCreationException, OWLImportsDeclaration) - Constructor for exception org.semanticweb.owlapi.model.UnloadableImportException
 
UnparsableOntologyException - Exception in org.semanticweb.owlapi.io
A class that describes how ontology parsing failed.
UnparsableOntologyException(IRI, Map<OWLParser, OWLParserException>, OWLOntologyLoaderConfiguration) - Constructor for exception org.semanticweb.owlapi.io.UnparsableOntologyException
 
unregisterNamespace(String) - Method in class org.semanticweb.owlapi.formats.PrefixDocumentFormatImpl
 
unregisterNamespace(String) - Method in interface org.semanticweb.owlapi.model.PrefixManager
Removes a previously registered prefix namespace mapping.
unregisterNamespace(String) - Method in class org.semanticweb.owlapi.util.DefaultPrefixManager
 
unsatisfiableClasses() - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
A convenience method that obtains the classes in the signature of the root ontology that are unsatisfiable.
UNSIGNED_BYTE - Enum constant in enum class org.semanticweb.owlapi.vocab.XSDVocabulary
UNSIGNED_BYTE.
UNSIGNED_INT - Enum constant in enum class org.semanticweb.owlapi.vocab.XSDVocabulary
UNSIGNED_INT.
UNSIGNED_LONG - Enum constant in enum class org.semanticweb.owlapi.vocab.XSDVocabulary
UNSIGNED_LONG.
UNSIGNED_SHORT - Enum constant in enum class org.semanticweb.owlapi.vocab.XSDVocabulary
UNSIGNED_SHORT.
unsortedSignature() - Method in interface org.semanticweb.owlapi.model.HasSignature
 
UNSUCCESSFULLY - Enum constant in enum class org.semanticweb.owlapi.model.parameters.ChangeApplied
Change not applied.
UnsupportedEntailmentTypeException - Exception in org.semanticweb.owlapi.reasoner
 
UnsupportedEntailmentTypeException(OWLAxiom) - Constructor for exception org.semanticweb.owlapi.reasoner.UnsupportedEntailmentTypeException
 
update() - Method in class org.semanticweb.owlapi.util.AutoIRIMapper
update the map.
UPPER_CASE - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
UPPER_CASE.
USAGE - Enum constant in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
http://www.w3.org/ns/prov#Usage.
USE_NAMESPACE_ENTITIES - Enum constant in enum class org.semanticweb.owlapi.model.parameters.ConfigurationOptions
True if entities should be used for namespace abbreviations.
USED - Enum constant in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
http://www.w3.org/ns/prov#used.
UseOfAnonymousIndividual - Class in org.semanticweb.owlapi.profiles.violations
 
UseOfAnonymousIndividual(OWLOntology, OWLAxiom, OWLAnonymousIndividual) - Constructor for class org.semanticweb.owlapi.profiles.violations.UseOfAnonymousIndividual
 
UseOfBuiltInDatatypeInDatatypeDefinition - Class in org.semanticweb.owlapi.profiles.violations
 
UseOfBuiltInDatatypeInDatatypeDefinition(OWLOntology, OWLDatatypeDefinitionAxiom) - Constructor for class org.semanticweb.owlapi.profiles.violations.UseOfBuiltInDatatypeInDatatypeDefinition
 
UseOfDataOneOfWithMultipleLiterals - Class in org.semanticweb.owlapi.profiles.violations
 
UseOfDataOneOfWithMultipleLiterals(OWLOntology, OWLAxiom, OWLDataOneOf) - Constructor for class org.semanticweb.owlapi.profiles.violations.UseOfDataOneOfWithMultipleLiterals
 
UseOfDefinedDatatypeInDatatypeRestriction - Class in org.semanticweb.owlapi.profiles.violations
 
UseOfDefinedDatatypeInDatatypeRestriction(OWLOntology, OWLAxiom, OWLDatatypeRestriction) - Constructor for class org.semanticweb.owlapi.profiles.violations.UseOfDefinedDatatypeInDatatypeRestriction
 
UseOfDefinedDatatypeInLiteral - Class in org.semanticweb.owlapi.profiles.violations
 
UseOfDefinedDatatypeInLiteral(OWLOntology, OWLAxiom, OWLLiteral) - Constructor for class org.semanticweb.owlapi.profiles.violations.UseOfDefinedDatatypeInLiteral
 
UseOfIllegalAxiom - Class in org.semanticweb.owlapi.profiles.violations
 
UseOfIllegalAxiom(OWLOntology, OWLAxiom) - Constructor for class org.semanticweb.owlapi.profiles.violations.UseOfIllegalAxiom
 
UseOfIllegalClassExpression - Class in org.semanticweb.owlapi.profiles.violations
Indicates that a class expression in an axiom is not in the profile.
UseOfIllegalClassExpression(OWLOntology, OWLAxiom, OWLClassExpression) - Constructor for class org.semanticweb.owlapi.profiles.violations.UseOfIllegalClassExpression
 
UseOfIllegalDataRange - Class in org.semanticweb.owlapi.profiles.violations
 
UseOfIllegalDataRange(OWLOntology, OWLAxiom, OWLDataRange) - Constructor for class org.semanticweb.owlapi.profiles.violations.UseOfIllegalDataRange
 
UseOfIllegalFacetRestriction - Class in org.semanticweb.owlapi.profiles.violations
 
UseOfIllegalFacetRestriction(OWLOntology, OWLAxiom, OWLDatatypeRestriction, OWLFacet) - Constructor for class org.semanticweb.owlapi.profiles.violations.UseOfIllegalFacetRestriction
 
UseOfNonAbsoluteIRI - Class in org.semanticweb.owlapi.profiles.violations
 
UseOfNonAbsoluteIRI(OWLOntology, OWLAxiom, IRI) - Constructor for class org.semanticweb.owlapi.profiles.violations.UseOfNonAbsoluteIRI
 
UseOfNonAtomicClassExpression - Class in org.semanticweb.owlapi.profiles.violations
 
UseOfNonAtomicClassExpression(OWLOntology, OWLAxiom, OWLClassExpression) - Constructor for class org.semanticweb.owlapi.profiles.violations.UseOfNonAtomicClassExpression
 
UseOfNonEquivalentClassExpression - Class in org.semanticweb.owlapi.profiles.violations
 
UseOfNonEquivalentClassExpression(OWLOntology, OWLAxiom, OWLClassExpression) - Constructor for class org.semanticweb.owlapi.profiles.violations.UseOfNonEquivalentClassExpression
 
UseOfNonSimplePropertyInAsymmetricObjectPropertyAxiom - Class in org.semanticweb.owlapi.profiles.violations
 
UseOfNonSimplePropertyInAsymmetricObjectPropertyAxiom(OWLOntology, OWLAsymmetricObjectPropertyAxiom) - Constructor for class org.semanticweb.owlapi.profiles.violations.UseOfNonSimplePropertyInAsymmetricObjectPropertyAxiom
 
UseOfNonSimplePropertyInCardinalityRestriction - Class in org.semanticweb.owlapi.profiles.violations
 
UseOfNonSimplePropertyInCardinalityRestriction(OWLOntology, OWLAxiom, OWLObjectCardinalityRestriction) - Constructor for class org.semanticweb.owlapi.profiles.violations.UseOfNonSimplePropertyInCardinalityRestriction
 
UseOfNonSimplePropertyInDisjointPropertiesAxiom - Class in org.semanticweb.owlapi.profiles.violations
 
UseOfNonSimplePropertyInDisjointPropertiesAxiom(OWLOntology, OWLAxiom, OWLObjectPropertyExpression) - Constructor for class org.semanticweb.owlapi.profiles.violations.UseOfNonSimplePropertyInDisjointPropertiesAxiom
 
UseOfNonSimplePropertyInFunctionalPropertyAxiom - Class in org.semanticweb.owlapi.profiles.violations
 
UseOfNonSimplePropertyInFunctionalPropertyAxiom(OWLOntology, OWLFunctionalObjectPropertyAxiom) - Constructor for class org.semanticweb.owlapi.profiles.violations.UseOfNonSimplePropertyInFunctionalPropertyAxiom
 
UseOfNonSimplePropertyInInverseFunctionalObjectPropertyAxiom - Class in org.semanticweb.owlapi.profiles.violations
 
UseOfNonSimplePropertyInInverseFunctionalObjectPropertyAxiom(OWLOntology, OWLInverseFunctionalObjectPropertyAxiom) - Constructor for class org.semanticweb.owlapi.profiles.violations.UseOfNonSimplePropertyInInverseFunctionalObjectPropertyAxiom
 
UseOfNonSimplePropertyInIrreflexivePropertyAxiom - Class in org.semanticweb.owlapi.profiles.violations
 
UseOfNonSimplePropertyInIrreflexivePropertyAxiom(OWLOntology, OWLIrreflexiveObjectPropertyAxiom) - Constructor for class org.semanticweb.owlapi.profiles.violations.UseOfNonSimplePropertyInIrreflexivePropertyAxiom
 
UseOfNonSimplePropertyInObjectHasSelf - Class in org.semanticweb.owlapi.profiles.violations
 
UseOfNonSimplePropertyInObjectHasSelf(OWLOntology, OWLAxiom, OWLObjectHasSelf) - Constructor for class org.semanticweb.owlapi.profiles.violations.UseOfNonSimplePropertyInObjectHasSelf
 
UseOfNonSubClassExpression - Class in org.semanticweb.owlapi.profiles.violations
 
UseOfNonSubClassExpression(OWLOntology, OWLAxiom, OWLClassExpression) - Constructor for class org.semanticweb.owlapi.profiles.violations.UseOfNonSubClassExpression
 
UseOfNonSuperClassExpression - Class in org.semanticweb.owlapi.profiles.violations
 
UseOfNonSuperClassExpression(OWLOntology, OWLAxiom, OWLClassExpression) - Constructor for class org.semanticweb.owlapi.profiles.violations.UseOfNonSuperClassExpression
 
UseOfObjectOneOfWithMultipleIndividuals - Class in org.semanticweb.owlapi.profiles.violations
 
UseOfObjectOneOfWithMultipleIndividuals(OWLOntology, OWLAxiom, OWLObjectOneOf) - Constructor for class org.semanticweb.owlapi.profiles.violations.UseOfObjectOneOfWithMultipleIndividuals
 
UseOfObjectPropertyInverse - Class in org.semanticweb.owlapi.profiles.violations
 
UseOfObjectPropertyInverse(OWLOntology, OWLAxiom, OWLObjectPropertyExpression) - Constructor for class org.semanticweb.owlapi.profiles.violations.UseOfObjectPropertyInverse
 
UseOfPropertyInChainCausesCycle - Class in org.semanticweb.owlapi.profiles.violations
 
UseOfPropertyInChainCausesCycle(OWLOntology, OWLAxiom, OWLObjectPropertyExpression) - Constructor for class org.semanticweb.owlapi.profiles.violations.UseOfPropertyInChainCausesCycle
 
UseOfReservedVocabularyForAnnotationPropertyIRI - Class in org.semanticweb.owlapi.profiles.violations
 
UseOfReservedVocabularyForAnnotationPropertyIRI(OWLOntology, OWLAxiom, OWLAnnotationProperty) - Constructor for class org.semanticweb.owlapi.profiles.violations.UseOfReservedVocabularyForAnnotationPropertyIRI
 
UseOfReservedVocabularyForClassIRI - Class in org.semanticweb.owlapi.profiles.violations
 
UseOfReservedVocabularyForClassIRI(OWLOntology, OWLAxiom, OWLClass) - Constructor for class org.semanticweb.owlapi.profiles.violations.UseOfReservedVocabularyForClassIRI
 
UseOfReservedVocabularyForDataPropertyIRI - Class in org.semanticweb.owlapi.profiles.violations
 
UseOfReservedVocabularyForDataPropertyIRI(OWLOntology, OWLAxiom, OWLDataProperty) - Constructor for class org.semanticweb.owlapi.profiles.violations.UseOfReservedVocabularyForDataPropertyIRI
 
UseOfReservedVocabularyForIndividualIRI - Class in org.semanticweb.owlapi.profiles.violations
 
UseOfReservedVocabularyForIndividualIRI(OWLOntology, OWLAxiom, OWLNamedIndividual) - Constructor for class org.semanticweb.owlapi.profiles.violations.UseOfReservedVocabularyForIndividualIRI
 
UseOfReservedVocabularyForObjectPropertyIRI - Class in org.semanticweb.owlapi.profiles.violations
 
UseOfReservedVocabularyForObjectPropertyIRI(OWLOntology, OWLAxiom, OWLObjectProperty) - Constructor for class org.semanticweb.owlapi.profiles.violations.UseOfReservedVocabularyForObjectPropertyIRI
 
UseOfReservedVocabularyForOntologyIRI - Class in org.semanticweb.owlapi.profiles.violations
 
UseOfReservedVocabularyForOntologyIRI(OWLOntology) - Constructor for class org.semanticweb.owlapi.profiles.violations.UseOfReservedVocabularyForOntologyIRI
 
UseOfReservedVocabularyForVersionIRI - Class in org.semanticweb.owlapi.profiles.violations
 
UseOfReservedVocabularyForVersionIRI(OWLOntology) - Constructor for class org.semanticweb.owlapi.profiles.violations.UseOfReservedVocabularyForVersionIRI
 
UseOfTopDataPropertyAsSubPropertyInSubPropertyAxiom - Class in org.semanticweb.owlapi.profiles.violations
 
UseOfTopDataPropertyAsSubPropertyInSubPropertyAxiom(OWLOntology, OWLSubDataPropertyOfAxiom) - Constructor for class org.semanticweb.owlapi.profiles.violations.UseOfTopDataPropertyAsSubPropertyInSubPropertyAxiom
 
UseOfUndeclaredAnnotationProperty - Class in org.semanticweb.owlapi.profiles.violations
 
UseOfUndeclaredAnnotationProperty(OWLOntology, OWLAxiom, OWLAnnotation, OWLAnnotationProperty) - Constructor for class org.semanticweb.owlapi.profiles.violations.UseOfUndeclaredAnnotationProperty
 
UseOfUndeclaredClass - Class in org.semanticweb.owlapi.profiles.violations
 
UseOfUndeclaredClass(OWLOntology, OWLAxiom, OWLClass) - Constructor for class org.semanticweb.owlapi.profiles.violations.UseOfUndeclaredClass
 
UseOfUndeclaredDataProperty - Class in org.semanticweb.owlapi.profiles.violations
 
UseOfUndeclaredDataProperty(OWLOntology, OWLAxiom, OWLDataProperty) - Constructor for class org.semanticweb.owlapi.profiles.violations.UseOfUndeclaredDataProperty
 
UseOfUndeclaredDatatype - Class in org.semanticweb.owlapi.profiles.violations
Specifies that a datatype is not declared.
UseOfUndeclaredDatatype(OWLOntology, OWLAxiom, OWLDatatype) - Constructor for class org.semanticweb.owlapi.profiles.violations.UseOfUndeclaredDatatype
 
UseOfUndeclaredObjectProperty - Class in org.semanticweb.owlapi.profiles.violations
 
UseOfUndeclaredObjectProperty(OWLOntology, OWLAxiom, OWLObjectProperty) - Constructor for class org.semanticweb.owlapi.profiles.violations.UseOfUndeclaredObjectProperty
 
UseOfUnknownDatatype - Class in org.semanticweb.owlapi.profiles.violations
Use of an unknown datatype.
UseOfUnknownDatatype(OWLOntology, OWLAxiom, OWLDatatype) - Constructor for class org.semanticweb.owlapi.profiles.violations.UseOfUnknownDatatype
 

V

VALIDATION - Static variable in class org.semanticweb.owlapi.formats.OBODocumentFormat
Key for validation parameter.
value() - Element in annotation interface org.semanticweb.owlapi.annotations.HasPriority
 
VALUE - Enum constant in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
http://www.w3.org/ns/prov#value.
valueForIRI(IRI) - Static method in enum class org.semanticweb.owlapi.profiles.Profiles
 
valueOf(String) - Static method in enum class org.semanticweb.owlapi.io.RDFOntologyHeaderStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.semanticweb.owlapi.model.ClassExpressionType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.semanticweb.owlapi.model.DataRangeType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.semanticweb.owlapi.model.MissingImportHandlingStrategy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.semanticweb.owlapi.model.MissingOntologyHeaderStrategy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.semanticweb.owlapi.model.parameters.AxiomAnnotations
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.semanticweb.owlapi.model.parameters.ChangeApplied
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.semanticweb.owlapi.model.parameters.ConfigurationOptions
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.semanticweb.owlapi.model.parameters.Imports
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.semanticweb.owlapi.model.parameters.Navigation
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.semanticweb.owlapi.model.parameters.OntologyCopy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.semanticweb.owlapi.model.PrimitiveType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.semanticweb.owlapi.model.PriorityCollectionSorting
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.semanticweb.owlapi.profiles.Profiles
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.semanticweb.owlapi.reasoner.BufferingMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.semanticweb.owlapi.reasoner.FreshEntityPolicy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.semanticweb.owlapi.reasoner.IndividualNodeSetPolicy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.semanticweb.owlapi.reasoner.InferenceDepth
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.semanticweb.owlapi.reasoner.InferenceType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.semanticweb.owlapi.util.AnnotationWalkingControl
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.semanticweb.owlapi.util.Construct
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.semanticweb.owlapi.util.Languages
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.semanticweb.owlapi.vocab.BuiltInVocabulary
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.semanticweb.owlapi.vocab.DublinCoreVocabulary
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.semanticweb.owlapi.vocab.Extensions
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.semanticweb.owlapi.vocab.Namespaces.BuiltIn
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.semanticweb.owlapi.vocab.Namespaces.Status
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.semanticweb.owlapi.vocab.Namespaces
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.semanticweb.owlapi.vocab.OWL2Datatype.Category
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.semanticweb.owlapi.vocab.OWL2Datatype
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.semanticweb.owlapi.vocab.OWL2Datatype.WhiteSpaceNormalisation
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.semanticweb.owlapi.vocab.OWLFacet
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.semanticweb.owlapi.vocab.SKOSVocabulary
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.semanticweb.owlapi.vocab.SWRLVocabulary
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.semanticweb.owlapi.vocab.XSDVocabulary
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.semanticweb.owlapi.io.RDFOntologyHeaderStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.semanticweb.owlapi.model.ClassExpressionType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.semanticweb.owlapi.model.DataRangeType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in class org.semanticweb.owlapi.model.EntityType
 
values() - Static method in enum class org.semanticweb.owlapi.model.MissingImportHandlingStrategy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.semanticweb.owlapi.model.MissingOntologyHeaderStrategy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Method in interface org.semanticweb.owlapi.model.OWLDataOneOf
Gets the sorted values (OWLLiterals) that this data range consists of.
values() - Static method in enum class org.semanticweb.owlapi.model.parameters.AxiomAnnotations
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.semanticweb.owlapi.model.parameters.ChangeApplied
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.semanticweb.owlapi.model.parameters.ConfigurationOptions
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.semanticweb.owlapi.model.parameters.Imports
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.semanticweb.owlapi.model.parameters.Navigation
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.semanticweb.owlapi.model.parameters.OntologyCopy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.semanticweb.owlapi.model.PrimitiveType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.semanticweb.owlapi.model.PriorityCollectionSorting
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.semanticweb.owlapi.profiles.Profiles
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.semanticweb.owlapi.reasoner.BufferingMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.semanticweb.owlapi.reasoner.FreshEntityPolicy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.semanticweb.owlapi.reasoner.IndividualNodeSetPolicy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.semanticweb.owlapi.reasoner.InferenceDepth
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.semanticweb.owlapi.reasoner.InferenceType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.semanticweb.owlapi.util.AnnotationWalkingControl
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.semanticweb.owlapi.util.Construct
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.semanticweb.owlapi.util.Languages
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.semanticweb.owlapi.vocab.BuiltInVocabulary
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.semanticweb.owlapi.vocab.DublinCoreVocabulary
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.semanticweb.owlapi.vocab.Extensions
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.semanticweb.owlapi.vocab.Namespaces.BuiltIn
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.semanticweb.owlapi.vocab.Namespaces.Status
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.semanticweb.owlapi.vocab.Namespaces
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.semanticweb.owlapi.vocab.OWL2Datatype.Category
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.semanticweb.owlapi.vocab.OWL2Datatype
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.semanticweb.owlapi.vocab.OWL2Datatype.WhiteSpaceNormalisation
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.semanticweb.owlapi.vocab.OWLFacet
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.semanticweb.owlapi.vocab.OWLRDFVocabulary
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.semanticweb.owlapi.vocab.SKOSVocabulary
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.semanticweb.owlapi.vocab.SWRLVocabulary
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.semanticweb.owlapi.vocab.XSDVocabulary
Returns an array containing the constants of this enum class, in the order they are declared.
values(Stream<OWLAnnotation>) - Static method in class org.semanticweb.owlapi.search.Searcher
Retrieve annotation values from annotations.
values(Stream<OWLAnnotation>, OWLAnnotationProperty) - Static method in class org.semanticweb.owlapi.search.Searcher
Retrieve annotation values from annotations.
values(Stream<OWLDataPropertyAssertionAxiom>, OWLDataPropertyExpression) - Static method in class org.semanticweb.owlapi.search.Searcher
Retrieve literals from a collection of assertions.
values(Stream<OWLObjectPropertyAssertionAxiom>, OWLObjectPropertyExpression) - Static method in class org.semanticweb.owlapi.search.Searcher
Retrieve objects from a collection of assertions.
VARIABLE - Enum constant in enum class org.semanticweb.owlapi.vocab.OWLXMLVocabulary
VARIABLE.
VARIABLE - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLVocabulary
VARIABLE.
variables() - Method in interface org.semanticweb.owlapi.model.SWRLRule
 
VCARD - Enum constant in enum class org.semanticweb.owlapi.vocab.Namespaces
The VCARD namespace.
verifyNotNull(T) - Static method in class org.semanticweb.owlapi.util.OWLAPIPreconditions
Check that the argument is not null; if the argument is null, throw an IllegalStateException.
verifyNotNull(T, String) - Static method in class org.semanticweb.owlapi.util.OWLAPIPreconditions
Check that the argument is not null; if the argument is null, throw an IllegalStateException.
verifyNotNull(T, Supplier<String>) - Static method in class org.semanticweb.owlapi.util.OWLAPIPreconditions
Check that the argument is not null; if the argument is null, throw an IllegalStateException.
Version - Class in org.semanticweb.owlapi.util
A simple utility class that describes the version of a piece of software e.g.
Version(int, int, int, int) - Constructor for class org.semanticweb.owlapi.util.Version
 
Version(int, int, int, int, String) - Constructor for class org.semanticweb.owlapi.util.Version
 
VersionInfo - Class in org.semanticweb.owlapi.util
A place holder for the current release number.
versions(IRI) - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
Gets the versions (if any) of the ontology that have the specified IRI
visit(C, C) - Method in interface org.semanticweb.owlapi.model.OWLPairwiseBooleanVisitor
The order of the arguments depend on the visited element.
visit(C, C) - Method in interface org.semanticweb.owlapi.model.OWLPairwiseVisitor
The order of the arguments depend on the visited element.
visit(C, C) - Method in interface org.semanticweb.owlapi.model.OWLPairwiseVoidVisitor
The order of the arguments depend on the visited element.
visit(AddAxiomData) - Method in interface org.semanticweb.owlapi.change.OWLOntologyChangeDataVisitor
 
visit(AddImportData) - Method in interface org.semanticweb.owlapi.change.OWLOntologyChangeDataVisitor
 
visit(AddOntologyAnnotationData) - Method in interface org.semanticweb.owlapi.change.OWLOntologyChangeDataVisitor
 
visit(RemoveAxiomData) - Method in interface org.semanticweb.owlapi.change.OWLOntologyChangeDataVisitor
 
visit(RemoveImportData) - Method in interface org.semanticweb.owlapi.change.OWLOntologyChangeDataVisitor
 
visit(RemoveOntologyAnnotationData) - Method in interface org.semanticweb.owlapi.change.OWLOntologyChangeDataVisitor
 
visit(SetOntologyIDData) - Method in interface org.semanticweb.owlapi.change.OWLOntologyChangeDataVisitor
 
visit(AddAxiom) - Method in interface org.semanticweb.owlapi.model.OWLOntologyChangeVisitor
visit AddAxiom type
visit(AddAxiom) - Method in interface org.semanticweb.owlapi.model.OWLOntologyChangeVisitorEx
Visit AddAxiom type.
visit(AddAxiom) - Method in class org.semanticweb.owlapi.util.OWLOntologyChangeFilter
 
visit(AddImport) - Method in interface org.semanticweb.owlapi.model.OWLOntologyChangeVisitor
visit AddImport type
visit(AddImport) - Method in interface org.semanticweb.owlapi.model.OWLOntologyChangeVisitorEx
Visit AddImport type.
visit(AddOntologyAnnotation) - Method in interface org.semanticweb.owlapi.model.OWLOntologyChangeVisitor
visit AddOntologyAnnotation type
visit(AddOntologyAnnotation) - Method in interface org.semanticweb.owlapi.model.OWLOntologyChangeVisitorEx
Visit AddOntologyAnnotation type.
visit(EntityType<?>) - Method in interface org.semanticweb.owlapi.model.EntityTypeVisitorEx
 
visit(IRI) - Method in interface org.semanticweb.owlapi.model.OWLAnnotationSubjectVisitor
Visit IRI type.
visit(IRI) - Method in interface org.semanticweb.owlapi.model.OWLAnnotationSubjectVisitorEx
Visit IRI type.
visit(IRI) - Method in interface org.semanticweb.owlapi.model.OWLAnnotationValueVisitor
visit IRI type
visit(IRI) - Method in interface org.semanticweb.owlapi.model.OWLAnnotationValueVisitorEx
visit IRI type
visit(IRI) - Method in class org.semanticweb.owlapi.profiles.ProfileVisitor
 
visit(IRI) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(IRI) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(IRI) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(IRI) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(IRI) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(IRI) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(IRI) - Method in class org.semanticweb.owlapi.util.StringAnnotationVisitor
 
visit(IRI) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(OWLAnnotation) - Method in interface org.semanticweb.owlapi.model.OWLAnnotationObjectVisitor
visit OWLAnnotation type
visit(OWLAnnotation) - Method in interface org.semanticweb.owlapi.model.OWLAnnotationObjectVisitorEx
visit OWLAnnotation type
visit(OWLAnnotation) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(OWLAnnotation) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(OWLAnnotation) - Method in class org.semanticweb.owlapi.util.OWLAnonymousIndividualsWithMultipleOccurrences
 
visit(OWLAnnotation) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
 
visit(OWLAnnotation) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(OWLAnnotation) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(OWLAnnotation) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(OWLAnnotation) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(OWLAnnotation) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(OWLAnnotationAssertionAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAnnotationAxiomVisitor
visit OWLAnnotationAssertionAxiom type
visit(OWLAnnotationAssertionAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAnnotationAxiomVisitorEx
visit OWLAnnotationAssertionAxiom type
visit(OWLAnnotationAssertionAxiom) - Method in class org.semanticweb.owlapi.util.AxiomSubjectProviderEx
 
visit(OWLAnnotationAssertionAxiom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(OWLAnnotationAssertionAxiom) - Method in class org.semanticweb.owlapi.util.HornAxiomVisitorEx
 
visit(OWLAnnotationAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(OWLAnnotationAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLAnonymousIndividualsWithMultipleOccurrences
 
visit(OWLAnnotationAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
 
visit(OWLAnnotationAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(OWLAnnotationAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(OWLAnnotationAssertionAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(OWLAnnotationAssertionAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(OWLAnnotationAssertionAxiom) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(OWLAnnotationProperty) - Method in interface org.semanticweb.owlapi.model.OWLPropertyEntityVisitorBase
visit OWLAnnotationProperty type
visit(OWLAnnotationProperty) - Method in interface org.semanticweb.owlapi.model.OWLPropertyEntityVisitorExBase
visit OWLAnnotationProperty type
visit(OWLAnnotationProperty) - Method in class org.semanticweb.owlapi.profiles.ProfileVisitor
 
visit(OWLAnnotationProperty) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(OWLAnnotationProperty) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(OWLAnnotationProperty) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
 
visit(OWLAnnotationProperty) - Method in class org.semanticweb.owlapi.util.OWLEntityComparator
 
visit(OWLAnnotationProperty) - Method in class org.semanticweb.owlapi.util.OWLEntityFragmentProvider
 
visit(OWLAnnotationProperty) - Method in class org.semanticweb.owlapi.util.OWLEntityRemover
 
visit(OWLAnnotationProperty) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(OWLAnnotationProperty) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(OWLAnnotationProperty) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(OWLAnnotationProperty) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(OWLAnnotationProperty) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(OWLAnnotationPropertyDomainAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAnnotationAxiomVisitor
visit OWLAnnotationPropertyDomainAxiom type
visit(OWLAnnotationPropertyDomainAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAnnotationAxiomVisitorEx
visit OWLAnnotationPropertyDomainAxiom type
visit(OWLAnnotationPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.AxiomSubjectProviderEx
 
visit(OWLAnnotationPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(OWLAnnotationPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.HornAxiomVisitorEx
 
visit(OWLAnnotationPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(OWLAnnotationPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(OWLAnnotationPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(OWLAnnotationPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(OWLAnnotationPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(OWLAnnotationPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(OWLAnnotationPropertyRangeAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAnnotationAxiomVisitor
visit OWLAnnotationPropertyRangeAxiom type
visit(OWLAnnotationPropertyRangeAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAnnotationAxiomVisitorEx
visit OWLAnnotationPropertyRangeAxiom type
visit(OWLAnnotationPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.AxiomSubjectProviderEx
 
visit(OWLAnnotationPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(OWLAnnotationPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.HornAxiomVisitorEx
 
visit(OWLAnnotationPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(OWLAnnotationPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(OWLAnnotationPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(OWLAnnotationPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(OWLAnnotationPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(OWLAnnotationPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(OWLAnonymousIndividual) - Method in interface org.semanticweb.owlapi.model.OWLAnnotationSubjectVisitor
Visit OWLAnonymousIndividual type.
visit(OWLAnonymousIndividual) - Method in interface org.semanticweb.owlapi.model.OWLAnnotationSubjectVisitorEx
Visit OWLAnonymousIndividual type.
visit(OWLAnonymousIndividual) - Method in interface org.semanticweb.owlapi.model.OWLAnonymousIndividualVisitorBase
visit OWLAnonymousIndividual type
visit(OWLAnonymousIndividual) - Method in interface org.semanticweb.owlapi.model.OWLAnonymousIndividualVisitorExBase
visit OWLAnonymousIndividual type
visit(OWLAnonymousIndividual) - Method in class org.semanticweb.owlapi.profiles.ProfileVisitor
 
visit(OWLAnonymousIndividual) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(OWLAnonymousIndividual) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(OWLAnonymousIndividual) - Method in class org.semanticweb.owlapi.util.OWLAnonymousIndividualsWithMultipleOccurrences
 
visit(OWLAnonymousIndividual) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(OWLAnonymousIndividual) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(OWLAnonymousIndividual) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(OWLAnonymousIndividual) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(OWLAnonymousIndividual) - Method in class org.semanticweb.owlapi.util.StringAnnotationVisitor
 
visit(OWLAnonymousIndividual) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(OWLAsymmetricObjectPropertyAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitor
visit OWLAsymmetricObjectPropertyAxiom type
visit(OWLAsymmetricObjectPropertyAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitorEx
visit OWLAsymmetricObjectPropertyAxiom type
visit(OWLAsymmetricObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.profiles.ProfileVisitor
 
visit(OWLAsymmetricObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.AxiomSubjectProviderEx
 
visit(OWLAsymmetricObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(OWLAsymmetricObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
 
visit(OWLAsymmetricObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(OWLAsymmetricObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(OWLAsymmetricObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(OWLAsymmetricObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(OWLAsymmetricObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(OWLAsymmetricObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(OWLClass) - Method in interface org.semanticweb.owlapi.model.OWLClassVisitorBase
visit OWLClass type
visit(OWLClass) - Method in interface org.semanticweb.owlapi.model.OWLClassVisitorExBase
visit OWLClass type
visit(OWLClass) - Method in class org.semanticweb.owlapi.profiles.ProfileVisitor
 
visit(OWLClass) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(OWLClass) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(OWLClass) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
 
visit(OWLClass) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
 
visit(OWLClass) - Method in class org.semanticweb.owlapi.util.OWLEntityComparator
 
visit(OWLClass) - Method in class org.semanticweb.owlapi.util.OWLEntityFragmentProvider
 
visit(OWLClass) - Method in class org.semanticweb.owlapi.util.OWLEntityRemover
 
visit(OWLClass) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(OWLClass) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(OWLClass) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(OWLClass) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(OWLClass) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(OWLClassAssertionAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitor
visit OWLClassAssertionAxiom type
visit(OWLClassAssertionAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitorEx
visit OWLClassAssertionAxiom type
visit(OWLClassAssertionAxiom) - Method in class org.semanticweb.owlapi.profiles.ProfileVisitor
 
visit(OWLClassAssertionAxiom) - Method in class org.semanticweb.owlapi.util.AxiomSubjectProviderEx
 
visit(OWLClassAssertionAxiom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(OWLClassAssertionAxiom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
 
visit(OWLClassAssertionAxiom) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
 
visit(OWLClassAssertionAxiom) - Method in class org.semanticweb.owlapi.util.NNF
 
visit(OWLClassAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(OWLClassAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(OWLClassAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(OWLClassAssertionAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(OWLClassAssertionAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(OWLClassAssertionAxiom) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(OWLDataAllValuesFrom) - Method in interface org.semanticweb.owlapi.model.OWLClassExpressionVisitor
visit OWLDataAllValuesFrom type
visit(OWLDataAllValuesFrom) - Method in interface org.semanticweb.owlapi.model.OWLClassExpressionVisitorEx
visit OWLDataAllValuesFrom type
visit(OWLDataAllValuesFrom) - Method in class org.semanticweb.owlapi.profiles.ProfileVisitor
 
visit(OWLDataAllValuesFrom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(OWLDataAllValuesFrom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
 
visit(OWLDataAllValuesFrom) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
 
visit(OWLDataAllValuesFrom) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(OWLDataAllValuesFrom) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
 
visit(OWLDataAllValuesFrom) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
 
visit(OWLDataAllValuesFrom) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(OWLDataAllValuesFrom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(OWLDataAllValuesFrom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(OWLDataAllValuesFrom) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(OWLDataAllValuesFrom) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(OWLDataComplementOf) - Method in interface org.semanticweb.owlapi.model.OWLDataRangeVisitor
visit OWLDataComplementOf type
visit(OWLDataComplementOf) - Method in interface org.semanticweb.owlapi.model.OWLDataRangeVisitorEx
visit OWLDataComplementOf type
visit(OWLDataComplementOf) - Method in interface org.semanticweb.owlapi.model.OWLDataVisitorEx
visit OWLDataComplementOf type
visit(OWLDataComplementOf) - Method in class org.semanticweb.owlapi.profiles.ProfileVisitor
 
visit(OWLDataComplementOf) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(OWLDataComplementOf) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
 
visit(OWLDataComplementOf) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(OWLDataComplementOf) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(OWLDataComplementOf) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(OWLDataComplementOf) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(OWLDataComplementOf) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(OWLDataComplementOf) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(OWLDataExactCardinality) - Method in interface org.semanticweb.owlapi.model.OWLClassExpressionVisitor
visit OWLDataExactCardinality type
visit(OWLDataExactCardinality) - Method in interface org.semanticweb.owlapi.model.OWLClassExpressionVisitorEx
visit OWLDataExactCardinality type
visit(OWLDataExactCardinality) - Method in class org.semanticweb.owlapi.profiles.ProfileVisitor
 
visit(OWLDataExactCardinality) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(OWLDataExactCardinality) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
 
visit(OWLDataExactCardinality) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
 
visit(OWLDataExactCardinality) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(OWLDataExactCardinality) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
 
visit(OWLDataExactCardinality) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
 
visit(OWLDataExactCardinality) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(OWLDataExactCardinality) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(OWLDataExactCardinality) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(OWLDataExactCardinality) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(OWLDataExactCardinality) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(OWLDataHasValue) - Method in interface org.semanticweb.owlapi.model.OWLClassExpressionVisitor
visit OWLDataHasValue type
visit(OWLDataHasValue) - Method in interface org.semanticweb.owlapi.model.OWLClassExpressionVisitorEx
visit OWLDataHasValue type
visit(OWLDataHasValue) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(OWLDataHasValue) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
 
visit(OWLDataHasValue) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
 
visit(OWLDataHasValue) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(OWLDataHasValue) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
 
visit(OWLDataHasValue) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
 
visit(OWLDataHasValue) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(OWLDataHasValue) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(OWLDataHasValue) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(OWLDataHasValue) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(OWLDataHasValue) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(OWLDataIntersectionOf) - Method in interface org.semanticweb.owlapi.model.OWLDataRangeVisitor
visit OWLDataIntersectionOf type
visit(OWLDataIntersectionOf) - Method in interface org.semanticweb.owlapi.model.OWLDataRangeVisitorEx
visit OWLDataIntersectionOf type
visit(OWLDataIntersectionOf) - Method in interface org.semanticweb.owlapi.model.OWLDataVisitorEx
visit OWLDataIntersectionOf type
visit(OWLDataIntersectionOf) - Method in class org.semanticweb.owlapi.profiles.ProfileVisitor
 
visit(OWLDataIntersectionOf) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(OWLDataIntersectionOf) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(OWLDataIntersectionOf) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(OWLDataIntersectionOf) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(OWLDataIntersectionOf) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(OWLDataIntersectionOf) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(OWLDataIntersectionOf) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(OWLDataMaxCardinality) - Method in interface org.semanticweb.owlapi.model.OWLClassExpressionVisitor
visit OWLDataMaxCardinality type
visit(OWLDataMaxCardinality) - Method in interface org.semanticweb.owlapi.model.OWLClassExpressionVisitorEx
visit OWLDataMaxCardinality type
visit(OWLDataMaxCardinality) - Method in class org.semanticweb.owlapi.profiles.ProfileVisitor
 
visit(OWLDataMaxCardinality) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(OWLDataMaxCardinality) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
 
visit(OWLDataMaxCardinality) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
 
visit(OWLDataMaxCardinality) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(OWLDataMaxCardinality) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
 
visit(OWLDataMaxCardinality) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
 
visit(OWLDataMaxCardinality) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(OWLDataMaxCardinality) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(OWLDataMaxCardinality) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(OWLDataMaxCardinality) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(OWLDataMaxCardinality) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(OWLDataMinCardinality) - Method in interface org.semanticweb.owlapi.model.OWLClassExpressionVisitor
visit OWLDataMinCardinality type
visit(OWLDataMinCardinality) - Method in interface org.semanticweb.owlapi.model.OWLClassExpressionVisitorEx
visit OWLDataMinCardinality type
visit(OWLDataMinCardinality) - Method in class org.semanticweb.owlapi.profiles.ProfileVisitor
 
visit(OWLDataMinCardinality) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(OWLDataMinCardinality) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
 
visit(OWLDataMinCardinality) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
 
visit(OWLDataMinCardinality) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(OWLDataMinCardinality) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
 
visit(OWLDataMinCardinality) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
 
visit(OWLDataMinCardinality) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(OWLDataMinCardinality) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(OWLDataMinCardinality) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(OWLDataMinCardinality) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(OWLDataMinCardinality) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(OWLDataOneOf) - Method in interface org.semanticweb.owlapi.model.OWLDataRangeVisitor
visit OWLDataOneOf type
visit(OWLDataOneOf) - Method in interface org.semanticweb.owlapi.model.OWLDataRangeVisitorEx
visit OWLDataOneOf type
visit(OWLDataOneOf) - Method in interface org.semanticweb.owlapi.model.OWLDataVisitorEx
visit OWLDataOneOf type
visit(OWLDataOneOf) - Method in class org.semanticweb.owlapi.profiles.ProfileVisitor
 
visit(OWLDataOneOf) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(OWLDataOneOf) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
 
visit(OWLDataOneOf) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(OWLDataOneOf) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(OWLDataOneOf) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(OWLDataOneOf) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(OWLDataOneOf) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(OWLDataOneOf) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(OWLDataProperty) - Method in interface org.semanticweb.owlapi.model.OWLPropertyEntityVisitorBase
visit OWLDataProperty type
visit(OWLDataProperty) - Method in interface org.semanticweb.owlapi.model.OWLPropertyEntityVisitorExBase
visit OWLDataProperty type
visit(OWLDataProperty) - Method in class org.semanticweb.owlapi.profiles.ProfileVisitor
 
visit(OWLDataProperty) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(OWLDataProperty) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
 
visit(OWLDataProperty) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(OWLDataProperty) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
 
visit(OWLDataProperty) - Method in class org.semanticweb.owlapi.util.OWLEntityComparator
 
visit(OWLDataProperty) - Method in class org.semanticweb.owlapi.util.OWLEntityFragmentProvider
 
visit(OWLDataProperty) - Method in class org.semanticweb.owlapi.util.OWLEntityRemover
 
visit(OWLDataProperty) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(OWLDataProperty) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(OWLDataProperty) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(OWLDataProperty) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(OWLDataProperty) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(OWLDataPropertyAssertionAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitor
visit OWLDataPropertyAssertionAxiom type
visit(OWLDataPropertyAssertionAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitorEx
visit OWLDataPropertyAssertionAxiom type
visit(OWLDataPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.AxiomSubjectProviderEx
 
visit(OWLDataPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(OWLDataPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
 
visit(OWLDataPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(OWLDataPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLAnonymousIndividualsWithMultipleOccurrences
 
visit(OWLDataPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(OWLDataPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(OWLDataPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(OWLDataPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(OWLDataPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(OWLDataPropertyDomainAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitor
visit OWLDataPropertyDomainAxiom type
visit(OWLDataPropertyDomainAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitorEx
visit OWLDataPropertyDomainAxiom type
visit(OWLDataPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.profiles.ProfileVisitor
 
visit(OWLDataPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.AxiomSubjectProviderEx
 
visit(OWLDataPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(OWLDataPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
 
visit(OWLDataPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
 
visit(OWLDataPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.NNF
 
visit(OWLDataPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(OWLDataPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
 
visit(OWLDataPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(OWLDataPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(OWLDataPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(OWLDataPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(OWLDataPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(OWLDataPropertyRangeAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitor
visit OWLDataPropertyRangeAxiom type
visit(OWLDataPropertyRangeAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitorEx
visit OWLDataPropertyRangeAxiom type
visit(OWLDataPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.AxiomSubjectProviderEx
 
visit(OWLDataPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(OWLDataPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
 
visit(OWLDataPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.NNF
 
visit(OWLDataPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(OWLDataPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(OWLDataPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(OWLDataPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(OWLDataPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(OWLDataPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(OWLDataSomeValuesFrom) - Method in interface org.semanticweb.owlapi.model.OWLClassExpressionVisitor
visit OWLDataSomeValuesFrom type
visit(OWLDataSomeValuesFrom) - Method in interface org.semanticweb.owlapi.model.OWLClassExpressionVisitorEx
visit OWLDataSomeValuesFrom type
visit(OWLDataSomeValuesFrom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(OWLDataSomeValuesFrom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
 
visit(OWLDataSomeValuesFrom) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
 
visit(OWLDataSomeValuesFrom) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(OWLDataSomeValuesFrom) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
 
visit(OWLDataSomeValuesFrom) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
 
visit(OWLDataSomeValuesFrom) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(OWLDataSomeValuesFrom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(OWLDataSomeValuesFrom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(OWLDataSomeValuesFrom) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(OWLDataSomeValuesFrom) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(OWLDatatype) - Method in interface org.semanticweb.owlapi.model.OWLDataEntityVisitorBase
visit OWLDatatype type
visit(OWLDatatype) - Method in interface org.semanticweb.owlapi.model.OWLDataEntityVisitorExBase
visit OWLDatatype type
visit(OWLDatatype) - Method in interface org.semanticweb.owlapi.model.OWLDataRangeVisitorEx
visit OWLDatatype type
visit(OWLDatatype) - Method in class org.semanticweb.owlapi.profiles.ProfileVisitor
 
visit(OWLDatatype) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(OWLDatatype) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(OWLDatatype) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
 
visit(OWLDatatype) - Method in class org.semanticweb.owlapi.util.OWLEntityComparator
 
visit(OWLDatatype) - Method in class org.semanticweb.owlapi.util.OWLEntityFragmentProvider
 
visit(OWLDatatype) - Method in class org.semanticweb.owlapi.util.OWLEntityRemover
 
visit(OWLDatatype) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(OWLDatatype) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(OWLDatatype) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(OWLDatatype) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(OWLDatatype) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(OWLDatatypeDefinitionAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAxiomVisitor
 
visit(OWLDatatypeDefinitionAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAxiomVisitorEx
visit OWLDatatypeDefinitionAxiom type
visit(OWLDatatypeDefinitionAxiom) - Method in class org.semanticweb.owlapi.profiles.ProfileVisitor
 
visit(OWLDatatypeDefinitionAxiom) - Method in class org.semanticweb.owlapi.util.AxiomSubjectProviderEx
 
visit(OWLDatatypeDefinitionAxiom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(OWLDatatypeDefinitionAxiom) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(OWLDatatypeDefinitionAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(OWLDatatypeDefinitionAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(OWLDatatypeDefinitionAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(OWLDatatypeDefinitionAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(OWLDatatypeDefinitionAxiom) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(OWLDatatypeRestriction) - Method in interface org.semanticweb.owlapi.model.OWLDataRangeVisitor
visit OWLDatatypeRestriction type
visit(OWLDatatypeRestriction) - Method in interface org.semanticweb.owlapi.model.OWLDataRangeVisitorEx
visit OWLDatatypeRestriction type
visit(OWLDatatypeRestriction) - Method in interface org.semanticweb.owlapi.model.OWLDataVisitorEx
visit OWLDatatypeRestriction type
visit(OWLDatatypeRestriction) - Method in class org.semanticweb.owlapi.profiles.ProfileVisitor
 
visit(OWLDatatypeRestriction) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(OWLDatatypeRestriction) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
 
visit(OWLDatatypeRestriction) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(OWLDatatypeRestriction) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(OWLDatatypeRestriction) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(OWLDatatypeRestriction) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(OWLDatatypeRestriction) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(OWLDatatypeRestriction) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(OWLDataUnionOf) - Method in interface org.semanticweb.owlapi.model.OWLDataRangeVisitor
visit OWLDataUnionOf type
visit(OWLDataUnionOf) - Method in interface org.semanticweb.owlapi.model.OWLDataRangeVisitorEx
visit OWLDataUnionOf type
visit(OWLDataUnionOf) - Method in interface org.semanticweb.owlapi.model.OWLDataVisitorEx
visit OWLDataUnionOf type
visit(OWLDataUnionOf) - Method in class org.semanticweb.owlapi.profiles.ProfileVisitor
 
visit(OWLDataUnionOf) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(OWLDataUnionOf) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(OWLDataUnionOf) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(OWLDataUnionOf) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(OWLDataUnionOf) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(OWLDataUnionOf) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(OWLDataUnionOf) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(OWLDeclarationAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAxiomVisitor
 
visit(OWLDeclarationAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAxiomVisitorEx
visit OWLDeclarationAxiom type
visit(OWLDeclarationAxiom) - Method in class org.semanticweb.owlapi.util.AxiomSubjectProviderEx
 
visit(OWLDeclarationAxiom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(OWLDeclarationAxiom) - Method in class org.semanticweb.owlapi.util.HornAxiomVisitorEx
 
visit(OWLDeclarationAxiom) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(OWLDeclarationAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(OWLDeclarationAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(OWLDeclarationAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(OWLDeclarationAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(OWLDeclarationAxiom) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(OWLDifferentIndividualsAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitor
visit OWLDifferentIndividualsAxiom type
visit(OWLDifferentIndividualsAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitorEx
visit OWLDifferentIndividualsAxiom type
visit(OWLDifferentIndividualsAxiom) - Method in class org.semanticweb.owlapi.profiles.ProfileVisitor
 
visit(OWLDifferentIndividualsAxiom) - Method in class org.semanticweb.owlapi.util.AxiomSubjectProviderEx
 
visit(OWLDifferentIndividualsAxiom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(OWLDifferentIndividualsAxiom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
 
visit(OWLDifferentIndividualsAxiom) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(OWLDifferentIndividualsAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(OWLDifferentIndividualsAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(OWLDifferentIndividualsAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(OWLDifferentIndividualsAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(OWLDifferentIndividualsAxiom) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(OWLDisjointClassesAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitor
visit OWLDisjointClassesAxiom type
visit(OWLDisjointClassesAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitorEx
visit OWLDisjointClassesAxiom type
visit(OWLDisjointClassesAxiom) - Method in class org.semanticweb.owlapi.profiles.ProfileVisitor
 
visit(OWLDisjointClassesAxiom) - Method in class org.semanticweb.owlapi.util.AxiomSubjectProviderEx
 
visit(OWLDisjointClassesAxiom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(OWLDisjointClassesAxiom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
 
visit(OWLDisjointClassesAxiom) - Method in class org.semanticweb.owlapi.util.HornAxiomVisitorEx
 
visit(OWLDisjointClassesAxiom) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
 
visit(OWLDisjointClassesAxiom) - Method in class org.semanticweb.owlapi.util.NNF
 
visit(OWLDisjointClassesAxiom) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(OWLDisjointClassesAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(OWLDisjointClassesAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(OWLDisjointClassesAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(OWLDisjointClassesAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(OWLDisjointClassesAxiom) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(OWLDisjointDataPropertiesAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitor
visit OWLDisjointDataPropertiesAxiom type
visit(OWLDisjointDataPropertiesAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitorEx
visit OWLDisjointDataPropertiesAxiom type
visit(OWLDisjointDataPropertiesAxiom) - Method in class org.semanticweb.owlapi.profiles.ProfileVisitor
 
visit(OWLDisjointDataPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.AxiomSubjectProviderEx
 
visit(OWLDisjointDataPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(OWLDisjointDataPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
 
visit(OWLDisjointDataPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(OWLDisjointDataPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(OWLDisjointDataPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(OWLDisjointDataPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(OWLDisjointDataPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(OWLDisjointDataPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(OWLDisjointObjectPropertiesAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitor
visit OWLDisjointObjectPropertiesAxiom type
visit(OWLDisjointObjectPropertiesAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitorEx
visit OWLDisjointObjectPropertiesAxiom type
visit(OWLDisjointObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.profiles.ProfileVisitor
 
visit(OWLDisjointObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.AxiomSubjectProviderEx
 
visit(OWLDisjointObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(OWLDisjointObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
 
visit(OWLDisjointObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(OWLDisjointObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(OWLDisjointObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(OWLDisjointObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(OWLDisjointObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(OWLDisjointObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(OWLDisjointUnionAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitor
visit OWLDisjointUnionAxiom type
visit(OWLDisjointUnionAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitorEx
visit OWLDisjointUnionAxiom type
visit(OWLDisjointUnionAxiom) - Method in class org.semanticweb.owlapi.profiles.ProfileVisitor
 
visit(OWLDisjointUnionAxiom) - Method in class org.semanticweb.owlapi.util.AxiomSubjectProviderEx
 
visit(OWLDisjointUnionAxiom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(OWLDisjointUnionAxiom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
 
visit(OWLDisjointUnionAxiom) - Method in class org.semanticweb.owlapi.util.HornAxiomVisitorEx
 
visit(OWLDisjointUnionAxiom) - Method in class org.semanticweb.owlapi.util.NNF
 
visit(OWLDisjointUnionAxiom) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(OWLDisjointUnionAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(OWLDisjointUnionAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(OWLDisjointUnionAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(OWLDisjointUnionAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(OWLDisjointUnionAxiom) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(OWLEquivalentClassesAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitor
visit OWLEquivalentClassesAxiom type
visit(OWLEquivalentClassesAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitorEx
visit OWLEquivalentClassesAxiom type
visit(OWLEquivalentClassesAxiom) - Method in class org.semanticweb.owlapi.profiles.ProfileVisitor
 
visit(OWLEquivalentClassesAxiom) - Method in class org.semanticweb.owlapi.util.AxiomSubjectProviderEx
 
visit(OWLEquivalentClassesAxiom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(OWLEquivalentClassesAxiom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
 
visit(OWLEquivalentClassesAxiom) - Method in class org.semanticweb.owlapi.util.HornAxiomVisitorEx
 
visit(OWLEquivalentClassesAxiom) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
 
visit(OWLEquivalentClassesAxiom) - Method in class org.semanticweb.owlapi.util.NNF
 
visit(OWLEquivalentClassesAxiom) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(OWLEquivalentClassesAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(OWLEquivalentClassesAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(OWLEquivalentClassesAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(OWLEquivalentClassesAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(OWLEquivalentClassesAxiom) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(OWLEquivalentDataPropertiesAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitor
visit OWLEquivalentDataPropertiesAxiom type
visit(OWLEquivalentDataPropertiesAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitorEx
visit OWLEquivalentDataPropertiesAxiom type
visit(OWLEquivalentDataPropertiesAxiom) - Method in class org.semanticweb.owlapi.profiles.ProfileVisitor
 
visit(OWLEquivalentDataPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.AxiomSubjectProviderEx
 
visit(OWLEquivalentDataPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(OWLEquivalentDataPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
 
visit(OWLEquivalentDataPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(OWLEquivalentDataPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(OWLEquivalentDataPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(OWLEquivalentDataPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(OWLEquivalentDataPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(OWLEquivalentDataPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(OWLEquivalentObjectPropertiesAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitor
visit OWLEquivalentObjectPropertiesAxiom type
visit(OWLEquivalentObjectPropertiesAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitorEx
visit OWLEquivalentObjectPropertiesAxiom type
visit(OWLEquivalentObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.profiles.ProfileVisitor
 
visit(OWLEquivalentObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.AxiomSubjectProviderEx
 
visit(OWLEquivalentObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(OWLEquivalentObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
 
visit(OWLEquivalentObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.HornAxiomVisitorEx
 
visit(OWLEquivalentObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(OWLEquivalentObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(OWLEquivalentObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(OWLEquivalentObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(OWLEquivalentObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(OWLEquivalentObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(OWLFacetRestriction) - Method in interface org.semanticweb.owlapi.model.OWLDataVisitor
visit OWLFacetRestriction type
visit(OWLFacetRestriction) - Method in interface org.semanticweb.owlapi.model.OWLDataVisitorEx
visit OWLFacetRestriction type
visit(OWLFacetRestriction) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(OWLFacetRestriction) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
 
visit(OWLFacetRestriction) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(OWLFacetRestriction) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(OWLFacetRestriction) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(OWLFacetRestriction) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(OWLFacetRestriction) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(OWLFacetRestriction) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(OWLFunctionalDataPropertyAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitor
visit OWLFunctionalDataPropertyAxiom type
visit(OWLFunctionalDataPropertyAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitorEx
visit OWLFunctionalDataPropertyAxiom type
visit(OWLFunctionalDataPropertyAxiom) - Method in class org.semanticweb.owlapi.profiles.ProfileVisitor
 
visit(OWLFunctionalDataPropertyAxiom) - Method in class org.semanticweb.owlapi.util.AxiomSubjectProviderEx
 
visit(OWLFunctionalDataPropertyAxiom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(OWLFunctionalDataPropertyAxiom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
 
visit(OWLFunctionalDataPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(OWLFunctionalDataPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(OWLFunctionalDataPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(OWLFunctionalDataPropertyAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(OWLFunctionalDataPropertyAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(OWLFunctionalDataPropertyAxiom) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(OWLFunctionalObjectPropertyAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitor
visit OWLFunctionalObjectPropertyAxiom type
visit(OWLFunctionalObjectPropertyAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitorEx
visit OWLFunctionalObjectPropertyAxiom type
visit(OWLFunctionalObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.profiles.ProfileVisitor
 
visit(OWLFunctionalObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.AxiomSubjectProviderEx
 
visit(OWLFunctionalObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(OWLFunctionalObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
 
visit(OWLFunctionalObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.HornAxiomVisitorEx
 
visit(OWLFunctionalObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(OWLFunctionalObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(OWLFunctionalObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(OWLFunctionalObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(OWLFunctionalObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(OWLFunctionalObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(OWLHasKeyAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitor
visit OWLHasKeyAxiom type
visit(OWLHasKeyAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitorEx
visit OWLHasKeyAxiom type
visit(OWLHasKeyAxiom) - Method in class org.semanticweb.owlapi.profiles.ProfileVisitor
 
visit(OWLHasKeyAxiom) - Method in class org.semanticweb.owlapi.util.AxiomSubjectProviderEx
 
visit(OWLHasKeyAxiom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(OWLHasKeyAxiom) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(OWLHasKeyAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(OWLHasKeyAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(OWLHasKeyAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(OWLHasKeyAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(OWLHasKeyAxiom) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(OWLInverseFunctionalObjectPropertyAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitor
visit OWLInverseFunctionalObjectPropertyAxiom type
visit(OWLInverseFunctionalObjectPropertyAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitorEx
visit OWLInverseFunctionalObjectPropertyAxiom type
visit(OWLInverseFunctionalObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.profiles.ProfileVisitor
 
visit(OWLInverseFunctionalObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.AxiomSubjectProviderEx
 
visit(OWLInverseFunctionalObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(OWLInverseFunctionalObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
 
visit(OWLInverseFunctionalObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.HornAxiomVisitorEx
 
visit(OWLInverseFunctionalObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(OWLInverseFunctionalObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(OWLInverseFunctionalObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(OWLInverseFunctionalObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(OWLInverseFunctionalObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(OWLInverseFunctionalObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(OWLInverseObjectPropertiesAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitor
visit OWLInverseObjectPropertiesAxiom type
visit(OWLInverseObjectPropertiesAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitorEx
visit OWLInverseObjectPropertiesAxiom type
visit(OWLInverseObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.profiles.ProfileVisitor
 
visit(OWLInverseObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.AxiomSubjectProviderEx
 
visit(OWLInverseObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(OWLInverseObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
 
visit(OWLInverseObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.HornAxiomVisitorEx
 
visit(OWLInverseObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(OWLInverseObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(OWLInverseObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(OWLInverseObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(OWLInverseObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(OWLInverseObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(OWLIrreflexiveObjectPropertyAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitor
visit OWLIrreflexiveObjectPropertyAxiom type
visit(OWLIrreflexiveObjectPropertyAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitorEx
visit OWLIrreflexiveObjectPropertyAxiom type
visit(OWLIrreflexiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.profiles.ProfileVisitor
 
visit(OWLIrreflexiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.AxiomSubjectProviderEx
 
visit(OWLIrreflexiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(OWLIrreflexiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
 
visit(OWLIrreflexiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(OWLIrreflexiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(OWLIrreflexiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(OWLIrreflexiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(OWLIrreflexiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(OWLIrreflexiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(OWLLiteral) - Method in interface org.semanticweb.owlapi.model.OWLLiteralVisitorBase
visit OWLLiteral type
visit(OWLLiteral) - Method in interface org.semanticweb.owlapi.model.OWLLiteralVisitorExBase
visit OWLLiteral type
visit(OWLLiteral) - Method in class org.semanticweb.owlapi.profiles.ProfileVisitor
 
visit(OWLLiteral) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(OWLLiteral) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
 
visit(OWLLiteral) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(OWLLiteral) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
 
visit(OWLLiteral) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(OWLLiteral) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(OWLLiteral) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(OWLLiteral) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(OWLLiteral) - Method in class org.semanticweb.owlapi.util.StringAnnotationVisitor
 
visit(OWLLiteral) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(OWLNamedIndividual) - Method in interface org.semanticweb.owlapi.model.OWLIndividualEntityVisitorBase
visit OWLNamedIndividual type
visit(OWLNamedIndividual) - Method in interface org.semanticweb.owlapi.model.OWLIndividualEntityVisitorExBase
visit OWLNamedIndividual type
visit(OWLNamedIndividual) - Method in class org.semanticweb.owlapi.profiles.ProfileVisitor
 
visit(OWLNamedIndividual) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(OWLNamedIndividual) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(OWLNamedIndividual) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
 
visit(OWLNamedIndividual) - Method in class org.semanticweb.owlapi.util.OWLEntityComparator
 
visit(OWLNamedIndividual) - Method in class org.semanticweb.owlapi.util.OWLEntityFragmentProvider
 
visit(OWLNamedIndividual) - Method in class org.semanticweb.owlapi.util.OWLEntityRemover
 
visit(OWLNamedIndividual) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(OWLNamedIndividual) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(OWLNamedIndividual) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(OWLNamedIndividual) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(OWLNamedIndividual) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(OWLNegativeDataPropertyAssertionAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitor
visit OWLNegativeDataPropertyAssertionAxiom type
visit(OWLNegativeDataPropertyAssertionAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitorEx
visit OWLNegativeDataPropertyAssertionAxiom type
visit(OWLNegativeDataPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.profiles.ProfileVisitor
 
visit(OWLNegativeDataPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.AxiomSubjectProviderEx
 
visit(OWLNegativeDataPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(OWLNegativeDataPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
 
visit(OWLNegativeDataPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(OWLNegativeDataPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(OWLNegativeDataPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(OWLNegativeDataPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(OWLNegativeDataPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(OWLNegativeDataPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(OWLNegativeObjectPropertyAssertionAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitor
visit OWLNegativeObjectPropertyAssertionAxiom type
visit(OWLNegativeObjectPropertyAssertionAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitorEx
visit OWLNegativeObjectPropertyAssertionAxiom type
visit(OWLNegativeObjectPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.profiles.ProfileVisitor
 
visit(OWLNegativeObjectPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.AxiomSubjectProviderEx
 
visit(OWLNegativeObjectPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(OWLNegativeObjectPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
 
visit(OWLNegativeObjectPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(OWLNegativeObjectPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(OWLNegativeObjectPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(OWLNegativeObjectPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(OWLNegativeObjectPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(OWLNegativeObjectPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(OWLObjectAllValuesFrom) - Method in interface org.semanticweb.owlapi.model.OWLClassExpressionVisitor
visit OWLObjectAllValuesFrom type
visit(OWLObjectAllValuesFrom) - Method in interface org.semanticweb.owlapi.model.OWLClassExpressionVisitorEx
visit OWLObjectAllValuesFrom type
visit(OWLObjectAllValuesFrom) - Method in class org.semanticweb.owlapi.profiles.ProfileVisitor
 
visit(OWLObjectAllValuesFrom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(OWLObjectAllValuesFrom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
 
visit(OWLObjectAllValuesFrom) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
 
visit(OWLObjectAllValuesFrom) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(OWLObjectAllValuesFrom) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
 
visit(OWLObjectAllValuesFrom) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(OWLObjectAllValuesFrom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(OWLObjectAllValuesFrom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(OWLObjectAllValuesFrom) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(OWLObjectAllValuesFrom) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(OWLObjectComplementOf) - Method in interface org.semanticweb.owlapi.model.OWLClassExpressionVisitor
visit OWLObjectComplementOf type
visit(OWLObjectComplementOf) - Method in interface org.semanticweb.owlapi.model.OWLClassExpressionVisitorEx
visit OWLObjectComplementOf type
visit(OWLObjectComplementOf) - Method in class org.semanticweb.owlapi.profiles.ProfileVisitor
 
visit(OWLObjectComplementOf) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(OWLObjectComplementOf) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
 
visit(OWLObjectComplementOf) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
 
visit(OWLObjectComplementOf) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(OWLObjectComplementOf) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
 
visit(OWLObjectComplementOf) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(OWLObjectComplementOf) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(OWLObjectComplementOf) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(OWLObjectComplementOf) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(OWLObjectComplementOf) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(OWLObjectExactCardinality) - Method in interface org.semanticweb.owlapi.model.OWLClassExpressionVisitor
visit OWLObjectExactCardinality type
visit(OWLObjectExactCardinality) - Method in interface org.semanticweb.owlapi.model.OWLClassExpressionVisitorEx
visit OWLObjectExactCardinality type
visit(OWLObjectExactCardinality) - Method in class org.semanticweb.owlapi.profiles.ProfileVisitor
 
visit(OWLObjectExactCardinality) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(OWLObjectExactCardinality) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
 
visit(OWLObjectExactCardinality) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
 
visit(OWLObjectExactCardinality) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(OWLObjectExactCardinality) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
 
visit(OWLObjectExactCardinality) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(OWLObjectExactCardinality) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(OWLObjectExactCardinality) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(OWLObjectExactCardinality) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(OWLObjectExactCardinality) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(OWLObjectHasSelf) - Method in interface org.semanticweb.owlapi.model.OWLClassExpressionVisitor
visit OWLObjectHasSelf type
visit(OWLObjectHasSelf) - Method in interface org.semanticweb.owlapi.model.OWLClassExpressionVisitorEx
visit OWLObjectHasSelf type
visit(OWLObjectHasSelf) - Method in class org.semanticweb.owlapi.profiles.ProfileVisitor
 
visit(OWLObjectHasSelf) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(OWLObjectHasSelf) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
 
visit(OWLObjectHasSelf) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
 
visit(OWLObjectHasSelf) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(OWLObjectHasSelf) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
 
visit(OWLObjectHasSelf) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(OWLObjectHasSelf) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(OWLObjectHasSelf) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(OWLObjectHasSelf) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(OWLObjectHasSelf) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(OWLObjectHasValue) - Method in interface org.semanticweb.owlapi.model.OWLClassExpressionVisitor
visit OWLObjectHasValue type
visit(OWLObjectHasValue) - Method in interface org.semanticweb.owlapi.model.OWLClassExpressionVisitorEx
visit OWLObjectHasValue type
visit(OWLObjectHasValue) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(OWLObjectHasValue) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
 
visit(OWLObjectHasValue) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(OWLObjectHasValue) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
 
visit(OWLObjectHasValue) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(OWLObjectHasValue) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(OWLObjectHasValue) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(OWLObjectHasValue) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(OWLObjectHasValue) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(OWLObjectIntersectionOf) - Method in interface org.semanticweb.owlapi.model.OWLClassExpressionVisitor
visit OWLObjectIntersectionOf type
visit(OWLObjectIntersectionOf) - Method in interface org.semanticweb.owlapi.model.OWLClassExpressionVisitorEx
visit OWLObjectIntersectionOf type
visit(OWLObjectIntersectionOf) - Method in class org.semanticweb.owlapi.profiles.ProfileVisitor
 
visit(OWLObjectIntersectionOf) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(OWLObjectIntersectionOf) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
 
visit(OWLObjectIntersectionOf) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
 
visit(OWLObjectIntersectionOf) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(OWLObjectIntersectionOf) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
 
visit(OWLObjectIntersectionOf) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(OWLObjectIntersectionOf) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(OWLObjectIntersectionOf) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(OWLObjectIntersectionOf) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(OWLObjectIntersectionOf) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(OWLObjectInverseOf) - Method in interface org.semanticweb.owlapi.model.OWLPropertyExpressionVisitor
visit OWLObjectInverseOf type
visit(OWLObjectInverseOf) - Method in interface org.semanticweb.owlapi.model.OWLPropertyExpressionVisitorEx
visit OWLObjectInverseOf type
visit(OWLObjectInverseOf) - Method in class org.semanticweb.owlapi.profiles.ProfileVisitor
 
visit(OWLObjectInverseOf) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(OWLObjectInverseOf) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
 
visit(OWLObjectInverseOf) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(OWLObjectInverseOf) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(OWLObjectInverseOf) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(OWLObjectInverseOf) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(OWLObjectInverseOf) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(OWLObjectInverseOf) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(OWLObjectMaxCardinality) - Method in interface org.semanticweb.owlapi.model.OWLClassExpressionVisitor
visit OWLObjectMaxCardinality type
visit(OWLObjectMaxCardinality) - Method in interface org.semanticweb.owlapi.model.OWLClassExpressionVisitorEx
visit OWLObjectMaxCardinality type
visit(OWLObjectMaxCardinality) - Method in class org.semanticweb.owlapi.profiles.ProfileVisitor
 
visit(OWLObjectMaxCardinality) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(OWLObjectMaxCardinality) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
 
visit(OWLObjectMaxCardinality) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
 
visit(OWLObjectMaxCardinality) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(OWLObjectMaxCardinality) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
 
visit(OWLObjectMaxCardinality) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(OWLObjectMaxCardinality) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(OWLObjectMaxCardinality) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(OWLObjectMaxCardinality) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(OWLObjectMaxCardinality) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(OWLObjectMinCardinality) - Method in interface org.semanticweb.owlapi.model.OWLClassExpressionVisitor
visit OWLObjectMinCardinality type
visit(OWLObjectMinCardinality) - Method in interface org.semanticweb.owlapi.model.OWLClassExpressionVisitorEx
visit OWLObjectMinCardinality type
visit(OWLObjectMinCardinality) - Method in class org.semanticweb.owlapi.profiles.ProfileVisitor
 
visit(OWLObjectMinCardinality) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(OWLObjectMinCardinality) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
 
visit(OWLObjectMinCardinality) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
 
visit(OWLObjectMinCardinality) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(OWLObjectMinCardinality) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
 
visit(OWLObjectMinCardinality) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(OWLObjectMinCardinality) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(OWLObjectMinCardinality) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(OWLObjectMinCardinality) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(OWLObjectMinCardinality) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(OWLObjectOneOf) - Method in interface org.semanticweb.owlapi.model.OWLClassExpressionVisitor
visit OWLObjectOneOf type
visit(OWLObjectOneOf) - Method in interface org.semanticweb.owlapi.model.OWLClassExpressionVisitorEx
visit OWLObjectOneOf type
visit(OWLObjectOneOf) - Method in class org.semanticweb.owlapi.profiles.ProfileVisitor
 
visit(OWLObjectOneOf) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(OWLObjectOneOf) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
 
visit(OWLObjectOneOf) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(OWLObjectOneOf) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
 
visit(OWLObjectOneOf) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(OWLObjectOneOf) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(OWLObjectOneOf) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(OWLObjectOneOf) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(OWLObjectOneOf) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(OWLObjectProperty) - Method in interface org.semanticweb.owlapi.model.OWLPropertyEntityVisitorBase
visit OWLObjectProperty type
visit(OWLObjectProperty) - Method in interface org.semanticweb.owlapi.model.OWLPropertyEntityVisitorExBase
visit OWLObjectProperty type
visit(OWLObjectProperty) - Method in class org.semanticweb.owlapi.profiles.ProfileVisitor
 
visit(OWLObjectProperty) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(OWLObjectProperty) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(OWLObjectProperty) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
 
visit(OWLObjectProperty) - Method in class org.semanticweb.owlapi.util.OWLEntityComparator
 
visit(OWLObjectProperty) - Method in class org.semanticweb.owlapi.util.OWLEntityFragmentProvider
 
visit(OWLObjectProperty) - Method in class org.semanticweb.owlapi.util.OWLEntityRemover
 
visit(OWLObjectProperty) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(OWLObjectProperty) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(OWLObjectProperty) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(OWLObjectProperty) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(OWLObjectProperty) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(OWLObjectPropertyAssertionAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitor
visit OWLObjectPropertyAssertionAxiom type
visit(OWLObjectPropertyAssertionAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitorEx
visit OWLObjectPropertyAssertionAxiom type
visit(OWLObjectPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.AxiomSubjectProviderEx
 
visit(OWLObjectPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(OWLObjectPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
 
visit(OWLObjectPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(OWLObjectPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLAnonymousIndividualsWithMultipleOccurrences
 
visit(OWLObjectPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(OWLObjectPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(OWLObjectPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(OWLObjectPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(OWLObjectPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(OWLObjectPropertyDomainAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitor
visit OWLObjectPropertyDomainAxiom type
visit(OWLObjectPropertyDomainAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitorEx
visit OWLObjectPropertyDomainAxiom type
visit(OWLObjectPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.profiles.ProfileVisitor
 
visit(OWLObjectPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.AxiomSubjectProviderEx
 
visit(OWLObjectPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(OWLObjectPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
 
visit(OWLObjectPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.HornAxiomVisitorEx
 
visit(OWLObjectPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
 
visit(OWLObjectPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.NNF
 
visit(OWLObjectPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(OWLObjectPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(OWLObjectPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(OWLObjectPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(OWLObjectPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(OWLObjectPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(OWLObjectPropertyRangeAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitor
visit OWLObjectPropertyRangeAxiom type
visit(OWLObjectPropertyRangeAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitorEx
visit OWLObjectPropertyRangeAxiom type
visit(OWLObjectPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.profiles.ProfileVisitor
 
visit(OWLObjectPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.AxiomSubjectProviderEx
 
visit(OWLObjectPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(OWLObjectPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
 
visit(OWLObjectPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.HornAxiomVisitorEx
 
visit(OWLObjectPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.NNF
 
visit(OWLObjectPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(OWLObjectPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(OWLObjectPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(OWLObjectPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(OWLObjectPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(OWLObjectPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(OWLObjectSomeValuesFrom) - Method in interface org.semanticweb.owlapi.model.OWLClassExpressionVisitor
visit OWLObjectSomeValuesFrom type
visit(OWLObjectSomeValuesFrom) - Method in interface org.semanticweb.owlapi.model.OWLClassExpressionVisitorEx
visit OWLObjectSomeValuesFrom type
visit(OWLObjectSomeValuesFrom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(OWLObjectSomeValuesFrom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
 
visit(OWLObjectSomeValuesFrom) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
 
visit(OWLObjectSomeValuesFrom) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(OWLObjectSomeValuesFrom) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
 
visit(OWLObjectSomeValuesFrom) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(OWLObjectSomeValuesFrom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(OWLObjectSomeValuesFrom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(OWLObjectSomeValuesFrom) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(OWLObjectSomeValuesFrom) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(OWLObjectUnionOf) - Method in interface org.semanticweb.owlapi.model.OWLClassExpressionVisitor
visit OWLObjectUnionOf type
visit(OWLObjectUnionOf) - Method in interface org.semanticweb.owlapi.model.OWLClassExpressionVisitorEx
visit OWLObjectUnionOf type
visit(OWLObjectUnionOf) - Method in class org.semanticweb.owlapi.profiles.ProfileVisitor
 
visit(OWLObjectUnionOf) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(OWLObjectUnionOf) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
 
visit(OWLObjectUnionOf) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
 
visit(OWLObjectUnionOf) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(OWLObjectUnionOf) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
 
visit(OWLObjectUnionOf) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(OWLObjectUnionOf) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(OWLObjectUnionOf) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(OWLObjectUnionOf) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(OWLObjectUnionOf) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(OWLOntology) - Method in interface org.semanticweb.owlapi.model.OWLNamedObjectVisitor
visit OWLOntology type
visit(OWLOntology) - Method in interface org.semanticweb.owlapi.model.OWLNamedObjectVisitorEx
visit OWLOntology type
visit(OWLOntology) - Method in class org.semanticweb.owlapi.profiles.ProfileVisitor
 
visit(OWLOntology) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(OWLOntology) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
 
visit(OWLOntology) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(OWLOntology) - Method in class org.semanticweb.owlapi.util.OWLAnonymousIndividualsWithMultipleOccurrences
 
visit(OWLOntology) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
 
visit(OWLOntology) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
 
visit(OWLOntology) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
 
visit(OWLOntology) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(OWLOntology) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(OWLOntology) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(OWLOntology) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(OWLOntology) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(OWLReflexiveObjectPropertyAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitor
visit OWLReflexiveObjectPropertyAxiom type
visit(OWLReflexiveObjectPropertyAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitorEx
visit OWLReflexiveObjectPropertyAxiom type
visit(OWLReflexiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.profiles.ProfileVisitor
 
visit(OWLReflexiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.AxiomSubjectProviderEx
 
visit(OWLReflexiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(OWLReflexiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
 
visit(OWLReflexiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(OWLReflexiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(OWLReflexiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(OWLReflexiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(OWLReflexiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(OWLReflexiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(OWLSameIndividualAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitor
visit OWLSameIndividualAxiom type
visit(OWLSameIndividualAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitorEx
visit OWLSameIndividualAxiom type
visit(OWLSameIndividualAxiom) - Method in class org.semanticweb.owlapi.profiles.ProfileVisitor
 
visit(OWLSameIndividualAxiom) - Method in class org.semanticweb.owlapi.util.AxiomSubjectProviderEx
 
visit(OWLSameIndividualAxiom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(OWLSameIndividualAxiom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
 
visit(OWLSameIndividualAxiom) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(OWLSameIndividualAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(OWLSameIndividualAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(OWLSameIndividualAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(OWLSameIndividualAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(OWLSameIndividualAxiom) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(OWLSubAnnotationPropertyOfAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAnnotationAxiomVisitor
visit OWLSubAnnotationPropertyOfAxiom type
visit(OWLSubAnnotationPropertyOfAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAnnotationAxiomVisitorEx
visit OWLSubAnnotationPropertyOfAxiom type
visit(OWLSubAnnotationPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.AxiomSubjectProviderEx
 
visit(OWLSubAnnotationPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(OWLSubAnnotationPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.HornAxiomVisitorEx
 
visit(OWLSubAnnotationPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(OWLSubAnnotationPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(OWLSubAnnotationPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(OWLSubAnnotationPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(OWLSubAnnotationPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(OWLSubAnnotationPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(OWLSubClassOfAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitor
visit OWLSubClassOfAxiom type
visit(OWLSubClassOfAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitorEx
visit OWLSubClassOfAxiom type
visit(OWLSubClassOfAxiom) - Method in class org.semanticweb.owlapi.profiles.ProfileVisitor
 
visit(OWLSubClassOfAxiom) - Method in class org.semanticweb.owlapi.util.AxiomSubjectProviderEx
 
visit(OWLSubClassOfAxiom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(OWLSubClassOfAxiom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
 
visit(OWLSubClassOfAxiom) - Method in class org.semanticweb.owlapi.util.HornAxiomVisitorEx
 
visit(OWLSubClassOfAxiom) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
 
visit(OWLSubClassOfAxiom) - Method in class org.semanticweb.owlapi.util.NNF
 
visit(OWLSubClassOfAxiom) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(OWLSubClassOfAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(OWLSubClassOfAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(OWLSubClassOfAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(OWLSubClassOfAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(OWLSubClassOfAxiom) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(OWLSubDataPropertyOfAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitor
visit OWLSubDataPropertyOfAxiom type
visit(OWLSubDataPropertyOfAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitorEx
visit OWLSubDataPropertyOfAxiom type
visit(OWLSubDataPropertyOfAxiom) - Method in class org.semanticweb.owlapi.profiles.ProfileVisitor
 
visit(OWLSubDataPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.AxiomSubjectProviderEx
 
visit(OWLSubDataPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(OWLSubDataPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
 
visit(OWLSubDataPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(OWLSubDataPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(OWLSubDataPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(OWLSubDataPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(OWLSubDataPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(OWLSubDataPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(OWLSubObjectPropertyOfAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitor
visit OWLSubObjectPropertyOfAxiom type
visit(OWLSubObjectPropertyOfAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitorEx
visit OWLSubObjectPropertyOfAxiom type
visit(OWLSubObjectPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.AxiomSubjectProviderEx
 
visit(OWLSubObjectPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(OWLSubObjectPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
 
visit(OWLSubObjectPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.HornAxiomVisitorEx
 
visit(OWLSubObjectPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(OWLSubObjectPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(OWLSubObjectPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(OWLSubObjectPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(OWLSubObjectPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(OWLSubObjectPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(OWLSubPropertyChainOfAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitor
visit OWLSubPropertyChainOfAxiom type
visit(OWLSubPropertyChainOfAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitorEx
visit OWLSubPropertyChainOfAxiom type
visit(OWLSubPropertyChainOfAxiom) - Method in class org.semanticweb.owlapi.profiles.ProfileVisitor
 
visit(OWLSubPropertyChainOfAxiom) - Method in class org.semanticweb.owlapi.util.AxiomSubjectProviderEx
 
visit(OWLSubPropertyChainOfAxiom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(OWLSubPropertyChainOfAxiom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
 
visit(OWLSubPropertyChainOfAxiom) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(OWLSubPropertyChainOfAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(OWLSubPropertyChainOfAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(OWLSubPropertyChainOfAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(OWLSubPropertyChainOfAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(OWLSubPropertyChainOfAxiom) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(OWLSymmetricObjectPropertyAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitor
visit OWLSymmetricObjectPropertyAxiom type
visit(OWLSymmetricObjectPropertyAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitorEx
visit OWLSymmetricObjectPropertyAxiom type
visit(OWLSymmetricObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.profiles.ProfileVisitor
 
visit(OWLSymmetricObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.AxiomSubjectProviderEx
 
visit(OWLSymmetricObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(OWLSymmetricObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
 
visit(OWLSymmetricObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.HornAxiomVisitorEx
 
visit(OWLSymmetricObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(OWLSymmetricObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(OWLSymmetricObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(OWLSymmetricObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(OWLSymmetricObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(OWLSymmetricObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(OWLTransitiveObjectPropertyAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitor
visit OWLTransitiveObjectPropertyAxiom type
visit(OWLTransitiveObjectPropertyAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitorEx
visit OWLTransitiveObjectPropertyAxiom type
visit(OWLTransitiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.profiles.ProfileVisitor
 
visit(OWLTransitiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.AxiomSubjectProviderEx
 
visit(OWLTransitiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(OWLTransitiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
 
visit(OWLTransitiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.HornAxiomVisitorEx
 
visit(OWLTransitiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(OWLTransitiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(OWLTransitiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(OWLTransitiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(OWLTransitiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(OWLTransitiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(RemoveAxiom) - Method in interface org.semanticweb.owlapi.model.OWLOntologyChangeVisitor
visit RemoveAxiom type
visit(RemoveAxiom) - Method in interface org.semanticweb.owlapi.model.OWLOntologyChangeVisitorEx
Visit RemoveAxiom type.
visit(RemoveAxiom) - Method in class org.semanticweb.owlapi.util.OWLOntologyChangeFilter
 
visit(RemoveImport) - Method in interface org.semanticweb.owlapi.model.OWLOntologyChangeVisitor
visit RemoveImport type
visit(RemoveImport) - Method in interface org.semanticweb.owlapi.model.OWLOntologyChangeVisitorEx
Visit RemoveImport type.
visit(RemoveOntologyAnnotation) - Method in interface org.semanticweb.owlapi.model.OWLOntologyChangeVisitor
visit RemoveOntologyAnnotation type
visit(RemoveOntologyAnnotation) - Method in interface org.semanticweb.owlapi.model.OWLOntologyChangeVisitorEx
Visit RemoveOntologyAnnotation type.
visit(SetOntologyID) - Method in interface org.semanticweb.owlapi.model.OWLOntologyChangeVisitor
visit SetOntologyID type
visit(SetOntologyID) - Method in interface org.semanticweb.owlapi.model.OWLOntologyChangeVisitorEx
Visit SetOntologyID type.
visit(SWRLBuiltInAtom) - Method in interface org.semanticweb.owlapi.model.SWRLObjectVisitor
visit SWRLBuiltInAtom type
visit(SWRLBuiltInAtom) - Method in interface org.semanticweb.owlapi.model.SWRLObjectVisitorEx
visit SWRLBuiltInAtom type
visit(SWRLBuiltInAtom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(SWRLBuiltInAtom) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(SWRLBuiltInAtom) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
 
visit(SWRLBuiltInAtom) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(SWRLBuiltInAtom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(SWRLBuiltInAtom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(SWRLBuiltInAtom) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(SWRLBuiltInAtom) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(SWRLBuiltInAtom) - Method in class org.semanticweb.owlapi.util.SWRLVariableExtractor
 
visit(SWRLClassAtom) - Method in interface org.semanticweb.owlapi.model.SWRLObjectVisitor
visit SWRLClassAtom type
visit(SWRLClassAtom) - Method in interface org.semanticweb.owlapi.model.SWRLObjectVisitorEx
visit SWRLClassAtom type
visit(SWRLClassAtom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(SWRLClassAtom) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(SWRLClassAtom) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(SWRLClassAtom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(SWRLClassAtom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(SWRLClassAtom) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(SWRLClassAtom) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(SWRLClassAtom) - Method in class org.semanticweb.owlapi.util.SWRLVariableExtractor
 
visit(SWRLDataPropertyAtom) - Method in interface org.semanticweb.owlapi.model.SWRLObjectVisitor
visit SWRLDataPropertyAtom type
visit(SWRLDataPropertyAtom) - Method in interface org.semanticweb.owlapi.model.SWRLObjectVisitorEx
visit SWRLDataPropertyAtom type
visit(SWRLDataPropertyAtom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(SWRLDataPropertyAtom) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(SWRLDataPropertyAtom) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(SWRLDataPropertyAtom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(SWRLDataPropertyAtom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(SWRLDataPropertyAtom) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(SWRLDataPropertyAtom) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(SWRLDataPropertyAtom) - Method in class org.semanticweb.owlapi.util.SWRLVariableExtractor
 
visit(SWRLDataRangeAtom) - Method in interface org.semanticweb.owlapi.model.SWRLObjectVisitor
visit SWRLDataRangeAtom type
visit(SWRLDataRangeAtom) - Method in interface org.semanticweb.owlapi.model.SWRLObjectVisitorEx
visit SWRLDataRangeAtom type
visit(SWRLDataRangeAtom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(SWRLDataRangeAtom) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(SWRLDataRangeAtom) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(SWRLDataRangeAtom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(SWRLDataRangeAtom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(SWRLDataRangeAtom) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(SWRLDataRangeAtom) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(SWRLDataRangeAtom) - Method in class org.semanticweb.owlapi.util.SWRLVariableExtractor
 
visit(SWRLDifferentIndividualsAtom) - Method in interface org.semanticweb.owlapi.model.SWRLObjectVisitor
visit SWRLDifferentIndividualsAtom type
visit(SWRLDifferentIndividualsAtom) - Method in interface org.semanticweb.owlapi.model.SWRLObjectVisitorEx
visit SWRLDifferentIndividualsAtom type
visit(SWRLDifferentIndividualsAtom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(SWRLDifferentIndividualsAtom) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(SWRLDifferentIndividualsAtom) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
 
visit(SWRLDifferentIndividualsAtom) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(SWRLDifferentIndividualsAtom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(SWRLDifferentIndividualsAtom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(SWRLDifferentIndividualsAtom) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(SWRLDifferentIndividualsAtom) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(SWRLDifferentIndividualsAtom) - Method in class org.semanticweb.owlapi.util.SWRLVariableExtractor
 
visit(SWRLIndividualArgument) - Method in interface org.semanticweb.owlapi.model.SWRLObjectVisitor
visit SWRLIndividualArgument type
visit(SWRLIndividualArgument) - Method in interface org.semanticweb.owlapi.model.SWRLObjectVisitorEx
visit SWRLIndividualArgument type
visit(SWRLIndividualArgument) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(SWRLIndividualArgument) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(SWRLIndividualArgument) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(SWRLIndividualArgument) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(SWRLIndividualArgument) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(SWRLIndividualArgument) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(SWRLIndividualArgument) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(SWRLIndividualArgument) - Method in class org.semanticweb.owlapi.util.SWRLVariableExtractor
 
visit(SWRLLiteralArgument) - Method in interface org.semanticweb.owlapi.model.SWRLObjectVisitor
visit SWRLLiteralArgument type
visit(SWRLLiteralArgument) - Method in interface org.semanticweb.owlapi.model.SWRLObjectVisitorEx
visit SWRLLiteralArgument type
visit(SWRLLiteralArgument) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(SWRLLiteralArgument) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(SWRLLiteralArgument) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(SWRLLiteralArgument) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(SWRLLiteralArgument) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(SWRLLiteralArgument) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(SWRLLiteralArgument) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(SWRLLiteralArgument) - Method in class org.semanticweb.owlapi.util.SWRLVariableExtractor
 
visit(SWRLObjectPropertyAtom) - Method in interface org.semanticweb.owlapi.model.SWRLObjectVisitor
visit SWRLObjectPropertyAtom type
visit(SWRLObjectPropertyAtom) - Method in interface org.semanticweb.owlapi.model.SWRLObjectVisitorEx
visit SWRLObjectPropertyAtom type
visit(SWRLObjectPropertyAtom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(SWRLObjectPropertyAtom) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(SWRLObjectPropertyAtom) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(SWRLObjectPropertyAtom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(SWRLObjectPropertyAtom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(SWRLObjectPropertyAtom) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(SWRLObjectPropertyAtom) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(SWRLObjectPropertyAtom) - Method in class org.semanticweb.owlapi.util.SWRLVariableExtractor
 
visit(SWRLRule) - Method in interface org.semanticweb.owlapi.model.SWRLRuleVisitorBase
visit SWRLRule type
visit(SWRLRule) - Method in interface org.semanticweb.owlapi.model.SWRLRuleVisitorExBase
visit SWRLRule type
visit(SWRLRule) - Method in class org.semanticweb.owlapi.profiles.ProfileVisitor
 
visit(SWRLRule) - Method in class org.semanticweb.owlapi.util.AxiomSubjectProviderEx
 
visit(SWRLRule) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(SWRLRule) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(SWRLRule) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(SWRLRule) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(SWRLRule) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(SWRLRule) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(SWRLRule) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(SWRLRule) - Method in class org.semanticweb.owlapi.util.SWRLVariableExtractor
 
visit(SWRLSameIndividualAtom) - Method in interface org.semanticweb.owlapi.model.SWRLObjectVisitor
visit SWRLSameIndividualAtom type
visit(SWRLSameIndividualAtom) - Method in interface org.semanticweb.owlapi.model.SWRLObjectVisitorEx
visit SWRLSameIndividualAtom type
visit(SWRLSameIndividualAtom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(SWRLSameIndividualAtom) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(SWRLSameIndividualAtom) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
 
visit(SWRLSameIndividualAtom) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(SWRLSameIndividualAtom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(SWRLSameIndividualAtom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(SWRLSameIndividualAtom) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(SWRLSameIndividualAtom) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(SWRLSameIndividualAtom) - Method in class org.semanticweb.owlapi.util.SWRLVariableExtractor
 
visit(SWRLVariable) - Method in interface org.semanticweb.owlapi.model.SWRLObjectVisitor
visit SWRLVariable type
visit(SWRLVariable) - Method in interface org.semanticweb.owlapi.model.SWRLObjectVisitorEx
visit SWRLVariable type
visit(SWRLVariable) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
 
visit(SWRLVariable) - Method in class org.semanticweb.owlapi.util.OWLAnnotationPropertyTransformer
 
visit(SWRLVariable) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
 
visit(SWRLVariable) - Method in class org.semanticweb.owlapi.util.OWLObjectDesharer
 
visit(SWRLVariable) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
 
visit(SWRLVariable) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
visit(SWRLVariable) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
visit(SWRLVariable) - Method in class org.semanticweb.owlapi.util.StructureWalker
 
visit(SWRLVariable) - Method in class org.semanticweb.owlapi.util.SWRLVariableExtractor
 
visit(CycleInDatatypeDefinition) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitor
 
visit(CycleInDatatypeDefinition) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitorEx
 
visit(DatatypeIRIAlsoUsedAsClassIRI) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitor
 
visit(DatatypeIRIAlsoUsedAsClassIRI) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitorEx
 
visit(EmptyOneOfAxiom) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitor
 
visit(EmptyOneOfAxiom) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitorEx
 
visit(IllegalPunning) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitor
 
visit(IllegalPunning) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitorEx
 
visit(InsufficientIndividuals) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitor
 
visit(InsufficientIndividuals) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitorEx
 
visit(InsufficientOperands) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitor
 
visit(InsufficientOperands) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitorEx
 
visit(InsufficientPropertyExpressions) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitor
 
visit(InsufficientPropertyExpressions) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitorEx
 
visit(LastPropertyInChainNotInImposedRange) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitor
 
visit(LastPropertyInChainNotInImposedRange) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitorEx
 
visit(LexicalNotInLexicalSpace) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitor
 
visit(LexicalNotInLexicalSpace) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitorEx
 
visit(OntologyIRINotAbsolute) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitor
 
visit(OntologyIRINotAbsolute) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitorEx
 
visit(OntologyVersionIRINotAbsolute) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitor
 
visit(OntologyVersionIRINotAbsolute) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitorEx
 
visit(UseOfAnonymousIndividual) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitor
 
visit(UseOfAnonymousIndividual) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitorEx
 
visit(UseOfBuiltInDatatypeInDatatypeDefinition) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitor
 
visit(UseOfBuiltInDatatypeInDatatypeDefinition) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitorEx
 
visit(UseOfDefinedDatatypeInDatatypeRestriction) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitor
 
visit(UseOfDefinedDatatypeInDatatypeRestriction) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitorEx
 
visit(UseOfDefinedDatatypeInLiteral) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitor
 
visit(UseOfDefinedDatatypeInLiteral) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitorEx
 
visit(UseOfIllegalAxiom) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitor
 
visit(UseOfIllegalAxiom) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitorEx
 
visit(UseOfIllegalClassExpression) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitor
 
visit(UseOfIllegalClassExpression) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitorEx
 
visit(UseOfIllegalDataRange) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitor
 
visit(UseOfIllegalDataRange) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitorEx
 
visit(UseOfIllegalFacetRestriction) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitor
 
visit(UseOfIllegalFacetRestriction) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitorEx
 
visit(UseOfNonAbsoluteIRI) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitor
 
visit(UseOfNonAbsoluteIRI) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitorEx
 
visit(UseOfNonAtomicClassExpression) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitor
 
visit(UseOfNonAtomicClassExpression) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitorEx
 
visit(UseOfNonEquivalentClassExpression) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitor
 
visit(UseOfNonEquivalentClassExpression) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitorEx
 
visit(UseOfNonSimplePropertyInAsymmetricObjectPropertyAxiom) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitor
 
visit(UseOfNonSimplePropertyInAsymmetricObjectPropertyAxiom) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitorEx
 
visit(UseOfNonSimplePropertyInCardinalityRestriction) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitor
 
visit(UseOfNonSimplePropertyInCardinalityRestriction) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitorEx
 
visit(UseOfNonSimplePropertyInDisjointPropertiesAxiom) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitor
 
visit(UseOfNonSimplePropertyInDisjointPropertiesAxiom) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitorEx
 
visit(UseOfNonSimplePropertyInFunctionalPropertyAxiom) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitor
 
visit(UseOfNonSimplePropertyInFunctionalPropertyAxiom) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitorEx
 
visit(UseOfNonSimplePropertyInInverseFunctionalObjectPropertyAxiom) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitor
 
visit(UseOfNonSimplePropertyInInverseFunctionalObjectPropertyAxiom) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitorEx
 
visit(UseOfNonSimplePropertyInIrreflexivePropertyAxiom) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitor
 
visit(UseOfNonSimplePropertyInIrreflexivePropertyAxiom) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitorEx
 
visit(UseOfNonSimplePropertyInObjectHasSelf) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitor
 
visit(UseOfNonSimplePropertyInObjectHasSelf) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitorEx
 
visit(UseOfNonSubClassExpression) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitor
 
visit(UseOfNonSubClassExpression) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitorEx
 
visit(UseOfNonSuperClassExpression) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitor
 
visit(UseOfNonSuperClassExpression) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitorEx
 
visit(UseOfObjectPropertyInverse) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitor
 
visit(UseOfObjectPropertyInverse) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitorEx
 
visit(UseOfPropertyInChainCausesCycle) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitor
 
visit(UseOfPropertyInChainCausesCycle) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitorEx
 
visit(UseOfReservedVocabularyForAnnotationPropertyIRI) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitor
 
visit(UseOfReservedVocabularyForAnnotationPropertyIRI) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitorEx
 
visit(UseOfReservedVocabularyForClassIRI) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitor
 
visit(UseOfReservedVocabularyForClassIRI) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitorEx
 
visit(UseOfReservedVocabularyForDataPropertyIRI) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitor
 
visit(UseOfReservedVocabularyForDataPropertyIRI) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitorEx
 
visit(UseOfReservedVocabularyForIndividualIRI) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitor
 
visit(UseOfReservedVocabularyForIndividualIRI) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitorEx
 
visit(UseOfReservedVocabularyForObjectPropertyIRI) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitor
 
visit(UseOfReservedVocabularyForObjectPropertyIRI) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitorEx
 
visit(UseOfReservedVocabularyForOntologyIRI) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitor
 
visit(UseOfReservedVocabularyForOntologyIRI) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitorEx
 
visit(UseOfReservedVocabularyForVersionIRI) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitor
 
visit(UseOfReservedVocabularyForVersionIRI) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitorEx
 
visit(UseOfTopDataPropertyAsSubPropertyInSubPropertyAxiom) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitor
 
visit(UseOfTopDataPropertyAsSubPropertyInSubPropertyAxiom) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitorEx
 
visit(UseOfUndeclaredAnnotationProperty) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitor
 
visit(UseOfUndeclaredAnnotationProperty) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitorEx
 
visit(UseOfUndeclaredClass) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitor
 
visit(UseOfUndeclaredClass) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitorEx
 
visit(UseOfUndeclaredDataProperty) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitor
 
visit(UseOfUndeclaredDataProperty) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitorEx
 
visit(UseOfUndeclaredDatatype) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitor
 
visit(UseOfUndeclaredDatatype) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitorEx
 
visit(UseOfUndeclaredObjectProperty) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitor
 
visit(UseOfUndeclaredObjectProperty) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitorEx
 
visit(UseOfUnknownDatatype) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitor
 
visit(UseOfUnknownDatatype) - Method in interface org.semanticweb.owlapi.profiles.OWLProfileViolationVisitorEx
 
visitANNOTATION_PROPERTY() - Method in interface org.semanticweb.owlapi.model.EntityTypeVisitorEx
 
visitCLASS() - Method in interface org.semanticweb.owlapi.model.EntityTypeVisitorEx
 
visitDATA_PROPERTY() - Method in interface org.semanticweb.owlapi.model.EntityTypeVisitorEx
 
visitDATATYPE() - Method in interface org.semanticweb.owlapi.model.EntityTypeVisitorEx
 
visitNAMED_INDIVIDUAL() - Method in interface org.semanticweb.owlapi.model.EntityTypeVisitorEx
 
visitOBJECT_PROPERTY() - Method in interface org.semanticweb.owlapi.model.EntityTypeVisitorEx
 
VOID - Enum constant in enum class org.semanticweb.owlapi.vocab.Namespaces
The VOID namespace.

W

walk(StructureWalker<T>, OWLObject) - Method in enum class org.semanticweb.owlapi.util.AnnotationWalkingControl
Visit annotations on the object, if the setting allows for the annotations to be visited.
WALK_ANNOTATIONS - Enum constant in enum class org.semanticweb.owlapi.util.AnnotationWalkingControl
Walk all annotations
WALK_ONTOLOGY_ANNOTATIONS_ONLY - Enum constant in enum class org.semanticweb.owlapi.util.AnnotationWalkingControl
Only walk ontology annotations (previous behaviour)
walkAllPairwise(OWLPairwiseVisitor<T, C>) - Method in interface org.semanticweb.owlapi.model.OWLNaryAxiom
 
walkPairwise(OWLPairwiseVisitor<T, C>) - Method in interface org.semanticweb.owlapi.model.OWLNaryAxiom
 
walkStructure(OWLObjectVisitor) - Method in class org.semanticweb.owlapi.util.OWLObjectWalker
 
walkStructure(OWLObjectVisitorEx<?>) - Method in class org.semanticweb.owlapi.util.OWLObjectWalker
 
WAS_ASSOCIATED_WITH - Enum constant in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
http://www.w3.org/ns/prov#wasAssociatedWith.
WAS_ATTRIBUTED_TO - Enum constant in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
http://www.w3.org/ns/prov#wasAttributedTo.
WAS_DERIVED_FROM - Enum constant in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
http://www.w3.org/ns/prov#wasDerivedFrom.
WAS_ENDED_BY - Enum constant in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
http://www.w3.org/ns/prov#wasEndedBy.
WAS_GENERATED_BY - Enum constant in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
http://www.w3.org/ns/prov#wasGeneratedBy.
WAS_INFLUENCED_BY - Enum constant in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
http://www.w3.org/ns/prov#wasInfluencedBy.
WAS_INFORMED_BY - Enum constant in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
http://www.w3.org/ns/prov#wasInformedBy.
WAS_INVALIDATED_BY - Enum constant in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
http://www.w3.org/ns/prov#wasInvalidatedBy.
WAS_QUOTED_FROM - Enum constant in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
http://www.w3.org/ns/prov#wasQuotedFrom.
WAS_REVISION_OF - Enum constant in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
http://www.w3.org/ns/prov#wasRevisionOf.
WAS_STARTED_BY - Enum constant in enum class org.semanticweb.owlapi.vocab.PROVVocabulary
http://www.w3.org/ns/prov#wasStartedBy.
WeakCache<K> - Class in org.semanticweb.owlapi.util
A weakly linked cache - elements in the cache can be garbage collected.
WeakCache() - Constructor for class org.semanticweb.owlapi.util.WeakCache
 
WeakIndexCache<K,V> - Class in org.semanticweb.owlapi.util
A weakly linked cache - elements in the cache can be garbage collected.
WeakIndexCache() - Constructor for class org.semanticweb.owlapi.util.WeakIndexCache
 
WEDNESDAY - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#Wednesday.
WEEK - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#week.
WEEKS - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#weeks.
when(Class<T>, Predicate<T>, Consumer<T>, Runnable) - Method in interface org.semanticweb.owlapi.model.HasAnnotationValue
Execute the consumer if and only if the annotation value is of the specified type and the predicate evaluates to true; the alternative runnable is executed if the predicate does not match or the type does not match (only once if both conditions do not match).
with(Class<?>, Annotation[]) - Method in class org.semanticweb.owlapi.utilities.Injector.Key
 
with(Collection<SWRLDArgument>) - Method in class org.semanticweb.owlapitools.builders.BuilderSWRLBuiltInAtom
 
with(IRI) - Method in class org.semanticweb.owlapitools.builders.BuilderSWRLBuiltInAtom
 
with(IRI) - Method in class org.semanticweb.owlapitools.builders.BuilderSWRLVariable
 
with(OWLClassExpression) - Method in class org.semanticweb.owlapitools.builders.BuilderSWRLClassAtom
 
with(OWLDataRange) - Method in class org.semanticweb.owlapitools.builders.BuilderSWRLDataRangeAtom
 
with(OWLDatatype) - Method in class org.semanticweb.owlapitools.builders.BuilderDatatypeDefinition
 
with(OWLIndividual) - Method in class org.semanticweb.owlapitools.builders.BuilderSWRLIndividualArgument
 
with(OWLLiteral) - Method in class org.semanticweb.owlapitools.builders.BuilderSWRLLiteralArgument
 
with(SWRLDArgument) - Method in class org.semanticweb.owlapitools.builders.BuilderSWRLBuiltInAtom
 
with(SWRLDArgument) - Method in class org.semanticweb.owlapitools.builders.BuilderSWRLDataPropertyAtom
 
with(SWRLDArgument) - Method in class org.semanticweb.owlapitools.builders.BuilderSWRLDataRangeAtom
 
with(SWRLIArgument) - Method in class org.semanticweb.owlapitools.builders.BuilderSWRLClassAtom
 
with(SWRLIArgument) - Method in class org.semanticweb.owlapitools.builders.BuilderSWRLDataPropertyAtom
 
with(OWL2Datatype) - Method in class org.semanticweb.owlapitools.builders.BuilderSWRLDataRangeAtom
 
withAllowDuplicatesInConstructSets(boolean) - Method in class org.semanticweb.owlapi.model.OWLOntologyLoaderConfiguration
 
withAnnotation(OWLAnnotation) - Method in class org.semanticweb.owlapitools.builders.BaseBuilder
 
withAnnotations(Collection<OWLAnnotation>) - Method in class org.semanticweb.owlapitools.builders.BaseBuilder
 
withAnnotations(Stream<OWLAnnotation>) - Method in class org.semanticweb.owlapitools.builders.BaseBuilder
 
withArg0(SWRLIArgument) - Method in class org.semanticweb.owlapitools.builders.BuilderSWRLIndividualsAtom
 
withArg1(SWRLIArgument) - Method in class org.semanticweb.owlapitools.builders.BuilderSWRLIndividualsAtom
 
withBannedParsers(String) - Method in class org.semanticweb.owlapi.model.OntologyConfigurator
 
withBannersEnabled(boolean) - Method in class org.semanticweb.owlapi.model.OntologyConfigurator
 
withBannersEnabled(boolean) - Method in class org.semanticweb.owlapi.model.OWLOntologyWriterConfiguration
 
withBody(Collection<SWRLAtom>) - Method in class org.semanticweb.owlapitools.builders.BuilderSWRLRule
 
withBody(Stream<SWRLAtom>) - Method in class org.semanticweb.owlapitools.builders.BuilderSWRLRule
 
withBody(SWRLAtom) - Method in class org.semanticweb.owlapitools.builders.BuilderSWRLRule
 
withCardinality(int) - Method in class org.semanticweb.owlapitools.builders.BuilderDataExactCardinality
 
withCardinality(int) - Method in class org.semanticweb.owlapitools.builders.BuilderDataMaxCardinality
 
withCardinality(int) - Method in class org.semanticweb.owlapitools.builders.BuilderDataMinCardinality
 
withCardinality(int) - Method in class org.semanticweb.owlapitools.builders.BuilderObjectExactCardinality
 
withCardinality(int) - Method in class org.semanticweb.owlapitools.builders.BuilderObjectMaxCardinality
 
withCardinality(int) - Method in class org.semanticweb.owlapitools.builders.BuilderObjectMinCardinality
 
withCardinality(int) - Method in interface org.semanticweb.owlapitools.builders.SettableCardinality
 
withClass(OWLClass) - Method in class org.semanticweb.owlapitools.builders.BuilderDisjointUnion
 
withClass(OWLClassExpression) - Method in class org.semanticweb.owlapitools.builders.BuilderClassAssertion
 
withClass(OWLClassExpression) - Method in class org.semanticweb.owlapitools.builders.BuilderComplementOf
 
withClass(OWLClassExpression) - Method in class org.semanticweb.owlapitools.builders.BuilderHasKey
 
withDatatype(IRI) - Method in class org.semanticweb.owlapitools.builders.BuilderLiteral
 
withDatatype(OWLDatatype) - Method in class org.semanticweb.owlapitools.builders.BuilderDatatypeRestriction
 
withDatatype(OWLDatatype) - Method in class org.semanticweb.owlapitools.builders.BuilderLiteral
 
withDatatype(OWL2Datatype) - Method in class org.semanticweb.owlapitools.builders.BuilderLiteral
 
withDomain(IRI) - Method in class org.semanticweb.owlapitools.builders.BuilderAnnotationPropertyDomain
 
withDomain(OWLClassExpression) - Method in class org.semanticweb.owlapitools.builders.BaseDomainBuilder
 
withEntity(OWLEntity) - Method in class org.semanticweb.owlapitools.builders.BuilderDeclaration
 
withFacet(OWLFacet) - Method in class org.semanticweb.owlapitools.builders.BuilderFacetRestriction
 
withHead(Collection<SWRLAtom>) - Method in class org.semanticweb.owlapitools.builders.BuilderSWRLRule
 
withHead(Stream<SWRLAtom>) - Method in class org.semanticweb.owlapitools.builders.BuilderSWRLRule
 
withHead(SWRLAtom) - Method in class org.semanticweb.owlapitools.builders.BuilderSWRLRule
 
withId(String) - Method in class org.semanticweb.owlapitools.builders.BuilderAnonymousIndividual
 
withImportedOntology(IRI) - Method in class org.semanticweb.owlapitools.builders.BuilderImportsDeclaration
 
withIndenting(boolean) - Method in class org.semanticweb.owlapi.model.OntologyConfigurator
 
withIndenting(boolean) - Method in class org.semanticweb.owlapi.model.OWLOntologyWriterConfiguration
 
withIndentSize(int) - Method in class org.semanticweb.owlapi.model.OntologyConfigurator
 
withIndentSize(int) - Method in class org.semanticweb.owlapi.model.OWLOntologyWriterConfiguration
 
withIndividual(OWLIndividual) - Method in class org.semanticweb.owlapitools.builders.BuilderClassAssertion
 
withInverseProperty(OWLObjectPropertyExpression) - Method in class org.semanticweb.owlapitools.builders.BuilderInverseObjectProperties
 
withIRI(IRI) - Method in class org.semanticweb.owlapitools.builders.BaseEntityBuilder
 
withItem(I) - Method in class org.semanticweb.owlapitools.builders.BaseSetBuilder
 
withItems(I...) - Method in class org.semanticweb.owlapitools.builders.BaseSetBuilder
 
withItems(Collection<? extends I>) - Method in class org.semanticweb.owlapitools.builders.BaseSetBuilder
 
withItems(Stream<? extends I>) - Method in class org.semanticweb.owlapitools.builders.BaseSetBuilder
 
withLabelsAsBanner(boolean) - Method in class org.semanticweb.owlapi.model.OntologyConfigurator
 
withLabelsAsBanner(boolean) - Method in class org.semanticweb.owlapi.model.OWLOntologyWriterConfiguration
 
withLanguage(String) - Method in class org.semanticweb.owlapitools.builders.BuilderLiteral
 
withLiteral(double) - Method in class org.semanticweb.owlapitools.builders.BuilderFacetRestriction
 
withLiteral(float) - Method in class org.semanticweb.owlapitools.builders.BuilderFacetRestriction
 
withLiteral(int) - Method in class org.semanticweb.owlapitools.builders.BuilderFacetRestriction
 
withLiteral(OWLLiteral) - Method in class org.semanticweb.owlapitools.builders.BuilderDataHasValue
 
withLiteral(OWLLiteral) - Method in class org.semanticweb.owlapitools.builders.BuilderFacetRestriction
 
withLiteralForm(String) - Method in class org.semanticweb.owlapitools.builders.BuilderLiteral
 
withNamedGraphIRIEnabled(boolean) - Method in class org.semanticweb.owlapi.model.OntologyConfigurator
 
withNamedGraphIRIEnabled(boolean) - Method in class org.semanticweb.owlapi.model.OWLOntologyWriterConfiguration
 
withPrefixedIRI(String) - Method in class org.semanticweb.owlapitools.builders.BaseEntityBuilder
 
withPrefixManager(PrefixManager) - Method in class org.semanticweb.owlapitools.builders.BaseEntityBuilder
 
withPropertiesInChain(Collection<OWLObjectPropertyExpression>) - Method in class org.semanticweb.owlapitools.builders.BuilderPropertyChain
 
withProperty(IRI) - Method in class org.semanticweb.owlapitools.builders.BaseAnnotationPropertyBuilder
 
withProperty(OWLAnnotationProperty) - Method in class org.semanticweb.owlapitools.builders.BaseAnnotationPropertyBuilder
 
withProperty(OWLDataPropertyExpression) - Method in class org.semanticweb.owlapitools.builders.BaseDataPropertyBuilder
 
withProperty(OWLObjectPropertyExpression) - Method in class org.semanticweb.owlapitools.builders.BaseObjectPropertyBuilder
 
withProperty(OWLObjectPropertyExpression) - Method in class org.semanticweb.owlapitools.builders.BuilderSWRLObjectPropertyAtom
 
withProperty(P) - Method in class org.semanticweb.owlapitools.builders.BaseDomainBuilder
 
withProperty(P) - Method in interface org.semanticweb.owlapitools.builders.SettableProperty
 
withPropertyInChain(OWLObjectPropertyExpression) - Method in class org.semanticweb.owlapitools.builders.BuilderPropertyChain
 
withRange(IRI) - Method in class org.semanticweb.owlapitools.builders.BuilderAnnotationPropertyRange
 
withRange(OWLClassExpression) - Method in class org.semanticweb.owlapitools.builders.BaseObjectBuilder
 
withRange(OWLDataRange) - Method in class org.semanticweb.owlapitools.builders.BaseDataBuilder
 
withRange(OWLDataRange) - Method in class org.semanticweb.owlapitools.builders.BuilderDataComplementOf
 
withRange(OWLLiteral) - Method in class org.semanticweb.owlapitools.builders.BuilderDataHasValue
 
withRange(OWL2Datatype) - Method in class org.semanticweb.owlapitools.builders.BaseDataBuilder
 
withRange(OWL2Datatype) - Method in class org.semanticweb.owlapitools.builders.BuilderDataComplementOf
 
withRange(R) - Method in interface org.semanticweb.owlapitools.builders.SettableRange
 
withRemapAllAnonymousIndividualsIds(boolean) - Method in class org.semanticweb.owlapi.model.OntologyConfigurator
 
withRemapAllAnonymousIndividualsIds(boolean) - Method in class org.semanticweb.owlapi.model.OWLOntologyWriterConfiguration
 
withRepairIllegalPunnings(boolean) - Method in class org.semanticweb.owlapi.model.OntologyConfigurator
 
withSaveIdsForAllAnonymousIndividuals(boolean) - Method in class org.semanticweb.owlapi.model.OntologyConfigurator
 
withSaveIdsForAllAnonymousIndividuals(boolean) - Method in class org.semanticweb.owlapi.model.OWLOntologyWriterConfiguration
 
withSkipModuleAnnotations(boolean) - Method in class org.semanticweb.owlapi.model.OWLOntologyLoaderConfiguration
 
withSub(I) - Method in class org.semanticweb.owlapitools.builders.BaseSubBuilder
 
withSubject(HasIRI) - Method in class org.semanticweb.owlapitools.builders.BuilderAnnotationAssertion
 
withSubject(OWLAnnotationSubject) - Method in class org.semanticweb.owlapitools.builders.BuilderAnnotationAssertion
 
withSubject(OWLIndividual) - Method in class org.semanticweb.owlapitools.builders.BuilderDataPropertyAssertion
 
withSubject(OWLIndividual) - Method in class org.semanticweb.owlapitools.builders.BuilderNegativeDataPropertyAssertion
 
withSubject(OWLIndividual) - Method in class org.semanticweb.owlapitools.builders.BuilderNegativeObjectPropertyAssertion
 
withSubject(OWLIndividual) - Method in class org.semanticweb.owlapitools.builders.BuilderObjectPropertyAssertion
 
withSup(I) - Method in class org.semanticweb.owlapitools.builders.BaseSubBuilder
 
withType(EntityType<?>) - Method in class org.semanticweb.owlapitools.builders.BuilderEntity
 
withType(OWLDataRange) - Method in class org.semanticweb.owlapitools.builders.BuilderDatatypeDefinition
 
withType(OWL2Datatype) - Method in class org.semanticweb.owlapitools.builders.BuilderDatatypeDefinition
 
withUseNamespaceEntities(boolean) - Method in class org.semanticweb.owlapi.model.OntologyConfigurator
 
withUseNamespaceEntities(boolean) - Method in class org.semanticweb.owlapi.model.OWLOntologyWriterConfiguration
 
withValue(boolean) - Method in class org.semanticweb.owlapitools.builders.BuilderLiteral
 
withValue(double) - Method in class org.semanticweb.owlapitools.builders.BuilderLiteral
 
withValue(float) - Method in class org.semanticweb.owlapitools.builders.BuilderLiteral
 
withValue(int) - Method in class org.semanticweb.owlapitools.builders.BuilderLiteral
 
withValue(OWLAnnotationValue) - Method in class org.semanticweb.owlapitools.builders.BuilderAnnotation
 
withValue(OWLAnnotationValue) - Method in class org.semanticweb.owlapitools.builders.BuilderAnnotationAssertion
 
withValue(OWLIndividual) - Method in class org.semanticweb.owlapitools.builders.BuilderNegativeObjectPropertyAssertion
 
withValue(OWLIndividual) - Method in class org.semanticweb.owlapitools.builders.BuilderObjectHasValue
 
withValue(OWLIndividual) - Method in class org.semanticweb.owlapitools.builders.BuilderObjectPropertyAssertion
 
withValue(OWLLiteral) - Method in class org.semanticweb.owlapitools.builders.BuilderDataPropertyAssertion
 
withValue(OWLLiteral) - Method in class org.semanticweb.owlapitools.builders.BuilderNegativeDataPropertyAssertion
 
wrap(InputStream) - Static method in class org.semanticweb.owlapi.io.DocumentSources
Wrap an input stream to strip the BOM.
wrapInput(OWLOntologyDocumentSource, OWLOntologyLoaderConfiguration) - Static method in class org.semanticweb.owlapi.io.DocumentSources
Select the available input source as an input stream.
wrapInputAsReader(OWLOntologyDocumentSource, OWLOntologyLoaderConfiguration) - Static method in class org.semanticweb.owlapi.io.DocumentSources
Call #wrapwrapInputAsReader(OWLOntologyLoaderConfiguration, String) with UTF-* as default encoding.
wrapInputAsReader(OWLOntologyDocumentSource, OWLOntologyLoaderConfiguration, Charset) - Static method in class org.semanticweb.owlapi.io.DocumentSources
Select the available input source and, if it is not already a Reader, wrap it in a Reader.
writeAnnotations(OWLAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
 
writeAnnotations(OWLAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRendererDebug
 
WriterDocumentTarget - Class in org.semanticweb.owlapi.io
 
WriterDocumentTarget(Writer) - Constructor for class org.semanticweb.owlapi.io.WriterDocumentTarget
 

X

XHV - Enum constant in enum class org.semanticweb.owlapi.vocab.Namespaces
The XHV namespace.
XML - Enum constant in enum class org.semanticweb.owlapi.vocab.Namespaces
The XML namespace.
XMLUtils - Class in org.semanticweb.owlapi.io
This class contains various methods for checking QNames, NCNames etc.
XSD - Enum constant in enum class org.semanticweb.owlapi.vocab.Namespaces
The XSD namespace.
XSD_ANY_URI - Enum constant in enum class org.semanticweb.owlapi.vocab.OWL2Datatype
XSD_ANY_URI.
XSD_BASE_64_BINARY - Enum constant in enum class org.semanticweb.owlapi.vocab.OWL2Datatype
XSD_BASE_.
XSD_BOOLEAN - Enum constant in enum class org.semanticweb.owlapi.vocab.OWL2Datatype
XSD_BOOLEAN.
XSD_BYTE - Enum constant in enum class org.semanticweb.owlapi.vocab.OWL2Datatype
XSD_BYTE.
XSD_DATE_TIME - Enum constant in enum class org.semanticweb.owlapi.vocab.OWL2Datatype
XSD_DATE_TIME.
XSD_DATE_TIME - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#xsdDateTime.
XSD_DATE_TIME_STAMP - Enum constant in enum class org.semanticweb.owlapi.vocab.OWL2Datatype
XSD_DATE_TIME_STAMP.
XSD_DECIMAL - Enum constant in enum class org.semanticweb.owlapi.vocab.OWL2Datatype
XSD_DECIMAL.
XSD_DOUBLE - Enum constant in enum class org.semanticweb.owlapi.vocab.OWL2Datatype
XSD_DOUBLE.
XSD_FLOAT - Enum constant in enum class org.semanticweb.owlapi.vocab.OWL2Datatype
XSD_FLOAT.
XSD_HEX_BINARY - Enum constant in enum class org.semanticweb.owlapi.vocab.OWL2Datatype
XSD_HEX_BINARY.
XSD_INT - Enum constant in enum class org.semanticweb.owlapi.vocab.OWL2Datatype
XSD_INT.
XSD_INTEGER - Enum constant in enum class org.semanticweb.owlapi.vocab.OWL2Datatype
XSD_INTEGER.
XSD_LANGUAGE - Enum constant in enum class org.semanticweb.owlapi.vocab.OWL2Datatype
XSD_LANGUAGE.
XSD_LONG - Enum constant in enum class org.semanticweb.owlapi.vocab.OWL2Datatype
XSD_LONG.
XSD_NAME - Enum constant in enum class org.semanticweb.owlapi.vocab.OWL2Datatype
XSD_NAME.
XSD_NCNAME - Enum constant in enum class org.semanticweb.owlapi.vocab.OWL2Datatype
XSD_NCNAME.
XSD_NEGATIVE_INTEGER - Enum constant in enum class org.semanticweb.owlapi.vocab.OWL2Datatype
XSD_NEGATIVE_INTEGER.
XSD_NMTOKEN - Enum constant in enum class org.semanticweb.owlapi.vocab.OWL2Datatype
XSD_NMTOKEN.
XSD_NON_NEGATIVE_INTEGER - Enum constant in enum class org.semanticweb.owlapi.vocab.OWL2Datatype
XSD_NON_NEGATIVE_INTEGER.
XSD_NON_POSITIVE_INTEGER - Enum constant in enum class org.semanticweb.owlapi.vocab.OWL2Datatype
XSD_NON_POSITIVE_INTEGER.
XSD_NORMALIZED_STRING - Enum constant in enum class org.semanticweb.owlapi.vocab.OWL2Datatype
XSD_NORMALIZED_STRING.
XSD_POSITIVE_INTEGER - Enum constant in enum class org.semanticweb.owlapi.vocab.OWL2Datatype
XSD_POSITIVE_INTEGER.
XSD_SHORT - Enum constant in enum class org.semanticweb.owlapi.vocab.OWL2Datatype
XSD_SHORT.
XSD_STRING - Enum constant in enum class org.semanticweb.owlapi.vocab.OWL2Datatype
XSD_STRING.
XSD_TOKEN - Enum constant in enum class org.semanticweb.owlapi.vocab.OWL2Datatype
XSD_TOKEN.
XSD_UNSIGNED_BYTE - Enum constant in enum class org.semanticweb.owlapi.vocab.OWL2Datatype
XSD_UNSIGNED_BYTE.
XSD_UNSIGNED_INT - Enum constant in enum class org.semanticweb.owlapi.vocab.OWL2Datatype
XSD_UNSIGNED_INT.
XSD_UNSIGNED_LONG - Enum constant in enum class org.semanticweb.owlapi.vocab.OWL2Datatype
XSD_UNSIGNED_LONG.
XSD_UNSIGNED_SHORT - Enum constant in enum class org.semanticweb.owlapi.vocab.OWL2Datatype
XSD_UNSIGNED_SHORT.
XSDVocabulary - Enum Class in org.semanticweb.owlapi.vocab
A vocabulary for XML Schema Data Types (XSD).
XZFileDocumentSource - Class in org.semanticweb.owlapi.io
An ontology document source which can read from a XZ (LZMA) compressed File.
XZFileDocumentSource(File) - Constructor for class org.semanticweb.owlapi.io.XZFileDocumentSource
Constructs an input source which will read an ontology from a representation from the specified file.
XZFileDocumentSource(File, IRI, OWLDocumentFormat, String) - Constructor for class org.semanticweb.owlapi.io.XZFileDocumentSource
Constructs an input source which will read an ontology from a representation from the specified file.
XZFileDocumentTarget - Class in org.semanticweb.owlapi.io
An ontology document target which can write to a XZ File.
XZFileDocumentTarget(File) - Constructor for class org.semanticweb.owlapi.io.XZFileDocumentTarget
Construct an XZ document target
XZFileDocumentTarget(File, int) - Constructor for class org.semanticweb.owlapi.io.XZFileDocumentTarget
Construct an XZ document target using the selected compression preset
XZFileDocumentTarget(File, FilterOptions...) - Constructor for class org.semanticweb.owlapi.io.XZFileDocumentTarget
 
XZStreamDocumentSource - Class in org.semanticweb.owlapi.io
An ontology document source which can read from a XZ stream.
XZStreamDocumentSource(InputStream) - Constructor for class org.semanticweb.owlapi.io.XZStreamDocumentSource
Constructs an input source which will read an ontology from a representation from the specified file.
XZStreamDocumentSource(InputStream, IRI, OWLDocumentFormat, String) - Constructor for class org.semanticweb.owlapi.io.XZStreamDocumentSource
Constructs an input source which will read an ontology from a representation from the specified stream.
XZStreamDocumentTarget - Class in org.semanticweb.owlapi.io
An ontology document target which can write to a XZ stream.
XZStreamDocumentTarget(OutputStream, int) - Constructor for class org.semanticweb.owlapi.io.XZStreamDocumentTarget
 
XZStreamDocumentTarget(OutputStream, FilterOptions...) - Constructor for class org.semanticweb.owlapi.io.XZStreamDocumentTarget
 

Y

YAGO - Enum constant in enum class org.semanticweb.owlapi.vocab.Namespaces
The YAGO namespace.
YAML_INDEX_NAME - Static variable in class org.semanticweb.owlapi.util.OWLZipSaver
YAML entry name
yamlIndex(Collection<OWLOntology>, Collection<OWLOntology>) - Method in class org.semanticweb.owlapi.util.OWLZipSaver
Prepare a yaml index; this method can be used as a BiFunction for OWLZipSaver.setIndex(BiFunction).
YEAR_CLASS - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#Year.
YEAR_MONTH_DURATION - Enum constant in enum class org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
YEAR_MONTH_DURATION.
YEAR_PROPERTY - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#year.
YEARS - Enum constant in enum class org.semanticweb.owlapi.vocab.TIMEVocabulary
http://www.w3.org/2006/time#years.

Z

ZipDocumentTarget - Class in org.semanticweb.owlapi.io
 
ZipDocumentTarget(File) - Constructor for class org.semanticweb.owlapi.io.ZipDocumentTarget
 
ZipIRIMapper - Class in org.semanticweb.owlapi.util
A mapper which given a root folder attempts to automatically discover and map files to ontologies.
ZipIRIMapper(File, String) - Constructor for class org.semanticweb.owlapi.util.ZipIRIMapper
Creates an auto-mapper which examines ontologies that reside in the specified zip file.
ZipIRIMapper(ZipFile, String) - Constructor for class org.semanticweb.owlapi.util.ZipIRIMapper
Creates an auto-mapper which examines ontologies that reside in the specified zip file.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form