- cache(K) - Method in class org.semanticweb.owlapi.util.WeakCache
-
- cache(K, V) - Method in class org.semanticweb.owlapi.util.WeakIndexCache
-
- CachingBidirectionalShortFormProvider - Class in org.semanticweb.owlapi.util
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 18-Apr-2007
A bidirectional short form provider that caches entity short forms.
- CachingBidirectionalShortFormProvider() - Constructor for class org.semanticweb.owlapi.util.CachingBidirectionalShortFormProvider
-
- 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
-
- canLoad(OWLOntologyDocumentSource) - Method in interface org.semanticweb.owlapi.model.OWLOntologyFactory
-
Determines if the factory can load an ontology for the specified input souce
- canStoreOntology(OWLOntologyFormat) - Method in interface org.semanticweb.owlapi.model.OWLOntologyStorer
-
Determines if this storer can store an ontology in the specified ontology format.
- 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.
- changeIRI(Map<OWLEntity, IRI>) - Method in class org.semanticweb.owlapi.util.OWLEntityRenamer
-
- changeVisitor - Variable in class org.semanticweb.owlapi.util.OWLOntologyChangeFilter
-
- charAt(int) - Method in class org.semanticweb.owlapi.model.IRI
-
- 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.
- CLASS - Static variable in class org.semanticweb.owlapi.model.EntityType
-
class entity
- CLASS_ASSERTION - Static variable in class org.semanticweb.owlapi.model.AxiomType
-
- ClassExpressionNotInProfileException - Exception in org.semanticweb.owlapi.reasoner
-
Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 22-Nov-2009
- ClassExpressionNotInProfileException(OWLClassExpression, OWLProfile) - Constructor for exception org.semanticweb.owlapi.reasoner.ClassExpressionNotInProfileException
-
- ClassExpressionType - Enum in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Information Management Group
Date:
08-Sep-2008
- 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.
- clear() - Method in class org.semanticweb.owlapi.util.CollectionFactory.ConditionalCopySet
-
- clear() - Method in class org.semanticweb.owlapi.util.CollectionFactory.ThreadSafeConditionalCopySet
-
- clear() - Method in class org.semanticweb.owlapi.util.DefaultPrefixManager
-
clear the map
- clear() - Method in class org.semanticweb.owlapi.util.MultiMap
-
- clear() - Method in class org.semanticweb.owlapi.util.WeakCache
-
empty the cache
- clear() - Method in class org.semanticweb.owlapi.util.WeakIndexCache
-
empty the cache
- 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
-
Clears any installed IRI mappers
- clearParserFactories() - Method in class org.semanticweb.owlapi.io.OWLParserFactoryRegistry
-
clear all registered parser factories
- clearPrefixes() - Method in class org.semanticweb.owlapi.vocab.PrefixOWLOntologyFormat
-
Clears any previously set prefixes
- CollectionFactory - Class in org.semanticweb.owlapi.util
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 10-Jan-2007
- CollectionFactory() - Constructor for class org.semanticweb.owlapi.util.CollectionFactory
-
- 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.
- CollectionFactory.ConditionalCopySet(Collection<T>, boolean) - Constructor for class org.semanticweb.owlapi.util.CollectionFactory.ConditionalCopySet
-
- CollectionFactory.ThreadSafeConditionalCopySet<T> - Class in org.semanticweb.owlapi.util
-
this class behaves like ConditionalCopySet except it is designed to be
threadsafe; multiple thread access is regulated by a readwritelock;
modifications will create a copy based on SyncSet.
- CollectionFactory.ThreadSafeConditionalCopySet(Collection<T>) - Constructor for class org.semanticweb.owlapi.util.CollectionFactory.ThreadSafeConditionalCopySet
-
- CommonBaseIRIMapper - Class in org.semanticweb.owlapi.util
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 07-Feb-2007
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
- compare(OWLEntity, OWLEntity) - Method in class org.semanticweb.owlapi.util.OWLEntityComparator
-
- compare(OWLEntity, OWLEntity) - Method in class org.semanticweb.owlapi.util.OWLEntityIRIComparator
-
- compare(String, String) - Method in class org.semanticweb.owlapi.util.StringLengthComparator
-
- compareTo(OWLObject) - Method in class org.semanticweb.owlapi.model.IRI
-
- compareTo(OWLOntologyID) - Method in class org.semanticweb.owlapi.model.OWLOntologyID
-
- CONNECTION_ACCEPT_HTTP_COMPRESSION_PROPERTY_NAME - Static variable in class org.semanticweb.owlapi.io.IOProperties
-
property name for accept http compression
- CONNECTION_TIME_OUT_PROPERTY_NAME - Static variable in class org.semanticweb.owlapi.io.IOProperties
-
timeout property name
- ConsoleProgressMonitor - Class in org.semanticweb.owlapi.reasoner
-
Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 05-Jan-2010
- ConsoleProgressMonitor() - Constructor for class org.semanticweb.owlapi.reasoner.ConsoleProgressMonitor
-
- contains(OWLClassExpression) - Method in interface org.semanticweb.owlapi.model.OWLNaryClassAxiom
-
Determines if this class axiom contains the specified class expression as an operand
- contains(IRI) - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
-
Determines if there is an ontology with the specified IRI, and no version IRI, that is managed by this manager
- 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
- 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.CollectionFactory.ThreadSafeConditionalCopySet
-
- contains(Key, Value) - Method in class org.semanticweb.owlapi.util.MultiMap
-
- contains(K) - Method in class org.semanticweb.owlapi.util.WeakCache
-
- contains(K) - Method in class org.semanticweb.owlapi.util.WeakIndexCache
-
- containsAll(Collection<?>) - Method in class org.semanticweb.owlapi.util.CollectionFactory.ConditionalCopySet
-
- containsAll(Collection<?>) - Method in class org.semanticweb.owlapi.util.CollectionFactory.ThreadSafeConditionalCopySet
-
- containsAnnotationPropertyInSignature(IRI) - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
Determines if the signature of this ontology contains an OWLAnnotationProperty with the specified IRI.
- containsAnnotationPropertyInSignature(IRI, boolean) - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
Determines if the signature of this ontology, or possibly the signature of one of the ontologies in the imports
closure of this ontology, 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.OWLOntology
-
Determines if this ontology contains the specified axiom.
- containsAxiom(OWLAxiom, boolean) - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
Determines if this ontology, and possibly the imports closure, contains the specified axiom.
- containsAxiomIgnoreAnnotations(OWLAxiom) - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
Determines if this ontology contains the specified axiom, but ignoring any annotations on this
axiom.
- containsAxiomIgnoreAnnotations(OWLAxiom, boolean) - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
Determines if this ontology and possibly its imports closure contains the specified axiom but
ignoring any annotations on this axiom.
- containsClassInSignature(IRI) - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
Determines if the signature of this ontology contains an OWLClass with the specified IRI.
- containsClassInSignature(IRI, boolean) - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
Determines if the signature of this ontology, or possibly the signature of one of the ontologies in the imports
closure of this ontology, 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.OWLOntology
-
Determines if the signature of this ontology contains an OWLDataProperty with the specified IRI.
- containsDataPropertyInSignature(IRI, boolean) - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
Determines if the signature of this ontology, or possibly the signature of one of the ontologies in the imports
closure of this ontology, contains an OWLDataProperty that has the specified IRI.
- containsDatatypeInSignature(IRI) - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
Determines if the signature of this ontology contains an OWLDatatype with the specified IRI.
- containsDatatypeInSignature(IRI, boolean) - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
Determines if the signature of this ontology, or possibly the signature of one of the ontologies in the imports
closure of this ontology, contains an OWLDatatype that has the specified IRI.
- containsEntity(E) - Method in interface org.semanticweb.owlapi.reasoner.NodeSet
-
A convenience method that determines if this NodeSet contains a specific entity.
- containsEntityInSignature(OWLEntity) - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
Determines if the signature of the ontology contains the specified entity.
- containsEntityInSignature(OWLEntity, boolean) - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
Determines if the signature of this ontology, and possibly the signature of any of the ontologies in the imports
closure of this ontology, contains the specified entity.
- containsEntityInSignature(IRI) - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
Determines if the signature of this ontology contains a class, object property, data property, named individual,
annotation property or datatype with the specified IRI.
- containsEntityInSignature(IRI, boolean) - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
Determines if the signature of this ontology and possibly its imports closure contains a class, object property,
data property, named individual, annotation property or datatype with the specified IRI.
- containsIndividualInSignature(IRI) - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
Determines if the signature of this ontology contains an OWLNamedIndividual with the specified IRI.
- containsIndividualInSignature(IRI, boolean) - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
Determines if the signature of this ontology, or possibly the signature of one of the ontologies in the imports
closure of this ontology, contains an OWLNamedIndividual that has the specified IRI.
- containsKey(Key) - Method in class org.semanticweb.owlapi.util.MultiMap
-
- 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.OWLOntology
-
Determines if the signature of this ontology contains an OWLObjectProperty with the specified IRI.
- containsObjectPropertyInSignature(IRI, boolean) - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
Determines if the signature of this ontology, or possibly the signature of one of the ontologies in the imports
closure of this ontology, 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 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
-
- containsPrefixMapping(String) - Method in class org.semanticweb.owlapi.vocab.PrefixOWLOntologyFormat
-
- containsValue(Value) - Method in class org.semanticweb.owlapi.util.MultiMap
-
- 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.
- copyPrefixesFrom(PrefixOWLOntologyFormat) - Method in class org.semanticweb.owlapi.vocab.PrefixOWLOntologyFormat
-
Copies the prefix from another ontology format into this format
- copyPrefixesFrom(PrefixManager) - Method in class org.semanticweb.owlapi.vocab.PrefixOWLOntologyFormat
-
- 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(File) - Static method in class org.semanticweb.owlapi.model.IRI
-
- create(URI) - Static method in class org.semanticweb.owlapi.model.IRI
-
- create(URL) - Static method in class org.semanticweb.owlapi.model.IRI
-
- createAxioms(OWLOntologyManager, OWLReasoner) - Method in interface org.semanticweb.owlapi.util.InferredAxiomGenerator
-
- createAxioms(OWLOntologyManager, OWLReasoner) - Method in class org.semanticweb.owlapi.util.InferredEntityAxiomGenerator
-
- createCollection() - Method in class org.semanticweb.owlapi.util.MultiMap
-
- createFromOWLOntologyChange(OWLOntologyChange) - Static method in class org.semanticweb.owlapi.change.OWLOntologyChangeRecord
-
- createList() - 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
-
- createNewName() - Method in class org.semanticweb.owlapi.util.StructuralTransformation
-
- 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(Set<OWLAxiom>) - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
-
Creates a new ontology that is initialised to contain specific axioms.
- createOntology(Set<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(OWLOntologyID) - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
-
Creates a new (empty) ontology that has the specified ontology ID.
- createOntology(IRI, Set<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, Set<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.
- 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(OWLOntologyManager) - Method in class org.semanticweb.owlapi.change.OWLOntologyChangeRecord
-
- 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
-
- createOWLOntology(OWLOntologyID, IRI, OWLOntologyFactory.OWLOntologyCreationHandler) - Method in interface org.semanticweb.owlapi.model.OWLOntologyFactory
-
Creates an (empty) ontology.
- createParser(OWLOntologyManager) - 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(Collection<T>) - Static method in class org.semanticweb.owlapi.util.CollectionFactory
-
- createSet(int) - Static method in class org.semanticweb.owlapi.util.CollectionFactory
-
- createSet(T...) - 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
-
- CycleInDatatypeDefinition - Class in org.semanticweb.owlapi.profiles
-
Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 03-Aug-2009
- CycleInDatatypeDefinition(OWLOntology, OWLAxiom) - Constructor for class org.semanticweb.owlapi.profiles.CycleInDatatypeDefinition
-
- generateDocumentIRI() - Static method in class org.semanticweb.owlapi.model.IRI
-
Gets an auto-generated ontology document IRI.
- generatePrefix(String) - Method in class org.semanticweb.owlapi.util.NamespaceUtil
-
Generates a candidate prefix for the specified namespace.
- generateShortForm(OWLEntity) - Method in class org.semanticweb.owlapi.util.BidirectionalShortFormProviderAdapter
-
- generateShortForm(OWLEntity) - Method in class org.semanticweb.owlapi.util.CachingBidirectionalShortFormProvider
-
Generates the short form for the specified entity.
- get(Key) - Method in class org.semanticweb.owlapi.util.MultiMap
-
returns a mutable set of values connected to the key; if no value is
connected, returns an immutable empty set
- get(K) - Method in class org.semanticweb.owlapi.util.WeakIndexCache
-
- getABoxAxioms(boolean) - 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
- getAllArguments() - Method in interface org.semanticweb.owlapi.model.SWRLAtom
-
Gets all of the arguments in this atom
- getAllEntities(OWLReasoner) - Method in class org.semanticweb.owlapi.util.InferredEntityAxiomGenerator
-
- getAllValues() - Method in class org.semanticweb.owlapi.util.MultiMap
-
- getAnnotatedAnnotation(Set<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(Set<OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.OWLAxiom
-
Gets a copy of this axiom that is annotated with the specified annotations.
- getAnnotation() - Method in class org.semanticweb.owlapi.change.OntologyAnnotationChangeData
-
- 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(OWLOntology) - Method in interface org.semanticweb.owlapi.model.OWLEntity
-
- getAnnotationAssertionAxioms(OWLAnnotationSubject) - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
Gets the axioms that annotate the specified entity.
- getAnnotationProperties() - Method in class org.semanticweb.owlapi.util.AnnotationValueShortFormProvider
-
- getAnnotationProperties(OWLDataFactory) - Static method in enum org.semanticweb.owlapi.vocab.SKOSVocabulary
-
- getAnnotationPropertiesInSignature() - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
Gets the annotation properties that are in the signature of this ontology.
- getAnnotationPropertyDomainAxioms(OWLAnnotationProperty) - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
Gets the OWLAnnotationPropertyDomainAxioms where the specified property is the property
in the domain axiom.
- getAnnotationPropertyRangeAxioms(OWLAnnotationProperty) - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
Gets the OWLAnnotationPropertyRangeAxioms where the specified property is the property
in the range axiom.
- getAnnotations() - Method in interface org.semanticweb.owlapi.model.OWLAnnotation
-
Gets the annotations on this annotation
- getAnnotations() - Method in interface org.semanticweb.owlapi.model.OWLAxiom
-
Gets the annotations that are annotate this axiom.
- getAnnotations(OWLAnnotationProperty) - Method in interface org.semanticweb.owlapi.model.OWLAxiom
-
Gets the annotations that annotate this axiom and whose annotation property is equal to annotationProperty.
- getAnnotations(OWLOntology) - Method in interface org.semanticweb.owlapi.model.OWLEntity
-
Gets the annotations for this entity.
- getAnnotations(OWLOntology, OWLAnnotationProperty) - Method in interface org.semanticweb.owlapi.model.OWLEntity
-
Obtains the annotations on this entity where the annotation has the specified
annotation property.
- getAnnotations() - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
Gets the annotations on this ontology.
- getAnonymousIndividuals() - Method in class org.semanticweb.owlapi.model.IRI
-
- getAnonymousIndividuals() - Method in interface org.semanticweb.owlapi.model.OWLObject
-
Gets the anonymous individuals occurring in this object, as collected by an
OWLEntityCollector.
- getAnonymousIndividuals() - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
Deprecated.
- getArgument() - Method in interface org.semanticweb.owlapi.model.SWRLUnaryAtom
-
- getArguments() - Method in interface org.semanticweb.owlapi.model.SWRLBuiltInAtom
-
- getArity() - Method in enum org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
-
Deprecated.
Use getMinArity and getMaxArity instead
- getAsymmetricObjectPropertyAxioms(OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
- 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.AnnotationChange
-
- getAxiom() - Method in class org.semanticweb.owlapi.model.ImportChange
-
- 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.model.SetOntologyID
-
- getAxiom() - Method in class org.semanticweb.owlapi.profiles.OWLProfileViolation
-
- getAxiom() - Method in class org.semanticweb.owlapi.profiles.UseOfNonSimplePropertyInAsymmetricObjectPropertyAxiom
-
- 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.OWLObjectWalker
-
Gets the last axiom to be visited.
- getAxiomCount() - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
Gets the number of axioms in this ontology.
- getAxiomCount(AxiomType<T>) - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
Gets the axiom count of a specific type of axiom
- getAxiomCount(AxiomType<T>, boolean) - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
Gets the axiom count of a specific type of axiom, possibly in the imports closure of this ontology
- getAxiomGenerators() - Method in class org.semanticweb.owlapi.util.InferredOntologyGenerator
-
- getAxioms() - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
Retrieves all of the axioms in this ontology.
- getAxioms(AxiomType<T>) - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
Gets the axioms which are of the specified type.
- getAxioms(AxiomType<T>, boolean) - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
Gets the axioms which are of the specified type.
- getAxioms(OWLClass) - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
Gets the axioms that form the definition/description of a class.
- getAxioms(OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
Gets the axioms that form the definition/description of an object property.
- getAxioms(OWLDataProperty) - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
Gets the axioms that form the definition/description of a data property.
- getAxioms(OWLIndividual) - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
Gets the axioms that form the definition/description of an individual
- getAxioms(OWLAnnotationProperty) - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
Gets the axioms that form the definition/description of an annotation property.
- getAxioms(OWLDatatype) - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
Gets the datatype definition axioms for the specified datatype
- getAxiomsIgnoreAnnotations(OWLAxiom) - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
Gets the set of axioms contained in this ontology that have the same "logical structure" as the specified axiom.
- getAxiomsIgnoreAnnotations(OWLAxiom, boolean) - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
Gets the set of axioms contained in this ontology that have the same "logical structure" as the specified axiom, possibly searching
the imports closure of this ontology.
- getAxiomsOfTypes(Set<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(Set<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(String) - Static method in class org.semanticweb.owlapi.model.AxiomType
-
Gets an axiom type by its name
- getAxiomType() - Method in interface org.semanticweb.owlapi.model.OWLAxiom
-
Gets the axiom type for this axiom.
- getAxiomType(OWLAxiom) - Method in class org.semanticweb.owlapi.util.AxiomTypeProvider
-
Deprecated.
- getAxiomType() - 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
-
- 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.OWLDataFactory
-
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 org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
-
Gets a builtin vocabulary value for a given IRI
- getBuiltIn(URI) - Static method in enum org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
-
Gets a builtin vocabulary value for a given URI
- getBuiltInDatatype() - Method in interface org.semanticweb.owlapi.model.OWLDatatype
-
Gets the built in datatype information if this datatype is a built in
datatype.
- getCardinality() - Method in interface org.semanticweb.owlapi.model.OWLCardinalityRestriction
-
Gets the cardinality of this restriction
- getCategory() - Method in enum org.semanticweb.owlapi.vocab.OWL2Datatype
-
Gets the category for this datatype
- getCause() - Method in exception org.semanticweb.owlapi.io.OWLOntologyCreationIOException
-
- getCause() - Method in exception org.semanticweb.owlapi.io.OWLParserIOException
-
Gets the cause of this exception which will be
an IOException
- getCause() - Method in exception org.semanticweb.owlapi.io.OWLParserSAXException
-
- getCause() - Method in exception org.semanticweb.owlapi.io.OWLParserURISyntaxException
-
- getChange() - Method in exception org.semanticweb.owlapi.model.OWLOntologyChangeException
-
Gets the ontology change that caused the exception.
- 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
-
- getChangeRecord() - Method in class org.semanticweb.owlapi.model.OWLOntologyChange
-
- 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.OWLOntologyURIChanger
-
Changes the URI of the specified ontology to the new URI.
- getClassAssertionAxioms(OWLIndividual) - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
Gets the
OWLClassAssertionAxioms contained in this ontology that
make the specified
individual an instance of some class expression.
- getClassAssertionAxioms(OWLClassExpression) - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
Gets the
OWLClassAssertionAxioms contained in this ontology that make the
specified class expression,
ce, a type for some individual.
- getClassAtomPredicates() - Method in interface org.semanticweb.owlapi.model.SWRLRule
-
Gets the predicates of class atoms.
- getClasses(OWLDataFactory) - Static method in enum org.semanticweb.owlapi.vocab.SKOSVocabulary
-
- getClassesInSignature() - Method in class org.semanticweb.owlapi.model.IRI
-
- getClassesInSignature() - Method in interface org.semanticweb.owlapi.model.OWLObject
-
A convenience method that obtains the classes
that are in the signature of this object
- getClassesInSignature() - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
Gets the classes that are in the signature of this ontology.
- getClassesInSignature(boolean) - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
Gets the classes that are in the signature of this ontology, and possibly the imports closure of this
ontology.
- 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
-
- 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 specfied
class expressions.
- getClassExpressionType() - Method in interface org.semanticweb.owlapi.model.OWLClassExpression
-
Gets the class expression type for this class expression
- getColumnNumber() - Method in exception org.semanticweb.owlapi.io.OWLParserException
-
- 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.io.IOProperties
-
Gets the connection timeout that is used for sockets when loading
ontologies over HTTP etc.
- 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
-
- getCurrentAxiom() - Method in class org.semanticweb.owlapi.util.OWLOntologyWalkerVisitor
-
- getCurrentFile() - Method in class org.semanticweb.owlapi.util.AutoIRIMapper
-
- getCurrentOntology() - Method in class org.semanticweb.owlapi.util.OWLOntologyWalkerVisitor
-
- getData() - Method in class org.semanticweb.owlapi.change.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
-
- getDataOneOf() - Method in class org.semanticweb.owlapi.profiles.UseOfDataOneOfWithMultipleLiterals
-
- getDataProperties(OWLDataFactory) - Static method in enum org.semanticweb.owlapi.vocab.SKOSVocabulary
-
- getDataPropertiesInSignature() - Method in class org.semanticweb.owlapi.model.IRI
-
- getDataPropertiesInSignature() - Method in interface org.semanticweb.owlapi.model.OWLObject
-
A convenience method that obtains the data properties
that are in the signature of this object
- getDataPropertiesInSignature() - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
Gets the data properties that are in the signature of this ontology.
- getDataPropertiesInSignature(boolean) - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
Gets the data properties that are in the signature of this ontology, and possibly the imports closure of this
ontology.
- getDataPropertyAssertionAxioms(OWLIndividual) - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
- getDataPropertyDomainAxioms(OWLDataProperty) - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
- 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.
- 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.OWLOntology
-
- getDataPropertyValues(OWLOntology) - Method in interface org.semanticweb.owlapi.model.OWLIndividual
-
Gets the data property values for this individual
- getDataPropertyValues(OWLDataPropertyExpression, OWLOntology) - Method in interface org.semanticweb.owlapi.model.OWLIndividual
-
Gets the values that this individual has for a specific data property
- 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 datarange that defines the datatype
- getDataRangePath() - Method in class org.semanticweb.owlapi.util.OWLObjectWalker
-
Gets the current data range path.
- getDataRangeType() - Method in interface org.semanticweb.owlapi.model.OWLDataRange
-
Gets the type of this data range
- getDataSubPropertyAxiomsForSubProperty(OWLDataProperty) - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
- getDataSubPropertyAxiomsForSuperProperty(OWLDataPropertyExpression) - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
- getDatatype() - Method in interface org.semanticweb.owlapi.model.OWLDatatypeDefinitionAxiom
-
- 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() - Method in class org.semanticweb.owlapi.profiles.UseOfUndeclaredDatatype
-
- getDatatype() - Method in class org.semanticweb.owlapi.profiles.UseOfUnknownDatatype
-
Gets the datatype that is invalid
- getDatatype(OWLDataFactory, N) - Static method in class org.semanticweb.owlapi.util.OWLDataUtil
-
Given a Number, this method returns the datatype of
that number.
- getDatatype(IRI) - Static method in enum org.semanticweb.owlapi.vocab.OWL2Datatype
-
Given a URI that identifies an OWLDatatype, this method obtains the
corresponding OWLDatatypeVocabulary
- getDatatypeDefinitions(OWLDatatype) - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
- getDatatypeIRIs() - Static method in enum org.semanticweb.owlapi.vocab.OWL2Datatype
-
Gets all of the built in datatype URIs
- getDatatypeRestriction() - Method in class org.semanticweb.owlapi.profiles.UseOfIllegalFacetRestriction
-
- getDatatypesInSignature() - Method in class org.semanticweb.owlapi.model.IRI
-
- getDatatypesInSignature() - Method in interface org.semanticweb.owlapi.model.OWLObject
-
A convenience method that obtains the datatypes
that are in the signature of this object
- getDatatypesInSignature() - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
Gets the datatypes that are in the signature of this ontology.
- getDatatypesInSignature(boolean) - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
Gets the datatypes that are in the signature of this ontology, and possibly the imports closure of this
ontology.
- getDeclaration() - Method in class org.semanticweb.owlapi.change.ImportChangeData
-
- getDeclarationAxioms(OWLEntity) - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
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.
- getDefaultPrefix() - Method in interface org.semanticweb.owlapi.model.PrefixManager
-
Gets the default prefix.
- getDefaultPrefix() - Method in class org.semanticweb.owlapi.util.DefaultPrefixManager
-
- getDefaultPrefix() - Method in class org.semanticweb.owlapi.vocab.PrefixOWLOntologyFormat
-
- getDefaultReturnValue(OWLEntity) - Method in class org.semanticweb.owlapi.util.OWLEntityVisitorExAdapter
-
Gets the default return value for this visitor.
- getDefaultReturnValue(OWLObject) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
Gets the default return value for this visitor.
- getDeprecatedOWLAnnotationAssertionAxiom(IRI) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
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.OWLOntology
-
- getDifferentIndividuals(OWLOntology) - Method in interface org.semanticweb.owlapi.model.OWLIndividual
-
A convenience method that examines axioms in the specified ontology
to determine the individuals that are asserted to be different
to this individual.
- 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.OWLOntology
-
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.OWLOntology
-
Gets the set of document IRIs that are directly imported by this ontology.
- getDirectory() - Method in class org.semanticweb.owlapi.util.AutoIRIMapper
-
- getDisjointClasses(OWLOntology) - Method in interface org.semanticweb.owlapi.model.OWLClass
-
Gets the classes which have been asserted to be disjoint with this class by
axioms in the specified ontology.
- getDisjointClasses(Set<OWLOntology>) - Method in interface org.semanticweb.owlapi.model.OWLClass
-
Gets the classes which have been asserted to be disjoint with this class by
axioms in the specified ontologies.
- getDisjointClasses(OWLClassExpression) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
-
Gets the classes that are disjoint with the specified class expression ce.
- getDisjointClassesAxioms(OWLClass) - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
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.OWLOntology
-
- getDisjointObjectProperties(OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
-
- getDisjointObjectPropertiesAxioms(OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
- getDisjointProperties(OWLOntology) - Method in interface org.semanticweb.owlapi.model.OWLPropertyExpression
-
- getDisjointProperties(Set<OWLOntology>) - Method in interface org.semanticweb.owlapi.model.OWLPropertyExpression
-
- getDisjointUnionAxioms(OWLClass) - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
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.FileDocumentSource
-
- getDocumentIRI() - Method in class org.semanticweb.owlapi.io.FileDocumentTarget
-
- getDocumentIRI() - Method in class org.semanticweb.owlapi.io.IRIDocumentSource
-
- getDocumentIRI() - Method in interface org.semanticweb.owlapi.io.OWLOntologyDocumentSource
-
Gets the IRI of the ontology document.
- getDocumentIRI() - Method in interface org.semanticweb.owlapi.io.OWLOntologyDocumentTarget
-
Gets an IRI that points to an ontology document.
- getDocumentIRI() - Method in class org.semanticweb.owlapi.io.ReaderDocumentSource
-
- getDocumentIRI() - Method in class org.semanticweb.owlapi.io.StreamDocumentSource
-
- getDocumentIRI() - Method in class org.semanticweb.owlapi.io.StreamDocumentTarget
-
- getDocumentIRI() - Method in class org.semanticweb.owlapi.io.StringDocumentSource
-
- getDocumentIRI() - Method in class org.semanticweb.owlapi.io.StringDocumentTarget
-
- getDocumentIRI() - Method in class org.semanticweb.owlapi.io.SystemOutDocumentTarget
-
- 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.WriterDocumentTarget
-
- getDocumentIRI() - Method in class org.semanticweb.owlapi.io.ZipDocumentTarget
-
- getDocumentIRI() - Method in exception org.semanticweb.owlapi.model.OWLOntologyAlreadyExistsException
-
Gets the document IRI where the ontology was loaded from
- 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() - Method in class org.semanticweb.owlapi.model.OWLOntologyLoaderListener.LoadingEvent
-
Gets the document IRI for the ontology being loaded
- getDocumentIRI(OWLOntologyID) - Method in class org.semanticweb.owlapi.profiles.OWLProfileViolation
-
- 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.NonMappingOntologyIRIMapper
-
- getDocumentIRI(IRI) - Method in class org.semanticweb.owlapi.util.SimpleIRIMapper
-
- getDomain() - Method in interface org.semanticweb.owlapi.model.OWLAnnotationPropertyDomainAxiom
-
Gets the IRI that represents the domain.
- getDomain() - Method in interface org.semanticweb.owlapi.model.OWLPropertyDomainAxiom
-
Gets the domain specified by this property axiom
- getDomains(OWLOntology) - Method in interface org.semanticweb.owlapi.model.OWLPropertyExpression
-
Gets the asserted domains of this property.
- getDomains(Set<OWLOntology>) - Method in interface org.semanticweb.owlapi.model.OWLPropertyExpression
-
Gets the asserted domains of this property by examining the
axioms in the specified ontologies.
- getDoubleDatatype(OWLDataFactory) - Static method in class org.semanticweb.owlapi.util.OWLDataUtil
-
- getDoubleOWLDatatype() - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
A convenience method that obtains the datatype that represents doubles.
- getEntities() - Method in class org.semanticweb.owlapi.model.OWLAxiomChange
-
Deprecated.
use getSignature() instead
- 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(String) - Method in interface org.semanticweb.owlapi.util.BidirectionalShortFormProvider
-
For a given short form this method obtains the entities
which have this short form.
- getEntities(String) - Method in class org.semanticweb.owlapi.util.CachingBidirectionalShortFormProvider
-
- getEntities(OWLOntology) - Method in class org.semanticweb.owlapi.util.InferredClassAxiomGenerator
-
- getEntities(OWLOntology) - Method in class org.semanticweb.owlapi.util.InferredDataPropertyAxiomGenerator
-
- getEntities(OWLOntology) - Method in class org.semanticweb.owlapi.util.InferredEntityAxiomGenerator
-
Gets the entities from the specified ontology that this generator processes
- getEntities(OWLOntology) - Method in class org.semanticweb.owlapi.util.InferredIndividualAxiomGenerator
-
- getEntities(OWLOntology) - Method in class org.semanticweb.owlapi.util.InferredObjectPropertyAxiomGenerator
-
- getEntities() - Method in class org.semanticweb.owlapi.util.OWLEntityCollectingOntologyChangeListener
-
- getEntities() - Method in interface org.semanticweb.owlapi.util.OWLEntitySetProvider
-
- getEntities() - Method in class org.semanticweb.owlapi.util.ReferencedEntitySetProvider
-
- getEntitiesInSignature(IRI) - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
Gets the entities in the signature of this ontology that have the specified IRI.
- getEntitiesInSignature(IRI, boolean) - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
Gets the entities in the signature of this ontology, and possibly the signature of the imports closure of this
ontology, 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 entitie 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
-
Gets the entity that this axiom declares.
- 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
-
- getEntityType() - Method in interface org.semanticweb.owlapi.model.OWLEntity
-
Gets the entity type for this entity
- getEntityType() - Method in enum org.semanticweb.owlapi.vocab.SKOSVocabulary
-
- getEquivalentClasses(OWLOntology) - Method in interface org.semanticweb.owlapi.model.OWLClass
-
A convenience method that examines the axioms in the specified ontology
and returns the class expressions corresponding to equivalent classes of this
class.
- getEquivalentClasses(Set<OWLOntology>) - Method in interface org.semanticweb.owlapi.model.OWLClass
-
A convenience method that examines the axioms in the specified ontologies
and returns the class expressions corresponding to equivalent classes of this
class.
- 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.
- getEquivalentClassesAxioms(OWLClass) - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
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.OWLOntology
-
- getEquivalentObjectProperties(OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
-
- getEquivalentObjectProperties(Set<OWLOntology>) - Static method in class org.semanticweb.owlapi.util.OWLObjectPropertyManager
-
- getEquivalentObjectProperties() - Method in class org.semanticweb.owlapi.util.OWLObjectPropertyManager
-
- getEquivalentObjectPropertiesAxioms(OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
- getEquivalentProperties(OWLOntology) - Method in interface org.semanticweb.owlapi.model.OWLPropertyExpression
-
Gets the asserted/told equivalent properties by examining the axioms
in the specified ontology.
- getEquivalentProperties(Set<OWLOntology>) - Method in interface org.semanticweb.owlapi.model.OWLPropertyExpression
-
Gets the asserted equivalent properties by examining the axioms
in the specified ontologies.
- 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
-
- getFacet() - Method in interface org.semanticweb.owlapi.model.OWLFacetRestriction
-
Gets the retricted facet
- getFacet() - Method in class org.semanticweb.owlapi.profiles.UseOfIllegalFacetRestriction
-
- getFacet(IRI) - Static method in enum org.semanticweb.owlapi.vocab.OWLFacet
-
- getFacetByShortName(String) - Static method in enum org.semanticweb.owlapi.vocab.OWLFacet
-
Gets a facet by its short name
- getFacetBySymbolicName(String) - Static method in enum org.semanticweb.owlapi.vocab.OWLFacet
-
- getFacetIRIs() - Static method in enum org.semanticweb.owlapi.vocab.OWLFacet
-
- getFacetRestrictions() - Method in interface org.semanticweb.owlapi.model.OWLDatatypeRestriction
-
Gets the facet restrictions on this data range
- getFacetRestrictionSet(OWLDataFactory, OWLFacet, OWLLiteral) - Static method in class org.semanticweb.owlapi.util.OWLDataUtil
-
- getFacets() - Method in enum org.semanticweb.owlapi.vocab.OWL2Datatype.Category
-
- getFacets() - Method in enum org.semanticweb.owlapi.vocab.OWL2Datatype
-
Gets the facets that are allowed for facet restrictions of this
datatype
- getFacets() - Static method in enum org.semanticweb.owlapi.vocab.OWLFacet
-
- getFacetValue() - Method in interface org.semanticweb.owlapi.model.OWLFacetRestriction
-
Gets the value that restricts the facet
- getFactory() - Method in interface org.semanticweb.owlapi.model.OWLOntologyManagerFactory
-
- getFileExtensions() - Method in class org.semanticweb.owlapi.util.AutoIRIMapper
-
The mapper only examines files that have specified file extensions.
- getFiller() - Method in interface org.semanticweb.owlapi.model.OWLQuantifiedRestriction
-
- 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.
- getFloatDatatype(OWLDataFactory) - Static method in class org.semanticweb.owlapi.util.OWLDataUtil
-
- getFloatOWLDatatype() - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
A convenience method that obtains the datatype that represents floats.
- getFragment() - Method in class org.semanticweb.owlapi.model.IRI
-
Gets the fragment of the IRI.
- 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.OWLOntology
-
- getFunctionalObjectPropertyAxioms(OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
- 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)"
- getHasKeyAxioms(OWLClass) - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
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 class org.semanticweb.owlapi.io.RDFParserMetaData
-
- getHierarchyReflexiveTransitiveClosure() - Method in class org.semanticweb.owlapi.util.OWLObjectPropertyManager
-
- 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.
- getIgnoredImports() - Method in class org.semanticweb.owlapi.model.OWLOntologyLoaderConfiguration
-
Gets the list of ontology document IRIs that are ignored during ontology loading if they are encountered as
imported ontologies.
- 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.
- 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.OWLOntology
-
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.
- getImportsClosure() - Method in class org.semanticweb.owlapi.profiles.OWLProfileViolation
-
- 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.
- 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
-
- 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(OWLOntology) - Method in interface org.semanticweb.owlapi.model.OWLClass
-
Gets the individuals that have been asserted to be an instance of this
class by axioms in the specified ontology.
- getIndividuals(Set<OWLOntology>) - Method in interface org.semanticweb.owlapi.model.OWLClass
-
Gets the individuals that have been asserted to be an instance of this
class by axioms in the speficied ontologies.
- 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.
- getIndividualsAsList() - Method in interface org.semanticweb.owlapi.model.OWLNaryIndividualAxiom
-
- getIndividualsInSignature() - Method in class org.semanticweb.owlapi.model.IRI
-
- getIndividualsInSignature() - Method in interface org.semanticweb.owlapi.model.OWLObject
-
A convenience method that obtains the individuals
that are in the signature of this object
- getIndividualsInSignature() - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
Gets the individuals that are in the signature of this ontology.
- getIndividualsInSignature(boolean) - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
Gets the individuals that are in the signature of this ontology, and possibly the imports closure of this
ontology.
- getInputSource(OWLOntologyDocumentSource, OWLOntologyLoaderConfiguration) - Method in class org.semanticweb.owlapi.io.AbstractOWLParser
-
- getInputStream(IRI, OWLOntologyLoaderConfiguration) - Method in class org.semanticweb.owlapi.io.AbstractOWLParser
-
A convenience method that obtains an input stream from a URI.
- getInputStream() - Method in class org.semanticweb.owlapi.io.FileDocumentSource
-
- getInputStream() - Method in class org.semanticweb.owlapi.io.IRIDocumentSource
-
- 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.ReaderDocumentSource
-
- getInputStream() - Method in class org.semanticweb.owlapi.io.StreamDocumentSource
-
- getInputStream() - Method in class org.semanticweb.owlapi.io.StringDocumentSource
-
- getInstance() - Static method in class org.semanticweb.owlapi.io.IOProperties
-
- getInstance() - Static method in class org.semanticweb.owlapi.io.OWLParserFactoryRegistry
-
- getInstance() - Static method in class org.semanticweb.owlapi.io.ToStringRenderer
-
- getInstances(OWLClassExpression, boolean) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
-
Gets the individuals which are instances of the specified class expression.
- getIntDatatype(OWLDataFactory) - Static method in class org.semanticweb.owlapi.util.OWLDataUtil
-
- getIntegerOWLDatatype() - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
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.
- getInverseFunctionalObjectPropertyAxioms(OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
- getInverseObjectProperties(OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
-
- getInverseObjectPropertyAxioms(OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
- getInverseProperty() - Method in interface org.semanticweb.owlapi.model.OWLObjectPropertyExpression
-
Obtains the property that corresponds to the inverse of this property.
- getInverses(OWLOntology) - Method in interface org.semanticweb.owlapi.model.OWLObjectPropertyExpression
-
- getInverses(Set<OWLOntology>) - Method in interface org.semanticweb.owlapi.model.OWLObjectPropertyExpression
-
- getIOException() - Method in exception org.semanticweb.owlapi.io.OWLOntologyStorageIOException
-
Gets the IOException that this exception wraps.
- getIRI() - Method in interface org.semanticweb.owlapi.model.OWLImportsDeclaration
-
Gets the import IRI
- getIRI() - Method in interface org.semanticweb.owlapi.model.OWLNamedObject
-
Gets the IRI of this object
- getIRI(String) - Method in interface org.semanticweb.owlapi.model.PrefixManager
-
Gets the URI for a given prefix IRI.
- getIRI() - Method in interface org.semanticweb.owlapi.model.SWRLVariable
-
Gets the variable IRI that names the variable
- getIRI() - Method in class org.semanticweb.owlapi.profiles.DatatypeIRIAlsoUsedAsClassIRI
-
- getIRI(String) - Method in class org.semanticweb.owlapi.util.DefaultPrefixManager
-
- getIRI() - Method in enum org.semanticweb.owlapi.vocab.DublinCoreVocabulary
-
- getIRI() - Method in enum org.semanticweb.owlapi.vocab.OWL2Datatype
-
Gets the IRI of this datatype
- getIRI() - Method in enum org.semanticweb.owlapi.vocab.OWLFacet
-
- getIRI() - Method in enum org.semanticweb.owlapi.vocab.OWLRDFVocabulary
-
- getIRI() - Method in enum org.semanticweb.owlapi.vocab.OWLXMLVocabulary
-
- getIRI(String) - Method in class org.semanticweb.owlapi.vocab.PrefixOWLOntologyFormat
-
- getIRI() - Method in enum org.semanticweb.owlapi.vocab.SKOSVocabulary
-
- getIRI() - Method in enum org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
-
- getIRI() - Method in enum org.semanticweb.owlapi.vocab.SWRLVocabulary
-
- getIRI() - Method in enum org.semanticweb.owlapi.vocab.XSDVocabulary
-
- getIRIFromNodeID(String) - Static method in class org.semanticweb.owlapi.model.NodeID
-
Returns an absolute IRI from a nodeID attribute.
- getIrreflexiveObjectPropertyAxioms(OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
- 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 interface org.semanticweb.owlapi.model.OWLLiteral
-
Gets the language tag of this literal.
- 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 class org.semanticweb.owlapi.io.RDFLiteral
-
- 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.owlapi.profiles.LexicalNotInLexicalSpace
-
- getLocalName() - Method in enum org.semanticweb.owlapi.vocab.SKOSVocabulary
-
- getLogicalAxiomCount() - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
Gets the number of logical axioms in this ontology.
- getLogicalAxioms() - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
Gets all of the axioms in the ontology that affect the logical meaning of the ontology.
- getLongDatatype(OWLDataFactory) - Static method in class org.semanticweb.owlapi.util.OWLDataUtil
-
- 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 org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
-
Gets the maximum arity of this built in.
- getMaxExclusiveRestrictedInteger(OWLDataFactory, N) - Static method in class org.semanticweb.owlapi.util.OWLDataUtil
-
- getMaxInclusiveRestrictedInteger(OWLDataFactory, N) - Static method in class org.semanticweb.owlapi.util.OWLDataUtil
-
- getMessage() - Method in exception org.semanticweb.owlapi.io.OWLOntologyCreationIOException
-
Delegates to the getMessage() method of the contained IOException.
- getMessage() - Method in exception org.semanticweb.owlapi.io.OWLParserException
-
- getMessage() - Method in exception org.semanticweb.owlapi.io.OWLParserIOException
-
- getMessage() - Method in exception org.semanticweb.owlapi.io.UnparsableOntologyException
-
- getMessage() - Method in exception org.semanticweb.owlapi.reasoner.FreshEntitiesException
-
- getMinArity() - Method in enum org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
-
Gets the minimum arity of this built in
- getMinExclusiveRestrictedInt(OWLDataFactory, N) - Static method in class org.semanticweb.owlapi.util.OWLDataUtil
-
- getMinInclusiveRestrictedInt(OWLDataFactory, N) - Static method in class org.semanticweb.owlapi.util.OWLDataUtil
-
- getMinMaxExclusiveRestrictedInteger(OWLDataFactory, N, N) - Static method in class org.semanticweb.owlapi.util.OWLDataUtil
-
- getMinMaxInclusiveRestrictedInteger(OWLDataFactory, N, N) - Static method in class org.semanticweb.owlapi.util.OWLDataUtil
-
- getMinor() - Method in class org.semanticweb.owlapi.util.Version
-
- getMissingImportHandlingStrategy() - Method in class org.semanticweb.owlapi.model.OWLOntologyLoaderConfiguration
-
Gets the strategy used for missing imports.
- getMissingOntologyHeaderStrategy() - Method in class org.semanticweb.owlapi.model.OWLOntologyLoaderConfiguration
-
- getName() - Method in class org.semanticweb.owlapi.model.AxiomType
-
- getName() - Method in enum org.semanticweb.owlapi.model.ClassExpressionType
-
- getName() - Method in enum 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 org.semanticweb.owlapi.vocab.OWL2Datatype.Category
-
- 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.OWLObjectPropertyExpression
-
Get the named object property used in this property expression.
- getNamespace() - Method in class org.semanticweb.owlapi.model.IRI
-
- getNamespace() - Method in enum org.semanticweb.owlapi.vocab.OWLRDFVocabulary
-
- 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 charsequence 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.OWLOntology
-
- getNegativeDataPropertyValues(OWLOntology) - Method in interface org.semanticweb.owlapi.model.OWLIndividual
-
Gets the data property values that are explicitly asserted NOT to hold
for this individual
- getNegativeLiterals() - Method in class org.semanticweb.owlapi.util.OWLClassLiteralCollector
-
- getNegativeObjectPropertyAssertionAxioms(OWLIndividual) - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
- getNegativeObjectPropertyValues(OWLOntology) - Method in interface org.semanticweb.owlapi.model.OWLIndividual
-
Gets the object property values that are explicitly asserted NOT to hold
for this individual
- getNestedClassExpressions() - Method in class org.semanticweb.owlapi.model.IRI
-
- getNestedClassExpressions() - Method in interface org.semanticweb.owlapi.model.OWLObject
-
Gets all of the nested (includes top level) class expressions that are used in this object
- getNewId() - Method in class org.semanticweb.owlapi.change.SetOntologyIDData
-
- getNewOntologyID() - Method in class org.semanticweb.owlapi.model.SetOntologyID
-
- getNextDocumentIRI() - Static method in class org.semanticweb.owlapi.io.ReaderDocumentSource
-
- getNextDocumentIRI() - Static method in class org.semanticweb.owlapi.io.StreamDocumentSource
-
- getNextDocumentIRI() - Static method in class org.semanticweb.owlapi.io.StringDocumentSource
-
- 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(String) - Static method in class org.semanticweb.owlapi.model.NodeID
-
Gets a NodeID with a specific identifier string
- getNodes() - Method in interface org.semanticweb.owlapi.reasoner.NodeSet
-
Gets the Nodes contained in this NodeSet
- getNonSimpleProperties() - Method in class org.semanticweb.owlapi.util.OWLObjectPropertyManager
-
- getNonSimpleRoles() - Method in class org.semanticweb.owlapi.profiles.OWL2ProfileReport
-
- getNormalisedString(String) - Method in enum 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.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 org.semanticweb.owlapi.vocab.SKOSVocabulary
-
- getObjectPropertiesInSignature() - Method in class org.semanticweb.owlapi.model.IRI
-
- getObjectPropertiesInSignature() - Method in interface org.semanticweb.owlapi.model.OWLObject
-
A convenience method that obtains the object properties
that are in the signature of this object
- getObjectPropertiesInSignature() - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
Gets the object properties that are in the signature of this ontology.
- getObjectPropertiesInSignature(boolean) - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
Gets the object properties that are in the signature of this ontology, and possibly the imports closure of this
ontology.
- getObjectPropertyAssertionAxioms(OWLIndividual) - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
- getObjectPropertyDomainAxioms(OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
- 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.
- 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.OWLOntology
-
- 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.
- getObjectPropertyValues(OWLOntology) - Method in interface org.semanticweb.owlapi.model.OWLIndividual
-
Gets the object property values for this individual.
- getObjectPropertyValues(OWLObjectPropertyExpression, OWLOntology) - Method in interface org.semanticweb.owlapi.model.OWLIndividual
-
Gets the asserted object property values for this individual and the specified property.
- 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(OWLOntology) - Method in class org.semanticweb.owlapi.util.ImportsStructureEntitySorter.ReferencedEntitySelector
-
- getObjects() - Method in class org.semanticweb.owlapi.util.ImportsStructureObjectSorter
-
Gets a map that maps ontologies to sets of associated objects.
- getObjects(OWLOntology) - Method in interface org.semanticweb.owlapi.util.ImportsStructureObjectSorter.ObjectSelector
-
- getObjects() - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
Deprecated.
- getObjectSubPropertyAxiomsForSubProperty(OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
- getObjectSubPropertyAxiomsForSuperProperty(OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
- getOntologies() - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
-
- getOntologies(OWLAxiom) - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
-
Gets the ontologies that are managed by this manager that contain the specified axiom.
- getOntologies() - Method in interface org.semanticweb.owlapi.model.OWLOntologySetProvider
-
- getOntologies() - Method in class org.semanticweb.owlapi.util.OWLObjectPropertyManager
-
- getOntologies() - Method in class org.semanticweb.owlapi.util.OWLOntologyImportsClosureSetProvider
-
- getOntologies() - Method in class org.semanticweb.owlapi.util.OWLOntologySingletonSetProvider
-
- getOntology() - Method in class org.semanticweb.owlapi.model.OWLOntologyChange
-
Gets the ontology that the change is/was applied to
- getOntology(IRI) - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
-
Gets a previously loaded/created ontology that has the specified ontology
IRI and no version IRI.
- getOntology(OWLOntologyID) - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
-
Gets a previously loaded/created ontology that has the specified ontology ID
- getOntology() - Method in class org.semanticweb.owlapi.util.OWLObjectWalker
-
Gets the last ontology to be visited.
- getOntology() - Method in class org.semanticweb.owlapi.util.OWLOntologyChangeFilter
-
Gets the ontology which the current change being visited was applied to.
- 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
-
Gets the ontology factories that are registered with this manager.
- 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.OWLOntology
-
Gets the identity of this ontology (i.e.
- 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
- getOntologyLoaderMetaData() - Method in class org.semanticweb.owlapi.io.RDFOntologyFormat
-
- getOntologyLoaderMetaData() - Method in class org.semanticweb.owlapi.model.OWLOntologyFormat
-
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.
- 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.OWLNaryBooleanClassExpression
-
- 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 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.StringDocumentTarget
-
- getOutputStream() - Method in class org.semanticweb.owlapi.io.SystemOutDocumentTarget
-
- getOutputStream() - Method in class org.semanticweb.owlapi.io.WriterDocumentTarget
-
- getOutputStream() - Method in class org.semanticweb.owlapi.io.ZipDocumentTarget
-
- getOWLAnnotation(OWLAnnotationProperty, OWLAnnotationValue) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
Gets an annotation
- getOWLAnnotation(OWLAnnotationProperty, OWLAnnotationValue, Set<? extends OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
Gets an annotation
- getOWLAnnotation() - Method in class org.semanticweb.owlapi.profiles.UseOfUndeclaredAnnotationProperty
-
- getOWLAnnotationAssertionAxiom(OWLAnnotationProperty, OWLAnnotationSubject, OWLAnnotationValue) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLAnnotationAssertionAxiom(OWLAnnotationSubject, OWLAnnotation) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLAnnotationAssertionAxiom(OWLAnnotationProperty, OWLAnnotationSubject, OWLAnnotationValue, Set<? extends OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLAnnotationAssertionAxiom(OWLAnnotationSubject, OWLAnnotation, Set<? extends OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLAnnotationProperty(IRI) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
Gets an OWLAnnotationProperty that has the specified IRI
- getOWLAnnotationProperty(String, PrefixManager) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
Gets an OWLAnnotationProperty that has an IRI that is obtained by
expanding an abbreviated name using an appropriate prefix mapping.
- getOWLAnnotationProperty() - Method in class org.semanticweb.owlapi.profiles.UseOfReservedVocabularyForAnnotationPropertyIRI
-
- getOWLAnnotationProperty() - Method in class org.semanticweb.owlapi.profiles.UseOfUndeclaredAnnotationProperty
-
- getOWLAnnotationPropertyDomainAxiom(OWLAnnotationProperty, IRI) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLAnnotationPropertyDomainAxiom(OWLAnnotationProperty, IRI, Set<? extends OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLAnnotationPropertyRangeAxiom(OWLAnnotationProperty, IRI) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLAnnotationPropertyRangeAxiom(OWLAnnotationProperty, IRI, Set<? extends OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLAnonymousIndividual(String) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
Gets an anonymous individual that has a specific ID.
- getOWLAnonymousIndividual() - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
Gets an anonymous individual.
- getOWLAnonymousIndividual() - Method in class org.semanticweb.owlapi.profiles.UseOfAnonymousIndividual
-
- getOWLAsymmetricObjectPropertyAxiom(OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLAsymmetricObjectPropertyAxiom(OWLObjectPropertyExpression, Set<? extends OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLBackwardCompatibleWith() - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
Gets an annotation property that has an IRI corresponding to
owl:backwardCompatibleWith.
- getOWLBottomDataProperty() - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLBottomObjectProperty() - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLCardinalityRestriction() - Method in class org.semanticweb.owlapi.profiles.UseOfNonSimplePropertyInCardinalityRestriction
-
- getOWLClass(IRI) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
Gets an OWL class that has the specified IRI
- getOWLClass(String, PrefixManager) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
Gets an OWLClass that has an IRI that is obtained by expanding an
abbreviated name using an appropriate prefix mapping.
- getOWLClass() - Method in interface org.semanticweb.owlapi.model.OWLDisjointUnionAxiom
-
Gets the class which is equivalent to the disjoint union.
- getOWLClass() - Method in class org.semanticweb.owlapi.profiles.UseOfReservedVocabularyForClassIRI
-
- getOWLClass() - Method in class org.semanticweb.owlapi.profiles.UseOfUndeclaredClass
-
- getOWLClassAssertionAxiom(OWLClassExpression, OWLIndividual) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLClassAssertionAxiom(OWLClassExpression, OWLIndividual, Set<? extends OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLClassExpression() - Method in class org.semanticweb.owlapi.profiles.UseOfIllegalClassExpression
-
- getOWLClassExpression() - Method in class org.semanticweb.owlapi.profiles.UseOfNonAtomicClassExpression
-
- getOWLClassExpression() - Method in class org.semanticweb.owlapi.profiles.UseOfNonEquivalentClassExpression
-
- getOWLClassExpression() - Method in class org.semanticweb.owlapi.profiles.UseOfNonSubClassExpression
-
- getOWLClassExpression() - Method in class org.semanticweb.owlapi.profiles.UseOfNonSuperClassExpression
-
- getOWLDataAllValuesFrom(OWLDataPropertyExpression, OWLDataRange) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLDataComplementOf(OWLDataRange) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLDataExactCardinality(int, OWLDataPropertyExpression) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLDataExactCardinality(int, OWLDataPropertyExpression, OWLDataRange) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLDataFactory() - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
-
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.OWLDataFactory
-
- getOWLDataIntersectionOf(Set<? extends OWLDataRange>) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLDataIntersectionOf(OWLDataRange...) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLDataMaxCardinality(int, OWLDataPropertyExpression) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLDataMaxCardinality(int, OWLDataPropertyExpression, OWLDataRange) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLDataMinCardinality(int, OWLDataPropertyExpression) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLDataMinCardinality(int, OWLDataPropertyExpression, OWLDataRange) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLDataOneOf(Set<? extends OWLLiteral>) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLDataOneOf(OWLLiteral...) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLDataProperty(IRI) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
Gets an OWL data property that has the specified IRI
- getOWLDataProperty(String, PrefixManager) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
Gets an OWLDataProperty that has an IRI that is obtained by expanding an
abbreviated name using an appropriate prefix mapping.
- getOWLDataProperty() - Method in class org.semanticweb.owlapi.profiles.UseOfReservedVocabularyForDataPropertyIRI
-
- getOWLDataProperty() - Method in class org.semanticweb.owlapi.profiles.UseOfUndeclaredDataProperty
-
- getOWLDataPropertyAssertionAxiom(OWLDataPropertyExpression, OWLIndividual, OWLLiteral) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLDataPropertyAssertionAxiom(OWLDataPropertyExpression, OWLIndividual, OWLLiteral, Set<? extends OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLDataPropertyAssertionAxiom(OWLDataPropertyExpression, OWLIndividual, int) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLDataPropertyAssertionAxiom(OWLDataPropertyExpression, OWLIndividual, double) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLDataPropertyAssertionAxiom(OWLDataPropertyExpression, OWLIndividual, float) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLDataPropertyAssertionAxiom(OWLDataPropertyExpression, OWLIndividual, boolean) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLDataPropertyAssertionAxiom(OWLDataPropertyExpression, OWLIndividual, String) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLDataPropertyDomainAxiom(OWLDataPropertyExpression, OWLClassExpression) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLDataPropertyDomainAxiom(OWLDataPropertyExpression, OWLClassExpression, Set<? extends OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLDataPropertyRangeAxiom(OWLDataPropertyExpression, OWLDataRange) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLDataPropertyRangeAxiom(OWLDataPropertyExpression, OWLDataRange, Set<? extends OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLDataRange() - Method in class org.semanticweb.owlapi.profiles.UseOfIllegalDataRange
-
- getOWLDataSomeValuesFrom(OWLDataPropertyExpression, OWLDataRange) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
Gets an OWLDataSomeValuesFrom restriction
- getOWLDatatype(IRI) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
Gets an OWLDatatype that has the specified IRI
- getOWLDatatype(String, PrefixManager) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
Gets an OWLDatatype that has an IRI that is obtained by expanding an
abbreviated name using an appropriate prefix mapping.
- getOWLDatatypeDefinitionAxiom(OWLDatatype, OWLDataRange) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLDatatypeDefinitionAxiom(OWLDatatype, OWLDataRange, Set<? extends OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLDatatypeMaxExclusiveRestriction(int) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
Creates a datatype restriction on xsd:integer with a maxExclusive facet
restriction
- getOWLDatatypeMaxExclusiveRestriction(double) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
Creates a datatype restriction on xsd:double with a maxExclusive facet
restriction
- getOWLDatatypeMaxInclusiveRestriction(int) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
Creates a datatype restriction on xsd:integer with a maxInclusive facet
restriction
- getOWLDatatypeMaxInclusiveRestriction(double) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
Creates a datatype restriction on xsd:double with a maxInclusive facet
restriction
- getOWLDatatypeMinExclusiveRestriction(int) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
Creates a datatype restriction on xsd:integer with a minExclusive facet
restriction
- getOWLDatatypeMinExclusiveRestriction(double) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
Creates a datatype restriction on xsd:double with a minExclusive facet
restriction
- getOWLDatatypeMinInclusiveRestriction(int) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
Creates a datatype restriction on xsd:integer with a minInclusive facet
restriction
- getOWLDatatypeMinInclusiveRestriction(double) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
Creates a datatype restriction on xsd:double with a minInclusive facet
restriction
- getOWLDatatypeMinMaxExclusiveRestriction(int, int) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
Creates a datatype restriction on xsd:integer with min and max exclusive
facet restrictions
- getOWLDatatypeMinMaxExclusiveRestriction(double, double) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
Creates a datatype restriction on xsd:double with min and max exclusive
facet restrictions
- getOWLDatatypeMinMaxInclusiveRestriction(int, int) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
Creates a datatype restriction on xsd:integer with min and max inclusive
facet restrictions
- getOWLDatatypeMinMaxInclusiveRestriction(double, double) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
Creates a datatype restriction on xsd:double with min and max inclusive
facet restrictions
- getOWLDatatypeRestriction(OWLDatatype, Set<OWLFacetRestriction>) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLDatatypeRestriction(OWLDatatype, OWLFacet, OWLLiteral) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLDatatypeRestriction(OWLDatatype, OWLFacetRestriction...) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLDatatypeRestriction() - Method in class org.semanticweb.owlapi.profiles.UseOfDefinedDatatypeInDatatypeRestriction
-
- getOWLDataUnionOf(Set<? extends OWLDataRange>) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLDataUnionOf(OWLDataRange...) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLDeclarationAxiom(OWLEntity) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
Gets a declaration for an entity
- getOWLDeclarationAxiom(OWLEntity, Set<? extends OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
Gets a declaration with zero or more annotations for an entity
- getOWLDeprecated() - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
Gets an annotation property that has an IRI corresponding to
owl:backwardCompatibleWith.
- getOWLDifferentIndividualsAxiom(Set<? extends OWLIndividual>) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLDifferentIndividualsAxiom(OWLIndividual...) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLDifferentIndividualsAxiom(Set<? extends OWLIndividual>, Set<? extends OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLDisjointClassesAxiom(Set<? extends OWLClassExpression>) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLDisjointClassesAxiom(OWLClassExpression...) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLDisjointClassesAxiom(Set<? extends OWLClassExpression>, Set<? extends OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLDisjointClassesAxiom() - Method in interface org.semanticweb.owlapi.model.OWLDisjointUnionAxiom
-
Gets the part of this axiom that corresponds to an DisjointClasses axiom.
- getOWLDisjointDataPropertiesAxiom(OWLDataPropertyExpression...) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLDisjointDataPropertiesAxiom(Set<? extends OWLDataPropertyExpression>) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLDisjointDataPropertiesAxiom(Set<? extends OWLDataPropertyExpression>, Set<? extends OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLDisjointObjectPropertiesAxiom(Set<? extends OWLObjectPropertyExpression>) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLDisjointObjectPropertiesAxiom(OWLObjectPropertyExpression...) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLDisjointObjectPropertiesAxiom(Set<? extends OWLObjectPropertyExpression>, Set<? extends OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLDisjointUnionAxiom(OWLClass, Set<? extends OWLClassExpression>) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLDisjointUnionAxiom(OWLClass, Set<? extends OWLClassExpression>, Set<? extends OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLEntity(EntityType<E>, IRI) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
Gets an entity that has the specified IRI and is of the specified type.
- getOWLEntity(EntityType<E>) - Method in interface org.semanticweb.owlapi.model.OWLEntity
-
Gets an entity that has the same IRI as this entity but is of the specified type.
- getOWLEquivalentClassesAxiom(Set<? extends OWLClassExpression>) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLEquivalentClassesAxiom(Set<? extends OWLClassExpression>, Set<? extends OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLEquivalentClassesAxiom(OWLClassExpression...) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLEquivalentClassesAxiom(OWLClassExpression, OWLClassExpression) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLEquivalentClassesAxiom(OWLClassExpression, OWLClassExpression, Set<? extends OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLEquivalentClassesAxiom() - Method in interface org.semanticweb.owlapi.model.OWLDisjointUnionAxiom
-
Gets the part of this axiom that corresponds to an EquivalentClasses axiom.
- getOWLEquivalentDataPropertiesAxiom(Set<? extends OWLDataPropertyExpression>) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLEquivalentDataPropertiesAxiom(Set<? extends OWLDataPropertyExpression>, Set<? extends OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLEquivalentDataPropertiesAxiom(OWLDataPropertyExpression...) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLEquivalentDataPropertiesAxiom(OWLDataPropertyExpression, OWLDataPropertyExpression) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLEquivalentDataPropertiesAxiom(OWLDataPropertyExpression, OWLDataPropertyExpression, Set<? extends OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLEquivalentObjectPropertiesAxiom(Set<? extends OWLObjectPropertyExpression>) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLEquivalentObjectPropertiesAxiom(Set<? extends OWLObjectPropertyExpression>, Set<? extends OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLEquivalentObjectPropertiesAxiom(OWLObjectPropertyExpression...) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLEquivalentObjectPropertiesAxiom(OWLObjectPropertyExpression, OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLEquivalentObjectPropertiesAxiom(OWLObjectPropertyExpression, OWLObjectPropertyExpression, Set<? extends OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLFacetRestriction(OWLFacet, OWLLiteral) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLFacetRestriction(OWLFacet, int) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLFacetRestriction(OWLFacet, double) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLFacetRestriction(OWLFacet, float) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLFunctionalDataPropertyAxiom(OWLDataPropertyExpression) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLFunctionalDataPropertyAxiom(OWLDataPropertyExpression, Set<? extends OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLFunctionalObjectPropertyAxiom(OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLFunctionalObjectPropertyAxiom(OWLObjectPropertyExpression, Set<? extends OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLHasKeyAxiom(OWLClassExpression, Set<? extends OWLPropertyExpression<?, ?>>) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLHasKeyAxiom(OWLClassExpression, OWLPropertyExpression<?, ?>...) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLHasKeyAxiom(OWLClassExpression, Set<? extends OWLPropertyExpression<?, ?>>, Set<? extends OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLImportsDeclaration(IRI) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLIncompatibleWith() - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
Gets an annotation property that has an IRI corresponding to
owl:incompatibleWith.
- getOWLInverseFunctionalObjectPropertyAxiom(OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLInverseFunctionalObjectPropertyAxiom(OWLObjectPropertyExpression, Set<? extends OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLInverseObjectPropertiesAxiom(OWLObjectPropertyExpression, OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLInverseObjectPropertiesAxiom(OWLObjectPropertyExpression, OWLObjectPropertyExpression, Set<? extends OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLIrreflexiveObjectPropertyAxiom(OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLIrreflexiveObjectPropertyAxiom(OWLObjectPropertyExpression, Set<? extends OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLLiteral(String, OWLDatatype) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
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.OWLDataFactory
-
Gets an OWLLiteral, which has the specified lexical value,
and is typed with the specified datatype.
- getOWLLiteral(int) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
Convenience method that obtains a literal typed as an integer.
- getOWLLiteral(double) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
Convenience method that obtains a literal typed as a double.
- getOWLLiteral(boolean) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
Convenience method that obtains a literal typed as a boolean.
- getOWLLiteral(float) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
Convenience method that obtains a literal typed as a float.
- getOWLLiteral(String) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
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.OWLDataFactory
-
Gets an OWLLiteral with a language tag.
- getOWLNamedIndividual(IRI) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
Gets an OWL individual that has the specified IRI
- getOWLNamedIndividual(String, PrefixManager) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
Gets an OWLNamedIndividual that has an IRI that is obtained by expanding
an abbreviated name using an appropriate prefix mapping.
- getOWLNamedIndividual() - Method in class org.semanticweb.owlapi.profiles.UseOfReservedVocabularyForIndividualIRI
-
- getOWLNegativeDataPropertyAssertionAxiom(OWLDataPropertyExpression, OWLIndividual, OWLLiteral) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLNegativeDataPropertyAssertionAxiom(OWLDataPropertyExpression, OWLIndividual, OWLLiteral, Set<? extends OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLNegativeObjectPropertyAssertionAxiom(OWLObjectPropertyExpression, OWLIndividual, OWLIndividual) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLNegativeObjectPropertyAssertionAxiom(OWLObjectPropertyExpression, OWLIndividual, OWLIndividual, Set<? extends OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLNothing() - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
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.OWLDataFactory
-
- getOWLObjectComplementOf(OWLClassExpression) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLObjectExactCardinality(int, OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLObjectExactCardinality(int, OWLObjectPropertyExpression, OWLClassExpression) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLObjectHasSelf(OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLObjectHasSelf() - Method in class org.semanticweb.owlapi.profiles.UseOfNonSimplePropertyInObjectHasSelf
-
- getOWLObjectHasValue(OWLObjectPropertyExpression, OWLIndividual) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLObjectIntersectionOf(Set<? extends OWLClassExpression>) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLObjectIntersectionOf(OWLClassExpression...) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLObjectInverseOf(OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
Gets the inverse of an object property.
- getOWLObjectMaxCardinality(int, OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLObjectMaxCardinality(int, OWLObjectPropertyExpression, OWLClassExpression) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLObjectMinCardinality(int, OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLObjectMinCardinality(int, OWLObjectPropertyExpression, OWLClassExpression) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLObjectOneOf(Set<? extends OWLIndividual>) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLObjectOneOf(OWLIndividual...) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLObjectOneOf() - Method in class org.semanticweb.owlapi.profiles.UseOfObjectOneOfWithMultipleIndividuals
-
- getOWLObjectProperty(IRI) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
Gets an OWL object property that has the specified IRI
- getOWLObjectProperty(String, PrefixManager) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
Gets an OWLObjectProperty that has an IRI that is obtained by expanding
an abbreviated name using an appropriate prefix mapping.
- getOWLObjectProperty() - Method in class org.semanticweb.owlapi.profiles.UseOfNonSimplePropertyInDisjointPropertiesAxiom
-
- getOWLObjectProperty() - Method in class org.semanticweb.owlapi.profiles.UseOfPropertyInChainCausesCycle
-
- getOWLObjectProperty() - Method in class org.semanticweb.owlapi.profiles.UseOfReservedVocabularyForObjectPropertyIRI
-
- getOWLObjectProperty() - Method in class org.semanticweb.owlapi.profiles.UseOfUndeclaredObjectProperty
-
- getOWLObjectPropertyAssertionAxiom(OWLObjectPropertyExpression, OWLIndividual, OWLIndividual) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLObjectPropertyAssertionAxiom(OWLObjectPropertyExpression, OWLIndividual, OWLIndividual, Set<? extends OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLObjectPropertyDomainAxiom(OWLObjectPropertyExpression, OWLClassExpression) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLObjectPropertyDomainAxiom(OWLObjectPropertyExpression, OWLClassExpression, Set<? extends OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLObjectPropertyRangeAxiom(OWLObjectPropertyExpression, OWLClassExpression) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLObjectPropertyRangeAxiom(OWLObjectPropertyExpression, OWLClassExpression, Set<? extends OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLObjectPropertyRangeAxiom() - Method in class org.semanticweb.owlapi.profiles.LastPropertyInChainNotInImposedRange
-
- getOWLObjectSomeValuesFrom(OWLObjectPropertyExpression, OWLClassExpression) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
Gets an OWLObjectSomeValuesFrom restriction
- getOWLObjectUnionOf(Set<? extends OWLClassExpression>) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLObjectUnionOf(OWLClassExpression...) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLOntologyManager() - Method in class org.semanticweb.owlapi.io.AbstractOWLParser
-
Deprecated.
Parser implementors should obtain ontology managers from the
ontology that gets supplied in the parse method.
- getOWLOntologyManager() - Method in class org.semanticweb.owlapi.io.AbstractOWLRenderer
-
Deprecated.
- getOWLOntologyManager() - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
Gets the manager that created this ontology.
- getOWLOntologyManager() - Method in interface org.semanticweb.owlapi.model.OWLOntologyFactory
-
- getOWLPropertyExpression() - Method in class org.semanticweb.owlapi.profiles.UseOfObjectPropertyInverse
-
- getOWLReflexiveObjectPropertyAxiom(OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLReflexiveObjectPropertyAxiom(OWLObjectPropertyExpression, Set<? extends OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLSameIndividualAxiom(Set<? extends OWLIndividual>) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLSameIndividualAxiom(OWLIndividual...) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLSameIndividualAxiom(Set<? extends OWLIndividual>, Set<? extends OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLStringLiteral(String, String) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLStringLiteral(String) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLSubAnnotationPropertyOfAxiom(OWLAnnotationProperty, OWLAnnotationProperty) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLSubAnnotationPropertyOfAxiom(OWLAnnotationProperty, OWLAnnotationProperty, Set<? extends OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLSubClassOfAxiom(OWLClassExpression, OWLClassExpression) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLSubClassOfAxiom(OWLClassExpression, OWLClassExpression, Set<? extends OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLSubDataPropertyOfAxiom(OWLDataPropertyExpression, OWLDataPropertyExpression) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLSubDataPropertyOfAxiom(OWLDataPropertyExpression, OWLDataPropertyExpression, Set<? extends OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLSubObjectPropertyOfAxiom(OWLObjectPropertyExpression, OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLSubObjectPropertyOfAxiom(OWLObjectPropertyExpression, OWLObjectPropertyExpression, Set<? extends OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLSubPropertyChainOfAxiom(List<? extends OWLObjectPropertyExpression>, OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLSubPropertyChainOfAxiom(List<? extends OWLObjectPropertyExpression>, OWLObjectPropertyExpression, Set<? extends OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLSubPropertyChainOfAxiom() - Method in class org.semanticweb.owlapi.profiles.LastPropertyInChainNotInImposedRange
-
- getOWLSymmetricObjectPropertyAxiom(OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLSymmetricObjectPropertyAxiom(OWLObjectPropertyExpression, Set<? extends OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLThing() - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
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.OWLDataFactory
-
- getOWLTopObjectProperty() - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLTransitiveObjectPropertyAxiom(OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLTransitiveObjectPropertyAxiom(OWLObjectPropertyExpression, Set<? extends OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLTypedLiteral(String, OWLDatatype) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLTypedLiteral(String, OWL2Datatype) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLTypedLiteral(int) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLTypedLiteral(double) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLTypedLiteral(boolean) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLTypedLiteral(float) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLTypedLiteral(String) - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
- getOWLVersionInfo() - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
Gets an annotation property that has an IRI corresponding to
owl:versionInfo.
- getParameter(Object, Object) - Method in class org.semanticweb.owlapi.model.OWLOntologyFormat
-
- getParserFactories() - Method in class org.semanticweb.owlapi.io.OWLParserFactoryRegistry
-
- getParserFactory() - Method in class org.semanticweb.owlapi.util.AutoIRIMapper
-
- getParserGeneratedErrorEntity() - Method in class org.semanticweb.owlapi.io.RDFResourceParseError
-
- getPatch() - Method in class org.semanticweb.owlapi.util.Version
-
- getPattern() - Method in enum org.semanticweb.owlapi.vocab.OWL2Datatype
-
Gets the Pattern that specifies the regular expression for 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
-
- 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
-
Gets the predicate of this atom
- getPredicate() - Method in interface org.semanticweb.owlapi.model.SWRLClassAtom
-
Gets the predicate of this atom
- getPredicate() - Method in interface org.semanticweb.owlapi.model.SWRLDataPropertyAtom
-
Gets the predicate of this atom
- getPredicate() - Method in interface org.semanticweb.owlapi.model.SWRLDataRangeAtom
-
Gets the predicate of this atom
- getPredicate() - Method in interface org.semanticweb.owlapi.model.SWRLObjectPropertyAtom
-
Gets the predicate of this atom
- getPreferredLanguageMap() - Method in class org.semanticweb.owlapi.util.AnnotationValueShortFormProvider
-
- getPreferredLanguageMap() - Method in class org.semanticweb.owlapi.util.PropertyAssertionValueShortFormProvider
-
- 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.
- getPrefix(String) - Method in class org.semanticweb.owlapi.vocab.PrefixOWLOntologyFormat
-
- 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
-
- getPrefixIRI(IRI) - Method in class org.semanticweb.owlapi.vocab.PrefixOWLOntologyFormat
-
- 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
-
- getPrefixName2PrefixMap() - Method in class org.semanticweb.owlapi.vocab.PrefixOWLOntologyFormat
-
- getPrefixNames() - Method in interface org.semanticweb.owlapi.model.PrefixManager
-
Gets the prefix names that have a mapping in this prefix manager
- getPrefixNames() - Method in class org.semanticweb.owlapi.util.DefaultPrefixManager
-
- getPrefixNames() - Method in class org.semanticweb.owlapi.vocab.PrefixOWLOntologyFormat
-
- getPrintName() - Method in class org.semanticweb.owlapi.model.EntityType
-
- 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.
- getProfileViolations() - Method in class org.semanticweb.owlapi.profiles.OWL2ELProfile.OWL2ELProfileObjectVisitor
-
- 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.OWLAnnotation
-
Gets the property that this annotation acts along
- getProperty() - Method in interface org.semanticweb.owlapi.model.OWLAnnotationAssertionAxiom
-
Gets the annotation property.
- getProperty() - Method in interface org.semanticweb.owlapi.model.OWLAnnotationPropertyDomainAxiom
-
Gets the annotation property that this axiom specifies a domain for.
- getProperty() - Method in interface org.semanticweb.owlapi.model.OWLAnnotationPropertyRangeAxiom
-
Gets the annotation property that this axiom provides a range for.
- 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
-
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.OWLUnaryPropertyAxiom
-
- 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
-
- getQName() - Method in enum org.semanticweb.owlapi.vocab.DublinCoreVocabulary
-
- getRange() - Method in interface org.semanticweb.owlapi.model.OWLAnnotationPropertyRangeAxiom
-
Gets the specified IRI that corresponds to the range.
- getRange() - Method in interface org.semanticweb.owlapi.model.OWLPropertyRangeAxiom
-
Gets the range specified by this axiom
- getRanges(OWLOntology) - Method in interface org.semanticweb.owlapi.model.OWLPropertyExpression
-
Gets the ranges of this property that have been asserted in the specified ontology.
- getRanges(Set<OWLOntology>) - Method in interface org.semanticweb.owlapi.model.OWLPropertyExpression
-
Gets the asserted ranges of this property by examining the axioms in the
specified ontologies.
- getRBoxAxioms(boolean) - 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.OWLDataFactory
-
Gets the rdf:PlainLiteral datatype.
- getRDFSComment() - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
Gets an annotation property that has an IRI corresponding to
rdfs:comment.
- getRDFSIsDefinedBy() - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
Gets an annotation property that has an IRI corresponding to
rdfs:isDefinedBy.
- getRDFSLabel() - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
Gets an annotation property that has an IRI corresponding to
rdfs:label.
- getRDFSSeeAlso() - Method in interface org.semanticweb.owlapi.model.OWLDataFactory
-
Gets an annotation property that has an IRI corresponding to
rdfs:seeAlso.
- getReader() - Method in class org.semanticweb.owlapi.io.FileDocumentSource
-
- getReader() - Method in class org.semanticweb.owlapi.io.IRIDocumentSource
-
- 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.ReaderDocumentSource
-
- getReader() - Method in class org.semanticweb.owlapi.io.StreamDocumentSource
-
- getReader() - Method in class org.semanticweb.owlapi.io.StringDocumentSource
-
- 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.OWLOntology
-
Gets the referenced anonymous individuals
- getReferencingAxioms(OWLOntology) - Method in interface org.semanticweb.owlapi.model.OWLEntity
-
Gets the axioms in the specified ontology that contain this entity in their signature.
- getReferencingAxioms(OWLOntology, boolean) - Method in interface org.semanticweb.owlapi.model.OWLEntity
-
Gets the axioms in the specified ontology and possibly its imports closure that contain this entity in their
signature.
- getReferencingAxioms(OWLEntity) - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
Gets the axioms where the specified entity appears in the signature of the axiom.
- getReferencingAxioms(OWLEntity, boolean) - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
Gets the axioms where the specified entity appears in the signature of the axiom.
- getReferencingAxioms(OWLAnonymousIndividual) - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
Gets the axioms that reference the specified anonymous individual
- getReflexiveObjectPropertyAxioms(OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
- getRenderer() - Method in class org.semanticweb.owlapi.io.ToStringRenderer
-
Deprecated.
- getRendering(OWLObject) - 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.
- getRequestTypes() - Method in class org.semanticweb.owlapi.io.AbstractOWLParser
-
- getResource() - Method in class org.semanticweb.owlapi.io.RDFResource
-
- getResult() - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- 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.OWLOntology
-
Gets the
OWLSameIndividualAxioms contained in this ontology that make
the specified
individual the same as some other individual.
- getSameIndividuals(OWLOntology) - Method in interface org.semanticweb.owlapi.model.OWLIndividual
-
- 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(OWLEntity) - Method in class org.semanticweb.owlapi.util.AnnotationValueShortFormProvider
-
- getShortForm(OWLEntity) - Method in class org.semanticweb.owlapi.util.CachingBidirectionalShortFormProvider
-
- getShortForm(IRI) - Method in class org.semanticweb.owlapi.util.DefaultPrefixManager
-
- getShortForm(OWLEntity) - Method in class org.semanticweb.owlapi.util.DefaultPrefixManager
-
- getShortForm(IRI) - Method in interface org.semanticweb.owlapi.util.IRIShortFormProvider
-
- getShortForm(OWLOntology) - Method in class org.semanticweb.owlapi.util.OntologyIRIShortFormProvider
-
- getShortForm(IRI) - Method in class org.semanticweb.owlapi.util.OntologyIRIShortFormProvider
-
- getShortForm(OWLEntity) - Method in class org.semanticweb.owlapi.util.PropertyAssertionValueShortFormProvider
-
- getShortForm(OWLEntity) - Method in class org.semanticweb.owlapi.util.QNameShortFormProvider
-
- getShortForm(OWLEntity) - Method in interface org.semanticweb.owlapi.util.ShortFormProvider
-
Gets the short form for the specified entity.
- getShortForm(IRI) - Method in class org.semanticweb.owlapi.util.SimpleIRIShortFormProvider
-
- getShortForm(IRI) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- getShortForm(OWLEntity) - Method in class org.semanticweb.owlapi.util.SimpleShortFormProvider
-
- 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.
- getShortForms() - Method in class org.semanticweb.owlapi.util.CachingBidirectionalShortFormProvider
-
- getShortName() - Method in enum org.semanticweb.owlapi.vocab.DublinCoreVocabulary
-
- getShortName() - Method in enum org.semanticweb.owlapi.vocab.OWL2Datatype
-
Gets the short human readable name for this datatype
- getShortName() - Method in enum org.semanticweb.owlapi.vocab.OWLFacet
-
- getShortName() - Method in enum org.semanticweb.owlapi.vocab.OWLRDFVocabulary
-
- getShortName() - Method in enum org.semanticweb.owlapi.vocab.OWLXMLVocabulary
-
- getShortName() - Method in enum org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
-
- getShortName() - Method in enum org.semanticweb.owlapi.vocab.SWRLVocabulary
-
- getShortName() - Method in enum org.semanticweb.owlapi.vocab.XSDVocabulary
-
- getSignature() - Method in class org.semanticweb.owlapi.model.AnnotationChange
-
- getSignature() - Method in class org.semanticweb.owlapi.model.ImportChange
-
- getSignature() - Method in class org.semanticweb.owlapi.model.IRI
-
- getSignature() - Method in class org.semanticweb.owlapi.model.OWLAxiomChange
-
- getSignature() - Method in interface org.semanticweb.owlapi.model.OWLObject
-
Gets the signature of this object
- getSignature() - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
Gets the entities that are in the signature of this ontology.
- getSignature(boolean) - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
Gets the entities that are in the signature of this ontology.
- getSignature() - Method in class org.semanticweb.owlapi.model.OWLOntologyChange
-
Gets the signature of this ontology change.
- getSignature() - Method in class org.semanticweb.owlapi.model.RemoveImport
-
- getSignature() - Method in class org.semanticweb.owlapi.model.SetOntologyID
-
- 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
-
Returns this property in its 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 fliped over and the predicate is the
inverse (simplified) property
- getSimplified(OWLObjectPropertyExpression) - Method in class org.semanticweb.owlapi.util.ObjectPropertySimplifier
-
Gets an object property expression in its simplest form.
- 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.
- getStart() - Method in class org.semanticweb.owlapi.model.IRI
-
Deprecated.
use getNamespace instead - better name
- getSubAnnotationPropertyOfAxioms(OWLAnnotationProperty) - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
Gets the SubAnnotationPropertyOfAxioms 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.OWLOntology
-
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.OWLOntology
-
Gets all of the subclass axioms where the right hand side (the superclass) is equal to the specified class.
- getSubClasses(OWLOntology) - Method in interface org.semanticweb.owlapi.model.OWLClass
-
Gets the classes which have been asserted to be subclasses of this class
in the specified ontology.
- getSubClasses(Set<OWLOntology>) - Method in interface org.semanticweb.owlapi.model.OWLClass
-
Gets the classes which have been asserted to be subclasses of this class
in the specified ontologies.
- 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.
- 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.
- getSubject() - Method in class org.semanticweb.owlapi.io.RDFTriple
-
- getSubject() - Method in interface org.semanticweb.owlapi.model.OWLAnnotationAssertionAxiom
-
Gets the subject of the annotation assertion.
- getSubject() - Method in interface org.semanticweb.owlapi.model.OWLPropertyAssertionAxiom
-
Gets the individual that is the subject of this assertion.
- getSubject(OWLAxiom) - Method in class org.semanticweb.owlapi.util.AxiomSubjectProvider
-
- 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.
- getSubProperties(OWLOntology) - Method in interface org.semanticweb.owlapi.model.OWLAnnotationProperty
-
Gets the annotation properties which are asserted to be sub-properties of this annotation property in
the specified ontology.
- getSubProperties(OWLOntology, boolean) - Method in interface org.semanticweb.owlapi.model.OWLAnnotationProperty
-
Gets the annotation properties which are asserted to be sub-properties of this annotation property in
the specified ontology and potentially its imports closure.
- getSubProperties(Set<OWLOntology>) - Method in interface org.semanticweb.owlapi.model.OWLAnnotationProperty
-
Gets the annotation properties which are asserted to be sub-properties of this annotation property in
the specified set of ontologies.
- getSubProperties(OWLOntology) - Method in interface org.semanticweb.owlapi.model.OWLPropertyExpression
-
Gets the asserted/told sub properties by examining the axioms
in the specified ontology.
- getSubProperties(Set<OWLOntology>) - Method in interface org.semanticweb.owlapi.model.OWLPropertyExpression
-
Gets the asserted sub properties by examining the axioms
in the specified ontologies.
- getSubProperty() - Method in interface org.semanticweb.owlapi.model.OWLSubAnnotationPropertyOfAxiom
-
Gets the subproperty of this axiom.
- getSubProperty() - Method in interface org.semanticweb.owlapi.model.OWLSubPropertyAxiom
-
- getSuperClass() - Method in interface org.semanticweb.owlapi.model.OWLSubClassOfAxiom
-
Gets the superclass in this axiom.
- getSuperClasses(OWLOntology) - Method in interface org.semanticweb.owlapi.model.OWLClass
-
A convenience method that examines the axioms in the specified ontology
and return the class expressions corresponding to super classes of this class.
- getSuperClasses(Set<OWLOntology>) - Method in interface org.semanticweb.owlapi.model.OWLClass
-
A convenience method that examines the axioms in the specified ontologies
and returns the class expression corresponding to the asserted super classes
of this class.
- 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.
- 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.
- 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.
- getSuperProperties(OWLOntology) - Method in interface org.semanticweb.owlapi.model.OWLAnnotationProperty
-
Gets the annotation properties which are asserted to be super-properties of this annotation property in
the specified ontology.
- getSuperProperties(OWLOntology, boolean) - Method in interface org.semanticweb.owlapi.model.OWLAnnotationProperty
-
Gets the annotation properties which are asserted to be super-properties of this annotation property in
the specified ontology and potentially its imports closure.
- getSuperProperties(Set<OWLOntology>) - Method in interface org.semanticweb.owlapi.model.OWLAnnotationProperty
-
Gets the annotation properties which are asserted to be super-properties of this annotation property in
the specified set of ontologies.
- getSuperProperties(OWLOntology) - Method in interface org.semanticweb.owlapi.model.OWLPropertyExpression
-
Gets the asserted/told super properties by examining the axioms
in the specified ontology.
- getSuperProperties(Set<OWLOntology>) - Method in interface org.semanticweb.owlapi.model.OWLPropertyExpression
-
Gets the asserted super properties by examining the axioms in the
specified set of ontologies.
- getSuperProperty() - Method in interface org.semanticweb.owlapi.model.OWLSubAnnotationPropertyOfAxiom
-
Gets the superproperty 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
- getSWRLBuiltInAtom(IRI, List<SWRLDArgument>) - Method in interface org.semanticweb.owlapi.model.SWRLDataFactory
-
Creates a SWRL Built-In atom.
- getSWRLClassAtom(OWLClassExpression, SWRLIArgument) - Method in interface org.semanticweb.owlapi.model.SWRLDataFactory
-
Gets a SWRL atom where the predicate is a class expression i.e.
- getSWRLDataPropertyAtom(OWLDataPropertyExpression, SWRLIArgument, SWRLDArgument) - Method in interface org.semanticweb.owlapi.model.SWRLDataFactory
-
Gets a SWRL data property atom, i.e.
- getSWRLDataRangeAtom(OWLDataRange, SWRLDArgument) - Method in interface org.semanticweb.owlapi.model.SWRLDataFactory
-
Gets a SWRL atom where the predicate is a data range, i.e.
- getSWRLDifferentIndividualsAtom(SWRLIArgument, SWRLIArgument) - Method in interface org.semanticweb.owlapi.model.SWRLDataFactory
-
- getSWRLIndividualArgument(OWLIndividual) - Method in interface org.semanticweb.owlapi.model.SWRLDataFactory
-
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.SWRLDataFactory
-
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.SWRLDataFactory
-
Gets a SWRL object property atom, i.e.
- getSWRLRule(IRI, Set<? extends SWRLAtom>, Set<? extends SWRLAtom>) - Method in interface org.semanticweb.owlapi.model.SWRLDataFactory
-
- getSWRLRule(NodeID, Set<? extends SWRLAtom>, Set<? extends SWRLAtom>) - Method in interface org.semanticweb.owlapi.model.SWRLDataFactory
-
- getSWRLRule(Set<? extends SWRLAtom>, Set<? extends SWRLAtom>) - Method in interface org.semanticweb.owlapi.model.SWRLDataFactory
-
Gets an anonymous SWRL Rule
- getSWRLRule(Set<? extends SWRLAtom>, Set<? extends SWRLAtom>, Set<OWLAnnotation>) - Method in interface org.semanticweb.owlapi.model.SWRLDataFactory
-
Gets an anonymous SWRL Rule
- getSWRLSameIndividualAtom(SWRLIArgument, SWRLIArgument) - Method in interface org.semanticweb.owlapi.model.SWRLDataFactory
-
- getSWRLVariable(IRI) - Method in interface org.semanticweb.owlapi.model.SWRLDataFactory
-
Gets a SWRLVariable.
- getSymbolicForm() - Method in enum org.semanticweb.owlapi.vocab.OWLFacet
-
- getSymmetricObjectPropertyAxioms(OWLObjectPropertyExpression) - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
- getTBoxAxioms(boolean) - 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
- getThreadSafeCopyOnRequestSet(Set<T>) - Static method in class org.semanticweb.owlapi.util.CollectionFactory
-
- 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.OWLDataFactory
-
Gets the built in data range corresponding to the top data type (like
owl:Thing but for data ranges), this datatype is rdfs:Literal, and has a
URI of $lt;http://www.w3.org/2000/01/rdf-schema#>
- 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.OWLOntology
-
- getTripleCount() - Method in class org.semanticweb.owlapi.io.RDFParserMetaData
-
Gets a count of the triples process during loading.
- getTypedConstant(OWLDataFactory, N) - Static method in class org.semanticweb.owlapi.util.OWLDataUtil
-
Given a number, returns a typed constant that represent the number.
- getTypeIndex(OWLObject) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- getTypes(OWLOntology) - Method in interface org.semanticweb.owlapi.model.OWLIndividual
-
A convenience method, which gets the types of this individual, that
correspond to the types asserted with axioms in the specified ontology.
- getTypes(Set<OWLOntology>) - Method in interface org.semanticweb.owlapi.model.OWLIndividual
-
A convenience method that gets the types of this individual by
examining the specified ontologies.
- 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.
- 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.
- getURI() - Method in interface org.semanticweb.owlapi.model.OWLImportsDeclaration
-
A convenience method to obtain the import IRI as a URI
- getURI() - Method in enum org.semanticweb.owlapi.vocab.DublinCoreVocabulary
-
- getURI() - Method in enum org.semanticweb.owlapi.vocab.OWL2Datatype
-
Gets the URI of this datatype
- getURI() - Method in enum org.semanticweb.owlapi.vocab.OWLRDFVocabulary
-
Deprecated.
Use getIRI() instead.
- getURI() - Method in enum org.semanticweb.owlapi.vocab.OWLXMLVocabulary
-
Deprecated.
- getURI() - Method in enum org.semanticweb.owlapi.vocab.SKOSVocabulary
-
- getURI() - Method in enum org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
-
- getURI() - Method in enum org.semanticweb.owlapi.vocab.SWRLVocabulary
-
- 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
-
Gets the value which is the filler for this restriction.
- 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
-
Gets the versions (if any) of the ontology that have the specified IRI
- getViolations() - 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.StreamDocumentTarget
-
- getWriter() - Method in class org.semanticweb.owlapi.io.StringDocumentTarget
-
- getWriter() - Method in class org.semanticweb.owlapi.io.SystemOutDocumentTarget
-
- getWriter() - Method in class org.semanticweb.owlapi.io.WriterDocumentTarget
-
- getWriter() - Method in class org.semanticweb.owlapi.io.ZipDocumentTarget
-
- GT - Static variable in class org.semanticweb.owlapi.io.XMLUtils
-
- IllegalConfigurationException - Exception in org.semanticweb.owlapi.reasoner
-
Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 21-Jan-2009
- IllegalConfigurationException(Throwable, OWLReasonerConfiguration) - Constructor for exception org.semanticweb.owlapi.reasoner.IllegalConfigurationException
-
- IllegalConfigurationException(String, OWLReasonerConfiguration) - Constructor for exception org.semanticweb.owlapi.reasoner.IllegalConfigurationException
-
- IllegalConfigurationException(String, Throwable, OWLReasonerConfiguration) - Constructor for exception org.semanticweb.owlapi.reasoner.IllegalConfigurationException
-
- IllegalPunning - Class in org.semanticweb.owlapi.profiles
-
Punning between properties is not allowed
- IllegalPunning(OWLOntology, OWLAxiom, IRI) - Constructor for class org.semanticweb.owlapi.profiles.IllegalPunning
-
- ImmutableOWLOntologyChangeException - Exception in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 13-Apr-2007
An exception to describe a situation where there was an attempt to apply
a change to an immutable ontology.
- ImmutableOWLOntologyChangeException(OWLOntologyChange) - Constructor for exception org.semanticweb.owlapi.model.ImmutableOWLOntologyChangeException
-
Constructs an exception which describes the attempted change.
- ImpendingOWLOntologyChangeBroadcastStrategy - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University of Manchester
Bio-Health Informatics Group
Date: 04-Jul-2010
- ImpendingOWLOntologyChangeListener - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University of Manchester
Bio-Health Informatics Group
Date: 04-Jul-2010
- ImportChange - Class in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 18-Mar-2009
- ImportChange(OWLOntology, OWLImportsDeclaration) - Constructor for class org.semanticweb.owlapi.model.ImportChange
-
- ImportChangeData - Class in org.semanticweb.owlapi.change
-
Author: Matthew Horridge
Stanford University
Bio-Medical Informatics Research Group
Date: 27/04/2012
- ImportChangeData(OWLImportsDeclaration) - Constructor for class org.semanticweb.owlapi.change.ImportChangeData
-
- importMissing(MissingImportEvent) - Method in interface org.semanticweb.owlapi.model.MissingImportListener
-
- ImportsClosureNotInProfileException - Exception in org.semanticweb.owlapi.reasoner
-
Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 22-Nov-2009
- ImportsClosureNotInProfileException(OWLProfile) - Constructor for exception org.semanticweb.owlapi.reasoner.ImportsClosureNotInProfileException
-
- ImportsStructureEntitySorter - Class in org.semanticweb.owlapi.util
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 30-May-2008
- ImportsStructureEntitySorter(OWLOntology, OWLOntologyManager) - Constructor for class org.semanticweb.owlapi.util.ImportsStructureEntitySorter
-
- ImportsStructureEntitySorter.ReferencedEntitySelector - Class in org.semanticweb.owlapi.util
-
- ImportsStructureEntitySorter.ReferencedEntitySelector() - Constructor for class org.semanticweb.owlapi.util.ImportsStructureEntitySorter.ReferencedEntitySelector
-
- ImportsStructureObjectSorter<O> - Class in org.semanticweb.owlapi.util
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 30-May-2008
Sorts objects into sets based on where they appear in the imports closure of an ontology.
- ImportsStructureObjectSorter(OWLOntology, OWLOntologyManager, 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
-
- InconsistentOntologyException - Exception in org.semanticweb.owlapi.reasoner
-
Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 21-Jan-2009
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
-
- index - Variable in class org.semanticweb.owlapi.model.AxiomType
-
- IndividualNodeSetPolicy - Enum in org.semanticweb.owlapi.reasoner
-
Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 09-Dec-2009
- InferenceType - Enum in org.semanticweb.owlapi.reasoner
-
Author: Matthew Horridge
The University of Manchester
Bio-Health Informatics Group
Date: 04-Jul-2010
An enumeration that denotes various types of inference task.
- InferredAxiomGenerator<A extends OWLAxiom> - Interface in org.semanticweb.owlapi.util
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 27-Jul-2007
Given a reasoner, implementations of this interface generate axioms that
represent inferred information.
- InferredClassAssertionAxiomGenerator - Class in org.semanticweb.owlapi.util
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 27-Jul-2007
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
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 27-Jul-2007
- InferredClassAxiomGenerator() - Constructor for class org.semanticweb.owlapi.util.InferredClassAxiomGenerator
-
- InferredDataPropertyAxiomGenerator<A extends OWLDataPropertyAxiom> - Class in org.semanticweb.owlapi.util
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 27-Jul-2007
- InferredDataPropertyAxiomGenerator() - Constructor for class org.semanticweb.owlapi.util.InferredDataPropertyAxiomGenerator
-
- InferredDataPropertyCharacteristicAxiomGenerator - Class in org.semanticweb.owlapi.util
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 27-Jul-2007
Generates inferred data property characteristics.
- InferredDataPropertyCharacteristicAxiomGenerator() - Constructor for class org.semanticweb.owlapi.util.InferredDataPropertyCharacteristicAxiomGenerator
-
- InferredDisjointClassesAxiomGenerator - Class in org.semanticweb.owlapi.util
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 27-Jul-2007
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
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 27-Jul-2007
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
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 27-Jul-2007
Generates inferred equivalent classes axioms.
- InferredEquivalentClassAxiomGenerator() - Constructor for class org.semanticweb.owlapi.util.InferredEquivalentClassAxiomGenerator
-
- InferredEquivalentDataPropertiesAxiomGenerator - Class in org.semanticweb.owlapi.util
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 27-Jul-2007
- InferredEquivalentDataPropertiesAxiomGenerator() - Constructor for class org.semanticweb.owlapi.util.InferredEquivalentDataPropertiesAxiomGenerator
-
- InferredEquivalentObjectPropertyAxiomGenerator - Class in org.semanticweb.owlapi.util
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 27-Jul-2007
- InferredEquivalentObjectPropertyAxiomGenerator() - Constructor for class org.semanticweb.owlapi.util.InferredEquivalentObjectPropertyAxiomGenerator
-
- InferredIndividualAxiomGenerator<A extends OWLIndividualAxiom> - Class in org.semanticweb.owlapi.util
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 27-Jul-2007
- InferredIndividualAxiomGenerator() - Constructor for class org.semanticweb.owlapi.util.InferredIndividualAxiomGenerator
-
- InferredInverseObjectPropertiesAxiomGenerator - Class in org.semanticweb.owlapi.util
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 27-Jul-2007
- InferredInverseObjectPropertiesAxiomGenerator() - Constructor for class org.semanticweb.owlapi.util.InferredInverseObjectPropertiesAxiomGenerator
-
- InferredObjectPropertyAxiomGenerator<A extends OWLObjectPropertyAxiom> - Class in org.semanticweb.owlapi.util
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 27-Jul-2007
- InferredObjectPropertyAxiomGenerator() - Constructor for class org.semanticweb.owlapi.util.InferredObjectPropertyAxiomGenerator
-
- InferredObjectPropertyCharacteristicAxiomGenerator - Class in org.semanticweb.owlapi.util
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 27-Jul-2007
- InferredObjectPropertyCharacteristicAxiomGenerator() - Constructor for class org.semanticweb.owlapi.util.InferredObjectPropertyCharacteristicAxiomGenerator
-
- InferredOntologyGenerator - Class in org.semanticweb.owlapi.util
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 27-Jul-2007
Generates an ontology based on inferred axioms which are essentially supplied by a reasoner.
- InferredOntologyGenerator(OWLReasoner, List<InferredAxiomGenerator<? extends OWLAxiom>>) - Constructor for class org.semanticweb.owlapi.util.InferredOntologyGenerator
-
- InferredOntologyGenerator(OWLReasoner) - Constructor for class org.semanticweb.owlapi.util.InferredOntologyGenerator
-
- InferredPropertyAssertionGenerator - Class in org.semanticweb.owlapi.util
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 27-Jul-2007
- InferredPropertyAssertionGenerator() - Constructor for class org.semanticweb.owlapi.util.InferredPropertyAssertionGenerator
-
- InferredSubClassAxiomGenerator - Class in org.semanticweb.owlapi.util
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 27-Jul-2007
- InferredSubClassAxiomGenerator() - Constructor for class org.semanticweb.owlapi.util.InferredSubClassAxiomGenerator
-
- InferredSubDataPropertyAxiomGenerator - Class in org.semanticweb.owlapi.util
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 27-Jul-2007
- InferredSubDataPropertyAxiomGenerator() - Constructor for class org.semanticweb.owlapi.util.InferredSubDataPropertyAxiomGenerator
-
- InferredSubObjectPropertyAxiomGenerator - Class in org.semanticweb.owlapi.util
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 27-Jul-2007
- InferredSubObjectPropertyAxiomGenerator() - Constructor for class org.semanticweb.owlapi.util.InferredSubObjectPropertyAxiomGenerator
-
- InsufficientIndividuals - Class in org.semanticweb.owlapi.profiles
-
- InsufficientIndividuals(OWLOntology, OWLAxiom) - Constructor for class org.semanticweb.owlapi.profiles.InsufficientIndividuals
-
- InsufficientOperands - Class in org.semanticweb.owlapi.profiles
-
- InsufficientOperands(OWLOntology, OWLAxiom, OWLObject) - Constructor for class org.semanticweb.owlapi.profiles.InsufficientOperands
-
- InsufficientPropertyExpressions - Class in org.semanticweb.owlapi.profiles
-
- InsufficientPropertyExpressions(OWLOntology, OWLAxiom) - Constructor for class org.semanticweb.owlapi.profiles.InsufficientPropertyExpressions
-
- 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).
- INVERSE_FUNCTIONAL_OBJECT_PROPERTY - Static variable in class org.semanticweb.owlapi.model.AxiomType
-
- INVERSE_OBJECT_PROPERTIES - Static variable in class org.semanticweb.owlapi.model.AxiomType
-
- IOProperties - Class in org.semanticweb.owlapi.io
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 10-Apr-2008
- IRI - Class in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 14-Jan-2009 Represents International Resource Identifiers
- IRI(String, String) - Constructor for class org.semanticweb.owlapi.model.IRI
-
Constructs an IRI which is built from the concatenation of the specified
prefix and suffix.
- IRI(String) - Constructor for class org.semanticweb.owlapi.model.IRI
-
- IRI(URI) - Constructor for class org.semanticweb.owlapi.model.IRI
-
- IRIDocumentSource - Class in org.semanticweb.owlapi.io
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Apr-2007
- IRIDocumentSource(IRI) - Constructor for class org.semanticweb.owlapi.io.IRIDocumentSource
-
- IRIShortFormProvider - Interface in org.semanticweb.owlapi.util
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 18-Dec-2007
A short form provider that produces short forms for URIs.
- IRREFLEXIVE_OBJECT_PROPERTY - Static variable in class org.semanticweb.owlapi.model.AxiomType
-
- isAbsolute() - Method in class org.semanticweb.owlapi.model.IRI
-
Determines if this IRI is absolute
- isAdd() - Method in class org.semanticweb.owlapi.util.OWLOntologyChangeFilter
-
Determines if the current change caused an axiom to be added to an ontology.
- isAddAxiom() - Method in class org.semanticweb.owlapi.model.AddAxiom
-
- isAddAxiom() - Method in class org.semanticweb.owlapi.model.AnnotationChange
-
- isAddAxiom() - Method in class org.semanticweb.owlapi.model.ImportChange
-
- isAddAxiom() - Method in class org.semanticweb.owlapi.model.OWLOntologyChange
-
Determines if the change will add an axiom to an ontology.
- isAddAxiom() - Method in class org.semanticweb.owlapi.model.RemoveAxiom
-
- isAddAxiom() - Method in class org.semanticweb.owlapi.model.SetOntologyID
-
- isAddMissingTypes() - Method in class org.semanticweb.owlapi.io.RDFOntologyFormat
-
Determines if untyped entities should automatically be typed (declared) during rendering.
- 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.OWLAxiom
-
Determines if this axioms in an annotation axiom (an instance of OWLAnnotationAxiom)
- isAnonymous() - Method in class org.semanticweb.owlapi.io.RDFResource
-
- isAnonymous() - Method in interface org.semanticweb.owlapi.model.OWLClassExpression
-
Determines whether or not this expression represents an anonymous class expression.
- isAnonymous() - Method in interface org.semanticweb.owlapi.model.OWLIndividual
-
- isAnonymous() - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
Determines whether or not this ontology is anonymous.
- 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() - Method in interface org.semanticweb.owlapi.model.OWLPropertyExpression
-
Determines if this property expression is anonymous.
- 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.
- isAsymmetric(OWLOntology) - Method in interface org.semanticweb.owlapi.model.OWLObjectPropertyExpression
-
- isAsymmetric(Set<OWLOntology>) - Method in interface org.semanticweb.owlapi.model.OWLObjectPropertyExpression
-
- isAxiomChange() - Method in class org.semanticweb.owlapi.model.AnnotationChange
-
- isAxiomChange() - Method in class org.semanticweb.owlapi.model.ImportChange
-
- 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() - Method in class org.semanticweb.owlapi.model.SetOntologyID
-
- isAxiomType(String) - 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 class org.semanticweb.owlapi.model.IRI
-
- 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).
- 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
-
Determies 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(IRI) - Static method in enum org.semanticweb.owlapi.vocab.OWL2Datatype
-
Determines if the specified IRI identifies a built in datatype.
- isCancelled() - Method in class org.semanticweb.owlapi.util.NullProgressMonitor
-
- isCancelled() - Method in interface org.semanticweb.owlapi.util.ProgressMonitor
-
- 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 ...
- isConnectionAcceptHTTPCompression() - Method in class org.semanticweb.owlapi.io.IOProperties
-
Determines whether HTTP compression can be used
- 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.OWLPropertyExpression
-
- isDataRestriction() - Method in interface org.semanticweb.owlapi.model.OWLRestriction
-
Determines if this is a data restriction.
- isDatatype() - Method in interface org.semanticweb.owlapi.model.OWLDataRange
-
Determines if this data range is a datatype (int, float, ...)
- isDeclared(OWLEntity) - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
Determines if this ontology declares an entity i.e.
- isDeclared(OWLEntity, boolean) - Method in interface org.semanticweb.owlapi.model.OWLOntology
-
Determines if this ontology or its imports closure declares an entity i.e.
- isDefined(OWLOntology) - Method in interface org.semanticweb.owlapi.model.OWLClass
-
- isDefined(Set<OWLOntology>) - Method in interface org.semanticweb.owlapi.model.OWLClass
-
- 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.
- isDocumentIRIAvailable() - Method in class org.semanticweb.owlapi.io.FileDocumentTarget
-
- isDocumentIRIAvailable() - Method in interface org.semanticweb.owlapi.io.OWLOntologyDocumentTarget
-
Determines if an IRI that points to an ontology document is available.
- isDocumentIRIAvailable() - Method in class org.semanticweb.owlapi.io.StreamDocumentTarget
-
- isDocumentIRIAvailable() - Method in class org.semanticweb.owlapi.io.StringDocumentTarget
-
- isDocumentIRIAvailable() - Method in class org.semanticweb.owlapi.io.SystemOutDocumentTarget
-
- isDocumentIRIAvailable() - Method in class org.semanticweb.owlapi.io.WriterDocumentTarget
-
- isDocumentIRIAvailable() - Method in class org.semanticweb.owlapi.io.ZipDocumentTarget
-
- 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.CollectionFactory.ThreadSafeConditionalCopySet
-
- 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(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(Set<? extends OWLAxiom>) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
-
Determines if the specified set of axioms is entailed by the reasoner axioms.
- 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 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(OWLOntology) - Method in interface org.semanticweb.owlapi.model.OWLPropertyExpression
-
Determines if this property is functional in the specified
ontology
- isFunctional(Set<OWLOntology>) - Method in interface org.semanticweb.owlapi.model.OWLPropertyExpression
-
Determines if the property is functional because there
is an axiom in one of the specified ontologies that assert this
to be the case.
- 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.AnnotationChange
-
- isImportChange() - Method in class org.semanticweb.owlapi.model.ImportChange
-
- isImportChange() - Method in class org.semanticweb.owlapi.model.OWLAxiomChange
-
- 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.
- isImportChange() - Method in class org.semanticweb.owlapi.model.SetOntologyID
-
- isImported() - Method in class org.semanticweb.owlapi.model.OWLOntologyLoaderListener.LoadingEvent
-
Determines if the ontology was loaded because of
an imports statement.
- isIncludeStackTraceInMessage() - Static method in exception org.semanticweb.owlapi.io.UnparsableOntologyException
-
Determines if the stack trace for each parse exception is
included in the getMessage() method.
- isInLexicalSpace(String) - Method in enum 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
-
- isInputStreamAvailable() - Method in class org.semanticweb.owlapi.io.FileDocumentSource
-
- isInputStreamAvailable() - Method in class org.semanticweb.owlapi.io.IRIDocumentSource
-
- isInputStreamAvailable() - Method in interface org.semanticweb.owlapi.io.OWLOntologyDocumentSource
-
Determines if an input stream is available which an ontology document can be parsed from.
- isInputStreamAvailable() - Method in class org.semanticweb.owlapi.io.ReaderDocumentSource
-
- isInputStreamAvailable() - Method in class org.semanticweb.owlapi.io.StreamDocumentSource
-
- isInputStreamAvailable() - Method in class org.semanticweb.owlapi.io.StringDocumentSource
-
- 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.
- isInverseFunctional(OWLOntology) - Method in interface org.semanticweb.owlapi.model.OWLObjectPropertyExpression
-
Determines if the specified ontology specifies that this property is inverse functional.
- isInverseFunctional(Set<OWLOntology>) - Method in interface org.semanticweb.owlapi.model.OWLObjectPropertyExpression
-
- isIrreflexive(OWLOntology) - Method in interface org.semanticweb.owlapi.model.OWLObjectPropertyExpression
-
- isIrreflexive(Set<OWLOntology>) - Method in interface org.semanticweb.owlapi.model.OWLObjectPropertyExpression
-
- isLabel() - Method in interface org.semanticweb.owlapi.model.OWLAnnotationProperty
-
Determines if this annotation property has an IRI corresponding to rdfs:label.
- 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.RDFResource
-
- isLoadAnnotationAxioms() - Method in class org.semanticweb.owlapi.model.OWLOntologyLoaderConfiguration
-
Determines whether or not annotation axioms (instances of OWLAnnotationAxiom) should be loaded.
- isLoadAnnotationAxioms() - Method in class org.semanticweb.owlapi.model.OWLOntologyManagerProperties
-
Determines if annotation axioms should be loaded or discarded.
- 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.
- isMissingType(OWLEntity, OWLOntology) - Static method in class org.semanticweb.owlapi.io.RDFOntologyFormat
-
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.OWLIndividual
-
- 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
-
Deterimines if a character is an NCName (Non-Colonised Name) character.
- isNCNameChar(char) - Static method in class org.semanticweb.owlapi.util.NamespaceUtil
-
- isNCNameStartChar(int) - Static method in class org.semanticweb.owlapi.io.XMLUtils
-
Deterimines if a character is an NCName (Non-Colonised Name) start character.
- isNCNameStartChar(char) - Static method in class org.semanticweb.owlapi.util.NamespaceUtil
-
- 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
-
- isNothing() - Method in class org.semanticweb.owlapi.model.IRI
-
Determines if this IRI is equal to the IRI that owl:Nothing
is named with
- isNumeric() - Method in enum org.semanticweb.owlapi.vocab.OWL2Datatype
-
Determines if this datatype is a numeric datatype
- isObjectPropertyExpression() - Method in interface org.semanticweb.owlapi.model.OWLPropertyExpression
-
- isObjectRestriction() - Method in interface org.semanticweb.owlapi.model.OWLRestriction
-
Determines if this is an object restriction.
- isOfType(AxiomType<?>...) - Method in interface org.semanticweb.owlapi.model.OWLAxiom
-
Determines if this axiom is one of the specified types
- isOfType(Set<AxiomType<?>>) - Method in interface org.semanticweb.owlapi.model.OWLAxiom
-
Determines if this axiom is one of the specified types
- isOutputStreamAvailable() - Method in class org.semanticweb.owlapi.io.FileDocumentTarget
-
- isOutputStreamAvailable() - Method in interface org.semanticweb.owlapi.io.OWLOntologyDocumentTarget
-
Determines if this document target can be pointed to by an
OutputStream.
- isOutputStreamAvailable() - Method in class org.semanticweb.owlapi.io.StreamDocumentTarget
-
- isOutputStreamAvailable() - Method in class org.semanticweb.owlapi.io.StringDocumentTarget
-
- isOutputStreamAvailable() - Method in class org.semanticweb.owlapi.io.SystemOutDocumentTarget
-
- isOutputStreamAvailable() - Method in class org.semanticweb.owlapi.io.WriterDocumentTarget
-
- isOutputStreamAvailable() - Method in class org.semanticweb.owlapi.io.ZipDocumentTarget
-
- 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.
- isOWL2QLSubClassExpression(OWLClassExpression) - Method in class org.semanticweb.owlapi.profiles.OWL2QLProfile
-
- isOWL2QLSuperClassExpression(OWLClassExpression) - Method in class org.semanticweb.owlapi.profiles.OWL2QLProfile
-
- isOWL2RLEquivalentClassExpression(OWLClassExpression) - Method in class org.semanticweb.owlapi.profiles.OWL2RLProfile
-
- isOWL2RLSubClassExpression(OWLClassExpression) - Method in class org.semanticweb.owlapi.profiles.OWL2RLProfile
-
- isOWL2RLSuperClassExpression(OWLClassExpression) - Method in class org.semanticweb.owlapi.profiles.OWL2RLProfile
-
- isOWLAnnotationProperty() - Method in interface org.semanticweb.owlapi.model.OWLEntity
-
A convenience method that determines if this entity is an OWLAnnotationProperty
- isOWLBottomDataProperty() - Method in interface org.semanticweb.owlapi.model.OWLPropertyExpression
-
Determines if this is the owl:bottomDataProperty
- isOWLBottomObjectProperty() - Method in interface org.semanticweb.owlapi.model.OWLPropertyExpression
-
Determines if this is the owl:bottomObjectProperty
- isOWLClass() - Method in interface org.semanticweb.owlapi.model.OWLEntity
-
A convenience method that determines if this entity is an OWLClass
- isOWLDataProperty() - Method in interface org.semanticweb.owlapi.model.OWLEntity
-
A convenience method that determines if this entity is an OWLDataProperty
- isOWLDatatype() - Method in interface org.semanticweb.owlapi.model.OWLEntity
-
A convenience method that determines if this entity is an OWLDatatype
- isOWLNamedIndividual() - Method in interface org.semanticweb.owlapi.model.OWLEntity
-
A convenience method that determines if this entity is an 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.OWLEntity
-
A convenience method that determines if this entity is an 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.OWLPropertyExpression
-
Determines if this is the owl:topDataProperty
- isOWLTopObjectProperty() - Method in interface org.semanticweb.owlapi.model.OWLPropertyExpression
-
Determines if this is the owl:topObjectProperty
- 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.
- isPrefixOWLOntologyFormat() - Method in class org.semanticweb.owlapi.model.OWLOntologyFormat
-
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.
- 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.
- isReaderAvailable() - Method in class org.semanticweb.owlapi.io.FileDocumentSource
-
- isReaderAvailable() - Method in class org.semanticweb.owlapi.io.IRIDocumentSource
-
- isReaderAvailable() - Method in interface org.semanticweb.owlapi.io.OWLOntologyDocumentSource
-
Determines if a reader is available which an ontology document can be
parsed from.
- isReaderAvailable() - Method in class org.semanticweb.owlapi.io.ReaderDocumentSource
-
- isReaderAvailable() - Method in class org.semanticweb.owlapi.io.StreamDocumentSource
-
- isReaderAvailable() - Method in class org.semanticweb.owlapi.io.StringDocumentSource
-
- isReflexive(OWLOntology) - Method in interface org.semanticweb.owlapi.model.OWLObjectPropertyExpression
-
- isReflexive(Set<OWLOntology>) - Method in interface org.semanticweb.owlapi.model.OWLObjectPropertyExpression
-
- isRemove() - Method in class org.semanticweb.owlapi.util.OWLOntologyChangeFilter
-
Determines if the current change caused an axiom to be removed from an ontology.
- isRemoveAxiom() - Method in class org.semanticweb.owlapi.model.OWLOntologyChange
-
Determines if the change will remove an axiom from an ontology.
- 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.
- isSilentMissingImportsHandling() - Method in class org.semanticweb.owlapi.model.OWLOntologyLoaderConfiguration
-
- isSilentMissingImportsHandling() - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
-
- 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
- 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(OWLOntology) - Method in interface org.semanticweb.owlapi.model.OWLObjectPropertyExpression
-
- isSymmetric(Set<OWLOntology>) - Method in interface org.semanticweb.owlapi.model.OWLObjectPropertyExpression
-
- 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 class org.semanticweb.owlapi.model.IRI
-
- 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).
- 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(OWLOntology) - Method in interface org.semanticweb.owlapi.model.OWLObjectPropertyExpression
-
- isTransitive(Set<OWLOntology>) - Method in interface org.semanticweb.owlapi.model.OWLObjectPropertyExpression
-
- isTreatDublinCoreVocabularyAsBuiltInVocabulary() - Method in class org.semanticweb.owlapi.model.OWLOntologyManagerProperties
-
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
- isUsingDefaultShortFormProvider() - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- isValueSetsEqual() - Method in class org.semanticweb.owlapi.util.MultiMap
-
- isWriterAvailable() - Method in class org.semanticweb.owlapi.io.FileDocumentTarget
-
- isWriterAvailable() - Method in interface org.semanticweb.owlapi.io.OWLOntologyDocumentTarget
-
Determines if this document target can be pointed to by a
Writer.
- isWriterAvailable() - Method in class org.semanticweb.owlapi.io.StreamDocumentTarget
-
- isWriterAvailable() - Method in class org.semanticweb.owlapi.io.StringDocumentTarget
-
- isWriterAvailable() - Method in class org.semanticweb.owlapi.io.SystemOutDocumentTarget
-
- isWriterAvailable() - Method in class org.semanticweb.owlapi.io.WriterDocumentTarget
-
- isWriterAvailable() - Method in class org.semanticweb.owlapi.io.ZipDocumentTarget
-
- 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.CollectionFactory.ThreadSafeConditionalCopySet
-
- OBJECT_PROPERTY - Static variable in class org.semanticweb.owlapi.model.EntityType
-
object property entity
- OBJECT_PROPERTY_ASSERTION - Static variable in class org.semanticweb.owlapi.model.AxiomType
-
- OBJECT_PROPERTY_DOMAIN - Static variable in class org.semanticweb.owlapi.model.AxiomType
-
- OBJECT_PROPERTY_RANGE - Static variable in class org.semanticweb.owlapi.model.AxiomType
-
- ObjectPropertySimplifier - Class in org.semanticweb.owlapi.util
-
Author: Matthew Horridge
The University Of Manchester
Information Management Group
Date: 06-Jun-2008
This utility class can be used to obtain an object property expression in its
simplest form.
- ObjectPropertySimplifier(OWLDataFactory) - Constructor for class org.semanticweb.owlapi.util.ObjectPropertySimplifier
-
- 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
-
- ontologiesChanged() - Method in class org.semanticweb.owlapi.util.OWLEntityCollectingOntologyChangeListener
-
Called when a set of changes have been applied.
- ontology - Variable in class org.semanticweb.owlapi.util.OWLObjectWalker
-
- ontology - Variable in class org.semanticweb.owlapi.util.OWLOntologyChangeFilter
-
- OntologyAnnotationChangeData - Class in org.semanticweb.owlapi.change
-
Author: Matthew Horridge
Stanford University
Bio-Medical Informatics Research Group
Date: 27/04/2012
- OntologyAnnotationChangeData(OWLAnnotation) - Constructor for class org.semanticweb.owlapi.change.OntologyAnnotationChangeData
-
- 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.
- ontologyCreated(OWLOntology) - Method in interface org.semanticweb.owlapi.model.OWLOntologyFactory.OWLOntologyCreationHandler
-
The factory calls this method as soon as it has created an ontology.
- OntologyIRIMappingNotFoundException - Exception in org.semanticweb.owlapi.io
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 10-Apr-2008
- OntologyIRIMappingNotFoundException(IRI) - Constructor for exception org.semanticweb.owlapi.io.OntologyIRIMappingNotFoundException
-
- OntologyIRINotAbsolute - Class in org.semanticweb.owlapi.profiles
-
Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 03-Aug-2009
- OntologyIRINotAbsolute(OWLOntology) - Constructor for class org.semanticweb.owlapi.profiles.OntologyIRINotAbsolute
-
- OntologyIRIShortFormProvider - Class in org.semanticweb.owlapi.util
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 23-Jan-2008
- OntologyIRIShortFormProvider() - Constructor for class org.semanticweb.owlapi.util.OntologyIRIShortFormProvider
-
- OntologyVersionIRINotAbsolute - Class in org.semanticweb.owlapi.profiles
-
Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 03-Aug-2009
- OntologyVersionIRINotAbsolute(OWLOntology) - Constructor for class org.semanticweb.owlapi.profiles.OntologyVersionIRINotAbsolute
-
- org.semanticweb.owlapi.change - package org.semanticweb.owlapi.change
-
- org.semanticweb.owlapi.io - package org.semanticweb.owlapi.io
-
- org.semanticweb.owlapi.model - package org.semanticweb.owlapi.model
-
- org.semanticweb.owlapi.profiles - package org.semanticweb.owlapi.profiles
-
- org.semanticweb.owlapi.reasoner - package org.semanticweb.owlapi.reasoner
-
- org.semanticweb.owlapi.reasoner.knowledgeexploration - package org.semanticweb.owlapi.reasoner.knowledgeexploration
-
- org.semanticweb.owlapi.util - package org.semanticweb.owlapi.util
-
- org.semanticweb.owlapi.vocab - package org.semanticweb.owlapi.vocab
-
- OWL2Datatype - Enum in org.semanticweb.owlapi.vocab
-
Author: Matthew Horridge
The University Of Manchester
Information Management Group
Date:
11-Nov-2008
An enumeration of the datatypes in the OWL 2 specification.
- OWL2Datatype.Category - Enum in org.semanticweb.owlapi.vocab
-
- OWL2Datatype.WhiteSpaceNormalisation - Enum in org.semanticweb.owlapi.vocab
-
- OWL2DLProfile - Class in org.semanticweb.owlapi.profiles
-
Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 02-Aug-2009
- OWL2DLProfile() - Constructor for class org.semanticweb.owlapi.profiles.OWL2DLProfile
-
- OWL2DLProfileViolation - Interface in org.semanticweb.owlapi.profiles
-
Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 03-Aug-2009
- OWL2DLProfileViolationVisitor - Interface in org.semanticweb.owlapi.profiles
-
Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 03-Aug-2009
- OWL2ELProfile - Class in org.semanticweb.owlapi.profiles
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 16-Apr-2008
- OWL2ELProfile() - Constructor for class org.semanticweb.owlapi.profiles.OWL2ELProfile
-
- OWL2ELProfile.OWL2ELProfileObjectVisitor - Class in org.semanticweb.owlapi.profiles
-
- OWL2ELProfile.OWL2ELProfileObjectVisitor(OWLOntologyWalker, OWLOntologyManager) - Constructor for class org.semanticweb.owlapi.profiles.OWL2ELProfile.OWL2ELProfileObjectVisitor
-
- OWL2ELProfileViolation - Interface in org.semanticweb.owlapi.profiles
-
Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 03-Aug-2009
- OWL2ELProfileViolationVisitor - Interface in org.semanticweb.owlapi.profiles
-
Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 03-Aug-2009
- OWL2Profile - Class in org.semanticweb.owlapi.profiles
-
Author: Matthew Horridge
The University Of Manchester
Information Management Group
Date: 21-Jun-2008
Checks to see if an ontology and its imports closure fall into the OWL 2 DL profile.
- OWL2Profile() - Constructor for class org.semanticweb.owlapi.profiles.OWL2Profile
-
- OWL2ProfileReport - Class in org.semanticweb.owlapi.profiles
-
Author: Matthew Horridge
The University Of Manchester
Information Management Group
Date:
30-Jul-2008
- OWL2ProfileReport(OWLProfile, Set<OWLProfileViolation>, Set<OWLObjectPropertyExpression>, Set<OWLObjectPropertyExpression>) - Constructor for class org.semanticweb.owlapi.profiles.OWL2ProfileReport
-
- OWL2ProfileViolation - Interface in org.semanticweb.owlapi.profiles
-
Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 03-Aug-2009
- OWL2ProfileViolationVisitor - Interface in org.semanticweb.owlapi.profiles
-
Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 03-Aug-2009
- OWL2QLProfile - Class in org.semanticweb.owlapi.profiles
-
Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 18-Jul-2009
- OWL2QLProfile() - Constructor for class org.semanticweb.owlapi.profiles.OWL2QLProfile
-
- OWL2QLProfileViolation - Interface in org.semanticweb.owlapi.profiles
-
Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 03-Aug-2009
- OWL2QLProfileViolationVisitor - Interface in org.semanticweb.owlapi.profiles
-
Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 03-Aug-2009
- OWL2RLProfile - Class in org.semanticweb.owlapi.profiles
-
Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 03-Aug-2009
- OWL2RLProfile() - Constructor for class org.semanticweb.owlapi.profiles.OWL2RLProfile
-
- OWL2RLProfileViolation - Interface in org.semanticweb.owlapi.profiles
-
Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 03-Aug-2009
- OWL2RLProfileViolationVisitor - Interface in org.semanticweb.owlapi.profiles
-
Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 03-Aug-2009
- OWL_PROCESSING_INSTRUCTION_NAME - Static variable in class org.semanticweb.owlapi.io.XMLUtils
-
- OWLAnnotation - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 18-Dec-2006
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
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 25-Nov-2006
Represents
AnnotationAssertion axioms
in the OWL 2 specification.
- OWLAnnotationAxiom - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 25-Oct-2006
A super interface for annotation axioms.
- OWLAnnotationAxiomVisitor - Interface in org.semanticweb.owlapi.model
-
- OWLAnnotationAxiomVisitorEx<O> - Interface in org.semanticweb.owlapi.model
-
- OWLAnnotationObject - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 15-Jan-2009
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
-
Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 13-Jan-2009
- OWLAnnotationPropertyDomainAxiom - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 13-Jan-2009
- OWLAnnotationPropertyRangeAxiom - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 13-Jan-2009
- OWLAnnotationSubject - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 13-Jan-2009
A marker interface for annotation subjects, which can either be IRIs or anonymous individuals, with visitor methods.
- OWLAnnotationSubjectVisitor - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 17-Jan-2010
- OWLAnnotationSubjectVisitorEx<E> - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 17-Jan-2010
- OWLAnnotationValue - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 13-Jan-2009
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
-
- OWLAnnotationValueVisitorEx<O> - Interface in org.semanticweb.owlapi.model
-
- OWLAnonymousClassExpression - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
The super interface for all class expressions which are not named
class expressions (i.e.
- OWLAnonymousIndividual - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
- OWLAsymmetricObjectPropertyAxiom - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
Represents
AsymmetricObjectProperty axioms in the OWL 2 specification.
- OWLAxiom - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
- OWLAxiomChange - Class in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 12-Dec-2006
- OWLAxiomChange(OWLOntology, OWLAxiom) - Constructor for class org.semanticweb.owlapi.model.OWLAxiomChange
-
- OWLAxiomFilter - Interface in org.semanticweb.owlapi.util
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 23-Apr-2007
- OWLAxiomSearchFilter<O extends OWLAxiom,K> - Interface in org.semanticweb.owlapi.util
-
- OWLAxiomTypeProcessor - Class in org.semanticweb.owlapi.util
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 27-Jul-2007
- OWLAxiomTypeProcessor() - Constructor for class org.semanticweb.owlapi.util.OWLAxiomTypeProcessor
-
- OWLAxiomVisitor - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 26-Oct-2006
- OWLAxiomVisitorAdapter - Class in org.semanticweb.owlapi.util
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 17-Nov-2006
- OWLAxiomVisitorAdapter() - Constructor for class org.semanticweb.owlapi.util.OWLAxiomVisitorAdapter
-
- OWLAxiomVisitorEx<O> - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 16-Apr-2008
- OWLBooleanClassExpression - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
- OWLCardinalityRestriction<R extends OWLPropertyRange,P extends OWLPropertyExpression<R,P>,F extends OWLPropertyRange> - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
- OWLClass - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
Represents a
Class in the OWL 2 specification.
- OWLClassAssertionAxiom - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
Represents
ClassAssertion axioms in the OWL 2 Specification.
- OWLClassAxiom - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
- OWLClassExpression - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group Date: 24-Oct-2006
Represents
Class Expressions in
the OWL 2 specification.
- OWLClassExpressionCollector - Class in org.semanticweb.owlapi.util
-
Author: Matthew Horridge
The University of Manchester
Bio-Health Informatics Group
Date: 14-Jun-2010
Collects all of the nested class expression that are used in some OWLObject.
- OWLClassExpressionCollector() - Constructor for class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- OWLClassExpressionVisitor - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 13-Nov-2006
- OWLClassExpressionVisitorAdapter - Class in org.semanticweb.owlapi.util
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 22-Nov-2006
- OWLClassExpressionVisitorAdapter() - Constructor for class org.semanticweb.owlapi.util.OWLClassExpressionVisitorAdapter
-
- OWLClassExpressionVisitorEx<O> - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 16-Apr-2008
- OWLClassExpressionVisitorExAdapter<O> - Class in org.semanticweb.owlapi.util
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 22-Nov-2006
- OWLClassExpressionVisitorExAdapter() - Constructor for class org.semanticweb.owlapi.util.OWLClassExpressionVisitorExAdapter
-
- OWLClassLiteralCollector - Class in org.semanticweb.owlapi.util
-
Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 23-Jul-2009
- OWLClassLiteralCollector(Set<OWLObject>) - Constructor for class org.semanticweb.owlapi.util.OWLClassLiteralCollector
-
- OWLClassLiteralCollector(Set<OWLObject>, boolean) - Constructor for class org.semanticweb.owlapi.util.OWLClassLiteralCollector
-
- OWLDataAllValuesFrom - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
- OWLDataCardinalityRestriction - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
- OWLDataComplementOf - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
- OWLDataExactCardinality - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
- OWLDataFactory - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group Date: 24-Oct-2006
An interface for creating entities, class expressions and axioms.
- OWLDataHasValue - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
- OWLDataIntersectionOf - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 15-Jan-2009
- OWLDataMaxCardinality - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
- OWLDataMinCardinality - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
- OWLDataOneOf - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
- OWLDataProperty - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
- OWLDataPropertyAssertionAxiom - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
Represents a
DataPropertyAssertion in the OWL 2 Specification.
- OWLDataPropertyAxiom - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 26-Oct-2006
A high level interface which marks data property axioms (e.g.
- OWLDataPropertyCharacteristicAxiom - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 26-Oct-2006
- OWLDataPropertyDomainAxiom - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
Represents a
DataPropertyDomain axiom in the OWL 2 Specification.
- OWLDataPropertyExpression - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
A high level interface to describe different types of data properties.
- OWLDataPropertyRangeAxiom - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
Represents a
DataPropertyRange axiom in the OWL 2 Specification.
- OWLDataRange - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
Represents a
DataRange in the OWL 2 Specification.
- OWLDataRangeVisitor - Interface in org.semanticweb.owlapi.model
-
- OWLDataRangeVisitorEx<O> - Interface in org.semanticweb.owlapi.model
-
- OWLDataSomeValuesFrom - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
Represents a
DataSomeValuesFrom restriction in the OWL 2 Specification.
- OWLDatatype - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
Represents a
Datatype (named data range) in the OWL 2 Specification.
- OWLDatatypeDefinitionAxiom - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 24-Mar-2009
Represents a
DatatypeDefinition axiom in the OWL 2 Specification.
- OWLDatatypeRestriction - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
Represents a
DatatypeRestriction data range in the OWL 2 Specification.
- OWLDataUnionOf - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 15-Jan-2009
Represents a
DataUnionOf data range in the OWL 2 Specification.
- OWLDataUtil - Class in org.semanticweb.owlapi.util
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 06-Jan-2007
A collection of utility methods for creating common data values and data ranges
- OWLDataUtil() - Constructor for class org.semanticweb.owlapi.util.OWLDataUtil
-
- OWLDataVisitor - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 13-Nov-2006
A visitor which can visit various data ranges and constants.
- OWLDataVisitorEx<O> - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 16-Apr-2008
- OWLDeclarationAxiom - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
Represents a
Declaration in the OWL 2 Specification.
- OWLDifferentIndividualsAxiom - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
Represents a
DifferentIndividuals axiom in the OWL 2 Specification.
- OWLDisjointClassesAxiom - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
Represents a
DisjointClasses axiom in the OWL 2 Specification.
- OWLDisjointDataPropertiesAxiom - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
Represents a
DisjointDataProperties axiom in the OWL 2 Specification.
- OWLDisjointObjectPropertiesAxiom - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
- OWLDisjointUnionAxiom - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
Represents a
DisjointUnion axiom in the OWL 2 Specification.
- OWLEntity - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
- OWLEntityCollectingOntologyChangeListener - Class in org.semanticweb.owlapi.util
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 26-Feb-2007
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
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 13-Nov-2006
A utility class that visits axioms, class expressions etc.
- OWLEntityCollector(Set<OWLEntity>, Collection<OWLAnonymousIndividual>) - Constructor for class org.semanticweb.owlapi.util.OWLEntityCollector
-
- OWLEntityCollector(Set<OWLEntity>) - Constructor for class org.semanticweb.owlapi.util.OWLEntityCollector
-
- OWLEntityCollector() - Constructor for class org.semanticweb.owlapi.util.OWLEntityCollector
-
Deprecated.
- OWLEntityComparator - Class in org.semanticweb.owlapi.util
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 15-Jun-2007
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
- 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
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 11-Dec-2006
A convenience object that generates the changes which are necessary to
remove an entity from a set of ontologies.
- OWLEntityRemover(OWLOntologyManager, Set<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
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 11-Dec-2006
Renames entities that have a particular IRI.
- OWLEntityRenamer(OWLOntologyManager, Set<OWLOntology>) - Constructor for class org.semanticweb.owlapi.util.OWLEntityRenamer
-
- OWLEntitySetProvider<E extends OWLEntity> - Interface in org.semanticweb.owlapi.util
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 18-Apr-2007
Provides a set of entities to inputs that require this.
- OWLEntityTinyURIConversionStrategy - Class in org.semanticweb.owlapi.util
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 25-Nov-2007
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
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 25-Nov-2007
Performs a bulk conversion/translation of entity URIs.
- OWLEntityURIConverter(OWLOntologyManager, Set<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
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 25-Nov-2007
An interface for customisation of entity URI conversions.
- OWLEntityURIUnderscores2CamelBackConverterStrategy - Class in org.semanticweb.owlapi.util
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 25-Nov-2007
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
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 13-Nov-2006
- OWLEntityVisitorAdapter - Class in org.semanticweb.owlapi.util
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 22-Nov-2006
- OWLEntityVisitorAdapter() - Constructor for class org.semanticweb.owlapi.util.OWLEntityVisitorAdapter
-
- OWLEntityVisitorEx<O> - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 16-Apr-2008
- OWLEntityVisitorExAdapter<O> - Class in org.semanticweb.owlapi.util
-
Author: Matthew Horridge
The University Of Manchester
Information Management Group
Date:
29-Jul-2008
Provides a default implementation of OWLObjectVisitorEx.
- OWLEntityVisitorExAdapter() - Constructor for class org.semanticweb.owlapi.util.OWLEntityVisitorExAdapter
-
- OWLEntityVisitorExAdapter(O) - Constructor for class org.semanticweb.owlapi.util.OWLEntityVisitorExAdapter
-
- OWLEquivalentClassesAxiom - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
Represents an
EquivalentClasses axiom in the OWL 2 Specification.
- OWLEquivalentDataPropertiesAxiom - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
Represents an
EquivalentDataProperties axiom in the OWL 2 Specification.
- OWLEquivalentObjectPropertiesAxiom - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
- OWLException - Exception in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
The root of checked exceptions in the OWL API.
- OWLException() - Constructor for exception org.semanticweb.owlapi.model.OWLException
-
- 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
-
- OWLFacet - Enum in org.semanticweb.owlapi.vocab
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
Represents the facets that can be used for restricting a datatype.
- OWLFacetRestriction - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 11-Jan-2007
A facet restriction is used to restrict a particular datatype.
- OWLFunctionalDataPropertyAxiom - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
Represents a
FunctionalDataProperty axiom in the OWL 2 Specification.
- OWLFunctionalObjectPropertyAxiom - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
- OWLFunctionalSyntaxOntologyFormat - Class in org.semanticweb.owlapi.io
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 02-Jan-2007
- OWLFunctionalSyntaxOntologyFormat() - Constructor for class org.semanticweb.owlapi.io.OWLFunctionalSyntaxOntologyFormat
-
- OWLHasKeyAxiom - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 15-Jan-2009
Represents a
HasKey axiom in the OWL 2 Specification.
- OWLHasValueRestriction<R extends OWLPropertyRange,P extends OWLPropertyExpression<R,P>,V extends OWLObject> - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
- OWLImportsDeclaration - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 25-Oct-2006
Represents an import statement in an ontology.
- OWLIndividual - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 25-Oct-2006
Represents a named or anonymous individual.
- OWLIndividualAxiom - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
- OWLIndividualVisitor - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 20-Mar-2009
- OWLIndividualVisitorEx<O> - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 20-Mar-2009
- OWLInverseFunctionalObjectPropertyAxiom - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
- OWLInverseObjectPropertiesAxiom - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 29-Nov-2006
Represents an
InverseObjectProperties axiom in the OWL 2 Specification.
- OWLIrreflexiveObjectPropertyAxiom - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
- OWLKnowledgeExplorerReasoner - Interface in org.semanticweb.owlapi.reasoner.knowledgeexploration
-
- OWLKnowledgeExplorerReasoner.RootNode - Interface in org.semanticweb.owlapi.reasoner.knowledgeexploration
-
- OWLLiteral - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
Represents a
Literal in the OWL 2 Specification.
- OWLLogicalAxiom - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 05-Dec-2006
A base interface of all axioms that affect the logical meaning of
an ontology.
- OWLLogicalAxiomVisitor - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 17-Jan-2009
- OWLLogicalAxiomVisitorEx<O> - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 17-Jan-2009
- OWLLogicalEntity - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 25-Nov-2009
An OWLLogicalEntity is an OWLEntity that is not an OWLAnnotationProperty.
- OWLMutableOntology - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 25-Oct-2006
- OWLNamedIndividual - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 15-Jan-2009
Represents a
Named Individual in the OWL 2 Specification.
- OWLNamedObject - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
Represents a named object for example, class, property,
ontology etc.
- OWLNamedObjectVisitor - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 16-Nov-2006
- OWLNamedObjectVisitorEx<O> - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 16-Apr-2008
- OWLNaryAxiom - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 05-Jan-2010
- OWLNaryBooleanClassExpression - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
- OWLNaryClassAxiom - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
- OWLNaryDataRange - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 15-Jan-2009
- OWLNaryIndividualAxiom - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
- OWLNaryPropertyAxiom<P extends OWLPropertyExpression<?,?>> - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
- OWLNegativeDataPropertyAssertionAxiom - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
Represents a
NegativeDataPropertyAssertion axiom in the OWL 2 Specification.
- OWLNegativeObjectPropertyAssertionAxiom - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
Represents a
NegativeObjectPropertyAssertion axiom in the OWL 2 Specification.
- OWLObject - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
- OWLObjectAllValuesFrom - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
Represents an
ObjectAllValuesFrom restriction in the OWL 2 Specification.
- OWLObjectCardinalityRestriction - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 25-Oct-2006
- OWLObjectComplementOf - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
Represents an
ObjectComplementOf class expression in the OWL 2 Specification.
- OWLObjectComponentCollector - Class in org.semanticweb.owlapi.util
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 04-Feb-2008
- OWLObjectComponentCollector() - Constructor for class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- OWLObjectDuplicator - Class in org.semanticweb.owlapi.util
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 11-Dec-2006
- OWLObjectDuplicator(OWLDataFactory) - Constructor for class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
Creates an object duplicator that duplicates objects using the specified
data factory.
- OWLObjectDuplicator(OWLDataFactory, 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(Map<OWLEntity, IRI>, OWLDataFactory) - 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
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
Represents an
ObjectExactCardinality restriction in the OWL 2 Specification.
- OWLObjectHasSelf - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
Represents an
ObjectHasSelf class expression in the OWL 2 Specification.
- OWLObjectHasValue - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
Represents an
ObjectHasValue class expression in the OWL 2 Specification.
- OWLObjectIntersectionOf - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 25-Oct-2006
Represents an
ObjectIntersectionOf class expression in the OWL 2 Specification.
- OWLObjectInverseOf - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
Represents a
ObjectInverseOf property expression in the OWL 2 Specification.
- OWLObjectMaxCardinality - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
Represents an
ObjectMaxCardinality restriction in the OWL 2 Specification.
- OWLObjectMinCardinality - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
Represents a
ObjectMinCardinality restriction in the OWL 2 Specification.
- OWLObjectOneOf - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
Represents an
ObjectOneOf class expression in the OWL 2 Specification.
- OWLObjectProperty - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
Represents an
Object Property in the OWL 2 Specification.
- OWLObjectPropertyAssertionAxiom - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
Represents an
ObjectPropertyAssertion axiom in the OWL 2 Specification.
- OWLObjectPropertyAxiom - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
- OWLObjectPropertyCharacteristicAxiom - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 26-Oct-2006
- OWLObjectPropertyDomainAxiom - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
- OWLObjectPropertyExpression - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group Date: 24-Oct-2006
- OWLObjectPropertyManager - Class in org.semanticweb.owlapi.util
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 25-Feb-2008
- OWLObjectPropertyManager(OWLOntologyManager, OWLOntology) - Constructor for class org.semanticweb.owlapi.util.OWLObjectPropertyManager
-
- OWLObjectPropertyRangeAxiom - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
- OWLObjectRenderer - Interface in org.semanticweb.owlapi.io
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 08-Oct-2007
A general purpose interface, implementations of which can be used
to renderer OWL objects (e.g.
- OWLObjectSomeValuesFrom - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
Represents an
ObjectSomeValuesFrom class expression in the OWL 2 Specification.
- OWLObjectTypeIndexProvider - Class in org.semanticweb.owlapi.util
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 09-Feb-2008
- OWLObjectTypeIndexProvider() - Constructor for class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- OWLObjectUnionOf - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
Represents an
ObjectUnionOf class expression in the OWL 2 Specification.
- OWLObjectVisitor - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 15-Nov-2006
- OWLObjectVisitorAdapter - Class in org.semanticweb.owlapi.util
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 22-Nov-2006
- OWLObjectVisitorAdapter() - Constructor for class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- OWLObjectVisitorEx<O> - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 16-Apr-2008
- OWLObjectVisitorExAdapter<O> - Class in org.semanticweb.owlapi.util
-
Author: Matthew Horridge
The University Of Manchester
Information Management Group
Date:
29-Jul-2008
Provides a default implementation of OWLObjectVisitorEx.
- OWLObjectVisitorExAdapter() - Constructor for class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- OWLObjectVisitorExAdapter(O) - Constructor for class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- OWLObjectWalker<O extends OWLObject> - Class in org.semanticweb.owlapi.util
-
Author: Matthew Horridge
The University Of Manchester
Information Management Group
Date:
29-Jul-2008
- OWLObjectWalker(Set<O>) - Constructor for class org.semanticweb.owlapi.util.OWLObjectWalker
-
- OWLObjectWalker(Set<O>, boolean) - Constructor for class org.semanticweb.owlapi.util.OWLObjectWalker
-
- OWLOntology - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group Date: 24-Oct-2006
- OWLOntologyAlreadyExistsException - Exception in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 18-Jan-2009
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, 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, 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, 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
- OWLOntologyChange - Class in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 25-Oct-2006
- OWLOntologyChange(OWLOntology) - Constructor for class org.semanticweb.owlapi.model.OWLOntologyChange
-
- OWLOntologyChangeBroadcastStrategy - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 20-Nov-2006
- OWLOntologyChangeData - Class in org.semanticweb.owlapi.change
-
Author: Matthew Horridge
Stanford University
Bio-Medical Informatics Research Group
Date: 27/04/2012
- OWLOntologyChangeData() - Constructor for class org.semanticweb.owlapi.change.OWLOntologyChangeData
-
Default constructor for serialization purposes.
- OWLOntologyChangeDataVisitor<R,E extends Exception> - Interface in org.semanticweb.owlapi.change
-
Author: Matthew Horridge
Stanford University
Bio-Medical Informatics Research Group
Date: 08/05/2012
- OWLOntologyChangeException - Exception in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 13-Apr-2007
A high level exception interface that describes errors that occurred when
applying changes to ontologies.
- OWLOntologyChangeException(OWLOntologyChange, String) - Constructor for exception org.semanticweb.owlapi.model.OWLOntologyChangeException
-
- OWLOntologyChangeException(OWLOntologyChange, String, Throwable) - Constructor for exception org.semanticweb.owlapi.model.OWLOntologyChangeException
-
- OWLOntologyChangeException(OWLOntologyChange, Throwable) - Constructor for exception org.semanticweb.owlapi.model.OWLOntologyChangeException
-
- OWLOntologyChangeFilter - Class in org.semanticweb.owlapi.util
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 17-Dec-2006
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.
- OWLOntologyChangeFilter() - Constructor for class org.semanticweb.owlapi.util.OWLOntologyChangeFilter
-
- OWLOntologyChangeListener - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 20-Nov-2006
- OWLOntologyChangeProgressListener - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 12-Mar-2009
- OWLOntologyChangeRecord - Class in org.semanticweb.owlapi.change
-
Author: Matthew Horridge
Stanford University
Bio-Medical Informatics Research Group
Date: 03/05/2012
- OWLOntologyChangeRecord(OWLOntologyID, OWLOntologyChangeData) - Constructor for class org.semanticweb.owlapi.change.OWLOntologyChangeRecord
-
- OWLOntologyChangesVetoedListener - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University of Manchester
Bio-Health Informatics Group
Date: 04-Jul-2010
- OWLOntologyChangeVetoException - Exception in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 13-Apr-2007
Describes a situation where a change was vetoed for some reason.
- OWLOntologyChangeVetoException(OWLOntologyChange, String) - Constructor for exception org.semanticweb.owlapi.model.OWLOntologyChangeVetoException
-
- OWLOntologyChangeVetoException(OWLOntologyChange, String, Throwable) - Constructor for exception org.semanticweb.owlapi.model.OWLOntologyChangeVetoException
-
- OWLOntologyChangeVetoException(OWLOntologyChange, Throwable) - Constructor for exception org.semanticweb.owlapi.model.OWLOntologyChangeVetoException
-
- OWLOntologyChangeVisitor - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 12-Dec-2006
- OWLOntologyChangeVisitorAdapter - Class in org.semanticweb.owlapi.util
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 12-Dec-2006
- OWLOntologyChangeVisitorAdapter() - Constructor for class org.semanticweb.owlapi.util.OWLOntologyChangeVisitorAdapter
-
- OWLOntologyChangeVisitorAdapterEx<O> - Class in org.semanticweb.owlapi.util
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 12-Dec-2006
- OWLOntologyChangeVisitorAdapterEx() - Constructor for class org.semanticweb.owlapi.util.OWLOntologyChangeVisitorAdapterEx
-
- OWLOntologyChangeVisitorEx<O> - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 12-Dec-2006
- OWLOntologyCreationException - Exception in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 13-Apr-2007
An exception which describes an error during the creation of
an ontology.
- OWLOntologyCreationException() - Constructor for exception org.semanticweb.owlapi.model.OWLOntologyCreationException
-
- 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
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 11-Apr-2008
Indicates an
IOException happened during ontology creation.
- OWLOntologyCreationIOException(IOException) - Constructor for exception org.semanticweb.owlapi.io.OWLOntologyCreationIOException
-
- OWLOntologyDocumentAlreadyExistsException - Exception in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 22-Dec-2009
- OWLOntologyDocumentAlreadyExistsException(IRI) - Constructor for exception org.semanticweb.owlapi.model.OWLOntologyDocumentAlreadyExistsException
-
- OWLOntologyDocumentSource - Interface in org.semanticweb.owlapi.io
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Apr-2007
A document source provides a point for loading an ontology.
- OWLOntologyDocumentTarget - Interface in org.semanticweb.owlapi.io
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 18-Nov-2007
Specifies an interface that provides a pointer to an ontology document where an ontology can be stored.
- OWLOntologyFactory - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 25-Oct-2006
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
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 13-Apr-2007
- OWLOntologyFactoryNotFoundException(IRI) - Constructor for exception org.semanticweb.owlapi.model.OWLOntologyFactoryNotFoundException
-
- OWLOntologyFormat - Class in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 02-Jan-2007
Represents the concrete representation format of
an ontology.
- OWLOntologyFormat() - Constructor for class org.semanticweb.owlapi.model.OWLOntologyFormat
-
- OWLOntologyID - Class in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 18-Jan-2009
An object that identifies an ontology.
- OWLOntologyID(IRI) - Constructor for class org.semanticweb.owlapi.model.OWLOntologyID
-
Constructs an ontology identifier specifying the ontology IRI
- OWLOntologyID(IRI, IRI) - Constructor for class org.semanticweb.owlapi.model.OWLOntologyID
-
Constructs an ontology identifier specifiying the ontology IRI and version IRI
- 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.
- OWLOntologyImportsClosureSetProvider - Class in org.semanticweb.owlapi.util
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 27-Apr-2007
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
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 17-Nov-2007
- OWLOntologyInputSourceException() - Constructor for exception org.semanticweb.owlapi.io.OWLOntologyInputSourceException
-
- OWLOntologyInputSourceException(Throwable) - Constructor for exception org.semanticweb.owlapi.io.OWLOntologyInputSourceException
-
- OWLOntologyInputSourceException(String) - Constructor for exception org.semanticweb.owlapi.io.OWLOntologyInputSourceException
-
- OWLOntologyInputSourceException(String, Throwable) - Constructor for exception org.semanticweb.owlapi.io.OWLOntologyInputSourceException
-
- OWLOntologyIRIMapper - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 25-Oct-2006
The interface to an object that is capable of mapping
ontology IRIs to
document IRIs.
- OWLOntologyIRIMappingNotFoundException - Exception in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 13-Apr-2007
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
-
Author: Matthew Horridge
The University of Manchester
Bio-Health Informatics Group
Date: 15/12/2010
- OWLOntologyLoaderConfiguration() - Constructor for class org.semanticweb.owlapi.model.OWLOntologyLoaderConfiguration
-
- OWLOntologyLoaderConfiguration.MissingOntologyHeaderStrategy - Enum in org.semanticweb.owlapi.model
-
strategies to cope with missing headers
- OWLOntologyLoaderListener - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 14-Apr-2008
- OWLOntologyLoaderListener.LoadingEvent - Class in org.semanticweb.owlapi.model
-
- OWLOntologyLoaderListener.LoadingEvent(OWLOntologyID, IRI, boolean) - Constructor for class org.semanticweb.owlapi.model.OWLOntologyLoaderListener.LoadingEvent
-
- OWLOntologyLoaderListener.LoadingFinishedEvent - Class in org.semanticweb.owlapi.model
-
Describes the situation when the loading process for an ontology has
finished.
- OWLOntologyLoaderListener.LoadingFinishedEvent(OWLOntologyID, IRI, boolean, OWLOntologyCreationException) - Constructor for class org.semanticweb.owlapi.model.OWLOntologyLoaderListener.LoadingFinishedEvent
-
- OWLOntologyLoaderListener.LoadingStartedEvent - Class in org.semanticweb.owlapi.model
-
- OWLOntologyLoaderListener.LoadingStartedEvent(OWLOntologyID, IRI, boolean) - Constructor for class org.semanticweb.owlapi.model.OWLOntologyLoaderListener.LoadingStartedEvent
-
- OWLOntologyLoaderMetaData - Interface in org.semanticweb.owlapi.io
-
Author: Matthew Horridge
The University of Manchester
Bio-Health Informatics Group
Date: 21/12/2010
- OWLOntologyManager - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group Date: 24-Oct-2006
- OWLOntologyManagerFactory - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 16-Mar-2007
- OWLOntologyManagerProperties - Class in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 10-Apr-2008
- OWLOntologyManagerProperties() - Constructor for class org.semanticweb.owlapi.model.OWLOntologyManagerProperties
-
- OWLOntologyMerger - Class in org.semanticweb.owlapi.util
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date:
29-Apr-2007
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
-
- OWLOntologyRenameException - Exception in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 22-Dec-2009
- OWLOntologyRenameException(OWLOntologyChange, OWLOntologyID) - Constructor for exception org.semanticweb.owlapi.model.OWLOntologyRenameException
-
- OWLOntologyResourceAccessException - Exception in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 13-Apr-2007
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
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 18-Apr-2007
Inputs to algorithms etc.
- OWLOntologySingletonSetProvider - Class in org.semanticweb.owlapi.util
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 27-Apr-2007
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
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 13-Apr-2007
- 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
-
Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 17-Dec-2009
- OWLOntologyStorageIOException(IOException) - Constructor for exception org.semanticweb.owlapi.io.OWLOntologyStorageIOException
-
- OWLOntologyStorer - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 02-Jan-2007
An ontology storer stores an ontology in a particular format at a location
specified by a particular URI.
- OWLOntologyStorerNotFoundException - Exception in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 13-Apr-2007
- OWLOntologyStorerNotFoundException(OWLOntologyFormat) - Constructor for exception org.semanticweb.owlapi.model.OWLOntologyStorerNotFoundException
-
- OWLOntologyURIChanger - Class in org.semanticweb.owlapi.util
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 25-May-2007
Changes the URI of an ontology and ensures that ontologies which import
the ontology have their imports statements updated
- OWLOntologyURIChanger(OWLOntologyManager) - Constructor for class org.semanticweb.owlapi.util.OWLOntologyURIChanger
-
- OWLOntologyWalker - Class in org.semanticweb.owlapi.util
-
Author: Matthew Horridge
The University Of Manchester
Information Management Group
Date:
29-Jul-2008
- OWLOntologyWalker(Set<OWLOntology>) - Constructor for class org.semanticweb.owlapi.util.OWLOntologyWalker
-
- OWLOntologyWalkerVisitor<E> - Class in org.semanticweb.owlapi.util
-
Author: Matthew Horridge
The University Of Manchester
Information Management Group
Date:
30-Jul-2008
- OWLOntologyWalkerVisitor(OWLOntologyWalker) - Constructor for class org.semanticweb.owlapi.util.OWLOntologyWalkerVisitor
-
- OWLParser - Interface in org.semanticweb.owlapi.io
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 14-Nov-2006
- OWLParserException - Exception in org.semanticweb.owlapi.io
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 13-Apr-2007
Indicates that a parse error happened when trying to parse an ontology.
- OWLParserException() - Constructor for exception org.semanticweb.owlapi.io.OWLParserException
-
- OWLParserException(String) - Constructor for exception org.semanticweb.owlapi.io.OWLParserException
-
- OWLParserException(String, Throwable) - Constructor for exception org.semanticweb.owlapi.io.OWLParserException
-
- OWLParserException(Throwable) - Constructor for exception org.semanticweb.owlapi.io.OWLParserException
-
- OWLParserException(String, int, int) - Constructor for exception org.semanticweb.owlapi.io.OWLParserException
-
- OWLParserException(Throwable, int, int) - Constructor for exception org.semanticweb.owlapi.io.OWLParserException
-
- OWLParserException(String, Throwable, int, int) - Constructor for exception org.semanticweb.owlapi.io.OWLParserException
-
- OWLParserFactory - Interface in org.semanticweb.owlapi.io
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 15-Nov-2006
An object that can create an OWLParser.
- OWLParserFactoryRegistry - Class in org.semanticweb.owlapi.io
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 15-Nov-2006
The
OWLParserFactoryRegistry provides a central point for
the registration of parser factories that create parsers to parse OWL
ontologies.
- OWLParserIOException - Exception in org.semanticweb.owlapi.io
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 13-Apr-2007
Describes a parse exception which was caused by an IOException
- OWLParserIOException(IOException) - Constructor for exception org.semanticweb.owlapi.io.OWLParserIOException
-
- OWLParserSAXException - Exception in org.semanticweb.owlapi.io
-
Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 07-Dec-2009
- OWLParserSAXException(SAXException) - Constructor for exception org.semanticweb.owlapi.io.OWLParserSAXException
-
- OWLParserURISyntaxException - Exception in org.semanticweb.owlapi.io
-
Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 07-Dec-2009
- OWLParserURISyntaxException(URISyntaxException, int, int) - Constructor for exception org.semanticweb.owlapi.io.OWLParserURISyntaxException
-
- OWLProfile - Interface in org.semanticweb.owlapi.profiles
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 16-Apr-2008
- OWLProfileReport - Class in org.semanticweb.owlapi.profiles
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 16-Apr-2008
- OWLProfileReport(OWLProfile, Set<OWLProfileViolation>) - Constructor for class org.semanticweb.owlapi.profiles.OWLProfileReport
-
- OWLProfileViolation - Class in org.semanticweb.owlapi.profiles
-
Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 03-Aug-2009
Describes a violation of an OWLProfile by an axiom.
- OWLProfileViolation(OWLOntology, OWLAxiom) - Constructor for class org.semanticweb.owlapi.profiles.OWLProfileViolation
-
- OWLProperty<R extends OWLPropertyRange,P extends OWLPropertyExpression<R,P>> - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 23-Jan-2007
A marker interface for properties that aren't expression i.e.
- OWLPropertyAssertionAxiom<P extends OWLPropertyExpression<?,?>,O extends OWLPropertyAssertionObject> - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
Represents an
Assertion in the OWL 2
specification.
- OWLPropertyAssertionObject - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 18-Mar-2009
- OWLPropertyAxiom - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
The base interface for property axioms.
- OWLPropertyDomainAxiom<P extends OWLPropertyExpression<?,?>> - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
Represents
ObjectPropertyDomain axioms in the OWL 2 specification.
- OWLPropertyExpression<R extends OWLPropertyRange,P extends OWLPropertyExpression<R,P>> - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
Represents a property or possibly the inverse of a property.
- OWLPropertyExpressionVisitor - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 13-Nov-2006
- OWLPropertyExpressionVisitorEx<O> - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 16-Apr-2008
- OWLPropertyRange - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
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
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
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<R extends OWLPropertyRange,P extends OWLPropertyExpression<R,P>,F extends OWLPropertyRange> - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 25-Oct-2006
- OWLRDFVocabulary - Enum in org.semanticweb.owlapi.vocab
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 26-Oct-2006
- OWLReasoner - Interface in org.semanticweb.owlapi.reasoner
-
Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 21-Jan-2009
- OWLReasonerConfiguration - Interface in org.semanticweb.owlapi.reasoner
-
Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 21-Jan-2009
- OWLReasonerFactory - Interface in org.semanticweb.owlapi.reasoner
-
Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 21-Jan-2009
- OWLReasonerRuntimeException - Exception in org.semanticweb.owlapi.reasoner
-
Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 21-Jan-2009
- OWLReasonerRuntimeException() - Constructor for exception org.semanticweb.owlapi.reasoner.OWLReasonerRuntimeException
-
- OWLReasonerRuntimeException(Throwable) - Constructor for exception org.semanticweb.owlapi.reasoner.OWLReasonerRuntimeException
-
- OWLReasonerRuntimeException(String) - Constructor for exception org.semanticweb.owlapi.reasoner.OWLReasonerRuntimeException
-
- OWLReasonerRuntimeException(String, Throwable) - Constructor for exception org.semanticweb.owlapi.reasoner.OWLReasonerRuntimeException
-
- OWLReflexiveObjectPropertyAxiom - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
Represents
ReflexiveObjectProperty axioms in the OWL 2 specification.
- OWLRenderer - Interface in org.semanticweb.owlapi.io
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 14-Nov-2006
- OWLRendererException - Exception in org.semanticweb.owlapi.io
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 13-Apr-2007
- 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
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 13-Apr-2007
- OWLRendererIOException(IOException) - Constructor for exception org.semanticweb.owlapi.io.OWLRendererIOException
-
- OWLRestriction<R extends OWLPropertyRange,P extends OWLPropertyExpression<R,P>,F> - Interface in org.semanticweb.owlapi.model
-
- OWLRuntimeException - Exception in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 13-Apr-2007
The root of runtime exceptions in the OWL API.
- OWLRuntimeException() - Constructor for exception org.semanticweb.owlapi.model.OWLRuntimeException
-
- 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
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
Represents an
SameIndividual axiom in the OWL 2 Specification.
- OWLSubAnnotationPropertyOfAxiom - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 13-Jan-2009
Represents an
SubAnnotationPropertyOf axiom in the OWL 2 Specification.
- OWLSubClassOfAxiom - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
Represents an
SubClassOf axiom in the OWL 2 Specification.
- OWLSubClassOfAxiomSetShortCut - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 12-Jan-2010
- OWLSubClassOfAxiomShortCut - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 12-Jan-2010
- OWLSubDataPropertyOfAxiom - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
Represents an
SubDataPropertyOf axiom in the OWL 2 Specification.
- OWLSubObjectPropertyOfAxiom - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
- OWLSubPropertyAxiom<P extends OWLPropertyExpression<?,?>> - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
- OWLSubPropertyChainOfAxiom - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 22-Nov-2006
Represents a
SubObjectPropertyOf axiom in the OWL 2 Specification where the subproperty is
a chain of properties.
- OWLSymmetricObjectPropertyAxiom - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
- OWLTransitiveObjectPropertyAxiom - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
Represents a
TransitiveObjectProperty axiom in the OWL 2 Specification.
- OWLUnaryPropertyAxiom<P extends OWLPropertyExpression<?,?>> - Interface in org.semanticweb.owlapi.model
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 25-Oct-2006
- OWLXMLOntologyFormat - Class in org.semanticweb.owlapi.io
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 02-Jan-2007
- OWLXMLOntologyFormat() - Constructor for class org.semanticweb.owlapi.io.OWLXMLOntologyFormat
-
- OWLXMLVocabulary - Enum in org.semanticweb.owlapi.vocab
-
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 12-Dec-2006