- 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
-
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
-
ClassAssertion
- ClassExpressionNotInProfileException - Exception in org.semanticweb.owlapi.reasoner
-
- ClassExpressionNotInProfileException(OWLClassExpression, OWLProfile) - Constructor for exception org.semanticweb.owlapi.reasoner.ClassExpressionNotInProfileException
-
- ClassExpressionType - Enum in org.semanticweb.owlapi.model
-
Represents the different types of OWL 2 class expressions.
- CLASSIFYING - Static variable in interface org.semanticweb.owlapi.reasoner.ReasonerProgressMonitor
-
A standard name for the task of computing the class hierarchy.
- CLASSIFYING_AND_REALIZING - Static variable in interface org.semanticweb.owlapi.reasoner.ReasonerProgressMonitor
-
A standard name for the task of classifying and realising at the same
time.
- 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 map
- 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
-
- 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.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.
- CommonBaseIRIMapper - Class in org.semanticweb.owlapi.util
-
An ontology IRI mapper that can be used to map ontology IRIs to ontology
document IRIs which share the same base.
- CommonBaseIRIMapper(IRI) - Constructor for class org.semanticweb.owlapi.util.CommonBaseIRIMapper
-
Creates a mapper, which maps ontology URIs to URIs which share the
specified base.
- 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(NodeID) - Method in class org.semanticweb.owlapi.model.NodeID
-
- compareTo(OWLOntologyID) - Method in class org.semanticweb.owlapi.model.OWLOntologyID
-
- ConditionalCopySet(Collection<T>, boolean) - Constructor for class org.semanticweb.owlapi.util.CollectionFactory.ConditionalCopySet
-
- 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
-
- ConsoleProgressMonitor() - Constructor for class org.semanticweb.owlapi.reasoner.ConsoleProgressMonitor
-
- contains(OWLOntologyID) - Method in interface org.semanticweb.owlapi.model.HasContainsOntology
-
Determines if this object contains an ontology that has the specified
OWLOntologyID.
- 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.HasContainsAxiom
-
Determines whether or not this object contains a particular
OWLAxiom.
- 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.HasContainsEntityInSignature
-
Determines if the signature of this object contains the specified entity.
- containsEntityInSignature(OWLEntity) - Method in class org.semanticweb.owlapi.model.IRI
-
- 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
-
- 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.HasAnnotations
-
Gets the annotations on this object.
- 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 interface org.semanticweb.owlapi.model.HasAnonymousIndividuals
-
Gets the anonymous individuals occurring in this object.
- 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
-
- 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.HasAxioms
-
Gets the
OWLAxioms contained in this object.
- getAxioms(AxiomType<T>) - Method in interface org.semanticweb.owlapi.model.HasAxiomsByType
-
Gets the axioms which are of the specified type.
- 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.HasCardinality
-
Gets the cardinality.
- 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
-
- 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
-
- 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 interface org.semanticweb.owlapi.model.HasClassesInSignature
-
Gets the classes in the signature of this object.
- 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 interface org.semanticweb.owlapi.model.HasDataPropertiesInSignature
-
A convenience method that obtains the data properties that are in the
signature of this object
- 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
-
- getDatatype(OWLDataFactory) - Method in enum org.semanticweb.owlapi.vocab.OWL2Datatype
-
Gets the equivalent OWLDatatype from the given factory.
- 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 IRIs.
- getDatatypeRestriction() - Method in class org.semanticweb.owlapi.profiles.UseOfIllegalFacetRestriction
-
- getDatatypesInSignature() - Method in interface org.semanticweb.owlapi.model.HasDatatypesInSignature
-
A convenience method that obtains the datatypes that are in the signature
of this object
- 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.HasDirectImports
-
Gets the direct set of imported ontologies.
- 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.GZipFileDocumentSource
-
- getDocumentIRI() - Method in class org.semanticweb.owlapi.io.GZipFileDocumentTarget
-
- getDocumentIRI() - Method in class org.semanticweb.owlapi.io.GZipStreamDocumentSource
-
- getDocumentIRI() - Method in class org.semanticweb.owlapi.io.GZipStreamDocumentTarget
-
- 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.HasDomain
-
Gets the domain.
- 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
-
- 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.HasGetEntitiesInSignature
-
- 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.HasFiller
-
- 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.
For example, if this ontology imports ontology B, and ontology B imports
ontology C, then this method will return the set consisting of ontology B
and ontology C.
- getImports(OWLOntology) - Method in interface org.semanticweb.owlapi.model.OWLOntologyManager
-
Gets the set of ontologies that are in the transitive closure of the
directly imports relation.
- getImportsClosure() - Method in interface org.semanticweb.owlapi.model.HasImportsClosure
-
Gets the imports closure
- 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 interface org.semanticweb.owlapi.model.HasIndividualsInSignature
-
A convenience method that obtains the individuals that are in the
signature of this object
- 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.GZipFileDocumentSource
-
- getInputStream() - Method in class org.semanticweb.owlapi.io.GZipStreamDocumentSource
-
- 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 enum org.semanticweb.owlapi.model.ClassExpressionType
-
- getIRI() - Method in enum org.semanticweb.owlapi.model.DataRangeType
-
- getIRI() - Method in class org.semanticweb.owlapi.model.EntityType
-
- getIRI() - Method in interface org.semanticweb.owlapi.model.HasIRI
-
Gets the IRI of this object
- getIRI() - Method in interface org.semanticweb.owlapi.model.OWLImportsDeclaration
-
Gets the import IRI
- getIRI() - Method in 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() - Method in class org.semanticweb.owlapi.profiles.OWL2DLProfile
-
- getIRI() - Method in class org.semanticweb.owlapi.profiles.OWL2ELProfile
-
- getIRI() - Method in class org.semanticweb.owlapi.profiles.OWL2Profile
-
- getIRI() - Method in class org.semanticweb.owlapi.profiles.OWL2QLProfile
-
- getIRI() - Method in class org.semanticweb.owlapi.profiles.OWL2RLProfile
-
- getIRI() - Method in interface org.semanticweb.owlapi.profiles.OWLProfile
-
The IRI that uniquely identifies this profile.
- 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.HasLang
-
Gets the language tag.
- 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.HasLogicalAxioms
-
- 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 cause.
- 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.GZipFileDocumentSource
-
- getNextDocumentIRI() - Static method in class org.semanticweb.owlapi.io.GZipStreamDocumentSource
-
- 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.HasObject
-
Gets the object.
- getObject() - Method in interface org.semanticweb.owlapi.model.OWLPropertyAssertionAxiom
-
Gets the object of this assertion.
- getObjectComplementOf() - Method in interface org.semanticweb.owlapi.model.OWLClassExpression
-
Gets the object complement of this class expression.
- getObjectLabel(OWLKnowledgeExplorerReasoner.RootNode, boolean) - Method in interface org.semanticweb.owlapi.reasoner.knowledgeexploration.OWLKnowledgeExplorerReasoner
-
- getObjectNeighbours(OWLKnowledgeExplorerReasoner.RootNode, boolean) - Method in interface org.semanticweb.owlapi.reasoner.knowledgeexploration.OWLKnowledgeExplorerReasoner
-
- getObjectNeighbours(OWLKnowledgeExplorerReasoner.RootNode, OWLObjectProperty) - Method in interface org.semanticweb.owlapi.reasoner.knowledgeexploration.OWLKnowledgeExplorerReasoner
-
- getObjectProperties(OWLDataFactory) - Static method in enum org.semanticweb.owlapi.vocab.SKOSVocabulary
-
- getObjectPropertiesInSignature() - Method in interface org.semanticweb.owlapi.model.HasObjectPropertiesInSignature
-
A convenience method that obtains the object properties that are in the
signature of this object
- getObjectPropertiesInSignature() - 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.HasGetOntologies
-
Gets the (possibly empty) set of
OWLOntology objects contained within
this object.
- 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 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(OWLOntologyID) - Method in interface org.semanticweb.owlapi.model.HasGetOntologyById
-
Get the ontology with the specified Id.
- 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.HasOntologyID
-
- 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 class org.semanticweb.owlapi.io.GZipFileDocumentTarget
-
- getOutputStream() - Method in class org.semanticweb.owlapi.io.GZipStreamDocumentTarget
-
- getOutputStream() - Method in interface org.semanticweb.owlapi.io.OWLOntologyDocumentTarget
-
Gets an
OutputStream that can be used to write an
ontology to an ontology document.
- getOutputStream() - Method in class org.semanticweb.owlapi.io.StreamDocumentTarget
-
- getOutputStream() - Method in class org.semanticweb.owlapi.io.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.OWLAnnotationPropertyProvider
-
- 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.OWLAnonymousIndividualByIdProvider
-
- getOWLAnonymousIndividual() - Method in interface org.semanticweb.owlapi.model.OWLAnonymousIndividualProvider
-
- 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.OWLClassProvider
-
Gets an instance of
OWLClass that has the specified
IRI.
- 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.HasDataFactory
-
- 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(IRI) - Method in interface org.semanticweb.owlapi.model.OWLDataPropertyProvider
-
- 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.
- getOWLDatatype(IRI) - Method in interface org.semanticweb.owlapi.model.OWLDatatypeProvider
-
Gets an instance of
OWLDatatype that has the specified
IRI.
- 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
-
- getOWLEntity(EntityType<E>, IRI) - Method in interface org.semanticweb.owlapi.model.OWLEntityByTypeProvider
-
Gets an entity that has the specified IRI and 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(IRI) - Method in interface org.semanticweb.owlapi.model.OWLNamedIndividualProvider
-
- 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(IRI) - Method in interface org.semanticweb.owlapi.model.OWLObjectPropertyProvider
-
- 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
-
- 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 the allowed
lexical values of a datatype.
- getPatternString() - Method in enum org.semanticweb.owlapi.vocab.OWL2Datatype
-
Gets the Pattern string that specifies the regular expression for the
allowed lexical values of a datatype.
- getPendingAxiomAdditions() - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
-
Gets the axioms that as a result of ontology changes need to be added to
the reasoner to synchronise it with the root ontology imports closure.
- getPendingAxiomRemovals() - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
-
Gets the axioms that as a result of ontology changes need to removed to
the reasoner to synchronise it with the root ontology imports closure.
- getPendingChanges() - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
-
Gets the pending changes which need to be taken into consideration by the
reasoner so that it is up to date with the root ontology imports closure.
- getPluralPrintName() - Method in class org.semanticweb.owlapi.model.EntityType
-
- getPluralPrintName() - Method in enum org.semanticweb.owlapi.model.PrimitiveType
-
- getPositiveLiterals() - Method in class org.semanticweb.owlapi.util.OWLClassLiteralCollector
-
- getPrecomputableInferenceTypes() - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
-
Returns the set of
InferenceTypes
that are precomputable by reasoner.
- getPredicate() - Method in class org.semanticweb.owlapi.io.RDFTriple
-
- getPredicate() - Method in interface org.semanticweb.owlapi.model.SWRLAtom
-
Gets the predicate of this atom.
- getPredicate() - Method in interface org.semanticweb.owlapi.model.SWRLBuiltInAtom
-
- getPredicate() - Method in interface org.semanticweb.owlapi.model.SWRLClassAtom
-
- getPredicate() - Method in interface org.semanticweb.owlapi.model.SWRLDataPropertyAtom
-
- getPredicate() - Method in interface org.semanticweb.owlapi.model.SWRLDataRangeAtom
-
- getPredicate() - Method in interface org.semanticweb.owlapi.model.SWRLObjectPropertyAtom
-
- 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
-
- getPrefixedName() - Method in enum org.semanticweb.owlapi.model.ClassExpressionType
-
- getPrefixedName() - Method in enum org.semanticweb.owlapi.model.DataRangeType
-
- getPrefixedName() - Method in class org.semanticweb.owlapi.model.EntityType
-
- getPrefixedName() - Method in interface org.semanticweb.owlapi.model.HasPrefixedName
-
Gets the prefixed name.
- getPrefixedName() - Method in enum org.semanticweb.owlapi.vocab.DublinCoreVocabulary
-
- getPrefixedName() - Method in enum org.semanticweb.owlapi.vocab.OWL2Datatype
-
- getPrefixedName() - Method in enum org.semanticweb.owlapi.vocab.OWLFacet
-
- getPrefixedName() - Method in enum org.semanticweb.owlapi.vocab.OWLRDFVocabulary
-
- getPrefixedName() - Method in enum org.semanticweb.owlapi.vocab.OWLXMLVocabulary
-
- getPrefixedName() - Method in enum org.semanticweb.owlapi.vocab.SKOSVocabulary
-
- getPrefixedName() - Method in enum org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
-
- getPrefixedName() - Method in enum org.semanticweb.owlapi.vocab.SWRLVocabulary
-
- getPrefixedName() - Method in enum org.semanticweb.owlapi.vocab.XSDVocabulary
-
- 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() - Method in enum org.semanticweb.owlapi.vocab.Namespaces
-
- getPrefixIRI(IRI) - Method in class org.semanticweb.owlapi.vocab.PrefixOWLOntologyFormat
-
- getPrefixName() - Method in enum org.semanticweb.owlapi.vocab.Namespaces
-
- 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
-
- getPrintName() - Method in enum org.semanticweb.owlapi.model.PrimitiveType
-
- 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.HasProperty
-
Gets the property.
- getProperty() - Method in interface org.semanticweb.owlapi.model.OWLAnnotation
-
Gets the property that this annotation acts along
- getProperty() - Method in interface org.semanticweb.owlapi.model.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.HasRange
-
Gets the range.
- 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.GZipFileDocumentSource
-
- getReader() - Method in class org.semanticweb.owlapi.io.GZipStreamDocumentSource
-
- 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() - Method in enum org.semanticweb.owlapi.model.ClassExpressionType
-
- getShortForm() - Method in enum org.semanticweb.owlapi.model.DataRangeType
-
- getShortForm() - Method in class org.semanticweb.owlapi.model.EntityType
-
- getShortForm() - Method in interface org.semanticweb.owlapi.model.HasShortForm
-
Gets the short form.
- getShortForm() - Method in enum org.semanticweb.owlapi.model.PrimitiveType
-
- 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
-
- getShortForm() - Method in enum org.semanticweb.owlapi.vocab.DublinCoreVocabulary
-
Gets the short form for this vocabulary element.
- getShortForm() - Method in enum org.semanticweb.owlapi.vocab.OWL2Datatype
-
Gets the short form for this vocabulary element.
- getShortForm() - Method in enum org.semanticweb.owlapi.vocab.OWLFacet
-
Gets the short form for this vocabulary element.
- getShortForm() - Method in enum org.semanticweb.owlapi.vocab.OWLRDFVocabulary
-
Gets the short form for this vocabulary element.
- getShortForm() - Method in enum org.semanticweb.owlapi.vocab.OWLXMLVocabulary
-
Gets the short form for this vocabulary element.
- getShortForm() - Method in enum org.semanticweb.owlapi.vocab.SKOSVocabulary
-
Gets the short form for this vocabulary element.
- getShortForm() - Method in enum org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
-
Gets the short form for this vocabulary element.
- getShortForm() - Method in enum org.semanticweb.owlapi.vocab.SWRLVocabulary
-
Gets the short form for this vocabulary element.
- getShortForm() - Method in enum org.semanticweb.owlapi.vocab.XSDVocabulary
-
Gets the short form for this vocabulary element.
- 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
-
- 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.change.AxiomChangeData
-
- getSignature() - Method in class org.semanticweb.owlapi.change.ImportChangeData
-
- getSignature() - Method in class org.semanticweb.owlapi.change.OntologyAnnotationChangeData
-
- getSignature() - Method in class org.semanticweb.owlapi.change.OWLOntologyChangeData
-
Gets the (possibly empty) signature of this change data.
- getSignature() - Method in class org.semanticweb.owlapi.change.SetOntologyIDData
-
- getSignature() - Method in class org.semanticweb.owlapi.model.AnnotationChange
-
- getSignature() - Method in interface org.semanticweb.owlapi.model.HasSignature
-
Gets the signature of this object.
- 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
-
- 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.HasSubject
-
Gets the subject of this object.
- 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
-
- getURI() - Method in enum org.semanticweb.owlapi.vocab.OWLRDFVocabulary
-
- getURI() - Method in enum org.semanticweb.owlapi.vocab.OWLXMLVocabulary
-
- 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 class org.semanticweb.owlapi.io.GZipFileDocumentTarget
-
- getWriter() - Method in class org.semanticweb.owlapi.io.GZipStreamDocumentTarget
-
- 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
-
> shortcut
- GZipFileDocumentSource - Class in org.semanticweb.owlapi.io
-
An ontology document source which can read from a GZIP File.
- GZipFileDocumentSource(File) - Constructor for class org.semanticweb.owlapi.io.GZipFileDocumentSource
-
Constructs an input source which will read an ontology from a
representation from the specified file.
- GZipFileDocumentSource(File, IRI) - Constructor for class org.semanticweb.owlapi.io.GZipFileDocumentSource
-
Constructs an input source which will read an ontology from a
representation from the specified file.
- GZipFileDocumentTarget - Class in org.semanticweb.owlapi.io
-
An ontology document target which can write to a GZIP File.
- GZipFileDocumentTarget(File) - Constructor for class org.semanticweb.owlapi.io.GZipFileDocumentTarget
-
- GZipStreamDocumentSource - Class in org.semanticweb.owlapi.io
-
An ontology document source which can read from a GZIP stream.
- GZipStreamDocumentSource(InputStream) - Constructor for class org.semanticweb.owlapi.io.GZipStreamDocumentSource
-
Constructs an input source which will read an ontology from a
representation from the specified file.
- GZipStreamDocumentSource(InputStream, IRI) - Constructor for class org.semanticweb.owlapi.io.GZipStreamDocumentSource
-
Constructs an input source which will read an ontology from a
representation from the specified stream.
- GZipStreamDocumentTarget - Class in org.semanticweb.owlapi.io
-
An ontology document target which can write to a GZIP stream.
- GZipStreamDocumentTarget(OutputStream) - Constructor for class org.semanticweb.owlapi.io.GZipStreamDocumentTarget
-
- IllegalConfigurationException - Exception in org.semanticweb.owlapi.reasoner
-
- 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
-
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
-
- ImpendingOWLOntologyChangeListener - Interface in org.semanticweb.owlapi.model
-
- ImportChange - Class in org.semanticweb.owlapi.model
-
- ImportChange(OWLOntology, OWLImportsDeclaration) - Constructor for class org.semanticweb.owlapi.model.ImportChange
-
- ImportChangeData - Class in org.semanticweb.owlapi.change
-
Instances of this class represent
OWLOntologyChangeData for changes
that that are specific to the addition or removal of import statements
to/from an ontology.
- 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
-
This exception indicates that the reasoner cannot handle the set of axioms
that are in the imports closure of the root ontology because the axioms fall
outside of the "largest" OWL profile (i.e.
- ImportsClosureNotInProfileException(OWLProfile) - Constructor for exception org.semanticweb.owlapi.reasoner.ImportsClosureNotInProfileException
-
- ImportsStructureEntitySorter - Class in org.semanticweb.owlapi.util
-
- ImportsStructureEntitySorter(OWLOntology, OWLOntologyManager) - Constructor for class org.semanticweb.owlapi.util.ImportsStructureEntitySorter
-
- ImportsStructureEntitySorter.ReferencedEntitySelector - Class in org.semanticweb.owlapi.util
-
Selector of referenced entities.
- ImportsStructureObjectSorter<O> - Class in org.semanticweb.owlapi.util
-
Sorts objects into sets based on where they appear in the imports closure of
an ontology.
- ImportsStructureObjectSorter(OWLOntology, 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
-
- InconsistentOntologyException() - Constructor for exception org.semanticweb.owlapi.reasoner.InconsistentOntologyException
-
default constructor
- IndividualNodeSetPolicy - Enum in org.semanticweb.owlapi.reasoner
-
- InferenceType - Enum in org.semanticweb.owlapi.reasoner
-
An enumeration that denotes various types of inference task.
- InferredAxiomGenerator<A extends OWLAxiom> - Interface in org.semanticweb.owlapi.util
-
Given a reasoner, implementations of this interface generate axioms that
represent inferred information.
- InferredClassAssertionAxiomGenerator - Class in org.semanticweb.owlapi.util
-
Generates OWLClassAssertionsAxioms for inferred individual types.
- InferredClassAssertionAxiomGenerator() - Constructor for class org.semanticweb.owlapi.util.InferredClassAssertionAxiomGenerator
-
- InferredClassAxiomGenerator<A extends OWLClassAxiom> - Class in org.semanticweb.owlapi.util
-
- InferredClassAxiomGenerator() - Constructor for class org.semanticweb.owlapi.util.InferredClassAxiomGenerator
-
- InferredDataPropertyAxiomGenerator<A extends OWLDataPropertyAxiom> - Class in org.semanticweb.owlapi.util
-
- InferredDataPropertyAxiomGenerator() - Constructor for class org.semanticweb.owlapi.util.InferredDataPropertyAxiomGenerator
-
- InferredDataPropertyCharacteristicAxiomGenerator - Class in org.semanticweb.owlapi.util
-
Generates inferred data property characteristics.
- InferredDataPropertyCharacteristicAxiomGenerator() - Constructor for class org.semanticweb.owlapi.util.InferredDataPropertyCharacteristicAxiomGenerator
-
- InferredDisjointClassesAxiomGenerator - Class in org.semanticweb.owlapi.util
-
Generates inferred disjoint axioms - note that this currently uses a very
simple inefficient algorithm.
- InferredDisjointClassesAxiomGenerator() - Constructor for class org.semanticweb.owlapi.util.InferredDisjointClassesAxiomGenerator
-
- InferredEntityAxiomGenerator<E extends OWLEntity,A extends OWLAxiom> - Class in org.semanticweb.owlapi.util
-
Generates axioms which relate to inferred information for a specific entity.
- InferredEntityAxiomGenerator() - Constructor for class org.semanticweb.owlapi.util.InferredEntityAxiomGenerator
-
- InferredEquivalentClassAxiomGenerator - Class in org.semanticweb.owlapi.util
-
Generates inferred equivalent classes axioms.
- InferredEquivalentClassAxiomGenerator() - Constructor for class org.semanticweb.owlapi.util.InferredEquivalentClassAxiomGenerator
-
- InferredEquivalentDataPropertiesAxiomGenerator - Class in org.semanticweb.owlapi.util
-
- InferredEquivalentDataPropertiesAxiomGenerator() - Constructor for class org.semanticweb.owlapi.util.InferredEquivalentDataPropertiesAxiomGenerator
-
- InferredEquivalentObjectPropertyAxiomGenerator - Class in org.semanticweb.owlapi.util
-
- InferredEquivalentObjectPropertyAxiomGenerator() - Constructor for class org.semanticweb.owlapi.util.InferredEquivalentObjectPropertyAxiomGenerator
-
- InferredIndividualAxiomGenerator<A extends OWLIndividualAxiom> - Class in org.semanticweb.owlapi.util
-
- InferredIndividualAxiomGenerator() - Constructor for class org.semanticweb.owlapi.util.InferredIndividualAxiomGenerator
-
- InferredInverseObjectPropertiesAxiomGenerator - Class in org.semanticweb.owlapi.util
-
- InferredInverseObjectPropertiesAxiomGenerator() - Constructor for class org.semanticweb.owlapi.util.InferredInverseObjectPropertiesAxiomGenerator
-
- InferredObjectPropertyAxiomGenerator<A extends OWLObjectPropertyAxiom> - Class in org.semanticweb.owlapi.util
-
- InferredObjectPropertyAxiomGenerator() - Constructor for class org.semanticweb.owlapi.util.InferredObjectPropertyAxiomGenerator
-
- InferredObjectPropertyCharacteristicAxiomGenerator - Class in org.semanticweb.owlapi.util
-
- InferredObjectPropertyCharacteristicAxiomGenerator() - Constructor for class org.semanticweb.owlapi.util.InferredObjectPropertyCharacteristicAxiomGenerator
-
- InferredOntologyGenerator - Class in org.semanticweb.owlapi.util
-
Generates an ontology based on inferred axioms which are essentially supplied
by a reasoner.
- InferredOntologyGenerator(OWLReasoner, 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
-
- InferredPropertyAssertionGenerator() - Constructor for class org.semanticweb.owlapi.util.InferredPropertyAssertionGenerator
-
- InferredSubClassAxiomGenerator - Class in org.semanticweb.owlapi.util
-
- InferredSubClassAxiomGenerator() - Constructor for class org.semanticweb.owlapi.util.InferredSubClassAxiomGenerator
-
- InferredSubDataPropertyAxiomGenerator - Class in org.semanticweb.owlapi.util
-
- InferredSubDataPropertyAxiomGenerator() - Constructor for class org.semanticweb.owlapi.util.InferredSubDataPropertyAxiomGenerator
-
- InferredSubObjectPropertyAxiomGenerator - Class in org.semanticweb.owlapi.util
-
- InferredSubObjectPropertyAxiomGenerator() - Constructor for class org.semanticweb.owlapi.util.InferredSubObjectPropertyAxiomGenerator
-
- inNamespace(String) - Method in enum org.semanticweb.owlapi.vocab.Namespaces
-
- inNamespace(IRI) - Method in enum org.semanticweb.owlapi.vocab.Namespaces
-
- InsufficientIndividuals - Class in org.semanticweb.owlapi.profiles
-
Not enough individuals.
- InsufficientIndividuals(OWLOntology, OWLAxiom) - Constructor for class org.semanticweb.owlapi.profiles.InsufficientIndividuals
-
- InsufficientOperands - Class in org.semanticweb.owlapi.profiles
-
Not enough operands.
- InsufficientOperands(OWLOntology, OWLAxiom, OWLObject) - Constructor for class org.semanticweb.owlapi.profiles.InsufficientOperands
-
- InsufficientPropertyExpressions - Class in org.semanticweb.owlapi.profiles
-
Insufficient property expressions.
- 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
-
InverseFunctionalObjectProperty
- INVERSE_OBJECT_PROPERTIES - Static variable in class org.semanticweb.owlapi.model.AxiomType
-
InverseObjectProperties
- IOProperties - Class in org.semanticweb.owlapi.io
-
- IRI - Class in org.semanticweb.owlapi.model
-
- 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
-
- IRIDocumentSource(IRI) - Constructor for class org.semanticweb.owlapi.io.IRIDocumentSource
-
- IRIShortFormProvider - Interface in org.semanticweb.owlapi.util
-
A short form provider that produces short forms for URIs.
- IRREFLEXIVE_OBJECT_PROPERTY - Static variable in class org.semanticweb.owlapi.model.AxiomType
-
IrrefexiveObjectProperty
- isAbsolute() - Method in class org.semanticweb.owlapi.model.IRI
-
Determines if this IRI is absolute
- isAdd() - Method in class org.semanticweb.owlapi.util.OWLOntologyChangeFilter
-
- 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() - Method in enum org.semanticweb.owlapi.vocab.Namespaces
-
- 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 class org.semanticweb.owlapi.io.GZipFileDocumentTarget
-
- isDocumentIRIAvailable() - Method in class org.semanticweb.owlapi.io.GZipStreamDocumentTarget
-
- 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
-
Gets the value of the property encodingOfTransitiveProperty.
- 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
-
- 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.GZipFileDocumentSource
-
- isInputStreamAvailable() - Method in class org.semanticweb.owlapi.io.GZipStreamDocumentSource
-
- 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.
- isInUse() - Method in enum org.semanticweb.owlapi.vocab.Namespaces
-
- 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 class org.semanticweb.owlapi.io.GZipFileDocumentTarget
-
- isOutputStreamAvailable() - Method in class org.semanticweb.owlapi.io.GZipStreamDocumentTarget
-
- 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
-
Gets the value of the property oWLAnnotationProperty.
- isOWLBottomDataProperty() - Method in interface org.semanticweb.owlapi.model.OWLPropertyExpression
-
Gets the value of the property oWLBottomDataProperty.
- isOWLBottomObjectProperty() - Method in interface org.semanticweb.owlapi.model.OWLPropertyExpression
-
Gets the value of the property oWLBottomObjectProperty.
- 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
-
Gets the value of the property 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
-
Gets the value of the property 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
-
Gets the value of the property oWLTopDataProperty.
- isOWLTopObjectProperty() - Method in interface org.semanticweb.owlapi.model.OWLPropertyExpression
-
Gets the value of the property oWLTopObjectProperty.
- 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.GZipFileDocumentSource
-
- isReaderAvailable() - Method in class org.semanticweb.owlapi.io.GZipStreamDocumentSource
-
- 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
-
- isRemoveAxiom() - Method in class org.semanticweb.owlapi.model.OWLOntologyChange
-
Determines if the change will remove an axiom from an ontology.
- isReportStackTrace() - Method in class org.semanticweb.owlapi.model.OWLOntologyLoaderConfiguration
-
- isReservedVocabulary() - Method in class org.semanticweb.owlapi.model.IRI
-
Determines if this IRI is in the reserved vocabulary.
- isRootClass(OWLClass) - Method in interface org.semanticweb.owlapi.util.RootClassChecker
-
Determines if the specified class is a direct syntactic subclass of
owl:Thing.
- isRootClass(OWLClass) - Method in class org.semanticweb.owlapi.util.SimpleRootClassChecker
-
- isSatisfiable(OWLClassExpression) - Method in interface org.semanticweb.owlapi.reasoner.OWLReasoner
-
A convenience method that determines if the specified class expression is
satisfiable with respect to the reasoner axioms.
- 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 class org.semanticweb.owlapi.io.GZipFileDocumentTarget
-
- isWriterAvailable() - Method in class org.semanticweb.owlapi.io.GZipStreamDocumentTarget
-
- 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
-
ObjectPropertyAssertion
- OBJECT_PROPERTY_DOMAIN - Static variable in class org.semanticweb.owlapi.model.AxiomType
-
ObjectPropertyDomain
- OBJECT_PROPERTY_RANGE - Static variable in class org.semanticweb.owlapi.model.AxiomType
-
ObjectPropertyRange
- ObjectPropertySimplifier - Class in org.semanticweb.owlapi.util
-
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
-
- 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
-
- OntologyIRIMappingNotFoundException(IRI) - Constructor for exception org.semanticweb.owlapi.io.OntologyIRIMappingNotFoundException
-
- OntologyIRINotAbsolute - Class in org.semanticweb.owlapi.profiles
-
- OntologyIRINotAbsolute(OWLOntology) - Constructor for class org.semanticweb.owlapi.profiles.OntologyIRINotAbsolute
-
- OntologyIRIShortFormProvider - Class in org.semanticweb.owlapi.util
-
- OntologyIRIShortFormProvider() - Constructor for class org.semanticweb.owlapi.util.OntologyIRIShortFormProvider
-
- OntologyVersionIRINotAbsolute - Class in org.semanticweb.owlapi.profiles
-
- 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
-
- OWL2_DL - Static variable in interface org.semanticweb.owlapi.profiles.OWLProfile
-
http://www.w3.org/ns/owl-profile/DL
- OWL2_EL - Static variable in interface org.semanticweb.owlapi.profiles.OWLProfile
-
http://www.w3.org/ns/owl-profile/EL
- OWL2_FULL - Static variable in interface org.semanticweb.owlapi.profiles.OWLProfile
-
http://www.w3.org/ns/owl-profile/Full
- OWL2_QL - Static variable in interface org.semanticweb.owlapi.profiles.OWLProfile
-
http://www.w3.org/ns/owl-profile/QL
- OWL2_RL - Static variable in interface org.semanticweb.owlapi.profiles.OWLProfile
-
http://www.w3.org/ns/owl-profile/RL
- OWL2Datatype - Enum in org.semanticweb.owlapi.vocab
-
An enumeration of the datatypes in the OWL 2 specification.
- OWL2Datatype.Category - Enum in org.semanticweb.owlapi.vocab
-
Category enum.
- OWL2Datatype.WhiteSpaceNormalisation - Enum in org.semanticweb.owlapi.vocab
-
Normalization enum.
- OWL2DLProfile - Class in org.semanticweb.owlapi.profiles
-
- OWL2DLProfile() - Constructor for class org.semanticweb.owlapi.profiles.OWL2DLProfile
-
- OWL2DLProfileViolation - Interface in org.semanticweb.owlapi.profiles
-
- OWL2DLProfileViolationVisitor - Interface in org.semanticweb.owlapi.profiles
-
- OWL2ELProfile - Class in org.semanticweb.owlapi.profiles
-
- OWL2ELProfile() - Constructor for class org.semanticweb.owlapi.profiles.OWL2ELProfile
-
default constructor
- OWL2ELProfile.OWL2ELProfileObjectVisitor - Class in org.semanticweb.owlapi.profiles
-
- OWL2ELProfileObjectVisitor(OWLOntologyWalker, OWLOntologyManager) - Constructor for class org.semanticweb.owlapi.profiles.OWL2ELProfile.OWL2ELProfileObjectVisitor
-
- OWL2ELProfileViolation - Interface in org.semanticweb.owlapi.profiles
-
- OWL2ELProfileViolationVisitor - Interface in org.semanticweb.owlapi.profiles
-
- OWL2Profile - Class in org.semanticweb.owlapi.profiles
-
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
-
- OWL2ProfileReport(OWLProfile, Set<OWLProfileViolation>, Set<OWLObjectPropertyExpression>, Set<OWLObjectPropertyExpression>) - Constructor for class org.semanticweb.owlapi.profiles.OWL2ProfileReport
-
- OWL2ProfileViolation - Interface in org.semanticweb.owlapi.profiles
-
- OWL2ProfileViolationVisitor - Interface in org.semanticweb.owlapi.profiles
-
- OWL2QLProfile - Class in org.semanticweb.owlapi.profiles
-
- OWL2QLProfile() - Constructor for class org.semanticweb.owlapi.profiles.OWL2QLProfile
-
default constructor
- OWL2QLProfileViolation - Interface in org.semanticweb.owlapi.profiles
-
- OWL2QLProfileViolationVisitor - Interface in org.semanticweb.owlapi.profiles
-
- OWL2RLProfile - Class in org.semanticweb.owlapi.profiles
-
- OWL2RLProfile() - Constructor for class org.semanticweb.owlapi.profiles.OWL2RLProfile
-
default constructor
- OWL2RLProfileViolation - Interface in org.semanticweb.owlapi.profiles
-
- OWL2RLProfileViolationVisitor - Interface in org.semanticweb.owlapi.profiles
-
- OWL_PROCESSING_INSTRUCTION_NAME - Static variable in class org.semanticweb.owlapi.io.XMLUtils
-
owl processing instruction
- OWLAnnotation - Interface in org.semanticweb.owlapi.model
-
Annotations are used in the various types of annotation axioms, which bind
annotations to their subjects (i.e.
- OWLAnnotationAssertionAxiom - Interface in org.semanticweb.owlapi.model
-
- OWLAnnotationAxiom - Interface in org.semanticweb.owlapi.model
-
A super interface for annotation axioms.
- OWLAnnotationAxiomVisitor - Interface in org.semanticweb.owlapi.model
-
A visitor which visits the different kinds of annotation axioms.
- OWLAnnotationAxiomVisitorEx<O> - Interface in org.semanticweb.owlapi.model
-
- OWLAnnotationObject - Interface in org.semanticweb.owlapi.model
-
A marker interface for the values (objects) of annotations.
- OWLAnnotationObjectVisitor - Interface in org.semanticweb.owlapi.model
-
- OWLAnnotationObjectVisitorEx<O> - Interface in org.semanticweb.owlapi.model
-
- OWLAnnotationProperty - Interface in org.semanticweb.owlapi.model
-
- OWLAnnotationPropertyDomainAxiom - Interface in org.semanticweb.owlapi.model
-
- OWLAnnotationPropertyProvider - Interface in org.semanticweb.owlapi.model
-
- OWLAnnotationPropertyRangeAxiom - Interface in org.semanticweb.owlapi.model
-
- OWLAnnotationSubject - Interface in org.semanticweb.owlapi.model
-
A marker interface for annotation subjects, which can either be IRIs or
anonymous individuals, with visitor methods.
- OWLAnnotationSubjectVisitor - Interface in org.semanticweb.owlapi.model
-
- OWLAnnotationSubjectVisitorEx<O> - Interface in org.semanticweb.owlapi.model
-
- OWLAnnotationValue - Interface in org.semanticweb.owlapi.model
-
A marker interface for annotation values, which can either be an IRI (URI),
Literal or Anonymous Individual, with visitor methods.
- OWLAnnotationValueVisitor - Interface in org.semanticweb.owlapi.model
-
- OWLAnnotationValueVisitorEx<O> - Interface in org.semanticweb.owlapi.model
-
- OWLAnonymousClassExpression - Interface in org.semanticweb.owlapi.model
-
The super interface for all class expressions which are not named class
expressions (i.e.
- OWLAnonymousIndividual - Interface in org.semanticweb.owlapi.model
-
- OWLAnonymousIndividualByIdProvider - Interface in org.semanticweb.owlapi.model
-
- OWLAnonymousIndividualProvider - Interface in org.semanticweb.owlapi.model
-
- OWLAsymmetricObjectPropertyAxiom - Interface in org.semanticweb.owlapi.model
-
- OWLAxiom - Interface in org.semanticweb.owlapi.model
-
Represents
Axioms in
the OWL 2 Specification.
An OWL ontology contains a set of axioms.
- OWLAxiomChange - Class in org.semanticweb.owlapi.model
-
- OWLAxiomChange(OWLOntology, OWLAxiom) - Constructor for class org.semanticweb.owlapi.model.OWLAxiomChange
-
- OWLAxiomFilter - Interface in org.semanticweb.owlapi.util
-
- OWLAxiomSearchFilter<O extends OWLAxiom,K> - Interface in org.semanticweb.owlapi.util
-
- OWLAxiomTypeProcessor - Class in org.semanticweb.owlapi.util
-
- OWLAxiomTypeProcessor() - Constructor for class org.semanticweb.owlapi.util.OWLAxiomTypeProcessor
-
- OWLAxiomVisitor - Interface in org.semanticweb.owlapi.model
-
An interface for objects that can accept visits from axioms.
- OWLAxiomVisitorAdapter - Class in org.semanticweb.owlapi.util
-
- OWLAxiomVisitorAdapter() - Constructor for class org.semanticweb.owlapi.util.OWLAxiomVisitorAdapter
-
- OWLAxiomVisitorEx<O> - Interface in org.semanticweb.owlapi.model
-
An interface for objects that can accept visits from axioms.
- OWLAxiomVisitorExAdapter<O> - Class in org.semanticweb.owlapi.util
-
adapter for axiom visitors
- OWLAxiomVisitorExAdapter() - Constructor for class org.semanticweb.owlapi.util.OWLAxiomVisitorExAdapter
-
adapter with null default
- OWLAxiomVisitorExAdapter(O) - Constructor for class org.semanticweb.owlapi.util.OWLAxiomVisitorExAdapter
-
adapter with object as default value
- OWLBooleanClassExpression - Interface in org.semanticweb.owlapi.model
-
- OWLCardinalityRestriction<R extends OWLPropertyRange,P extends OWLPropertyExpression<R,P>,F extends OWLPropertyRange> - Interface in org.semanticweb.owlapi.model
-
- OWLClass - Interface in org.semanticweb.owlapi.model
-
Represents a
Class in
the OWL 2 specification.
- OWLClassAssertionAxiom - Interface in org.semanticweb.owlapi.model
-
- OWLClassAxiom - Interface in org.semanticweb.owlapi.model
-
- OWLClassExpression - Interface in org.semanticweb.owlapi.model
-
- OWLClassExpressionCollector - Class in org.semanticweb.owlapi.util
-
Collects all of the nested class expression that are used in some OWLObject.
- OWLClassExpressionCollector() - Constructor for class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- OWLClassExpressionVisitor - Interface in org.semanticweb.owlapi.model
-
- OWLClassExpressionVisitorAdapter - Class in org.semanticweb.owlapi.util
-
- OWLClassExpressionVisitorAdapter() - Constructor for class org.semanticweb.owlapi.util.OWLClassExpressionVisitorAdapter
-
- OWLClassExpressionVisitorEx<O> - Interface in org.semanticweb.owlapi.model
-
- OWLClassExpressionVisitorExAdapter<O> - Class in org.semanticweb.owlapi.util
-
- OWLClassExpressionVisitorExAdapter() - Constructor for class org.semanticweb.owlapi.util.OWLClassExpressionVisitorExAdapter
-
constructor for null default value.
- OWLClassExpressionVisitorExAdapter(O) - Constructor for class org.semanticweb.owlapi.util.OWLClassExpressionVisitorExAdapter
-
- OWLClassLiteralCollector - Class in org.semanticweb.owlapi.util
-
- OWLClassLiteralCollector(Set<OWLObject>) - Constructor for class org.semanticweb.owlapi.util.OWLClassLiteralCollector
-
- OWLClassLiteralCollector(Set<OWLObject>, boolean) - Constructor for class org.semanticweb.owlapi.util.OWLClassLiteralCollector
-
- OWLClassProvider - Interface in org.semanticweb.owlapi.model
-
- OWLDataAllValuesFrom - Interface in org.semanticweb.owlapi.model
-
- OWLDataCardinalityRestriction - Interface in org.semanticweb.owlapi.model
-
- OWLDataComplementOf - Interface in org.semanticweb.owlapi.model
-
- OWLDataExactCardinality - Interface in org.semanticweb.owlapi.model
-
- OWLDataFactory - Interface in org.semanticweb.owlapi.model
-
An interface for creating entities, class expressions and axioms.
- OWLDataHasValue - Interface in org.semanticweb.owlapi.model
-
Represents
DataHasValue retrictions in the OWL 2 Specification.
- OWLDataIntersectionOf - Interface in org.semanticweb.owlapi.model
-
- OWLDataMaxCardinality - Interface in org.semanticweb.owlapi.model
-
- OWLDataMinCardinality - Interface in org.semanticweb.owlapi.model
-
- OWLDataOneOf - Interface in org.semanticweb.owlapi.model
-
Represents
DataOneOf in the OWL 2 Specification.
- OWLDataProperty - Interface in org.semanticweb.owlapi.model
-
- OWLDataPropertyAssertionAxiom - Interface in org.semanticweb.owlapi.model
-
- OWLDataPropertyAxiom - Interface in org.semanticweb.owlapi.model
-
A high level interface which marks data property axioms (e.g.
- OWLDataPropertyCharacteristicAxiom - Interface in org.semanticweb.owlapi.model
-
- OWLDataPropertyDomainAxiom - Interface in org.semanticweb.owlapi.model
-
- OWLDataPropertyExpression - Interface in org.semanticweb.owlapi.model
-
A high level interface to describe different types of data properties.
- OWLDataPropertyProvider - Interface in org.semanticweb.owlapi.model
-
- OWLDataPropertyRangeAxiom - Interface in org.semanticweb.owlapi.model
-
- OWLDataRange - Interface in org.semanticweb.owlapi.model
-
Represents a
DataRange in the OWL
2 Specification.
A high level interface which represents a data range.
- OWLDataRangeVisitor - Interface in org.semanticweb.owlapi.model
-
An interface to an object that can accept visits from
OWLDataRanges.
- OWLDataRangeVisitorEx<O> - Interface in org.semanticweb.owlapi.model
-
- OWLDataSomeValuesFrom - Interface in org.semanticweb.owlapi.model
-
- OWLDatatype - Interface in org.semanticweb.owlapi.model
-
Represents a
Datatype (named data
range) in the OWL 2 Specification.
- OWLDatatypeDefinitionAxiom - Interface in org.semanticweb.owlapi.model
-
- OWLDatatypeProvider - Interface in org.semanticweb.owlapi.model
-
- OWLDatatypeRestriction - Interface in org.semanticweb.owlapi.model
-
- OWLDataUnionOf - Interface in org.semanticweb.owlapi.model
-
Represents a
DataUnionOf
data range in the OWL 2 Specification.
- OWLDataUtil - Class in org.semanticweb.owlapi.util
-
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
-
A visitor which can visit various data ranges and constants.
- OWLDataVisitorEx<O> - Interface in org.semanticweb.owlapi.model
-
- OWLDeclarationAxiom - Interface in org.semanticweb.owlapi.model
-
Represents a
Declaration A declaration axiom declares an entity in an ontology.
- OWLDifferentIndividualsAxiom - Interface in org.semanticweb.owlapi.model
-
- OWLDisjointClassesAxiom - Interface in org.semanticweb.owlapi.model
-
- OWLDisjointDataPropertiesAxiom - Interface in org.semanticweb.owlapi.model
-
- OWLDisjointObjectPropertiesAxiom - Interface in org.semanticweb.owlapi.model
-
- OWLDisjointUnionAxiom - Interface in org.semanticweb.owlapi.model
-
- OWLEntity - Interface in org.semanticweb.owlapi.model
-
Represents
Entities in the OWL 2 Specification.
- OWLEntityByTypeProvider - Interface in org.semanticweb.owlapi.model
-
- OWLEntityCollectingOntologyChangeListener - Class in org.semanticweb.owlapi.util
-
A convenience class which is an ontology change listener which collects the
entities which are referenced in a set of ontology changes.
- OWLEntityCollectingOntologyChangeListener() - Constructor for class org.semanticweb.owlapi.util.OWLEntityCollectingOntologyChangeListener
-
default constructor
- OWLEntityCollector - Class in org.semanticweb.owlapi.util
-
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
-
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
-
- OWLEntityProvider - Interface in org.semanticweb.owlapi.model
-
- OWLEntityRemover - Class in org.semanticweb.owlapi.util
-
A convenience object that generates the changes which are necessary to remove
an entity from a set of ontologies.
- OWLEntityRemover(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
-
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
-
Provides a set of entities to inputs that require this.
- OWLEntityTinyURIConversionStrategy - Class in org.semanticweb.owlapi.util
-
Provides an entity URI conversion strategy which converts entity URIs to a
common base and alpha-numeric fragment.
- OWLEntityTinyURIConversionStrategy() - Constructor for class org.semanticweb.owlapi.util.OWLEntityTinyURIConversionStrategy
-
Constructs an entity URI converter strategy, where the base of the
generated URIs corresponds to the value specified by the DEFAULT_BASE
constant.
- OWLEntityTinyURIConversionStrategy(String) - Constructor for class org.semanticweb.owlapi.util.OWLEntityTinyURIConversionStrategy
-
Constructs an entity URI converter strategy, where the specified base is
used for the base of the URIs generated by the generator.
- OWLEntityURIConverter - Class in org.semanticweb.owlapi.util
-
Performs a bulk conversion/translation of entity URIs.
- OWLEntityURIConverter(OWLOntologyManager, 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
-
An interface for customisation of entity URI conversions.
- OWLEntityURIUnderscores2CamelBackConverterStrategy - Class in org.semanticweb.owlapi.util
-
Converts the entity URI fragment or last path element if the fragment is not
present to Camel Case.
- OWLEntityURIUnderscores2CamelBackConverterStrategy() - Constructor for class org.semanticweb.owlapi.util.OWLEntityURIUnderscores2CamelBackConverterStrategy
-
default constructor
- OWLEntityVisitor - Interface in org.semanticweb.owlapi.model
-
An interface to an object that can accept visits from
OWLEntitys.
- OWLEntityVisitorAdapter - Class in org.semanticweb.owlapi.util
-
- OWLEntityVisitorAdapter() - Constructor for class org.semanticweb.owlapi.util.OWLEntityVisitorAdapter
-
- OWLEntityVisitorEx<O> - Interface in org.semanticweb.owlapi.model
-
- OWLEntityVisitorExAdapter<O> - Class in org.semanticweb.owlapi.util
-
Provides a default implementation of OWLObjectVisitorEx.
- OWLEntityVisitorExAdapter() - Constructor for class org.semanticweb.owlapi.util.OWLEntityVisitorExAdapter
-
default constructor
- OWLEntityVisitorExAdapter(O) - Constructor for class org.semanticweb.owlapi.util.OWLEntityVisitorExAdapter
-
- OWLEquivalentClassesAxiom - Interface in org.semanticweb.owlapi.model
-
- OWLEquivalentDataPropertiesAxiom - Interface in org.semanticweb.owlapi.model
-
- OWLEquivalentObjectPropertiesAxiom - Interface in org.semanticweb.owlapi.model
-
- OWLException - Exception in org.semanticweb.owlapi.model
-
- 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
-
Represents the facets that can be used for restricting a datatype.
- OWLFacetRestriction - Interface in org.semanticweb.owlapi.model
-
A facet restriction is used to restrict a particular datatype.
- OWLFunctionalDataPropertyAxiom - Interface in org.semanticweb.owlapi.model
-
- OWLFunctionalObjectPropertyAxiom - Interface in org.semanticweb.owlapi.model
-
- OWLFunctionalSyntaxOntologyFormat - Class in org.semanticweb.owlapi.io
-
- OWLFunctionalSyntaxOntologyFormat() - Constructor for class org.semanticweb.owlapi.io.OWLFunctionalSyntaxOntologyFormat
-
- OWLHasKeyAxiom - Interface in org.semanticweb.owlapi.model
-
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
-
- OWLImportsDeclaration - Interface in org.semanticweb.owlapi.model
-
Represents an import statement in an ontology.
- OWLIndividual - Interface in org.semanticweb.owlapi.model
-
Represents a named or anonymous individual.
- OWLIndividualAxiom - Interface in org.semanticweb.owlapi.model
-
- OWLIndividualVisitor - Interface in org.semanticweb.owlapi.model
-
- OWLIndividualVisitorEx<O> - Interface in org.semanticweb.owlapi.model
-
- OWLInverseFunctionalObjectPropertyAxiom - Interface in org.semanticweb.owlapi.model
-
- OWLInverseObjectPropertiesAxiom - Interface in org.semanticweb.owlapi.model
-
- OWLIrreflexiveObjectPropertyAxiom - Interface in org.semanticweb.owlapi.model
-
- OWLKnowledgeExplorerReasoner - Interface in org.semanticweb.owlapi.reasoner.knowledgeexploration
-
Extension of OWLReasoner to allow access to reasoner completion graph.
- OWLKnowledgeExplorerReasoner.RootNode - Interface in org.semanticweb.owlapi.reasoner.knowledgeexploration
-
Interface for a tableaux node.
- OWLLiteral - Interface in org.semanticweb.owlapi.model
-
Represents a
Literal
in the OWL 2 Specification.
- OWLLogicalAxiom - Interface in org.semanticweb.owlapi.model
-
A base interface of all axioms that affect the logical meaning of an
ontology.
- OWLLogicalAxiomVisitor - Interface in org.semanticweb.owlapi.model
-
- OWLLogicalAxiomVisitorEx<O> - Interface in org.semanticweb.owlapi.model
-
- OWLLogicalEntity - Interface in org.semanticweb.owlapi.model
-
An OWLLogicalEntity is an OWLEntity that is not an
OWLAnnotationProperty.
- OWLMutableOntology - Interface in org.semanticweb.owlapi.model
-
- OWLNamedIndividual - Interface in org.semanticweb.owlapi.model
-
- OWLNamedIndividualProvider - Interface in org.semanticweb.owlapi.model
-
- OWLNamedObject - Interface in org.semanticweb.owlapi.model
-
Represents a named object for example, class, property, ontology etc.
- OWLNamedObjectVisitor - Interface in org.semanticweb.owlapi.model
-
- OWLNamedObjectVisitorEx<O> - Interface in org.semanticweb.owlapi.model
-
- OWLNaryAxiom - Interface in org.semanticweb.owlapi.model
-
Represents an axiom that contains two or more operands that could also be
represented with multiple pairwise axioms
- OWLNaryBooleanClassExpression - Interface in org.semanticweb.owlapi.model
-
- OWLNaryClassAxiom - Interface in org.semanticweb.owlapi.model
-
- OWLNaryDataRange - Interface in org.semanticweb.owlapi.model
-
- OWLNaryIndividualAxiom - Interface in org.semanticweb.owlapi.model
-
- OWLNaryPropertyAxiom<P extends OWLPropertyExpression<?,?>> - Interface in org.semanticweb.owlapi.model
-
- OWLNegativeDataPropertyAssertionAxiom - Interface in org.semanticweb.owlapi.model
-
- OWLNegativeObjectPropertyAssertionAxiom - Interface in org.semanticweb.owlapi.model
-
- OWLObject - Interface in org.semanticweb.owlapi.model
-
- OWLObjectAllValuesFrom - Interface in org.semanticweb.owlapi.model
-
- OWLObjectCardinalityRestriction - Interface in org.semanticweb.owlapi.model
-
- OWLObjectComplementOf - Interface in org.semanticweb.owlapi.model
-
- OWLObjectComponentCollector - Class in org.semanticweb.owlapi.util
-
- OWLObjectComponentCollector() - Constructor for class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- OWLObjectDuplicator - Class in org.semanticweb.owlapi.util
-
- 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
-
- OWLObjectHasSelf - Interface in org.semanticweb.owlapi.model
-
Represents an
ObjectHasSelf
class expression in the OWL 2 Specification.
- OWLObjectHasValue - Interface in org.semanticweb.owlapi.model
-
Represents an
ObjectHasValue class expression in the OWL 2 Specification.
- OWLObjectIntersectionOf - Interface in org.semanticweb.owlapi.model
-
- OWLObjectInverseOf - Interface in org.semanticweb.owlapi.model
-
Represents a
ObjectInverseOf Represents the inverse of a property expression.
- OWLObjectMaxCardinality - Interface in org.semanticweb.owlapi.model
-
- OWLObjectMinCardinality - Interface in org.semanticweb.owlapi.model
-
- OWLObjectOneOf - Interface in org.semanticweb.owlapi.model
-
Represents an
ObjectOneOf class expression in the OWL 2 Specification.
- OWLObjectProperty - Interface in org.semanticweb.owlapi.model
-
- OWLObjectPropertyAssertionAxiom - Interface in org.semanticweb.owlapi.model
-
- OWLObjectPropertyAxiom - Interface in org.semanticweb.owlapi.model
-
- OWLObjectPropertyCharacteristicAxiom - Interface in org.semanticweb.owlapi.model
-
- OWLObjectPropertyDomainAxiom - Interface in org.semanticweb.owlapi.model
-
- OWLObjectPropertyExpression - Interface in org.semanticweb.owlapi.model
-
- OWLObjectPropertyManager - Class in org.semanticweb.owlapi.util
-
- OWLObjectPropertyManager(OWLOntologyManager, OWLOntology) - Constructor for class org.semanticweb.owlapi.util.OWLObjectPropertyManager
-
- OWLObjectPropertyProvider - Interface in org.semanticweb.owlapi.model
-
- OWLObjectPropertyRangeAxiom - Interface in org.semanticweb.owlapi.model
-
- OWLObjectRenderer - Interface in org.semanticweb.owlapi.io
-
A general purpose interface, implementations of which can be used to renderer
OWL objects (e.g.
- OWLObjectSomeValuesFrom - Interface in org.semanticweb.owlapi.model
-
- OWLObjectTypeIndexProvider - Class in org.semanticweb.owlapi.util
-
- OWLObjectTypeIndexProvider() - Constructor for class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- OWLObjectUnionOf - Interface in org.semanticweb.owlapi.model
-
Represents an
ObjectUnionOf class expression in the OWL 2 Specification.
- OWLObjectVisitor - Interface in org.semanticweb.owlapi.model
-
- OWLObjectVisitorAdapter - Class in org.semanticweb.owlapi.util
-
- OWLObjectVisitorAdapter() - Constructor for class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- OWLObjectVisitorEx<O> - Interface in org.semanticweb.owlapi.model
-
- OWLObjectVisitorExAdapter<O> - Class in org.semanticweb.owlapi.util
-
Provides a default implementation of OWLObjectVisitorEx.
- OWLObjectVisitorExAdapter() - Constructor for class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
default constructor
- OWLObjectVisitorExAdapter(O) - Constructor for class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- OWLObjectWalker<O extends OWLObject> - Class in org.semanticweb.owlapi.util
-
- 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
-
Represents an OWL 2
Ontology in the OWL 2
specification.
- OWLOntologyAlreadyExistsException - Exception in org.semanticweb.owlapi.model
-
Indicates that an ontology with the given ontology IRI (and possible version
IRI) exists.
- OWLOntologyAlreadyExistsException(OWLOntologyID) - Constructor for exception org.semanticweb.owlapi.model.OWLOntologyAlreadyExistsException
-
Constructs an OWLOntologyAlreadyExistsException to describe the
situation where an attempt to create an ontology failed because the
manager already contained an ontology with specified ontology ID.
- OWLOntologyAlreadyExistsException(OWLOntologyID, 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
-
- OWLOntologyChange(OWLOntology) - Constructor for class org.semanticweb.owlapi.model.OWLOntologyChange
-
- OWLOntologyChangeBroadcastStrategy - Interface in org.semanticweb.owlapi.model
-
- OWLOntologyChangeData - Class in org.semanticweb.owlapi.change
-
Represents an abstraction of the essential non-ontology data required by a
particular kind of
OWLOntologyChange.
- 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
-
- OWLOntologyChangeException - Exception in org.semanticweb.owlapi.model
-
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
-
Provides a convenient method to filter add/remove axiom changes based on the
type of axiom that is being added or removed from an ontology.
The general pattern of use is to simply create an instance of the
OWLOntologyChangeFilter and override the appropriate visit methods
corresponding to the types of axioms that are of interest.
- OWLOntologyChangeFilter() - Constructor for class org.semanticweb.owlapi.util.OWLOntologyChangeFilter
-
default constructor
- OWLOntologyChangeListener - Interface in org.semanticweb.owlapi.model
-
- OWLOntologyChangeProgressListener - Interface in org.semanticweb.owlapi.model
-
Objects that want to listen to the progress of applying changes to an
ontology should implement this interface and add themselves as listener to a
manager.
- OWLOntologyChangeRecord - Class in org.semanticweb.owlapi.change
-
- OWLOntologyChangeRecord(OWLOntologyID, OWLOntologyChangeData) - Constructor for class org.semanticweb.owlapi.change.OWLOntologyChangeRecord
-
- OWLOntologyChangesVetoedListener - Interface in org.semanticweb.owlapi.model
-
- OWLOntologyChangeVetoException - Exception in org.semanticweb.owlapi.model
-
Describes a situation where a change was vetoed for some reason.
- OWLOntologyChangeVetoException(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
-
- OWLOntologyChangeVisitorAdapter - Class in org.semanticweb.owlapi.util
-
- OWLOntologyChangeVisitorAdapter() - Constructor for class org.semanticweb.owlapi.util.OWLOntologyChangeVisitorAdapter
-
- OWLOntologyChangeVisitorAdapterEx<O> - Class in org.semanticweb.owlapi.util
-
- OWLOntologyChangeVisitorAdapterEx(O) - Constructor for class org.semanticweb.owlapi.util.OWLOntologyChangeVisitorAdapterEx
-
- OWLOntologyChangeVisitorAdapterEx() - Constructor for class org.semanticweb.owlapi.util.OWLOntologyChangeVisitorAdapterEx
-
default constructor
- OWLOntologyChangeVisitorEx<O> - Interface in org.semanticweb.owlapi.model
-
- OWLOntologyCreationException - Exception in org.semanticweb.owlapi.model
-
An exception which describes an error during the creation of an ontology.
- OWLOntologyCreationException() - Constructor for exception org.semanticweb.owlapi.model.OWLOntologyCreationException
-
default constructor
- OWLOntologyCreationException(String) - Constructor for exception org.semanticweb.owlapi.model.OWLOntologyCreationException
-
- OWLOntologyCreationException(String, Throwable) - Constructor for exception org.semanticweb.owlapi.model.OWLOntologyCreationException
-
- OWLOntologyCreationException(Throwable) - Constructor for exception org.semanticweb.owlapi.model.OWLOntologyCreationException
-
- OWLOntologyCreationIOException - Exception in org.semanticweb.owlapi.io
-
Indicates an
IOException happened during ontology creation.
- OWLOntologyCreationIOException(IOException) - Constructor for exception org.semanticweb.owlapi.io.OWLOntologyCreationIOException
-
- OWLOntologyDocumentAlreadyExistsException - Exception in org.semanticweb.owlapi.model
-
An exception that describes the situation where there was an attempt to
create or load an ontology where the corresponding ontology document IRI
already was already mapped to an ontology.
- OWLOntologyDocumentAlreadyExistsException(IRI) - Constructor for exception org.semanticweb.owlapi.model.OWLOntologyDocumentAlreadyExistsException
-
- OWLOntologyDocumentSource - Interface in org.semanticweb.owlapi.io
-
A document source provides a point for loading an ontology.
- OWLOntologyDocumentTarget - Interface in org.semanticweb.owlapi.io
-
Specifies an interface that provides a pointer to an ontology document where
an ontology can be stored.
- OWLOntologyFactory - Interface in org.semanticweb.owlapi.model
-
An ontology factory is responsible from creating new ontologies and creating
ontologies from ontology document IRIs.
- OWLOntologyFactory.OWLOntologyCreationHandler - Interface in org.semanticweb.owlapi.model
-
An OWLOntologyCreationHandler gets notified when the factory has
created an empty ontology (during the loading process).
- OWLOntologyFactoryNotFoundException - Exception in org.semanticweb.owlapi.model
-
- OWLOntologyFactoryNotFoundException(IRI) - Constructor for exception org.semanticweb.owlapi.model.OWLOntologyFactoryNotFoundException
-
- OWLOntologyFormat - Class in org.semanticweb.owlapi.model
-
Represents the concrete representation format of an ontology.
- OWLOntologyFormat() - Constructor for class org.semanticweb.owlapi.model.OWLOntologyFormat
-
- OWLOntologyID - Class in org.semanticweb.owlapi.model
-
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
-
An OWLOntologySetProvider which provides a set of ontologies which
correspond to the imports closure of a given ontology.
- OWLOntologyImportsClosureSetProvider(OWLOntologyManager, OWLOntology) - Constructor for class org.semanticweb.owlapi.util.OWLOntologyImportsClosureSetProvider
-
Constructs an OWLOntologySetProvider which provides a set
containing the imports closure of a given ontology.
- OWLOntologyInputSourceException - Exception in org.semanticweb.owlapi.io
-
- OWLOntologyInputSourceException() - Constructor for exception org.semanticweb.owlapi.io.OWLOntologyInputSourceException
-
default constructor
- OWLOntologyInputSourceException(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
-
The interface to an object that is capable of mapping ontology IRIs to
document IRIs.
- OWLOntologyIRIMappingNotFoundException - Exception in org.semanticweb.owlapi.model
-
An exception which describes the situation where no ontology document IRI
mapping could be found.
- OWLOntologyIRIMappingNotFoundException(IRI) - Constructor for exception org.semanticweb.owlapi.model.OWLOntologyIRIMappingNotFoundException
-
- OWLOntologyLoaderConfiguration - Class in org.semanticweb.owlapi.model
-
A configuration object that specifies options and hints to objects that load
OWLOntologies.
- OWLOntologyLoaderConfiguration() - Constructor for class org.semanticweb.owlapi.model.OWLOntologyLoaderConfiguration
-
default constructor
- OWLOntologyLoaderConfiguration.MissingOntologyHeaderStrategy - Enum in org.semanticweb.owlapi.model
-
strategies to cope with missing headers.
- OWLOntologyLoaderListener - Interface in org.semanticweb.owlapi.model
-
Receives notification of ontology loading starting and finishing from a
manager.
- OWLOntologyLoaderListener.LoadingEvent - Class in org.semanticweb.owlapi.model
-
- OWLOntologyLoaderListener.LoadingFinishedEvent - Class in org.semanticweb.owlapi.model
-
Describes the situation when the loading process for an ontology has
finished.
- OWLOntologyLoaderListener.LoadingStartedEvent - Class in org.semanticweb.owlapi.model
-
- OWLOntologyLoaderMetaData - Interface in org.semanticweb.owlapi.io
-
- OWLOntologyManager - Interface in org.semanticweb.owlapi.model
-
An OWLOntologyManager manages a set of ontologies.
- OWLOntologyManagerFactory - Interface in org.semanticweb.owlapi.model
-
- OWLOntologyManagerProperties - Class in org.semanticweb.owlapi.model
-
- OWLOntologyManagerProperties() - Constructor for class org.semanticweb.owlapi.model.OWLOntologyManagerProperties
-
default constructor
- OWLOntologyMerger - Class in org.semanticweb.owlapi.util
-
A very very simple merger, which just creates an ontology which contains the
union of axioms from a set of ontologies.
- OWLOntologyMerger(OWLOntologySetProvider) - Constructor for class org.semanticweb.owlapi.util.OWLOntologyMerger
-
- OWLOntologyMerger(OWLOntologySetProvider, boolean) - Constructor for class org.semanticweb.owlapi.util.OWLOntologyMerger
-
- OWLOntologyMerger(OWLOntologySetProvider, OWLAxiomFilter) - Constructor for class org.semanticweb.owlapi.util.OWLOntologyMerger
-
- OWLOntologyProfileWalker - Class in org.semanticweb.owlapi.profiles
-
A specialized walker that skips visiting annotation assertion literals.
- OWLOntologyProfileWalker(Set<OWLOntology>) - Constructor for class org.semanticweb.owlapi.profiles.OWLOntologyProfileWalker
-
- OWLOntologyRenameException - Exception in org.semanticweb.owlapi.model
-
An exception that describes the situation where an ontology could not be
renamed (have its ID set) because its manager already contained an ontology
with the same name.
- OWLOntologyRenameException(OWLOntologyChange, OWLOntologyID) - Constructor for exception org.semanticweb.owlapi.model.OWLOntologyRenameException
-
- OWLOntologyResourceAccessException - Exception in org.semanticweb.owlapi.model
-
An exception to describe a problem in accessing an ontology.
- OWLOntologyResourceAccessException(String) - Constructor for exception org.semanticweb.owlapi.model.OWLOntologyResourceAccessException
-
- OWLOntologyResourceAccessException(String, Throwable) - Constructor for exception org.semanticweb.owlapi.model.OWLOntologyResourceAccessException
-
- OWLOntologyResourceAccessException(Throwable) - Constructor for exception org.semanticweb.owlapi.model.OWLOntologyResourceAccessException
-
- OWLOntologySetProvider - Interface in org.semanticweb.owlapi.model
-
Inputs to algorithms etc.
- OWLOntologySingletonSetProvider - Class in org.semanticweb.owlapi.util
-
An ontology set provider which provides a singleton set - i.e.
- OWLOntologySingletonSetProvider(OWLOntology) - Constructor for class org.semanticweb.owlapi.util.OWLOntologySingletonSetProvider
-
Constructs an OWLOntologySingletonSetProvider which provides a
singleton set contain the specified ontology.
- OWLOntologyStorageException - Exception in org.semanticweb.owlapi.model
-
- OWLOntologyStorageException(String) - Constructor for exception org.semanticweb.owlapi.model.OWLOntologyStorageException
-
- OWLOntologyStorageException(String, Throwable) - Constructor for exception org.semanticweb.owlapi.model.OWLOntologyStorageException
-
- OWLOntologyStorageException(Throwable) - Constructor for exception org.semanticweb.owlapi.model.OWLOntologyStorageException
-
- OWLOntologyStorageIOException - Exception in org.semanticweb.owlapi.io
-
An OWLOntologyStorageException that was caused by an IOException.
- OWLOntologyStorageIOException(IOException) - Constructor for exception org.semanticweb.owlapi.io.OWLOntologyStorageIOException
-
- OWLOntologyStorer - Interface in org.semanticweb.owlapi.model
-
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
-
- OWLOntologyStorerNotFoundException(OWLOntologyFormat) - Constructor for exception org.semanticweb.owlapi.model.OWLOntologyStorerNotFoundException
-
- OWLOntologyURIChanger - Class in org.semanticweb.owlapi.util
-
Changes the URI of an ontology and ensures that ontologies which import the
ontology have their imports statements updated.
- OWLOntologyURIChanger(OWLOntologyManager) - Constructor for class org.semanticweb.owlapi.util.OWLOntologyURIChanger
-
- OWLOntologyWalker - Class in org.semanticweb.owlapi.util
-
- OWLOntologyWalker(Set<OWLOntology>) - Constructor for class org.semanticweb.owlapi.util.OWLOntologyWalker
-
- OWLOntologyWalkerVisitor<O> - Class in org.semanticweb.owlapi.util
-
- OWLOntologyWalkerVisitor(OWLOntologyWalker) - Constructor for class org.semanticweb.owlapi.util.OWLOntologyWalkerVisitor
-
- OWLParser - Interface in org.semanticweb.owlapi.io
-
An OWLParser parses an ontology document and adds the axioms of the
parsed ontology to the OWLOntology object passed to the parse
methods.
- OWLParserException - Exception in org.semanticweb.owlapi.io
-
Indicates that a parse error happened when trying to parse an ontology.
- OWLParserException() - Constructor for exception org.semanticweb.owlapi.io.OWLParserException
-
default constructor
- OWLParserException(String) - Constructor for exception org.semanticweb.owlapi.io.OWLParserException
-
- OWLParserException(String, 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
-
An object that can create an OWLParser.
- OWLParserFactoryRegistry - Class in org.semanticweb.owlapi.io
-
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
-
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
-
Many of the various OWL document formats are written in XML.
- OWLParserSAXException(SAXException) - Constructor for exception org.semanticweb.owlapi.io.OWLParserSAXException
-
- OWLParserURISyntaxException - Exception in org.semanticweb.owlapi.io
-
- OWLParserURISyntaxException(URISyntaxException, int, int) - Constructor for exception org.semanticweb.owlapi.io.OWLParserURISyntaxException
-
- OWLPrimitive - Interface in org.semanticweb.owlapi.model
-
- OWLProfile - Interface in org.semanticweb.owlapi.profiles
-
- OWLProfileReport - Class in org.semanticweb.owlapi.profiles
-
- OWLProfileReport(OWLProfile, Set<OWLProfileViolation>) - Constructor for class org.semanticweb.owlapi.profiles.OWLProfileReport
-
- OWLProfileViolation - Class in org.semanticweb.owlapi.profiles
-
Describes a violation of an OWLProfile by an axiom.
- OWLProfileViolation(OWLOntology, OWLAxiom) - Constructor for class org.semanticweb.owlapi.profiles.OWLProfileViolation
-
- OWLProperty<R extends OWLPropertyRange,P extends OWLPropertyExpression<R,P>> - Interface in org.semanticweb.owlapi.model
-
A marker interface for properties that aren't expression i.e.
- OWLPropertyAssertionAxiom<P extends OWLPropertyExpression<?,?>,O extends OWLPropertyAssertionObject> - Interface in org.semanticweb.owlapi.model
-
- OWLPropertyAssertionObject - Interface in org.semanticweb.owlapi.model
-
A marker interface for the types of property assertion objects (individuals
and literals) that are the objects of property assertions.
- OWLPropertyAxiom - Interface in org.semanticweb.owlapi.model
-
The base interface for property axioms.
- OWLPropertyDomainAxiom<P extends OWLPropertyExpression<?,?>> - Interface in org.semanticweb.owlapi.model
-
- OWLPropertyExpression<R extends OWLPropertyRange,P extends OWLPropertyExpression<R,P>> - Interface in org.semanticweb.owlapi.model
-
- OWLPropertyExpressionVisitor - Interface in org.semanticweb.owlapi.model
-
An interface to object that can visit the different types of property
expressions.
- OWLPropertyExpressionVisitorEx<O> - Interface in org.semanticweb.owlapi.model
-
- OWLPropertyRange - Interface in org.semanticweb.owlapi.model
-
A marker interface, for objects that can be the ranges of properties.
- OWLPropertyRangeAxiom<P extends OWLPropertyExpression<?,?>,R extends OWLPropertyRange> - Interface in org.semanticweb.owlapi.model
-
- 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
-
- OWLRDFVocabulary - Enum in org.semanticweb.owlapi.vocab
-
- OWLReasoner - Interface in org.semanticweb.owlapi.reasoner
-
An OWLReasoner reasons over a set of axioms (the set of reasoner axioms) that
is based on the imports closure of a particular ontology - the "root"
ontology.
- OWLReasonerConfiguration - Interface in org.semanticweb.owlapi.reasoner
-
An OWLReasonerConfiguration can be used to customise the setup of a reasoner
at reasoner creation time via an
OWLReasonerFactory.
- OWLReasonerFactory - Interface in org.semanticweb.owlapi.reasoner
-
An OWLReasonerFactory is a point for creating instances of
OWLReasoner objects.
- OWLReasonerRuntimeException - Exception in org.semanticweb.owlapi.reasoner
-
- OWLReasonerRuntimeException() - Constructor for exception org.semanticweb.owlapi.reasoner.OWLReasonerRuntimeException
-
default constructor
- OWLReasonerRuntimeException(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
-
- OWLRenderer - Interface in org.semanticweb.owlapi.io
-
- OWLRendererException - Exception in org.semanticweb.owlapi.io
-
- OWLRendererException(String) - Constructor for exception org.semanticweb.owlapi.io.OWLRendererException
-
- OWLRendererException(String, Throwable) - Constructor for exception org.semanticweb.owlapi.io.OWLRendererException
-
- OWLRendererException(Throwable) - Constructor for exception org.semanticweb.owlapi.io.OWLRendererException
-
- OWLRendererIOException - Exception in org.semanticweb.owlapi.io
-
- OWLRendererIOException(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
-
The root of runtime exceptions in the OWL API.
- OWLRuntimeException() - Constructor for exception org.semanticweb.owlapi.model.OWLRuntimeException
-
default constructor
- OWLRuntimeException(String) - Constructor for exception org.semanticweb.owlapi.model.OWLRuntimeException
-
- OWLRuntimeException(String, Throwable) - Constructor for exception org.semanticweb.owlapi.model.OWLRuntimeException
-
- OWLRuntimeException(Throwable) - Constructor for exception org.semanticweb.owlapi.model.OWLRuntimeException
-
- OWLSameIndividualAxiom - Interface in org.semanticweb.owlapi.model
-
- OWLSubAnnotationPropertyOfAxiom - Interface in org.semanticweb.owlapi.model
-
- OWLSubClassOfAxiom - Interface in org.semanticweb.owlapi.model
-
Represents an
SubClassOf axiom
in the OWL 2 Specification.
- OWLSubClassOfAxiomSetShortCut - Interface in org.semanticweb.owlapi.model
-
A marker interface for an axiom that can be represented by a set of
SubClassOf axioms that is equivalent to this axiom.
- OWLSubClassOfAxiomShortCut - Interface in org.semanticweb.owlapi.model
-
A marker interface for axioms that are essentially syntactic shortcuts for
SubClassOf axioms.
- OWLSubDataPropertyOfAxiom - Interface in org.semanticweb.owlapi.model
-
- OWLSubObjectPropertyOfAxiom - Interface in org.semanticweb.owlapi.model
-
- OWLSubPropertyAxiom<P extends OWLPropertyExpression<?,?>> - Interface in org.semanticweb.owlapi.model
-
- OWLSubPropertyChainOfAxiom - Interface in org.semanticweb.owlapi.model
-
Represents a
SubObjectPropertyOf axiom in the OWL 2 Specification where the
subproperty is a chain of properties.
- OWLSymmetricObjectPropertyAxiom - Interface in org.semanticweb.owlapi.model
-
- OWLTransitiveObjectPropertyAxiom - Interface in org.semanticweb.owlapi.model
-
- OWLUnaryPropertyAxiom<P extends OWLPropertyExpression<?,?>> - Interface in org.semanticweb.owlapi.model
-
- OWLXMLOntologyFormat - Class in org.semanticweb.owlapi.io
-
- OWLXMLOntologyFormat() - Constructor for class org.semanticweb.owlapi.io.OWLXMLOntologyFormat
-
- OWLXMLVocabulary - Enum in org.semanticweb.owlapi.vocab
-
- valueOf(String) - Static method in enum org.semanticweb.owlapi.io.RDFOntologyHeaderStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.semanticweb.owlapi.model.ClassExpressionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.semanticweb.owlapi.model.DataRangeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.semanticweb.owlapi.model.MissingImportHandlingStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.semanticweb.owlapi.model.OWLOntologyLoaderConfiguration.MissingOntologyHeaderStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.semanticweb.owlapi.model.PrimitiveType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.semanticweb.owlapi.reasoner.BufferingMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.semanticweb.owlapi.reasoner.FreshEntityPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.semanticweb.owlapi.reasoner.IndividualNodeSetPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.semanticweb.owlapi.reasoner.InferenceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.semanticweb.owlapi.util.DLExpressivityChecker.Construct
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.semanticweb.owlapi.vocab.BuiltInVocabulary
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.semanticweb.owlapi.vocab.DublinCoreVocabulary
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.semanticweb.owlapi.vocab.Namespaces.BuiltIn
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.semanticweb.owlapi.vocab.Namespaces.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.semanticweb.owlapi.vocab.Namespaces
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.semanticweb.owlapi.vocab.OWL2Datatype.Category
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.semanticweb.owlapi.vocab.OWL2Datatype
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.semanticweb.owlapi.vocab.OWL2Datatype.WhiteSpaceNormalisation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.semanticweb.owlapi.vocab.OWLFacet
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.semanticweb.owlapi.vocab.OWLRDFVocabulary
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.semanticweb.owlapi.vocab.OWLXMLVocabulary
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.semanticweb.owlapi.vocab.SKOSVocabulary
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.semanticweb.owlapi.vocab.SWRLVocabulary
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.semanticweb.owlapi.vocab.XSDVocabulary
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.semanticweb.owlapi.io.RDFOntologyHeaderStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.semanticweb.owlapi.model.ClassExpressionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.semanticweb.owlapi.model.DataRangeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in class org.semanticweb.owlapi.model.EntityType
-
- values() - Static method in enum org.semanticweb.owlapi.model.MissingImportHandlingStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.semanticweb.owlapi.model.OWLOntologyLoaderConfiguration.MissingOntologyHeaderStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.semanticweb.owlapi.model.PrimitiveType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.semanticweb.owlapi.reasoner.BufferingMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.semanticweb.owlapi.reasoner.FreshEntityPolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.semanticweb.owlapi.reasoner.IndividualNodeSetPolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.semanticweb.owlapi.reasoner.InferenceType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.semanticweb.owlapi.util.DLExpressivityChecker.Construct
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.semanticweb.owlapi.vocab.BuiltInVocabulary
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.semanticweb.owlapi.vocab.DublinCoreVocabulary
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.semanticweb.owlapi.vocab.Namespaces.BuiltIn
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.semanticweb.owlapi.vocab.Namespaces.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.semanticweb.owlapi.vocab.Namespaces
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.semanticweb.owlapi.vocab.OWL2Datatype.Category
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.semanticweb.owlapi.vocab.OWL2Datatype
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.semanticweb.owlapi.vocab.OWL2Datatype.WhiteSpaceNormalisation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.semanticweb.owlapi.vocab.OWLFacet
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.semanticweb.owlapi.vocab.OWLRDFVocabulary
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.semanticweb.owlapi.vocab.OWLXMLVocabulary
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.semanticweb.owlapi.vocab.SKOSVocabulary
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.semanticweb.owlapi.vocab.SWRLVocabulary
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.semanticweb.owlapi.vocab.XSDVocabulary
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- Version - Class in org.semanticweb.owlapi.util
-
A simple utility class that describes the version of a piece of software e.g.
- Version(int, int, int, int) - Constructor for class org.semanticweb.owlapi.util.Version
-
- VersionInfo - Class in org.semanticweb.owlapi.util
-
A place holder for the current release number.
- visit(AddAxiomData) - Method in interface org.semanticweb.owlapi.change.OWLOntologyChangeDataVisitor
-
- visit(RemoveAxiomData) - Method in interface org.semanticweb.owlapi.change.OWLOntologyChangeDataVisitor
-
- visit(AddOntologyAnnotationData) - Method in interface org.semanticweb.owlapi.change.OWLOntologyChangeDataVisitor
-
- visit(RemoveOntologyAnnotationData) - Method in interface org.semanticweb.owlapi.change.OWLOntologyChangeDataVisitor
-
- visit(SetOntologyIDData) - Method in interface org.semanticweb.owlapi.change.OWLOntologyChangeDataVisitor
-
- visit(AddImportData) - Method in interface org.semanticweb.owlapi.change.OWLOntologyChangeDataVisitor
-
- visit(RemoveImportData) - Method in interface org.semanticweb.owlapi.change.OWLOntologyChangeDataVisitor
-
- visit(OWLAnnotationAssertionAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAnnotationAxiomVisitor
-
visit OWLAnnotationAssertionAxiom type
- visit(OWLSubAnnotationPropertyOfAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAnnotationAxiomVisitor
-
visit OWLSubAnnotationPropertyOfAxiom type
- visit(OWLAnnotationPropertyDomainAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAnnotationAxiomVisitor
-
visit OWLAnnotationPropertyDomainAxiom type
- visit(OWLAnnotationPropertyRangeAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAnnotationAxiomVisitor
-
visit OWLAnnotationPropertyRangeAxiom type
- visit(OWLAnnotationAssertionAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAnnotationAxiomVisitorEx
-
visit OWLAnnotationAssertionAxiom type
- visit(OWLSubAnnotationPropertyOfAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAnnotationAxiomVisitorEx
-
visit OWLSubAnnotationPropertyOfAxiom type
- visit(OWLAnnotationPropertyDomainAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAnnotationAxiomVisitorEx
-
visit OWLAnnotationPropertyDomainAxiom type
- visit(OWLAnnotationPropertyRangeAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAnnotationAxiomVisitorEx
-
visit OWLAnnotationPropertyRangeAxiom type
- visit(OWLAnnotation) - Method in interface org.semanticweb.owlapi.model.OWLAnnotationObjectVisitor
-
visit OWLAnnotation type
- visit(OWLAnnotation) - Method in interface org.semanticweb.owlapi.model.OWLAnnotationObjectVisitorEx
-
visit OWLAnnotation type
- visit(IRI) - Method in interface org.semanticweb.owlapi.model.OWLAnnotationSubjectVisitor
-
visit IRI type
- visit(OWLAnonymousIndividual) - Method in interface org.semanticweb.owlapi.model.OWLAnnotationSubjectVisitor
-
visit OWLAnonymousIndividual type
- visit(IRI) - Method in interface org.semanticweb.owlapi.model.OWLAnnotationSubjectVisitorEx
-
visit IRI type
- visit(OWLAnonymousIndividual) - Method in interface org.semanticweb.owlapi.model.OWLAnnotationSubjectVisitorEx
-
visit OWLAnonymousIndividual type
- visit(IRI) - Method in interface org.semanticweb.owlapi.model.OWLAnnotationValueVisitor
-
visit IRI type
- visit(OWLAnonymousIndividual) - Method in interface org.semanticweb.owlapi.model.OWLAnnotationValueVisitor
-
visit OWLAnonymousIndividual type
- visit(OWLLiteral) - Method in interface org.semanticweb.owlapi.model.OWLAnnotationValueVisitor
-
visit OWLLiteral type
- visit(IRI) - Method in interface org.semanticweb.owlapi.model.OWLAnnotationValueVisitorEx
-
visit IRI type
- visit(OWLAnonymousIndividual) - Method in interface org.semanticweb.owlapi.model.OWLAnnotationValueVisitorEx
-
visit OWLAnonymousIndividual type
- visit(OWLLiteral) - Method in interface org.semanticweb.owlapi.model.OWLAnnotationValueVisitorEx
-
visit OWLLiteral type
- visit(OWLDeclarationAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAxiomVisitor
-
visit OWLDeclarationAxiom type
- visit(OWLSubClassOfAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAxiomVisitor
-
visit OWLSubClassOfAxiom type
- visit(OWLNegativeObjectPropertyAssertionAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAxiomVisitor
-
visit OWLNegativeObjectPropertyAssertionAxiom type
- visit(OWLAsymmetricObjectPropertyAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAxiomVisitor
-
visit OWLAsymmetricObjectPropertyAxiom type
- visit(OWLReflexiveObjectPropertyAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAxiomVisitor
-
visit OWLReflexiveObjectPropertyAxiom type
- visit(OWLDisjointClassesAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAxiomVisitor
-
visit OWLDisjointClassesAxiom type
- visit(OWLDataPropertyDomainAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAxiomVisitor
-
visit OWLDataPropertyDomainAxiom type
- visit(OWLObjectPropertyDomainAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAxiomVisitor
-
visit OWLObjectPropertyDomainAxiom type
- visit(OWLEquivalentObjectPropertiesAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAxiomVisitor
-
visit OWLEquivalentObjectPropertiesAxiom type
- visit(OWLNegativeDataPropertyAssertionAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAxiomVisitor
-
visit OWLNegativeDataPropertyAssertionAxiom type
- visit(OWLDifferentIndividualsAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAxiomVisitor
-
visit OWLDifferentIndividualsAxiom type
- visit(OWLDisjointDataPropertiesAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAxiomVisitor
-
visit OWLDisjointDataPropertiesAxiom type
- visit(OWLDisjointObjectPropertiesAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAxiomVisitor
-
visit OWLDisjointObjectPropertiesAxiom type
- visit(OWLObjectPropertyRangeAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAxiomVisitor
-
visit OWLObjectPropertyRangeAxiom type
- visit(OWLObjectPropertyAssertionAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAxiomVisitor
-
visit OWLObjectPropertyAssertionAxiom type
- visit(OWLFunctionalObjectPropertyAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAxiomVisitor
-
visit OWLFunctionalObjectPropertyAxiom type
- visit(OWLSubObjectPropertyOfAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAxiomVisitor
-
visit OWLSubObjectPropertyOfAxiom type
- visit(OWLDisjointUnionAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAxiomVisitor
-
visit OWLDisjointUnionAxiom type
- visit(OWLSymmetricObjectPropertyAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAxiomVisitor
-
visit OWLSymmetricObjectPropertyAxiom type
- visit(OWLDataPropertyRangeAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAxiomVisitor
-
visit OWLDataPropertyRangeAxiom type
- visit(OWLFunctionalDataPropertyAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAxiomVisitor
-
visit OWLFunctionalDataPropertyAxiom type
- visit(OWLEquivalentDataPropertiesAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAxiomVisitor
-
visit OWLEquivalentDataPropertiesAxiom type
- visit(OWLClassAssertionAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAxiomVisitor
-
visit OWLClassAssertionAxiom type
- visit(OWLEquivalentClassesAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAxiomVisitor
-
visit OWLEquivalentClassesAxiom type
- visit(OWLDataPropertyAssertionAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAxiomVisitor
-
visit OWLDataPropertyAssertionAxiom type
- visit(OWLTransitiveObjectPropertyAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAxiomVisitor
-
visit OWLTransitiveObjectPropertyAxiom type
- visit(OWLIrreflexiveObjectPropertyAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAxiomVisitor
-
visit OWLIrreflexiveObjectPropertyAxiom type
- visit(OWLSubDataPropertyOfAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAxiomVisitor
-
visit OWLSubDataPropertyOfAxiom type
- visit(OWLInverseFunctionalObjectPropertyAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAxiomVisitor
-
visit OWLInverseFunctionalObjectPropertyAxiom type
- visit(OWLSameIndividualAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAxiomVisitor
-
visit OWLSameIndividualAxiom type
- visit(OWLSubPropertyChainOfAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAxiomVisitor
-
visit OWLSubPropertyChainOfAxiom type
- visit(OWLInverseObjectPropertiesAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAxiomVisitor
-
visit OWLInverseObjectPropertiesAxiom type
- visit(OWLHasKeyAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAxiomVisitor
-
visit OWLHasKeyAxiom type
- visit(OWLDatatypeDefinitionAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAxiomVisitor
-
visit OWLDatatypeDefinitionAxiom type
- visit(SWRLRule) - Method in interface org.semanticweb.owlapi.model.OWLAxiomVisitor
-
visit SWRLRule type
- visit(OWLSubClassOfAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAxiomVisitorEx
-
visit OWLSubClassOfAxiom type
- visit(OWLNegativeObjectPropertyAssertionAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAxiomVisitorEx
-
visit OWLNegativeObjectPropertyAssertionAxiom type
- visit(OWLAsymmetricObjectPropertyAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAxiomVisitorEx
-
visit OWLAsymmetricObjectPropertyAxiom type
- visit(OWLReflexiveObjectPropertyAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAxiomVisitorEx
-
visit OWLReflexiveObjectPropertyAxiom type
- visit(OWLDisjointClassesAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAxiomVisitorEx
-
visit OWLDisjointClassesAxiom type
- visit(OWLDataPropertyDomainAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAxiomVisitorEx
-
visit OWLDataPropertyDomainAxiom type
- visit(OWLObjectPropertyDomainAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAxiomVisitorEx
-
visit OWLObjectPropertyDomainAxiom type
- visit(OWLEquivalentObjectPropertiesAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAxiomVisitorEx
-
visit OWLEquivalentObjectPropertiesAxiom type
- visit(OWLNegativeDataPropertyAssertionAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAxiomVisitorEx
-
visit OWLNegativeDataPropertyAssertionAxiom type
- visit(OWLDifferentIndividualsAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAxiomVisitorEx
-
visit OWLDifferentIndividualsAxiom type
- visit(OWLDisjointDataPropertiesAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAxiomVisitorEx
-
visit OWLDisjointDataPropertiesAxiom type
- visit(OWLDisjointObjectPropertiesAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAxiomVisitorEx
-
visit OWLDisjointObjectPropertiesAxiom type
- visit(OWLObjectPropertyRangeAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAxiomVisitorEx
-
visit OWLObjectPropertyRangeAxiom type
- visit(OWLObjectPropertyAssertionAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAxiomVisitorEx
-
visit OWLObjectPropertyAssertionAxiom type
- visit(OWLFunctionalObjectPropertyAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAxiomVisitorEx
-
visit OWLFunctionalObjectPropertyAxiom type
- visit(OWLSubObjectPropertyOfAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAxiomVisitorEx
-
visit OWLSubObjectPropertyOfAxiom type
- visit(OWLDisjointUnionAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAxiomVisitorEx
-
visit OWLDisjointUnionAxiom type
- visit(OWLDeclarationAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAxiomVisitorEx
-
visit OWLDeclarationAxiom type
- visit(OWLAnnotationAssertionAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAxiomVisitorEx
-
- visit(OWLSymmetricObjectPropertyAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAxiomVisitorEx
-
visit OWLSymmetricObjectPropertyAxiom type
- visit(OWLDataPropertyRangeAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAxiomVisitorEx
-
visit OWLDataPropertyRangeAxiom type
- visit(OWLFunctionalDataPropertyAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAxiomVisitorEx
-
visit OWLFunctionalDataPropertyAxiom type
- visit(OWLEquivalentDataPropertiesAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAxiomVisitorEx
-
visit OWLEquivalentDataPropertiesAxiom type
- visit(OWLClassAssertionAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAxiomVisitorEx
-
visit OWLClassAssertionAxiom type
- visit(OWLEquivalentClassesAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAxiomVisitorEx
-
visit OWLEquivalentClassesAxiom type
- visit(OWLDataPropertyAssertionAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAxiomVisitorEx
-
visit OWLDataPropertyAssertionAxiom type
- visit(OWLTransitiveObjectPropertyAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAxiomVisitorEx
-
visit OWLTransitiveObjectPropertyAxiom type
- visit(OWLIrreflexiveObjectPropertyAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAxiomVisitorEx
-
visit OWLIrreflexiveObjectPropertyAxiom type
- visit(OWLSubDataPropertyOfAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAxiomVisitorEx
-
visit OWLSubDataPropertyOfAxiom type
- visit(OWLInverseFunctionalObjectPropertyAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAxiomVisitorEx
-
visit OWLInverseFunctionalObjectPropertyAxiom type
- visit(OWLSameIndividualAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAxiomVisitorEx
-
visit OWLSameIndividualAxiom type
- visit(OWLSubPropertyChainOfAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAxiomVisitorEx
-
visit OWLSubPropertyChainOfAxiom type
- visit(OWLInverseObjectPropertiesAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAxiomVisitorEx
-
visit OWLInverseObjectPropertiesAxiom type
- visit(OWLHasKeyAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAxiomVisitorEx
-
visit OWLHasKeyAxiom type
- visit(OWLDatatypeDefinitionAxiom) - Method in interface org.semanticweb.owlapi.model.OWLAxiomVisitorEx
-
visit OWLDatatypeDefinitionAxiom type
- visit(SWRLRule) - Method in interface org.semanticweb.owlapi.model.OWLAxiomVisitorEx
-
visit SWRLRule type
- visit(OWLClass) - Method in interface org.semanticweb.owlapi.model.OWLClassExpressionVisitor
-
visit OWLClass type
- visit(OWLObjectIntersectionOf) - Method in interface org.semanticweb.owlapi.model.OWLClassExpressionVisitor
-
visit OWLObjectIntersectionOf type
- visit(OWLObjectUnionOf) - Method in interface org.semanticweb.owlapi.model.OWLClassExpressionVisitor
-
visit OWLObjectUnionOf type
- visit(OWLObjectComplementOf) - Method in interface org.semanticweb.owlapi.model.OWLClassExpressionVisitor
-
visit OWLObjectComplementOf type
- visit(OWLObjectSomeValuesFrom) - Method in interface org.semanticweb.owlapi.model.OWLClassExpressionVisitor
-
visit OWLObjectSomeValuesFrom type
- visit(OWLObjectAllValuesFrom) - Method in interface org.semanticweb.owlapi.model.OWLClassExpressionVisitor
-
visit OWLObjectAllValuesFrom type
- visit(OWLObjectHasValue) - Method in interface org.semanticweb.owlapi.model.OWLClassExpressionVisitor
-
visit OWLObjectHasValue type
- visit(OWLObjectMinCardinality) - Method in interface org.semanticweb.owlapi.model.OWLClassExpressionVisitor
-
visit OWLObjectMinCardinality type
- visit(OWLObjectExactCardinality) - Method in interface org.semanticweb.owlapi.model.OWLClassExpressionVisitor
-
visit OWLObjectExactCardinality type
- visit(OWLObjectMaxCardinality) - Method in interface org.semanticweb.owlapi.model.OWLClassExpressionVisitor
-
visit OWLObjectMaxCardinality type
- visit(OWLObjectHasSelf) - Method in interface org.semanticweb.owlapi.model.OWLClassExpressionVisitor
-
visit OWLObjectHasSelf type
- visit(OWLObjectOneOf) - Method in interface org.semanticweb.owlapi.model.OWLClassExpressionVisitor
-
visit OWLObjectOneOf type
- visit(OWLDataSomeValuesFrom) - Method in interface org.semanticweb.owlapi.model.OWLClassExpressionVisitor
-
visit OWLDataSomeValuesFrom type
- visit(OWLDataAllValuesFrom) - Method in interface org.semanticweb.owlapi.model.OWLClassExpressionVisitor
-
visit OWLDataAllValuesFrom type
- visit(OWLDataHasValue) - Method in interface org.semanticweb.owlapi.model.OWLClassExpressionVisitor
-
visit OWLDataHasValue type
- visit(OWLDataMinCardinality) - Method in interface org.semanticweb.owlapi.model.OWLClassExpressionVisitor
-
visit OWLDataMinCardinality type
- visit(OWLDataExactCardinality) - Method in interface org.semanticweb.owlapi.model.OWLClassExpressionVisitor
-
visit OWLDataExactCardinality type
- visit(OWLDataMaxCardinality) - Method in interface org.semanticweb.owlapi.model.OWLClassExpressionVisitor
-
visit OWLDataMaxCardinality type
- visit(OWLClass) - Method in interface org.semanticweb.owlapi.model.OWLClassExpressionVisitorEx
-
visit OWLClass type
- visit(OWLObjectIntersectionOf) - Method in interface org.semanticweb.owlapi.model.OWLClassExpressionVisitorEx
-
visit OWLObjectIntersectionOf type
- visit(OWLObjectUnionOf) - Method in interface org.semanticweb.owlapi.model.OWLClassExpressionVisitorEx
-
visit OWLObjectUnionOf type
- visit(OWLObjectComplementOf) - Method in interface org.semanticweb.owlapi.model.OWLClassExpressionVisitorEx
-
visit OWLObjectComplementOf type
- visit(OWLObjectSomeValuesFrom) - Method in interface org.semanticweb.owlapi.model.OWLClassExpressionVisitorEx
-
visit OWLObjectSomeValuesFrom type
- visit(OWLObjectAllValuesFrom) - Method in interface org.semanticweb.owlapi.model.OWLClassExpressionVisitorEx
-
visit OWLObjectAllValuesFrom type
- visit(OWLObjectHasValue) - Method in interface org.semanticweb.owlapi.model.OWLClassExpressionVisitorEx
-
visit OWLObjectHasValue type
- visit(OWLObjectMinCardinality) - Method in interface org.semanticweb.owlapi.model.OWLClassExpressionVisitorEx
-
visit OWLObjectMinCardinality type
- visit(OWLObjectExactCardinality) - Method in interface org.semanticweb.owlapi.model.OWLClassExpressionVisitorEx
-
visit OWLObjectExactCardinality type
- visit(OWLObjectMaxCardinality) - Method in interface org.semanticweb.owlapi.model.OWLClassExpressionVisitorEx
-
visit OWLObjectMaxCardinality type
- visit(OWLObjectHasSelf) - Method in interface org.semanticweb.owlapi.model.OWLClassExpressionVisitorEx
-
visit OWLObjectHasSelf type
- visit(OWLObjectOneOf) - Method in interface org.semanticweb.owlapi.model.OWLClassExpressionVisitorEx
-
visit OWLObjectOneOf type
- visit(OWLDataSomeValuesFrom) - Method in interface org.semanticweb.owlapi.model.OWLClassExpressionVisitorEx
-
visit OWLDataSomeValuesFrom type
- visit(OWLDataAllValuesFrom) - Method in interface org.semanticweb.owlapi.model.OWLClassExpressionVisitorEx
-
visit OWLDataAllValuesFrom type
- visit(OWLDataHasValue) - Method in interface org.semanticweb.owlapi.model.OWLClassExpressionVisitorEx
-
visit OWLDataHasValue type
- visit(OWLDataMinCardinality) - Method in interface org.semanticweb.owlapi.model.OWLClassExpressionVisitorEx
-
visit OWLDataMinCardinality type
- visit(OWLDataExactCardinality) - Method in interface org.semanticweb.owlapi.model.OWLClassExpressionVisitorEx
-
visit OWLDataExactCardinality type
- visit(OWLDataMaxCardinality) - Method in interface org.semanticweb.owlapi.model.OWLClassExpressionVisitorEx
-
visit OWLDataMaxCardinality type
- visit(OWLDatatype) - Method in interface org.semanticweb.owlapi.model.OWLDataRangeVisitor
-
visit OWLDatatype type
- visit(OWLDataOneOf) - Method in interface org.semanticweb.owlapi.model.OWLDataRangeVisitor
-
visit OWLDataOneOf type
- visit(OWLDataComplementOf) - Method in interface org.semanticweb.owlapi.model.OWLDataRangeVisitor
-
visit OWLDataComplementOf type
- visit(OWLDataIntersectionOf) - Method in interface org.semanticweb.owlapi.model.OWLDataRangeVisitor
-
visit OWLDataIntersectionOf type
- visit(OWLDataUnionOf) - Method in interface org.semanticweb.owlapi.model.OWLDataRangeVisitor
-
visit OWLDataUnionOf type
- visit(OWLDatatypeRestriction) - Method in interface org.semanticweb.owlapi.model.OWLDataRangeVisitor
-
visit OWLDatatypeRestriction type
- visit(OWLDatatype) - Method in interface org.semanticweb.owlapi.model.OWLDataRangeVisitorEx
-
visit OWLDatatype type
- visit(OWLDataOneOf) - Method in interface org.semanticweb.owlapi.model.OWLDataRangeVisitorEx
-
visit OWLDataOneOf type
- visit(OWLDataComplementOf) - Method in interface org.semanticweb.owlapi.model.OWLDataRangeVisitorEx
-
visit OWLDataComplementOf type
- visit(OWLDataIntersectionOf) - Method in interface org.semanticweb.owlapi.model.OWLDataRangeVisitorEx
-
visit OWLDataIntersectionOf type
- visit(OWLDataUnionOf) - Method in interface org.semanticweb.owlapi.model.OWLDataRangeVisitorEx
-
visit OWLDataUnionOf type
- visit(OWLDatatypeRestriction) - Method in interface org.semanticweb.owlapi.model.OWLDataRangeVisitorEx
-
visit OWLDatatypeRestriction type
- visit(OWLLiteral) - Method in interface org.semanticweb.owlapi.model.OWLDataVisitor
-
visit OWLLiteral type
- visit(OWLFacetRestriction) - Method in interface org.semanticweb.owlapi.model.OWLDataVisitor
-
visit OWLFacetRestriction type
- visit(OWLDatatype) - Method in interface org.semanticweb.owlapi.model.OWLDataVisitorEx
-
visit OWLDatatype type
- visit(OWLDataComplementOf) - Method in interface org.semanticweb.owlapi.model.OWLDataVisitorEx
-
visit OWLDataComplementOf type
- visit(OWLDataOneOf) - Method in interface org.semanticweb.owlapi.model.OWLDataVisitorEx
-
visit OWLDataOneOf type
- visit(OWLDataIntersectionOf) - Method in interface org.semanticweb.owlapi.model.OWLDataVisitorEx
-
visit OWLDataIntersectionOf type
- visit(OWLDataUnionOf) - Method in interface org.semanticweb.owlapi.model.OWLDataVisitorEx
-
visit OWLDataUnionOf type
- visit(OWLDatatypeRestriction) - Method in interface org.semanticweb.owlapi.model.OWLDataVisitorEx
-
visit OWLDatatypeRestriction type
- visit(OWLLiteral) - Method in interface org.semanticweb.owlapi.model.OWLDataVisitorEx
-
visit OWLLiteral type
- visit(OWLFacetRestriction) - Method in interface org.semanticweb.owlapi.model.OWLDataVisitorEx
-
visit OWLFacetRestriction type
- visit(OWLClass) - Method in interface org.semanticweb.owlapi.model.OWLEntityVisitor
-
visit OWLClass type
- visit(OWLObjectProperty) - Method in interface org.semanticweb.owlapi.model.OWLEntityVisitor
-
visit OWLObjectProperty type
- visit(OWLDataProperty) - Method in interface org.semanticweb.owlapi.model.OWLEntityVisitor
-
visit OWLDataProperty type
- visit(OWLNamedIndividual) - Method in interface org.semanticweb.owlapi.model.OWLEntityVisitor
-
visit OWLNamedIndividual type
- visit(OWLDatatype) - Method in interface org.semanticweb.owlapi.model.OWLEntityVisitor
-
visit OWLDatatype type
- visit(OWLAnnotationProperty) - Method in interface org.semanticweb.owlapi.model.OWLEntityVisitor
-
visit OWLAnnotationProperty type
- visit(OWLClass) - Method in interface org.semanticweb.owlapi.model.OWLEntityVisitorEx
-
visit OWLClass type
- visit(OWLObjectProperty) - Method in interface org.semanticweb.owlapi.model.OWLEntityVisitorEx
-
visit OWLObjectProperty type
- visit(OWLDataProperty) - Method in interface org.semanticweb.owlapi.model.OWLEntityVisitorEx
-
visit OWLDataProperty type
- visit(OWLNamedIndividual) - Method in interface org.semanticweb.owlapi.model.OWLEntityVisitorEx
-
visit OWLNamedIndividual type
- visit(OWLDatatype) - Method in interface org.semanticweb.owlapi.model.OWLEntityVisitorEx
-
visit OWLDatatype type
- visit(OWLAnnotationProperty) - Method in interface org.semanticweb.owlapi.model.OWLEntityVisitorEx
-
visit OWLAnnotationProperty type
- visit(OWLNamedIndividual) - Method in interface org.semanticweb.owlapi.model.OWLIndividualVisitor
-
visit OWLNamedIndividual type
- visit(OWLAnonymousIndividual) - Method in interface org.semanticweb.owlapi.model.OWLIndividualVisitor
-
visit OWLAnonymousIndividual type
- visit(OWLNamedIndividual) - Method in interface org.semanticweb.owlapi.model.OWLIndividualVisitorEx
-
visit OWLNamedIndividual type
- visit(OWLAnonymousIndividual) - Method in interface org.semanticweb.owlapi.model.OWLIndividualVisitorEx
-
visit OWLAnonymousIndividual type
- visit(OWLSubClassOfAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitor
-
visit OWLSubClassOfAxiom type
- visit(OWLNegativeObjectPropertyAssertionAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitor
-
visit OWLNegativeObjectPropertyAssertionAxiom type
- visit(OWLAsymmetricObjectPropertyAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitor
-
visit OWLAsymmetricObjectPropertyAxiom type
- visit(OWLReflexiveObjectPropertyAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitor
-
visit OWLReflexiveObjectPropertyAxiom type
- visit(OWLDisjointClassesAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitor
-
visit OWLDisjointClassesAxiom type
- visit(OWLDataPropertyDomainAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitor
-
visit OWLDataPropertyDomainAxiom type
- visit(OWLObjectPropertyDomainAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitor
-
visit OWLObjectPropertyDomainAxiom type
- visit(OWLEquivalentObjectPropertiesAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitor
-
visit OWLEquivalentObjectPropertiesAxiom type
- visit(OWLNegativeDataPropertyAssertionAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitor
-
visit OWLNegativeDataPropertyAssertionAxiom type
- visit(OWLDifferentIndividualsAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitor
-
visit OWLDifferentIndividualsAxiom type
- visit(OWLDisjointDataPropertiesAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitor
-
visit OWLDisjointDataPropertiesAxiom type
- visit(OWLDisjointObjectPropertiesAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitor
-
visit OWLDisjointObjectPropertiesAxiom type
- visit(OWLObjectPropertyRangeAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitor
-
visit OWLObjectPropertyRangeAxiom type
- visit(OWLObjectPropertyAssertionAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitor
-
visit OWLObjectPropertyAssertionAxiom type
- visit(OWLFunctionalObjectPropertyAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitor
-
visit OWLFunctionalObjectPropertyAxiom type
- visit(OWLSubObjectPropertyOfAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitor
-
visit OWLSubObjectPropertyOfAxiom type
- visit(OWLDisjointUnionAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitor
-
visit OWLDisjointUnionAxiom type
- visit(OWLSymmetricObjectPropertyAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitor
-
visit OWLSymmetricObjectPropertyAxiom type
- visit(OWLDataPropertyRangeAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitor
-
visit OWLDataPropertyRangeAxiom type
- visit(OWLFunctionalDataPropertyAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitor
-
visit OWLFunctionalDataPropertyAxiom type
- visit(OWLEquivalentDataPropertiesAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitor
-
visit OWLEquivalentDataPropertiesAxiom type
- visit(OWLClassAssertionAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitor
-
visit OWLClassAssertionAxiom type
- visit(OWLEquivalentClassesAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitor
-
visit OWLEquivalentClassesAxiom type
- visit(OWLDataPropertyAssertionAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitor
-
visit OWLDataPropertyAssertionAxiom type
- visit(OWLTransitiveObjectPropertyAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitor
-
visit OWLTransitiveObjectPropertyAxiom type
- visit(OWLIrreflexiveObjectPropertyAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitor
-
visit OWLIrreflexiveObjectPropertyAxiom type
- visit(OWLSubDataPropertyOfAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitor
-
visit OWLSubDataPropertyOfAxiom type
- visit(OWLInverseFunctionalObjectPropertyAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitor
-
visit OWLInverseFunctionalObjectPropertyAxiom type
- visit(OWLSameIndividualAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitor
-
visit OWLSameIndividualAxiom type
- visit(OWLSubPropertyChainOfAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitor
-
visit OWLSubPropertyChainOfAxiom type
- visit(OWLInverseObjectPropertiesAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitor
-
visit OWLInverseObjectPropertiesAxiom type
- visit(OWLHasKeyAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitor
-
visit OWLHasKeyAxiom type
- visit(SWRLRule) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitor
-
visit SWRLRule type
- visit(OWLSubClassOfAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitorEx
-
visit OWLSubClassOfAxiom type
- visit(OWLNegativeObjectPropertyAssertionAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitorEx
-
visit OWLNegativeObjectPropertyAssertionAxiom type
- visit(OWLAsymmetricObjectPropertyAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitorEx
-
visit OWLAsymmetricObjectPropertyAxiom type
- visit(OWLReflexiveObjectPropertyAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitorEx
-
visit OWLReflexiveObjectPropertyAxiom type
- visit(OWLDisjointClassesAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitorEx
-
visit OWLDisjointClassesAxiom type
- visit(OWLDataPropertyDomainAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitorEx
-
visit OWLDataPropertyDomainAxiom type
- visit(OWLObjectPropertyDomainAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitorEx
-
visit OWLObjectPropertyDomainAxiom type
- visit(OWLEquivalentObjectPropertiesAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitorEx
-
visit OWLEquivalentObjectPropertiesAxiom type
- visit(OWLNegativeDataPropertyAssertionAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitorEx
-
visit OWLNegativeDataPropertyAssertionAxiom type
- visit(OWLDifferentIndividualsAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitorEx
-
visit OWLDifferentIndividualsAxiom type
- visit(OWLDisjointDataPropertiesAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitorEx
-
visit OWLDisjointDataPropertiesAxiom type
- visit(OWLDisjointObjectPropertiesAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitorEx
-
visit OWLDisjointObjectPropertiesAxiom type
- visit(OWLObjectPropertyRangeAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitorEx
-
visit OWLObjectPropertyRangeAxiom type
- visit(OWLObjectPropertyAssertionAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitorEx
-
visit OWLObjectPropertyAssertionAxiom type
- visit(OWLFunctionalObjectPropertyAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitorEx
-
visit OWLFunctionalObjectPropertyAxiom type
- visit(OWLSubObjectPropertyOfAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitorEx
-
visit OWLSubObjectPropertyOfAxiom type
- visit(OWLDisjointUnionAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitorEx
-
visit OWLDisjointUnionAxiom type
- visit(OWLSymmetricObjectPropertyAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitorEx
-
visit OWLSymmetricObjectPropertyAxiom type
- visit(OWLDataPropertyRangeAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitorEx
-
visit OWLDataPropertyRangeAxiom type
- visit(OWLFunctionalDataPropertyAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitorEx
-
visit OWLFunctionalDataPropertyAxiom type
- visit(OWLEquivalentDataPropertiesAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitorEx
-
visit OWLEquivalentDataPropertiesAxiom type
- visit(OWLClassAssertionAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitorEx
-
visit OWLClassAssertionAxiom type
- visit(OWLEquivalentClassesAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitorEx
-
visit OWLEquivalentClassesAxiom type
- visit(OWLDataPropertyAssertionAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitorEx
-
visit OWLDataPropertyAssertionAxiom type
- visit(OWLTransitiveObjectPropertyAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitorEx
-
visit OWLTransitiveObjectPropertyAxiom type
- visit(OWLIrreflexiveObjectPropertyAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitorEx
-
visit OWLIrreflexiveObjectPropertyAxiom type
- visit(OWLSubDataPropertyOfAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitorEx
-
visit OWLSubDataPropertyOfAxiom type
- visit(OWLInverseFunctionalObjectPropertyAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitorEx
-
visit OWLInverseFunctionalObjectPropertyAxiom type
- visit(OWLSameIndividualAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitorEx
-
visit OWLSameIndividualAxiom type
- visit(OWLSubPropertyChainOfAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitorEx
-
visit OWLSubPropertyChainOfAxiom type
- visit(OWLInverseObjectPropertiesAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitorEx
-
visit OWLInverseObjectPropertiesAxiom type
- visit(OWLHasKeyAxiom) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitorEx
-
visit OWLHasKeyAxiom type
- visit(SWRLRule) - Method in interface org.semanticweb.owlapi.model.OWLLogicalAxiomVisitorEx
-
visit SWRLRule type
- visit(OWLClass) - Method in interface org.semanticweb.owlapi.model.OWLNamedObjectVisitor
-
visit OWLClass type
- visit(OWLObjectProperty) - Method in interface org.semanticweb.owlapi.model.OWLNamedObjectVisitor
-
visit OWLObjectProperty type
- visit(OWLDataProperty) - Method in interface org.semanticweb.owlapi.model.OWLNamedObjectVisitor
-
visit OWLDataProperty type
- visit(OWLNamedIndividual) - Method in interface org.semanticweb.owlapi.model.OWLNamedObjectVisitor
-
visit OWLNamedIndividual type
- visit(OWLOntology) - Method in interface org.semanticweb.owlapi.model.OWLNamedObjectVisitor
-
visit OWLOntology type
- visit(OWLDatatype) - Method in interface org.semanticweb.owlapi.model.OWLNamedObjectVisitor
-
visit OWLDatatype type
- visit(OWLAnnotationProperty) - Method in interface org.semanticweb.owlapi.model.OWLNamedObjectVisitor
-
visit OWLAnnotationProperty type
- visit(OWLClass) - Method in interface org.semanticweb.owlapi.model.OWLNamedObjectVisitorEx
-
visit OWLClass type
- visit(OWLObjectProperty) - Method in interface org.semanticweb.owlapi.model.OWLNamedObjectVisitorEx
-
visit OWLObjectProperty type
- visit(OWLDataProperty) - Method in interface org.semanticweb.owlapi.model.OWLNamedObjectVisitorEx
-
visit OWLDataProperty type
- visit(OWLNamedIndividual) - Method in interface org.semanticweb.owlapi.model.OWLNamedObjectVisitorEx
-
visit OWLNamedIndividual type
- visit(OWLOntology) - Method in interface org.semanticweb.owlapi.model.OWLNamedObjectVisitorEx
-
visit OWLOntology type
- visit(OWLDatatype) - Method in interface org.semanticweb.owlapi.model.OWLNamedObjectVisitorEx
-
visit OWLDatatype type
- visit(OWLAnnotationProperty) - Method in interface org.semanticweb.owlapi.model.OWLNamedObjectVisitorEx
-
visit OWLAnnotationProperty type
- visit(AddAxiom) - Method in interface org.semanticweb.owlapi.model.OWLOntologyChangeVisitor
-
visit AddAxiom type
- visit(RemoveAxiom) - Method in interface org.semanticweb.owlapi.model.OWLOntologyChangeVisitor
-
visit RemoveAxiom type
- visit(SetOntologyID) - Method in interface org.semanticweb.owlapi.model.OWLOntologyChangeVisitor
-
visit SetOntologyID type
- visit(AddImport) - Method in interface org.semanticweb.owlapi.model.OWLOntologyChangeVisitor
-
visit AddImport type
- visit(RemoveImport) - Method in interface org.semanticweb.owlapi.model.OWLOntologyChangeVisitor
-
visit RemoveImport type
- visit(AddOntologyAnnotation) - Method in interface org.semanticweb.owlapi.model.OWLOntologyChangeVisitor
-
visit AddOntologyAnnotation type
- visit(RemoveOntologyAnnotation) - Method in interface org.semanticweb.owlapi.model.OWLOntologyChangeVisitor
-
visit RemoveOntologyAnnotation type
- visit(AddAxiom) - Method in interface org.semanticweb.owlapi.model.OWLOntologyChangeVisitorEx
-
visit AddAxiom type
- visit(RemoveAxiom) - Method in interface org.semanticweb.owlapi.model.OWLOntologyChangeVisitorEx
-
visit RemoveAxiom type
- visit(SetOntologyID) - Method in interface org.semanticweb.owlapi.model.OWLOntologyChangeVisitorEx
-
visit SetOntologyID type
- visit(AddImport) - Method in interface org.semanticweb.owlapi.model.OWLOntologyChangeVisitorEx
-
visit AddImport type
- visit(RemoveImport) - Method in interface org.semanticweb.owlapi.model.OWLOntologyChangeVisitorEx
-
visit RemoveImport type
- visit(AddOntologyAnnotation) - Method in interface org.semanticweb.owlapi.model.OWLOntologyChangeVisitorEx
-
visit AddOntologyAnnotation type
- visit(RemoveOntologyAnnotation) - Method in interface org.semanticweb.owlapi.model.OWLOntologyChangeVisitorEx
-
visit RemoveOntologyAnnotation type
- visit(OWLObjectProperty) - Method in interface org.semanticweb.owlapi.model.OWLPropertyExpressionVisitor
-
visit OWLObjectProperty type
- visit(OWLObjectInverseOf) - Method in interface org.semanticweb.owlapi.model.OWLPropertyExpressionVisitor
-
visit OWLObjectInverseOf type
- visit(OWLDataProperty) - Method in interface org.semanticweb.owlapi.model.OWLPropertyExpressionVisitor
-
visit OWLDataProperty type
- visit(OWLObjectProperty) - Method in interface org.semanticweb.owlapi.model.OWLPropertyExpressionVisitorEx
-
visit OWLObjectProperty type
- visit(OWLObjectInverseOf) - Method in interface org.semanticweb.owlapi.model.OWLPropertyExpressionVisitorEx
-
visit OWLObjectInverseOf type
- visit(OWLDataProperty) - Method in interface org.semanticweb.owlapi.model.OWLPropertyExpressionVisitorEx
-
visit OWLDataProperty type
- visit(SWRLRule) - Method in interface org.semanticweb.owlapi.model.SWRLObjectVisitor
-
visit SWRLRule type
- visit(SWRLClassAtom) - Method in interface org.semanticweb.owlapi.model.SWRLObjectVisitor
-
visit SWRLClassAtom type
- visit(SWRLDataRangeAtom) - Method in interface org.semanticweb.owlapi.model.SWRLObjectVisitor
-
visit SWRLDataRangeAtom type
- visit(SWRLObjectPropertyAtom) - Method in interface org.semanticweb.owlapi.model.SWRLObjectVisitor
-
visit SWRLObjectPropertyAtom type
- visit(SWRLDataPropertyAtom) - Method in interface org.semanticweb.owlapi.model.SWRLObjectVisitor
-
visit SWRLDataPropertyAtom type
- visit(SWRLBuiltInAtom) - Method in interface org.semanticweb.owlapi.model.SWRLObjectVisitor
-
visit SWRLBuiltInAtom type
- visit(SWRLVariable) - Method in interface org.semanticweb.owlapi.model.SWRLObjectVisitor
-
visit SWRLVariable type
- visit(SWRLIndividualArgument) - Method in interface org.semanticweb.owlapi.model.SWRLObjectVisitor
-
visit SWRLIndividualArgument type
- visit(SWRLLiteralArgument) - Method in interface org.semanticweb.owlapi.model.SWRLObjectVisitor
-
visit SWRLLiteralArgument type
- visit(SWRLSameIndividualAtom) - Method in interface org.semanticweb.owlapi.model.SWRLObjectVisitor
-
visit SWRLSameIndividualAtom type
- visit(SWRLDifferentIndividualsAtom) - Method in interface org.semanticweb.owlapi.model.SWRLObjectVisitor
-
visit SWRLDifferentIndividualsAtom type
- visit(SWRLRule) - Method in interface org.semanticweb.owlapi.model.SWRLObjectVisitorEx
-
visit SWRLRule type
- visit(SWRLClassAtom) - Method in interface org.semanticweb.owlapi.model.SWRLObjectVisitorEx
-
visit SWRLClassAtom type
- visit(SWRLDataRangeAtom) - Method in interface org.semanticweb.owlapi.model.SWRLObjectVisitorEx
-
visit SWRLDataRangeAtom type
- visit(SWRLObjectPropertyAtom) - Method in interface org.semanticweb.owlapi.model.SWRLObjectVisitorEx
-
visit SWRLObjectPropertyAtom type
- visit(SWRLDataPropertyAtom) - Method in interface org.semanticweb.owlapi.model.SWRLObjectVisitorEx
-
visit SWRLDataPropertyAtom type
- visit(SWRLBuiltInAtom) - Method in interface org.semanticweb.owlapi.model.SWRLObjectVisitorEx
-
visit SWRLBuiltInAtom type
- visit(SWRLVariable) - Method in interface org.semanticweb.owlapi.model.SWRLObjectVisitorEx
-
visit SWRLVariable type
- visit(SWRLIndividualArgument) - Method in interface org.semanticweb.owlapi.model.SWRLObjectVisitorEx
-
visit SWRLIndividualArgument type
- visit(SWRLLiteralArgument) - Method in interface org.semanticweb.owlapi.model.SWRLObjectVisitorEx
-
visit SWRLLiteralArgument type
- visit(SWRLSameIndividualAtom) - Method in interface org.semanticweb.owlapi.model.SWRLObjectVisitorEx
-
visit SWRLSameIndividualAtom type
- visit(SWRLDifferentIndividualsAtom) - Method in interface org.semanticweb.owlapi.model.SWRLObjectVisitorEx
-
visit SWRLDifferentIndividualsAtom type
- visit(IllegalPunning) - Method in interface org.semanticweb.owlapi.profiles.OWL2DLProfileViolationVisitor
-
visit IllegalPunning type
- visit(CycleInDatatypeDefinition) - Method in interface org.semanticweb.owlapi.profiles.OWL2DLProfileViolationVisitor
-
visit CycleInDatatypeDefinition type
- visit(UseOfBuiltInDatatypeInDatatypeDefinition) - Method in interface org.semanticweb.owlapi.profiles.OWL2DLProfileViolationVisitor
-
visit UseOfBuiltInDatatypeInDatatypeDefinition type
- visit(DatatypeIRIAlsoUsedAsClassIRI) - Method in interface org.semanticweb.owlapi.profiles.OWL2DLProfileViolationVisitor
-
visit DatatypeIRIAlsoUsedAsClassIRI type
- visit(UseOfNonSimplePropertyInAsymmetricObjectPropertyAxiom) - Method in interface org.semanticweb.owlapi.profiles.OWL2DLProfileViolationVisitor
-
visit UseOfNonSimplePropertyInAsymmetricObjectPropertyAxiom type
- visit(UseOfNonSimplePropertyInCardinalityRestriction) - Method in interface org.semanticweb.owlapi.profiles.OWL2DLProfileViolationVisitor
-
visit UseOfNonSimplePropertyInCardinalityRestriction type
- visit(UseOfNonSimplePropertyInDisjointPropertiesAxiom) - Method in interface org.semanticweb.owlapi.profiles.OWL2DLProfileViolationVisitor
-
visit UseOfNonSimplePropertyInDisjointPropertiesAxiom type
- visit(UseOfNonSimplePropertyInFunctionalPropertyAxiom) - Method in interface org.semanticweb.owlapi.profiles.OWL2DLProfileViolationVisitor
-
visit UseOfNonSimplePropertyInFunctionalPropertyAxiom type
- visit(UseOfNonSimplePropertyInInverseFunctionalObjectPropertyAxiom) - Method in interface org.semanticweb.owlapi.profiles.OWL2DLProfileViolationVisitor
-
visit UseOfNonSimplePropertyInInverseFunctionalObjectPropertyAxiom type
- visit(UseOfNonSimplePropertyInIrreflexivePropertyAxiom) - Method in interface org.semanticweb.owlapi.profiles.OWL2DLProfileViolationVisitor
-
visit UseOfNonSimplePropertyInIrreflexivePropertyAxiom type
- visit(UseOfNonSimplePropertyInObjectHasSelf) - Method in interface org.semanticweb.owlapi.profiles.OWL2DLProfileViolationVisitor
-
visit UseOfNonSimplePropertyInObjectHasSelf type
- visit(UseOfPropertyInChainCausesCycle) - Method in interface org.semanticweb.owlapi.profiles.OWL2DLProfileViolationVisitor
-
visit UseOfPropertyInChainCausesCycle type
- visit(UseOfReservedVocabularyForAnnotationPropertyIRI) - Method in interface org.semanticweb.owlapi.profiles.OWL2DLProfileViolationVisitor
-
visit UseOfReservedVocabularyForAnnotationPropertyIRI type
- visit(UseOfReservedVocabularyForClassIRI) - Method in interface org.semanticweb.owlapi.profiles.OWL2DLProfileViolationVisitor
-
visit UseOfReservedVocabularyForClassIRI type
- visit(UseOfReservedVocabularyForDataPropertyIRI) - Method in interface org.semanticweb.owlapi.profiles.OWL2DLProfileViolationVisitor
-
visit UseOfReservedVocabularyForDataPropertyIRI type
- visit(UseOfReservedVocabularyForIndividualIRI) - Method in interface org.semanticweb.owlapi.profiles.OWL2DLProfileViolationVisitor
-
visit UseOfReservedVocabularyForIndividualIRI type
- visit(UseOfReservedVocabularyForObjectPropertyIRI) - Method in interface org.semanticweb.owlapi.profiles.OWL2DLProfileViolationVisitor
-
visit UseOfReservedVocabularyForObjectPropertyIRI type
- visit(UseOfReservedVocabularyForOntologyIRI) - Method in interface org.semanticweb.owlapi.profiles.OWL2DLProfileViolationVisitor
-
visit UseOfReservedVocabularyForOntologyIRI type
- visit(UseOfReservedVocabularyForVersionIRI) - Method in interface org.semanticweb.owlapi.profiles.OWL2DLProfileViolationVisitor
-
visit UseOfReservedVocabularyForVersionIRI type
- visit(UseOfTopDataPropertyAsSubPropertyInSubPropertyAxiom) - Method in interface org.semanticweb.owlapi.profiles.OWL2DLProfileViolationVisitor
-
visit UseOfTopDataPropertyAsSubPropertyInSubPropertyAxiom type
- visit(UseOfUndeclaredAnnotationProperty) - Method in interface org.semanticweb.owlapi.profiles.OWL2DLProfileViolationVisitor
-
visit UseOfUndeclaredAnnotationProperty type
- visit(UseOfUndeclaredClass) - Method in interface org.semanticweb.owlapi.profiles.OWL2DLProfileViolationVisitor
-
visit UseOfUndeclaredClass type
- visit(UseOfUndeclaredDataProperty) - Method in interface org.semanticweb.owlapi.profiles.OWL2DLProfileViolationVisitor
-
visit UseOfUndeclaredDataProperty type
- visit(UseOfUndeclaredDatatype) - Method in interface org.semanticweb.owlapi.profiles.OWL2DLProfileViolationVisitor
-
visit UseOfUndeclaredDatatype type
- visit(UseOfUndeclaredObjectProperty) - Method in interface org.semanticweb.owlapi.profiles.OWL2DLProfileViolationVisitor
-
visit UseOfUndeclaredObjectProperty type
- visit(InsufficientPropertyExpressions) - Method in interface org.semanticweb.owlapi.profiles.OWL2DLProfileViolationVisitor
-
visit InsufficientPropertyExpressions type
- visit(InsufficientIndividuals) - Method in interface org.semanticweb.owlapi.profiles.OWL2DLProfileViolationVisitor
-
visit InsufficientIndividuals type
- visit(InsufficientOperands) - Method in interface org.semanticweb.owlapi.profiles.OWL2DLProfileViolationVisitor
-
visit InsufficientOperands type
- visit(EmptyOneOfAxiom) - Method in interface org.semanticweb.owlapi.profiles.OWL2DLProfileViolationVisitor
-
visit EmptyOneOfAxiom type
- visit(OWLDatatype) - Method in class org.semanticweb.owlapi.profiles.OWL2ELProfile.OWL2ELProfileObjectVisitor
-
- visit(OWLAnonymousIndividual) - Method in class org.semanticweb.owlapi.profiles.OWL2ELProfile.OWL2ELProfileObjectVisitor
-
- visit(OWLObjectInverseOf) - Method in class org.semanticweb.owlapi.profiles.OWL2ELProfile.OWL2ELProfileObjectVisitor
-
- visit(OWLDataAllValuesFrom) - Method in class org.semanticweb.owlapi.profiles.OWL2ELProfile.OWL2ELProfileObjectVisitor
-
- visit(OWLDataExactCardinality) - Method in class org.semanticweb.owlapi.profiles.OWL2ELProfile.OWL2ELProfileObjectVisitor
-
- visit(OWLDataMaxCardinality) - Method in class org.semanticweb.owlapi.profiles.OWL2ELProfile.OWL2ELProfileObjectVisitor
-
- visit(OWLDataMinCardinality) - Method in class org.semanticweb.owlapi.profiles.OWL2ELProfile.OWL2ELProfileObjectVisitor
-
- visit(OWLObjectAllValuesFrom) - Method in class org.semanticweb.owlapi.profiles.OWL2ELProfile.OWL2ELProfileObjectVisitor
-
- visit(OWLObjectComplementOf) - Method in class org.semanticweb.owlapi.profiles.OWL2ELProfile.OWL2ELProfileObjectVisitor
-
- visit(OWLObjectExactCardinality) - Method in class org.semanticweb.owlapi.profiles.OWL2ELProfile.OWL2ELProfileObjectVisitor
-
- visit(OWLObjectMaxCardinality) - Method in class org.semanticweb.owlapi.profiles.OWL2ELProfile.OWL2ELProfileObjectVisitor
-
- visit(OWLObjectMinCardinality) - Method in class org.semanticweb.owlapi.profiles.OWL2ELProfile.OWL2ELProfileObjectVisitor
-
- visit(OWLObjectOneOf) - Method in class org.semanticweb.owlapi.profiles.OWL2ELProfile.OWL2ELProfileObjectVisitor
-
- visit(OWLObjectUnionOf) - Method in class org.semanticweb.owlapi.profiles.OWL2ELProfile.OWL2ELProfileObjectVisitor
-
- visit(OWLDataComplementOf) - Method in class org.semanticweb.owlapi.profiles.OWL2ELProfile.OWL2ELProfileObjectVisitor
-
- visit(OWLDataOneOf) - Method in class org.semanticweb.owlapi.profiles.OWL2ELProfile.OWL2ELProfileObjectVisitor
-
- visit(OWLDatatypeRestriction) - Method in class org.semanticweb.owlapi.profiles.OWL2ELProfile.OWL2ELProfileObjectVisitor
-
- visit(OWLDataUnionOf) - Method in class org.semanticweb.owlapi.profiles.OWL2ELProfile.OWL2ELProfileObjectVisitor
-
- visit(OWLAsymmetricObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.profiles.OWL2ELProfile.OWL2ELProfileObjectVisitor
-
- visit(OWLClassAssertionAxiom) - Method in class org.semanticweb.owlapi.profiles.OWL2ELProfile.OWL2ELProfileObjectVisitor
-
- visit(OWLDisjointDataPropertiesAxiom) - Method in class org.semanticweb.owlapi.profiles.OWL2ELProfile.OWL2ELProfileObjectVisitor
-
- visit(OWLDisjointObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.profiles.OWL2ELProfile.OWL2ELProfileObjectVisitor
-
- visit(OWLDisjointClassesAxiom) - Method in class org.semanticweb.owlapi.profiles.OWL2ELProfile.OWL2ELProfileObjectVisitor
-
- visit(OWLDisjointUnionAxiom) - Method in class org.semanticweb.owlapi.profiles.OWL2ELProfile.OWL2ELProfileObjectVisitor
-
- visit(OWLFunctionalObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.profiles.OWL2ELProfile.OWL2ELProfileObjectVisitor
-
- visit(OWLInverseFunctionalObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.profiles.OWL2ELProfile.OWL2ELProfileObjectVisitor
-
- visit(OWLInverseObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.profiles.OWL2ELProfile.OWL2ELProfileObjectVisitor
-
- visit(OWLIrreflexiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.profiles.OWL2ELProfile.OWL2ELProfileObjectVisitor
-
- visit(OWLSymmetricObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.profiles.OWL2ELProfile.OWL2ELProfileObjectVisitor
-
- visit(SWRLRule) - Method in class org.semanticweb.owlapi.profiles.OWL2ELProfile.OWL2ELProfileObjectVisitor
-
- visit(OWLSubPropertyChainOfAxiom) - Method in class org.semanticweb.owlapi.profiles.OWL2ELProfile.OWL2ELProfileObjectVisitor
-
- visit(OWLOntology) - Method in class org.semanticweb.owlapi.profiles.OWL2ELProfile.OWL2ELProfileObjectVisitor
-
- visit(LastPropertyInChainNotInImposedRange) - Method in interface org.semanticweb.owlapi.profiles.OWL2ELProfileViolationVisitor
-
visit LastPropertyInChainNotInImposedRange type
- visit(UseOfAnonymousIndividual) - Method in interface org.semanticweb.owlapi.profiles.OWL2ELProfileViolationVisitor
-
visit UseOfAnonymousIndividual type
- visit(UseOfDataOneOfWithMultipleLiterals) - Method in interface org.semanticweb.owlapi.profiles.OWL2ELProfileViolationVisitor
-
visit UseOfDataOneOfWithMultipleLiterals type
- visit(UseOfIllegalAxiom) - Method in interface org.semanticweb.owlapi.profiles.OWL2ELProfileViolationVisitor
-
visit UseOfIllegalAxiom type
- visit(UseOfIllegalClassExpression) - Method in interface org.semanticweb.owlapi.profiles.OWL2ELProfileViolationVisitor
-
visit UseOfIllegalClassExpression type
- visit(UseOfIllegalDataRange) - Method in interface org.semanticweb.owlapi.profiles.OWL2ELProfileViolationVisitor
-
visit UseOfIllegalDataRange type
- visit(IllegalPunning) - Method in interface org.semanticweb.owlapi.profiles.OWL2ELProfileViolationVisitor
-
visit IllegalPunning type
- visit(UseOfObjectPropertyInverse) - Method in interface org.semanticweb.owlapi.profiles.OWL2ELProfileViolationVisitor
-
visit UseOfObjectPropertyInverse type
- visit(UseOfObjectOneOfWithMultipleIndividuals) - Method in interface org.semanticweb.owlapi.profiles.OWL2ELProfileViolationVisitor
-
visit UseOfObjectOneOfWithMultipleIndividuals type
- visit(InsufficientPropertyExpressions) - Method in interface org.semanticweb.owlapi.profiles.OWL2ELProfileViolationVisitor
-
visit InsufficientPropertyExpressions type
- visit(InsufficientIndividuals) - Method in interface org.semanticweb.owlapi.profiles.OWL2ELProfileViolationVisitor
-
visit InsufficientIndividuals type
- visit(InsufficientOperands) - Method in interface org.semanticweb.owlapi.profiles.OWL2ELProfileViolationVisitor
-
visit InsufficientOperands type
- visit(EmptyOneOfAxiom) - Method in interface org.semanticweb.owlapi.profiles.OWL2ELProfileViolationVisitor
-
visit EmptyOneOfAxiom type
- visit(UseOfNonAbsoluteIRI) - Method in interface org.semanticweb.owlapi.profiles.OWL2ProfileViolationVisitor
-
visit UseOfNonAbsoluteIRI type
- visit(UseOfIllegalFacetRestriction) - Method in interface org.semanticweb.owlapi.profiles.OWL2ProfileViolationVisitor
-
visit UseOfIllegalFacetRestriction type
- visit(LexicalNotInLexicalSpace) - Method in interface org.semanticweb.owlapi.profiles.OWL2ProfileViolationVisitor
-
visit LexicalNotInLexicalSpace type
- visit(OntologyIRINotAbsolute) - Method in interface org.semanticweb.owlapi.profiles.OWL2ProfileViolationVisitor
-
visit OntologyIRINotAbsolute type
- visit(IllegalPunning) - Method in interface org.semanticweb.owlapi.profiles.OWL2ProfileViolationVisitor
-
visit IllegalPunning type
- visit(OntologyVersionIRINotAbsolute) - Method in interface org.semanticweb.owlapi.profiles.OWL2ProfileViolationVisitor
-
visit OntologyVersionIRINotAbsolute type
- visit(UseOfDefinedDatatypeInDatatypeRestriction) - Method in interface org.semanticweb.owlapi.profiles.OWL2ProfileViolationVisitor
-
visit UseOfDefinedDatatypeInDatatypeRestriction type
- visit(UseOfUndeclaredDatatype) - Method in interface org.semanticweb.owlapi.profiles.OWL2ProfileViolationVisitor
-
visit UseOfUndeclaredDatatype type
- visit(UseOfUnknownDatatype) - Method in interface org.semanticweb.owlapi.profiles.OWL2ProfileViolationVisitor
-
visit UseOfUnknownDatatype type
- visit(InsufficientPropertyExpressions) - Method in interface org.semanticweb.owlapi.profiles.OWL2ProfileViolationVisitor
-
visit InsufficientPropertyExpressions type
- visit(InsufficientIndividuals) - Method in interface org.semanticweb.owlapi.profiles.OWL2ProfileViolationVisitor
-
visit InsufficientIndividuals type
- visit(InsufficientOperands) - Method in interface org.semanticweb.owlapi.profiles.OWL2ProfileViolationVisitor
-
visit InsufficientOperands type
- visit(EmptyOneOfAxiom) - Method in interface org.semanticweb.owlapi.profiles.OWL2ProfileViolationVisitor
-
visit EmptyOneOfAxiom type
- visit(UseOfAnonymousIndividual) - Method in interface org.semanticweb.owlapi.profiles.OWL2QLProfileViolationVisitor
-
visit UseOfAnonymousIndividual type
- visit(UseOfDataOneOfWithMultipleLiterals) - Method in interface org.semanticweb.owlapi.profiles.OWL2QLProfileViolationVisitor
-
visit UseOfDataOneOfWithMultipleLiterals type
- visit(UseOfIllegalAxiom) - Method in interface org.semanticweb.owlapi.profiles.OWL2QLProfileViolationVisitor
-
visit UseOfIllegalAxiom type
- visit(UseOfIllegalDataRange) - Method in interface org.semanticweb.owlapi.profiles.OWL2QLProfileViolationVisitor
-
visit UseOfIllegalDataRange type
- visit(IllegalPunning) - Method in interface org.semanticweb.owlapi.profiles.OWL2QLProfileViolationVisitor
-
visit IllegalPunning type
- visit(UseOfNonAtomicClassExpression) - Method in interface org.semanticweb.owlapi.profiles.OWL2QLProfileViolationVisitor
-
visit UseOfNonAtomicClassExpression type
- visit(UseOfNonSubClassExpression) - Method in interface org.semanticweb.owlapi.profiles.OWL2QLProfileViolationVisitor
-
visit UseOfNonSubClassExpression type
- visit(UseOfNonSuperClassExpression) - Method in interface org.semanticweb.owlapi.profiles.OWL2QLProfileViolationVisitor
-
visit UseOfNonSuperClassExpression type
- visit(InsufficientPropertyExpressions) - Method in interface org.semanticweb.owlapi.profiles.OWL2QLProfileViolationVisitor
-
visit InsufficientPropertyExpressions type
- visit(InsufficientIndividuals) - Method in interface org.semanticweb.owlapi.profiles.OWL2QLProfileViolationVisitor
-
visit InsufficientIndividuals type
- visit(InsufficientOperands) - Method in interface org.semanticweb.owlapi.profiles.OWL2QLProfileViolationVisitor
-
visit InsufficientOperands type
- visit(EmptyOneOfAxiom) - Method in interface org.semanticweb.owlapi.profiles.OWL2QLProfileViolationVisitor
-
visit EmptyOneOfAxiom type
- visit(UseOfIllegalAxiom) - Method in interface org.semanticweb.owlapi.profiles.OWL2RLProfileViolationVisitor
-
visit UseOfIllegalAxiom type
- visit(UseOfIllegalDataRange) - Method in interface org.semanticweb.owlapi.profiles.OWL2RLProfileViolationVisitor
-
visit UseOfIllegalDataRange type
- visit(IllegalPunning) - Method in interface org.semanticweb.owlapi.profiles.OWL2RLProfileViolationVisitor
-
visit IllegalPunning type
- visit(UseOfNonEquivalentClassExpression) - Method in interface org.semanticweb.owlapi.profiles.OWL2RLProfileViolationVisitor
-
visit UseOfNonEquivalentClassExpression type
- visit(UseOfNonSubClassExpression) - Method in interface org.semanticweb.owlapi.profiles.OWL2RLProfileViolationVisitor
-
visit UseOfNonSubClassExpression type
- visit(UseOfNonSuperClassExpression) - Method in interface org.semanticweb.owlapi.profiles.OWL2RLProfileViolationVisitor
-
visit UseOfNonSuperClassExpression type
- visit(InsufficientPropertyExpressions) - Method in interface org.semanticweb.owlapi.profiles.OWL2RLProfileViolationVisitor
-
visit InsufficientPropertyExpressions type
- visit(InsufficientIndividuals) - Method in interface org.semanticweb.owlapi.profiles.OWL2RLProfileViolationVisitor
-
visit InsufficientIndividuals type
- visit(InsufficientOperands) - Method in interface org.semanticweb.owlapi.profiles.OWL2RLProfileViolationVisitor
-
visit InsufficientOperands type
- visit(EmptyOneOfAxiom) - Method in interface org.semanticweb.owlapi.profiles.OWL2RLProfileViolationVisitor
-
visit EmptyOneOfAxiom type
- visit(OWLSubClassOfAxiom) - Method in class org.semanticweb.owlapi.util.AxiomSubjectProvider
-
- visit(OWLNegativeObjectPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.AxiomSubjectProvider
-
- visit(OWLAsymmetricObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.AxiomSubjectProvider
-
- visit(OWLReflexiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.AxiomSubjectProvider
-
- visit(OWLDisjointClassesAxiom) - Method in class org.semanticweb.owlapi.util.AxiomSubjectProvider
-
- visit(OWLDataPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.AxiomSubjectProvider
-
- visit(OWLObjectPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.AxiomSubjectProvider
-
- visit(OWLEquivalentObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.AxiomSubjectProvider
-
- visit(OWLNegativeDataPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.AxiomSubjectProvider
-
- visit(OWLDifferentIndividualsAxiom) - Method in class org.semanticweb.owlapi.util.AxiomSubjectProvider
-
- visit(OWLDisjointDataPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.AxiomSubjectProvider
-
- visit(OWLDisjointObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.AxiomSubjectProvider
-
- visit(OWLObjectPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.AxiomSubjectProvider
-
- visit(OWLObjectPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.AxiomSubjectProvider
-
- visit(OWLFunctionalObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.AxiomSubjectProvider
-
- visit(OWLSubObjectPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.AxiomSubjectProvider
-
- visit(OWLDisjointUnionAxiom) - Method in class org.semanticweb.owlapi.util.AxiomSubjectProvider
-
- visit(OWLDeclarationAxiom) - Method in class org.semanticweb.owlapi.util.AxiomSubjectProvider
-
- visit(OWLAnnotationAssertionAxiom) - Method in class org.semanticweb.owlapi.util.AxiomSubjectProvider
-
- visit(OWLSymmetricObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.AxiomSubjectProvider
-
- visit(OWLDataPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.AxiomSubjectProvider
-
- visit(OWLFunctionalDataPropertyAxiom) - Method in class org.semanticweb.owlapi.util.AxiomSubjectProvider
-
- visit(OWLEquivalentDataPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.AxiomSubjectProvider
-
- visit(OWLClassAssertionAxiom) - Method in class org.semanticweb.owlapi.util.AxiomSubjectProvider
-
- visit(OWLEquivalentClassesAxiom) - Method in class org.semanticweb.owlapi.util.AxiomSubjectProvider
-
- visit(OWLDataPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.AxiomSubjectProvider
-
- visit(OWLTransitiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.AxiomSubjectProvider
-
- visit(OWLIrreflexiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.AxiomSubjectProvider
-
- visit(OWLSubDataPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.AxiomSubjectProvider
-
- visit(OWLInverseFunctionalObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.AxiomSubjectProvider
-
- visit(OWLSameIndividualAxiom) - Method in class org.semanticweb.owlapi.util.AxiomSubjectProvider
-
- visit(OWLSubPropertyChainOfAxiom) - Method in class org.semanticweb.owlapi.util.AxiomSubjectProvider
-
- visit(OWLInverseObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.AxiomSubjectProvider
-
- visit(SWRLRule) - Method in class org.semanticweb.owlapi.util.AxiomSubjectProvider
-
- visit(OWLHasKeyAxiom) - Method in class org.semanticweb.owlapi.util.AxiomSubjectProvider
-
- visit(OWLAnnotationPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.AxiomSubjectProvider
-
- visit(OWLAnnotationPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.AxiomSubjectProvider
-
- visit(OWLSubAnnotationPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.AxiomSubjectProvider
-
- visit(OWLDatatypeDefinitionAxiom) - Method in class org.semanticweb.owlapi.util.AxiomSubjectProvider
-
- visit(OWLSubClassOfAxiom) - Method in class org.semanticweb.owlapi.util.AxiomTypeProvider
-
Deprecated.
- visit(OWLNegativeObjectPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.AxiomTypeProvider
-
Deprecated.
- visit(OWLAsymmetricObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.AxiomTypeProvider
-
Deprecated.
- visit(OWLReflexiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.AxiomTypeProvider
-
Deprecated.
- visit(OWLDisjointClassesAxiom) - Method in class org.semanticweb.owlapi.util.AxiomTypeProvider
-
Deprecated.
- visit(OWLDataPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.AxiomTypeProvider
-
Deprecated.
- visit(OWLObjectPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.AxiomTypeProvider
-
Deprecated.
- visit(OWLEquivalentObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.AxiomTypeProvider
-
Deprecated.
- visit(OWLNegativeDataPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.AxiomTypeProvider
-
Deprecated.
- visit(OWLDifferentIndividualsAxiom) - Method in class org.semanticweb.owlapi.util.AxiomTypeProvider
-
Deprecated.
- visit(OWLDisjointDataPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.AxiomTypeProvider
-
Deprecated.
- visit(OWLDisjointObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.AxiomTypeProvider
-
Deprecated.
- visit(OWLObjectPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.AxiomTypeProvider
-
Deprecated.
- visit(OWLObjectPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.AxiomTypeProvider
-
Deprecated.
- visit(OWLFunctionalObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.AxiomTypeProvider
-
Deprecated.
- visit(OWLSubObjectPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.AxiomTypeProvider
-
Deprecated.
- visit(OWLDisjointUnionAxiom) - Method in class org.semanticweb.owlapi.util.AxiomTypeProvider
-
Deprecated.
- visit(OWLDeclarationAxiom) - Method in class org.semanticweb.owlapi.util.AxiomTypeProvider
-
Deprecated.
- visit(OWLAnnotationAssertionAxiom) - Method in class org.semanticweb.owlapi.util.AxiomTypeProvider
-
Deprecated.
- visit(OWLSymmetricObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.AxiomTypeProvider
-
Deprecated.
- visit(OWLDataPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.AxiomTypeProvider
-
Deprecated.
- visit(OWLFunctionalDataPropertyAxiom) - Method in class org.semanticweb.owlapi.util.AxiomTypeProvider
-
Deprecated.
- visit(OWLEquivalentDataPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.AxiomTypeProvider
-
Deprecated.
- visit(OWLClassAssertionAxiom) - Method in class org.semanticweb.owlapi.util.AxiomTypeProvider
-
Deprecated.
- visit(OWLEquivalentClassesAxiom) - Method in class org.semanticweb.owlapi.util.AxiomTypeProvider
-
Deprecated.
- visit(OWLDataPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.AxiomTypeProvider
-
Deprecated.
- visit(OWLTransitiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.AxiomTypeProvider
-
Deprecated.
- visit(OWLIrreflexiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.AxiomTypeProvider
-
Deprecated.
- visit(OWLSubDataPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.AxiomTypeProvider
-
Deprecated.
- visit(OWLInverseFunctionalObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.AxiomTypeProvider
-
Deprecated.
- visit(OWLSameIndividualAxiom) - Method in class org.semanticweb.owlapi.util.AxiomTypeProvider
-
Deprecated.
- visit(OWLSubPropertyChainOfAxiom) - Method in class org.semanticweb.owlapi.util.AxiomTypeProvider
-
Deprecated.
- visit(OWLInverseObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.AxiomTypeProvider
-
Deprecated.
- visit(SWRLRule) - Method in class org.semanticweb.owlapi.util.AxiomTypeProvider
-
Deprecated.
- visit(OWLHasKeyAxiom) - Method in class org.semanticweb.owlapi.util.AxiomTypeProvider
-
Deprecated.
- visit(OWLAnnotationPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.AxiomTypeProvider
-
Deprecated.
- visit(OWLAnnotationPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.AxiomTypeProvider
-
Deprecated.
- visit(OWLSubAnnotationPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.AxiomTypeProvider
-
Deprecated.
- visit(OWLDatatypeDefinitionAxiom) - Method in class org.semanticweb.owlapi.util.AxiomTypeProvider
-
Deprecated.
- visit(OWLAsymmetricObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(OWLClassAssertionAxiom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(OWLDataPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(OWLDataPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(OWLDataPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(OWLSubDataPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(OWLDeclarationAxiom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(OWLDifferentIndividualsAxiom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(OWLDisjointClassesAxiom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(OWLDisjointDataPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(OWLDisjointObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(OWLDisjointUnionAxiom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(OWLAnnotationAssertionAxiom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(OWLEquivalentClassesAxiom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(OWLEquivalentDataPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(OWLEquivalentObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(OWLFunctionalDataPropertyAxiom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(OWLFunctionalObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(OWLInverseFunctionalObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(OWLInverseObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(OWLIrreflexiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(OWLNegativeDataPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(OWLNegativeObjectPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(OWLObjectPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(OWLSubPropertyChainOfAxiom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(OWLObjectPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(OWLObjectPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(OWLSubObjectPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(OWLReflexiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(OWLSameIndividualAxiom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(OWLSubClassOfAxiom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(OWLSymmetricObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(OWLTransitiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(SWRLRule) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(OWLClass) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(OWLDataAllValuesFrom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(OWLDataExactCardinality) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(OWLDataMaxCardinality) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(OWLDataMinCardinality) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(OWLDataSomeValuesFrom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(OWLDataHasValue) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(OWLObjectAllValuesFrom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(OWLObjectComplementOf) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(OWLObjectExactCardinality) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(OWLObjectIntersectionOf) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(OWLObjectMaxCardinality) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(OWLObjectMinCardinality) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(OWLObjectOneOf) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(OWLObjectHasSelf) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(OWLObjectSomeValuesFrom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(OWLObjectUnionOf) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(OWLObjectHasValue) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(OWLDataComplementOf) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(OWLDataOneOf) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(OWLFacetRestriction) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(OWLDatatypeRestriction) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(OWLDatatype) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(OWLLiteral) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(OWLDataProperty) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(OWLObjectProperty) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(OWLObjectInverseOf) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(SWRLLiteralArgument) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(SWRLVariable) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(SWRLIndividualArgument) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(SWRLBuiltInAtom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(SWRLClassAtom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(SWRLDataRangeAtom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(SWRLDataPropertyAtom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(SWRLDifferentIndividualsAtom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(SWRLObjectPropertyAtom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(SWRLSameIndividualAtom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(OWLOntology) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(OWLAnnotation) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(OWLAnnotationPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(OWLAnnotationPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(OWLSubAnnotationPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(OWLAnnotationProperty) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(OWLHasKeyAxiom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(OWLDataIntersectionOf) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(OWLDataUnionOf) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(OWLNamedIndividual) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(OWLAnonymousIndividual) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(IRI) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(OWLDatatypeDefinitionAxiom) - Method in class org.semanticweb.owlapi.util.DelegatingObjectVisitorEx
-
- visit(OWLObjectProperty) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(OWLObjectInverseOf) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(OWLDataProperty) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(OWLDatatype) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(OWLDataComplementOf) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(OWLDataOneOf) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(OWLDatatypeRestriction) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(OWLLiteral) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(OWLFacetRestriction) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(OWLClass) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(OWLObjectIntersectionOf) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(OWLObjectUnionOf) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(OWLObjectComplementOf) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(OWLObjectSomeValuesFrom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(OWLObjectAllValuesFrom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(OWLObjectHasValue) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(OWLObjectMinCardinality) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(OWLObjectExactCardinality) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(OWLObjectMaxCardinality) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(OWLObjectHasSelf) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(OWLObjectOneOf) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(OWLDataSomeValuesFrom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(OWLDataAllValuesFrom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(OWLDataHasValue) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(OWLDataMinCardinality) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(OWLDataExactCardinality) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(OWLDataMaxCardinality) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(OWLSubClassOfAxiom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(OWLNegativeObjectPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(OWLAsymmetricObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(OWLReflexiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(OWLDisjointClassesAxiom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(OWLDataPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(OWLObjectPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(OWLEquivalentObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(OWLNegativeDataPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(OWLDifferentIndividualsAxiom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(OWLDisjointDataPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(OWLDisjointObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(OWLObjectPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(OWLObjectPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(OWLFunctionalObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(OWLSubObjectPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(OWLDisjointUnionAxiom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(OWLDeclarationAxiom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(OWLAnnotationAssertionAxiom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(OWLSymmetricObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(OWLDataPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(OWLFunctionalDataPropertyAxiom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(OWLEquivalentDataPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(OWLClassAssertionAxiom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(OWLEquivalentClassesAxiom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(OWLDataPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(OWLTransitiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(OWLIrreflexiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(OWLSubDataPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(OWLInverseFunctionalObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(OWLSameIndividualAxiom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(OWLSubPropertyChainOfAxiom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(OWLInverseObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(OWLDatatypeDefinitionAxiom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(OWLHasKeyAxiom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(OWLDataIntersectionOf) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(OWLDataUnionOf) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(OWLNamedIndividual) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(OWLAnnotationProperty) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(OWLAnnotation) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(OWLAnnotationPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(OWLAnnotationPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(OWLSubAnnotationPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(OWLAnonymousIndividual) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(IRI) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(SWRLRule) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(SWRLVariable) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(OWLOntology) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(SWRLClassAtom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(SWRLDataRangeAtom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(SWRLObjectPropertyAtom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(SWRLDataPropertyAtom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(SWRLBuiltInAtom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(SWRLIndividualArgument) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(SWRLLiteralArgument) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(SWRLSameIndividualAtom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(SWRLDifferentIndividualsAtom) - Method in class org.semanticweb.owlapi.util.DLExpressivityChecker
-
- visit(OWLOntology) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(OWLAsymmetricObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(OWLClassAssertionAxiom) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(OWLDataPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(OWLDataPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(OWLDataPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(OWLSubDataPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(OWLDeclarationAxiom) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(OWLDifferentIndividualsAxiom) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(OWLDisjointClassesAxiom) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(OWLDisjointDataPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(OWLDisjointObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(OWLDisjointUnionAxiom) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(OWLAnnotationAssertionAxiom) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(OWLEquivalentClassesAxiom) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(OWLEquivalentDataPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(OWLEquivalentObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(OWLFunctionalDataPropertyAxiom) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(OWLFunctionalObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(OWLInverseFunctionalObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(OWLInverseObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(OWLIrreflexiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(OWLNegativeDataPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(OWLNegativeObjectPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(OWLObjectPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(OWLSubPropertyChainOfAxiom) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(OWLObjectPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(OWLObjectPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(OWLSubObjectPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(OWLReflexiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(OWLSameIndividualAxiom) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(OWLSubClassOfAxiom) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(OWLSymmetricObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(OWLTransitiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(OWLClass) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(OWLDataAllValuesFrom) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(OWLDataExactCardinality) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(OWLDataMaxCardinality) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(OWLDataMinCardinality) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(OWLDataSomeValuesFrom) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(OWLDataHasValue) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(OWLObjectAllValuesFrom) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(OWLObjectComplementOf) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(OWLObjectExactCardinality) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(OWLObjectIntersectionOf) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(OWLObjectMaxCardinality) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(OWLObjectMinCardinality) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(OWLObjectOneOf) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(OWLObjectHasSelf) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(OWLObjectSomeValuesFrom) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(OWLObjectUnionOf) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(OWLObjectHasValue) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(OWLDataComplementOf) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(OWLDataOneOf) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(OWLDatatype) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(OWLDatatypeRestriction) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(OWLFacetRestriction) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(OWLLiteral) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(OWLDataProperty) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(OWLObjectProperty) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(OWLObjectInverseOf) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(OWLNamedIndividual) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(SWRLRule) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(SWRLClassAtom) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(SWRLDataRangeAtom) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(SWRLObjectPropertyAtom) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(SWRLDataPropertyAtom) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(SWRLBuiltInAtom) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(SWRLVariable) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(SWRLIndividualArgument) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(SWRLLiteralArgument) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(SWRLDifferentIndividualsAtom) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(SWRLSameIndividualAtom) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(OWLHasKeyAxiom) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(OWLAnnotationPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(OWLAnnotationPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(OWLSubAnnotationPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(OWLDataIntersectionOf) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(OWLDataUnionOf) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(OWLAnnotationProperty) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(OWLAnonymousIndividual) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(IRI) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(OWLAnnotation) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(OWLDatatypeDefinitionAxiom) - Method in class org.semanticweb.owlapi.util.HashCode
-
- visit(OWLSubAnnotationPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.HornAxiomVisitorEx
-
- visit(OWLAnnotationPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.HornAxiomVisitorEx
-
- visit(OWLAnnotationPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.HornAxiomVisitorEx
-
- visit(OWLSubClassOfAxiom) - Method in class org.semanticweb.owlapi.util.HornAxiomVisitorEx
-
- visit(OWLNegativeObjectPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.HornAxiomVisitorEx
-
- visit(OWLAsymmetricObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.HornAxiomVisitorEx
-
- visit(OWLReflexiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.HornAxiomVisitorEx
-
- visit(OWLDisjointClassesAxiom) - Method in class org.semanticweb.owlapi.util.HornAxiomVisitorEx
-
- visit(OWLDataPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.HornAxiomVisitorEx
-
- visit(OWLObjectPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.HornAxiomVisitorEx
-
- visit(OWLEquivalentObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.HornAxiomVisitorEx
-
- visit(OWLNegativeDataPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.HornAxiomVisitorEx
-
- visit(OWLDifferentIndividualsAxiom) - Method in class org.semanticweb.owlapi.util.HornAxiomVisitorEx
-
- visit(OWLDisjointDataPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.HornAxiomVisitorEx
-
- visit(OWLDisjointObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.HornAxiomVisitorEx
-
- visit(OWLObjectPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.HornAxiomVisitorEx
-
- visit(OWLObjectPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.HornAxiomVisitorEx
-
- visit(OWLFunctionalObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.HornAxiomVisitorEx
-
- visit(OWLSubObjectPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.HornAxiomVisitorEx
-
- visit(OWLDisjointUnionAxiom) - Method in class org.semanticweb.owlapi.util.HornAxiomVisitorEx
-
- visit(OWLDeclarationAxiom) - Method in class org.semanticweb.owlapi.util.HornAxiomVisitorEx
-
- visit(OWLAnnotationAssertionAxiom) - Method in class org.semanticweb.owlapi.util.HornAxiomVisitorEx
-
- visit(OWLSymmetricObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.HornAxiomVisitorEx
-
- visit(OWLDataPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.HornAxiomVisitorEx
-
- visit(OWLFunctionalDataPropertyAxiom) - Method in class org.semanticweb.owlapi.util.HornAxiomVisitorEx
-
- visit(OWLEquivalentDataPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.HornAxiomVisitorEx
-
- visit(OWLClassAssertionAxiom) - Method in class org.semanticweb.owlapi.util.HornAxiomVisitorEx
-
- visit(OWLEquivalentClassesAxiom) - Method in class org.semanticweb.owlapi.util.HornAxiomVisitorEx
-
- visit(OWLDataPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.HornAxiomVisitorEx
-
- visit(OWLTransitiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.HornAxiomVisitorEx
-
- visit(OWLIrreflexiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.HornAxiomVisitorEx
-
- visit(OWLSubDataPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.HornAxiomVisitorEx
-
- visit(OWLInverseFunctionalObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.HornAxiomVisitorEx
-
- visit(OWLSameIndividualAxiom) - Method in class org.semanticweb.owlapi.util.HornAxiomVisitorEx
-
- visit(OWLSubPropertyChainOfAxiom) - Method in class org.semanticweb.owlapi.util.HornAxiomVisitorEx
-
- visit(OWLInverseObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.HornAxiomVisitorEx
-
- visit(OWLHasKeyAxiom) - Method in class org.semanticweb.owlapi.util.HornAxiomVisitorEx
-
- visit(OWLDatatypeDefinitionAxiom) - Method in class org.semanticweb.owlapi.util.HornAxiomVisitorEx
-
- visit(SWRLRule) - Method in class org.semanticweb.owlapi.util.HornAxiomVisitorEx
-
- visit(IRI) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(OWLDatatype) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(OWLObjectProperty) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(OWLAnonymousIndividual) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(SWRLClassAtom) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(OWLObjectInverseOf) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(SWRLDataRangeAtom) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(OWLAnnotation) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(OWLDataOneOf) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(OWLDataProperty) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(SWRLObjectPropertyAtom) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(OWLDataIntersectionOf) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(OWLNamedIndividual) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(OWLDataUnionOf) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(OWLSubClassOfAxiom) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(OWLAnnotationPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(OWLOntology) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(OWLDatatypeRestriction) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(SWRLBuiltInAtom) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(OWLAnnotationProperty) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(OWLClass) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(SWRLVariable) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(OWLLiteral) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(OWLObjectIntersectionOf) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(OWLNegativeObjectPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(SWRLIndividualArgument) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(OWLObjectUnionOf) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(OWLFacetRestriction) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(SWRLLiteralArgument) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(OWLAsymmetricObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(OWLObjectComplementOf) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(SWRLSameIndividualAtom) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(OWLObjectSomeValuesFrom) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(OWLReflexiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(SWRLDifferentIndividualsAtom) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(OWLObjectAllValuesFrom) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(OWLDisjointClassesAxiom) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(OWLObjectHasValue) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(OWLDataPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(OWLObjectMinCardinality) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(OWLObjectPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(OWLObjectExactCardinality) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(OWLEquivalentObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(OWLObjectMaxCardinality) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(OWLObjectHasSelf) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(OWLNegativeDataPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(OWLObjectOneOf) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(OWLDifferentIndividualsAxiom) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(OWLDataSomeValuesFrom) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(OWLDataAllValuesFrom) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(OWLDisjointDataPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(OWLDataHasValue) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(OWLDisjointObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(OWLDataMinCardinality) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(OWLObjectPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(OWLDataExactCardinality) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(OWLDataMaxCardinality) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(OWLObjectPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(OWLFunctionalObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(OWLSubObjectPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(OWLDisjointUnionAxiom) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(OWLDeclarationAxiom) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(OWLAnnotationAssertionAxiom) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(OWLSymmetricObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(OWLDataPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(OWLFunctionalDataPropertyAxiom) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(OWLEquivalentDataPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(OWLClassAssertionAxiom) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(OWLEquivalentClassesAxiom) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(OWLDataPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(OWLTransitiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(OWLIrreflexiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(OWLSubDataPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(OWLInverseFunctionalObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(OWLSameIndividualAxiom) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(OWLSubPropertyChainOfAxiom) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(OWLInverseObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(OWLHasKeyAxiom) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(OWLDatatypeDefinitionAxiom) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(SWRLRule) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(OWLSubAnnotationPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(OWLAnnotationPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(OWLDataComplementOf) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(SWRLDataPropertyAtom) - Method in class org.semanticweb.owlapi.util.MaximumModalDepthFinder
-
- visit(OWLClass) - Method in class org.semanticweb.owlapi.util.NNF
-
- visit(OWLObjectIntersectionOf) - Method in class org.semanticweb.owlapi.util.NNF
-
- visit(OWLObjectUnionOf) - Method in class org.semanticweb.owlapi.util.NNF
-
- visit(OWLObjectComplementOf) - Method in class org.semanticweb.owlapi.util.NNF
-
- visit(OWLObjectSomeValuesFrom) - Method in class org.semanticweb.owlapi.util.NNF
-
- visit(OWLObjectAllValuesFrom) - Method in class org.semanticweb.owlapi.util.NNF
-
- visit(OWLObjectHasValue) - Method in class org.semanticweb.owlapi.util.NNF
-
- visit(OWLObjectMinCardinality) - Method in class org.semanticweb.owlapi.util.NNF
-
- visit(OWLObjectExactCardinality) - Method in class org.semanticweb.owlapi.util.NNF
-
- visit(OWLObjectMaxCardinality) - Method in class org.semanticweb.owlapi.util.NNF
-
- visit(OWLObjectHasSelf) - Method in class org.semanticweb.owlapi.util.NNF
-
- visit(OWLObjectOneOf) - Method in class org.semanticweb.owlapi.util.NNF
-
- visit(OWLDataSomeValuesFrom) - Method in class org.semanticweb.owlapi.util.NNF
-
- visit(OWLDataAllValuesFrom) - Method in class org.semanticweb.owlapi.util.NNF
-
- visit(OWLDataHasValue) - Method in class org.semanticweb.owlapi.util.NNF
-
- visit(OWLDataExactCardinality) - Method in class org.semanticweb.owlapi.util.NNF
-
- visit(OWLDataMaxCardinality) - Method in class org.semanticweb.owlapi.util.NNF
-
- visit(OWLDataMinCardinality) - Method in class org.semanticweb.owlapi.util.NNF
-
- visit(OWLDatatype) - Method in class org.semanticweb.owlapi.util.NNF
-
- visit(OWLDataComplementOf) - Method in class org.semanticweb.owlapi.util.NNF
-
- visit(OWLDataOneOf) - Method in class org.semanticweb.owlapi.util.NNF
-
- visit(OWLDataIntersectionOf) - Method in class org.semanticweb.owlapi.util.NNF
-
- visit(OWLDataUnionOf) - Method in class org.semanticweb.owlapi.util.NNF
-
- visit(OWLHasKeyAxiom) - Method in class org.semanticweb.owlapi.util.NNF
-
- visit(OWLDatatypeRestriction) - Method in class org.semanticweb.owlapi.util.NNF
-
- visit(OWLLiteral) - Method in class org.semanticweb.owlapi.util.NNF
-
- visit(OWLFacetRestriction) - Method in class org.semanticweb.owlapi.util.NNF
-
- visit(OWLSubClassOfAxiom) - Method in class org.semanticweb.owlapi.util.NNF
-
- visit(OWLNegativeObjectPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.NNF
-
- visit(OWLAsymmetricObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.NNF
-
- visit(OWLReflexiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.NNF
-
- visit(OWLDisjointClassesAxiom) - Method in class org.semanticweb.owlapi.util.NNF
-
- visit(OWLDataPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.NNF
-
- visit(OWLObjectPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.NNF
-
- visit(OWLEquivalentObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.NNF
-
- visit(OWLNegativeDataPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.NNF
-
- visit(OWLDifferentIndividualsAxiom) - Method in class org.semanticweb.owlapi.util.NNF
-
- visit(OWLDisjointDataPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.NNF
-
- visit(OWLDisjointObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.NNF
-
- visit(OWLObjectPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.NNF
-
- visit(OWLObjectPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.NNF
-
- visit(OWLFunctionalObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.NNF
-
- visit(OWLSubObjectPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.NNF
-
- visit(OWLDisjointUnionAxiom) - Method in class org.semanticweb.owlapi.util.NNF
-
- visit(OWLDeclarationAxiom) - Method in class org.semanticweb.owlapi.util.NNF
-
- visit(OWLAnnotationAssertionAxiom) - Method in class org.semanticweb.owlapi.util.NNF
-
- visit(OWLSymmetricObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.NNF
-
- visit(OWLDataPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.NNF
-
- visit(OWLFunctionalDataPropertyAxiom) - Method in class org.semanticweb.owlapi.util.NNF
-
- visit(OWLEquivalentDataPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.NNF
-
- visit(OWLClassAssertionAxiom) - Method in class org.semanticweb.owlapi.util.NNF
-
- visit(OWLEquivalentClassesAxiom) - Method in class org.semanticweb.owlapi.util.NNF
-
- visit(OWLDataPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.NNF
-
- visit(OWLTransitiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.NNF
-
- visit(OWLIrreflexiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.NNF
-
- visit(OWLSubDataPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.NNF
-
- visit(OWLInverseFunctionalObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.NNF
-
- visit(OWLSameIndividualAxiom) - Method in class org.semanticweb.owlapi.util.NNF
-
- visit(OWLSubPropertyChainOfAxiom) - Method in class org.semanticweb.owlapi.util.NNF
-
- visit(OWLInverseObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.NNF
-
- visit(SWRLRule) - Method in class org.semanticweb.owlapi.util.NNF
-
- visit(OWLAnnotationPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.NNF
-
- visit(OWLAnnotationPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.NNF
-
- visit(OWLSubAnnotationPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.NNF
-
- visit(OWLDatatypeDefinitionAxiom) - Method in class org.semanticweb.owlapi.util.NNF
-
- visit(OWLSubClassOfAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomTypeProcessor
-
- visit(OWLNegativeObjectPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomTypeProcessor
-
- visit(OWLAsymmetricObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomTypeProcessor
-
- visit(OWLReflexiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomTypeProcessor
-
- visit(OWLDisjointClassesAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomTypeProcessor
-
- visit(OWLDataPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomTypeProcessor
-
- visit(OWLObjectPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomTypeProcessor
-
- visit(OWLEquivalentObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomTypeProcessor
-
- visit(OWLNegativeDataPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomTypeProcessor
-
- visit(OWLDifferentIndividualsAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomTypeProcessor
-
- visit(OWLDisjointDataPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomTypeProcessor
-
- visit(OWLDisjointObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomTypeProcessor
-
- visit(OWLObjectPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomTypeProcessor
-
- visit(OWLObjectPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomTypeProcessor
-
- visit(OWLFunctionalObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomTypeProcessor
-
- visit(OWLSubObjectPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomTypeProcessor
-
- visit(OWLDisjointUnionAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomTypeProcessor
-
- visit(OWLDeclarationAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomTypeProcessor
-
- visit(OWLAnnotationAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomTypeProcessor
-
- visit(OWLHasKeyAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomTypeProcessor
-
- visit(OWLAnnotationPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomTypeProcessor
-
- visit(OWLAnnotationPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomTypeProcessor
-
- visit(OWLSubAnnotationPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomTypeProcessor
-
- visit(OWLSymmetricObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomTypeProcessor
-
- visit(OWLDataPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomTypeProcessor
-
- visit(OWLFunctionalDataPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomTypeProcessor
-
- visit(OWLEquivalentDataPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomTypeProcessor
-
- visit(OWLClassAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomTypeProcessor
-
- visit(OWLEquivalentClassesAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomTypeProcessor
-
- visit(OWLDataPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomTypeProcessor
-
- visit(OWLTransitiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomTypeProcessor
-
- visit(OWLIrreflexiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomTypeProcessor
-
- visit(OWLSubDataPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomTypeProcessor
-
- visit(OWLInverseFunctionalObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomTypeProcessor
-
- visit(OWLSameIndividualAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomTypeProcessor
-
- visit(OWLSubPropertyChainOfAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomTypeProcessor
-
- visit(OWLInverseObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomTypeProcessor
-
- visit(SWRLRule) - Method in class org.semanticweb.owlapi.util.OWLAxiomTypeProcessor
-
- visit(OWLAsymmetricObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomVisitorAdapter
-
- visit(OWLClassAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomVisitorAdapter
-
- visit(OWLDataPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomVisitorAdapter
-
- visit(OWLDataPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomVisitorAdapter
-
- visit(OWLDataPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomVisitorAdapter
-
- visit(OWLDeclarationAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomVisitorAdapter
-
- visit(OWLDifferentIndividualsAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomVisitorAdapter
-
- visit(OWLDisjointClassesAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomVisitorAdapter
-
- visit(OWLDisjointDataPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomVisitorAdapter
-
- visit(OWLDisjointObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomVisitorAdapter
-
- visit(OWLDisjointUnionAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomVisitorAdapter
-
- visit(OWLEquivalentClassesAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomVisitorAdapter
-
- visit(OWLEquivalentDataPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomVisitorAdapter
-
- visit(OWLEquivalentObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomVisitorAdapter
-
- visit(OWLFunctionalDataPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomVisitorAdapter
-
- visit(OWLFunctionalObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomVisitorAdapter
-
- visit(OWLHasKeyAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomVisitorAdapter
-
- visit(OWLInverseFunctionalObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomVisitorAdapter
-
- visit(OWLInverseObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomVisitorAdapter
-
- visit(OWLIrreflexiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomVisitorAdapter
-
- visit(OWLNegativeDataPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomVisitorAdapter
-
- visit(OWLNegativeObjectPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomVisitorAdapter
-
- visit(OWLObjectPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomVisitorAdapter
-
- visit(OWLSubPropertyChainOfAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomVisitorAdapter
-
- visit(OWLObjectPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomVisitorAdapter
-
- visit(OWLObjectPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomVisitorAdapter
-
- visit(OWLReflexiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomVisitorAdapter
-
- visit(OWLSameIndividualAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomVisitorAdapter
-
- visit(OWLSubClassOfAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomVisitorAdapter
-
- visit(OWLSubDataPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomVisitorAdapter
-
- visit(OWLSubObjectPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomVisitorAdapter
-
- visit(OWLSymmetricObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomVisitorAdapter
-
- visit(OWLTransitiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomVisitorAdapter
-
- visit(SWRLRule) - Method in class org.semanticweb.owlapi.util.OWLAxiomVisitorAdapter
-
- visit(OWLAnnotationAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomVisitorAdapter
-
- visit(OWLAnnotationPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomVisitorAdapter
-
- visit(OWLAnnotationPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomVisitorAdapter
-
- visit(OWLSubAnnotationPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomVisitorAdapter
-
- visit(OWLDatatypeDefinitionAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomVisitorAdapter
-
- visit(OWLSubAnnotationPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomVisitorExAdapter
-
- visit(OWLAnnotationPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomVisitorExAdapter
-
- visit(OWLAnnotationPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomVisitorExAdapter
-
- visit(OWLSubClassOfAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomVisitorExAdapter
-
- visit(OWLNegativeObjectPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomVisitorExAdapter
-
- visit(OWLAsymmetricObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomVisitorExAdapter
-
- visit(OWLReflexiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomVisitorExAdapter
-
- visit(OWLDisjointClassesAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomVisitorExAdapter
-
- visit(OWLDataPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomVisitorExAdapter
-
- visit(OWLObjectPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomVisitorExAdapter
-
- visit(OWLEquivalentObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomVisitorExAdapter
-
- visit(OWLNegativeDataPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomVisitorExAdapter
-
- visit(OWLDifferentIndividualsAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomVisitorExAdapter
-
- visit(OWLDisjointDataPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomVisitorExAdapter
-
- visit(OWLDisjointObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomVisitorExAdapter
-
- visit(OWLObjectPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomVisitorExAdapter
-
- visit(OWLObjectPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomVisitorExAdapter
-
- visit(OWLFunctionalObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomVisitorExAdapter
-
- visit(OWLSubObjectPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomVisitorExAdapter
-
- visit(OWLDisjointUnionAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomVisitorExAdapter
-
- visit(OWLDeclarationAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomVisitorExAdapter
-
- visit(OWLAnnotationAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomVisitorExAdapter
-
- visit(OWLSymmetricObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomVisitorExAdapter
-
- visit(OWLDataPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomVisitorExAdapter
-
- visit(OWLFunctionalDataPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomVisitorExAdapter
-
- visit(OWLEquivalentDataPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomVisitorExAdapter
-
- visit(OWLClassAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomVisitorExAdapter
-
- visit(OWLEquivalentClassesAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomVisitorExAdapter
-
- visit(OWLDataPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomVisitorExAdapter
-
- visit(OWLTransitiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomVisitorExAdapter
-
- visit(OWLIrreflexiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomVisitorExAdapter
-
- visit(OWLSubDataPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomVisitorExAdapter
-
- visit(OWLInverseFunctionalObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomVisitorExAdapter
-
- visit(OWLSameIndividualAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomVisitorExAdapter
-
- visit(OWLSubPropertyChainOfAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomVisitorExAdapter
-
- visit(OWLInverseObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomVisitorExAdapter
-
- visit(OWLHasKeyAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomVisitorExAdapter
-
- visit(OWLDatatypeDefinitionAxiom) - Method in class org.semanticweb.owlapi.util.OWLAxiomVisitorExAdapter
-
- visit(SWRLRule) - Method in class org.semanticweb.owlapi.util.OWLAxiomVisitorExAdapter
-
- visit(IRI) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(OWLDatatype) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(OWLObjectProperty) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(OWLAnonymousIndividual) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(SWRLClassAtom) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(OWLObjectInverseOf) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(SWRLDataRangeAtom) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(OWLAnnotation) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(OWLDataOneOf) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(OWLDataProperty) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(SWRLObjectPropertyAtom) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(OWLDataIntersectionOf) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(OWLNamedIndividual) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(OWLDataUnionOf) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(OWLSubClassOfAxiom) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(OWLAnnotationPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(OWLOntology) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(OWLDatatypeRestriction) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(SWRLBuiltInAtom) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(OWLAnnotationProperty) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(OWLClass) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(SWRLVariable) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(OWLLiteral) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(OWLObjectIntersectionOf) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(OWLNegativeObjectPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(SWRLIndividualArgument) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(OWLObjectUnionOf) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(OWLFacetRestriction) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(SWRLLiteralArgument) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(OWLAsymmetricObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(OWLObjectComplementOf) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(SWRLSameIndividualAtom) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(OWLObjectSomeValuesFrom) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(OWLReflexiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(SWRLDifferentIndividualsAtom) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(OWLObjectAllValuesFrom) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(OWLDisjointClassesAxiom) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(OWLObjectHasValue) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(OWLDataPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(OWLObjectMinCardinality) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(OWLObjectPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(OWLObjectExactCardinality) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(OWLEquivalentObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(OWLObjectMaxCardinality) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(OWLObjectHasSelf) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(OWLNegativeDataPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(OWLObjectOneOf) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(OWLDifferentIndividualsAxiom) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(OWLDataSomeValuesFrom) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(OWLDataAllValuesFrom) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(OWLDisjointDataPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(OWLDataHasValue) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(OWLDisjointObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(OWLDataMinCardinality) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(OWLObjectPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(OWLDataExactCardinality) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(OWLDataMaxCardinality) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(OWLObjectPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(OWLFunctionalObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(OWLSubObjectPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(OWLDisjointUnionAxiom) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(OWLDeclarationAxiom) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(OWLAnnotationAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(OWLSymmetricObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(OWLDataPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(OWLFunctionalDataPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(OWLEquivalentDataPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(OWLClassAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(OWLEquivalentClassesAxiom) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(OWLDataPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(OWLTransitiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(OWLIrreflexiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(OWLSubDataPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(OWLInverseFunctionalObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(OWLSameIndividualAxiom) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(OWLSubPropertyChainOfAxiom) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(OWLInverseObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(OWLHasKeyAxiom) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(OWLDatatypeDefinitionAxiom) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(SWRLRule) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(OWLSubAnnotationPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(OWLAnnotationPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(OWLDataComplementOf) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(SWRLDataPropertyAtom) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionCollector
-
- visit(OWLClass) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionVisitorAdapter
-
- visit(OWLObjectIntersectionOf) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionVisitorAdapter
-
- visit(OWLObjectUnionOf) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionVisitorAdapter
-
- visit(OWLObjectComplementOf) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionVisitorAdapter
-
- visit(OWLObjectSomeValuesFrom) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionVisitorAdapter
-
- visit(OWLObjectAllValuesFrom) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionVisitorAdapter
-
- visit(OWLObjectHasValue) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionVisitorAdapter
-
- visit(OWLObjectMinCardinality) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionVisitorAdapter
-
- visit(OWLObjectExactCardinality) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionVisitorAdapter
-
- visit(OWLObjectMaxCardinality) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionVisitorAdapter
-
- visit(OWLObjectHasSelf) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionVisitorAdapter
-
- visit(OWLObjectOneOf) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionVisitorAdapter
-
- visit(OWLDataSomeValuesFrom) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionVisitorAdapter
-
- visit(OWLDataAllValuesFrom) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionVisitorAdapter
-
- visit(OWLDataHasValue) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionVisitorAdapter
-
- visit(OWLDataMinCardinality) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionVisitorAdapter
-
- visit(OWLDataExactCardinality) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionVisitorAdapter
-
- visit(OWLDataMaxCardinality) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionVisitorAdapter
-
- visit(OWLClass) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionVisitorExAdapter
-
- visit(OWLObjectIntersectionOf) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionVisitorExAdapter
-
- visit(OWLObjectUnionOf) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionVisitorExAdapter
-
- visit(OWLObjectComplementOf) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionVisitorExAdapter
-
- visit(OWLObjectSomeValuesFrom) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionVisitorExAdapter
-
- visit(OWLObjectAllValuesFrom) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionVisitorExAdapter
-
- visit(OWLObjectHasValue) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionVisitorExAdapter
-
- visit(OWLObjectMinCardinality) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionVisitorExAdapter
-
- visit(OWLObjectExactCardinality) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionVisitorExAdapter
-
- visit(OWLObjectMaxCardinality) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionVisitorExAdapter
-
- visit(OWLObjectHasSelf) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionVisitorExAdapter
-
- visit(OWLObjectOneOf) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionVisitorExAdapter
-
- visit(OWLDataSomeValuesFrom) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionVisitorExAdapter
-
- visit(OWLDataAllValuesFrom) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionVisitorExAdapter
-
- visit(OWLDataHasValue) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionVisitorExAdapter
-
- visit(OWLDataMinCardinality) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionVisitorExAdapter
-
- visit(OWLDataExactCardinality) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionVisitorExAdapter
-
- visit(OWLDataMaxCardinality) - Method in class org.semanticweb.owlapi.util.OWLClassExpressionVisitorExAdapter
-
- visit(OWLSubClassOfAxiom) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(OWLNegativeObjectPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(OWLAsymmetricObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(OWLReflexiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(OWLDisjointClassesAxiom) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(OWLDataPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(OWLObjectPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(OWLEquivalentObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(OWLNegativeDataPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(OWLDifferentIndividualsAxiom) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(OWLDisjointDataPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(OWLDisjointObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(OWLObjectPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(OWLObjectPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(OWLFunctionalObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(OWLSubObjectPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(OWLDisjointUnionAxiom) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(OWLDeclarationAxiom) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(OWLSymmetricObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(OWLDataPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(OWLFunctionalDataPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(OWLEquivalentDataPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(OWLClassAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(OWLEquivalentClassesAxiom) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(OWLDataPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(OWLTransitiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(OWLIrreflexiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(OWLSubDataPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(OWLInverseFunctionalObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(OWLSameIndividualAxiom) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(OWLSubPropertyChainOfAxiom) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(OWLInverseObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(OWLHasKeyAxiom) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(OWLClass) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(OWLObjectIntersectionOf) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(OWLObjectUnionOf) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(OWLObjectComplementOf) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(OWLObjectSomeValuesFrom) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(OWLObjectAllValuesFrom) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(OWLObjectHasValue) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(OWLObjectMinCardinality) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(OWLObjectExactCardinality) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(OWLObjectMaxCardinality) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(OWLObjectHasSelf) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(OWLObjectOneOf) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(OWLDataSomeValuesFrom) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(OWLDataAllValuesFrom) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(OWLDataHasValue) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(OWLDataMinCardinality) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(OWLDataExactCardinality) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(OWLDataMaxCardinality) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(OWLDataComplementOf) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(OWLDataOneOf) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(OWLDataIntersectionOf) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(OWLDataUnionOf) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(OWLDatatypeRestriction) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(OWLFacetRestriction) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(OWLLiteral) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(OWLObjectInverseOf) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(OWLObjectProperty) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(OWLDataProperty) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(OWLNamedIndividual) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(OWLDatatype) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(OWLAnnotation) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(OWLAnnotationAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(OWLAnonymousIndividual) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(IRI) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(OWLOntology) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(OWLAnnotationProperty) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(OWLAnnotationPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(OWLAnnotationPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(OWLSubAnnotationPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(OWLDatatypeDefinitionAxiom) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(SWRLRule) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(SWRLClassAtom) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(SWRLDataRangeAtom) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(SWRLObjectPropertyAtom) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(SWRLDataPropertyAtom) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(SWRLBuiltInAtom) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(SWRLVariable) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(SWRLIndividualArgument) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(SWRLLiteralArgument) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(SWRLDifferentIndividualsAtom) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(SWRLSameIndividualAtom) - Method in class org.semanticweb.owlapi.util.OWLEntityCollector
-
- visit(OWLClass) - Method in class org.semanticweb.owlapi.util.OWLEntityComparator
-
- visit(OWLObjectProperty) - Method in class org.semanticweb.owlapi.util.OWLEntityComparator
-
- visit(OWLDataProperty) - Method in class org.semanticweb.owlapi.util.OWLEntityComparator
-
- visit(OWLNamedIndividual) - Method in class org.semanticweb.owlapi.util.OWLEntityComparator
-
- visit(OWLAnnotationProperty) - Method in class org.semanticweb.owlapi.util.OWLEntityComparator
-
- visit(OWLDatatype) - Method in class org.semanticweb.owlapi.util.OWLEntityComparator
-
- visit(OWLClass) - Method in class org.semanticweb.owlapi.util.OWLEntityRemover
-
- visit(OWLDatatype) - Method in class org.semanticweb.owlapi.util.OWLEntityRemover
-
- visit(OWLNamedIndividual) - Method in class org.semanticweb.owlapi.util.OWLEntityRemover
-
- visit(OWLDataProperty) - Method in class org.semanticweb.owlapi.util.OWLEntityRemover
-
- visit(OWLObjectProperty) - Method in class org.semanticweb.owlapi.util.OWLEntityRemover
-
- visit(OWLAnnotationProperty) - Method in class org.semanticweb.owlapi.util.OWLEntityRemover
-
- visit(OWLClass) - Method in class org.semanticweb.owlapi.util.OWLEntityVisitorAdapter
-
- visit(OWLDatatype) - Method in class org.semanticweb.owlapi.util.OWLEntityVisitorAdapter
-
- visit(OWLDataProperty) - Method in class org.semanticweb.owlapi.util.OWLEntityVisitorAdapter
-
- visit(OWLObjectProperty) - Method in class org.semanticweb.owlapi.util.OWLEntityVisitorAdapter
-
- visit(OWLNamedIndividual) - Method in class org.semanticweb.owlapi.util.OWLEntityVisitorAdapter
-
- visit(OWLAnnotationProperty) - Method in class org.semanticweb.owlapi.util.OWLEntityVisitorAdapter
-
- visit(OWLClass) - Method in class org.semanticweb.owlapi.util.OWLEntityVisitorExAdapter
-
- visit(OWLDatatype) - Method in class org.semanticweb.owlapi.util.OWLEntityVisitorExAdapter
-
- visit(OWLDataProperty) - Method in class org.semanticweb.owlapi.util.OWLEntityVisitorExAdapter
-
- visit(OWLObjectProperty) - Method in class org.semanticweb.owlapi.util.OWLEntityVisitorExAdapter
-
- visit(OWLNamedIndividual) - Method in class org.semanticweb.owlapi.util.OWLEntityVisitorExAdapter
-
- visit(OWLAnnotationProperty) - Method in class org.semanticweb.owlapi.util.OWLEntityVisitorExAdapter
-
- visit(OWLOntology) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(OWLClass) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(OWLObjectProperty) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(OWLObjectInverseOf) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(OWLDataProperty) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(OWLDatatype) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(OWLObjectIntersectionOf) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(OWLObjectUnionOf) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(OWLObjectComplementOf) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(OWLObjectSomeValuesFrom) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(OWLObjectAllValuesFrom) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(OWLObjectHasValue) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(OWLObjectMinCardinality) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(OWLObjectExactCardinality) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(OWLObjectMaxCardinality) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(OWLObjectHasSelf) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(OWLObjectOneOf) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(OWLDataSomeValuesFrom) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(OWLDataAllValuesFrom) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(OWLDataHasValue) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(OWLDataMinCardinality) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(OWLDataExactCardinality) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(OWLDataMaxCardinality) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(OWLSubClassOfAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(OWLNegativeObjectPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(OWLAsymmetricObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(OWLReflexiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(OWLDisjointClassesAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(OWLDataPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(OWLObjectPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(OWLEquivalentObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(OWLNegativeDataPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(OWLDifferentIndividualsAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(OWLDisjointDataPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(OWLDisjointObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(OWLObjectPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(OWLObjectPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(OWLFunctionalObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(OWLSubObjectPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(OWLDisjointUnionAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(OWLDeclarationAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(OWLAnnotationAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(OWLSymmetricObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(OWLDataPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(OWLFunctionalDataPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(OWLEquivalentDataPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(OWLClassAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(OWLEquivalentClassesAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(OWLDataPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(OWLTransitiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(OWLIrreflexiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(OWLSubDataPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(OWLInverseFunctionalObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(OWLSameIndividualAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(OWLSubPropertyChainOfAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(OWLInverseObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(SWRLRule) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(OWLDataComplementOf) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(OWLDataOneOf) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(OWLDatatypeRestriction) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(OWLLiteral) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(OWLFacetRestriction) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(OWLHasKeyAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(OWLAnnotationPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(OWLAnnotationPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(OWLSubAnnotationPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(OWLDataIntersectionOf) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(OWLDataUnionOf) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(OWLNamedIndividual) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(OWLAnnotationProperty) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(OWLAnonymousIndividual) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(IRI) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(OWLAnnotation) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(SWRLClassAtom) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(SWRLDataRangeAtom) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(SWRLObjectPropertyAtom) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(SWRLDataPropertyAtom) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(SWRLBuiltInAtom) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(SWRLVariable) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(SWRLIndividualArgument) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(SWRLLiteralArgument) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(SWRLSameIndividualAtom) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(SWRLDifferentIndividualsAtom) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(OWLDatatypeDefinitionAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectComponentCollector
-
- visit(OWLAsymmetricObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(OWLClassAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(OWLDataPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(OWLDataPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(OWLDataPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(OWLSubDataPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(OWLDeclarationAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(OWLDifferentIndividualsAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(OWLDisjointClassesAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(OWLDisjointDataPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(OWLDisjointObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(OWLDisjointUnionAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(OWLAnnotationAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(OWLEquivalentClassesAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(OWLEquivalentDataPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(OWLEquivalentObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(OWLFunctionalDataPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(OWLFunctionalObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(OWLInverseFunctionalObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(OWLInverseObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(OWLIrreflexiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(OWLNegativeDataPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(OWLNegativeObjectPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(OWLObjectPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(OWLSubPropertyChainOfAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(OWLObjectPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(OWLObjectPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(OWLSubObjectPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(OWLReflexiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(OWLSameIndividualAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(OWLSubClassOfAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(OWLSymmetricObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(OWLTransitiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(OWLClass) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(OWLDataAllValuesFrom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(OWLDataExactCardinality) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(OWLDataMaxCardinality) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(OWLDataMinCardinality) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(OWLDataSomeValuesFrom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(OWLDataHasValue) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(OWLObjectAllValuesFrom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(OWLObjectComplementOf) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(OWLObjectExactCardinality) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(OWLObjectIntersectionOf) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(OWLObjectMaxCardinality) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(OWLObjectMinCardinality) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(OWLObjectOneOf) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(OWLObjectHasSelf) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(OWLObjectSomeValuesFrom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(OWLObjectUnionOf) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(OWLObjectHasValue) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(OWLDataComplementOf) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(OWLDataOneOf) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(OWLDatatype) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(OWLDatatypeRestriction) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(OWLFacetRestriction) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(OWLLiteral) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(OWLDataProperty) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(OWLObjectProperty) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(OWLObjectInverseOf) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(OWLNamedIndividual) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(OWLOntology) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(SWRLRule) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(SWRLClassAtom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(SWRLDataRangeAtom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(SWRLObjectPropertyAtom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(SWRLDataPropertyAtom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(SWRLBuiltInAtom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(SWRLDifferentIndividualsAtom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(SWRLSameIndividualAtom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(SWRLVariable) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(SWRLIndividualArgument) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(SWRLLiteralArgument) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(OWLHasKeyAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(OWLDataIntersectionOf) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(OWLDataUnionOf) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(OWLAnnotationProperty) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(OWLAnnotationPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(OWLAnnotationPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(OWLSubAnnotationPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(OWLAnnotation) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(OWLAnonymousIndividual) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(IRI) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(OWLDatatypeDefinitionAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectDuplicator
-
- visit(IRI) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(OWLClass) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(OWLObjectProperty) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(OWLObjectInverseOf) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(OWLDataProperty) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(OWLNamedIndividual) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(OWLAnnotationProperty) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(OWLOntology) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(OWLAnonymousIndividual) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(OWLSubClassOfAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(OWLNegativeObjectPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(OWLAsymmetricObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(OWLReflexiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(OWLDisjointClassesAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(OWLDataPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(OWLObjectPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(OWLEquivalentObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(OWLNegativeDataPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(OWLDifferentIndividualsAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(OWLDisjointDataPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(OWLDisjointObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(OWLObjectPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(OWLObjectPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(OWLFunctionalObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(OWLSubObjectPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(OWLDisjointUnionAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(OWLDeclarationAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(OWLAnnotationAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(OWLAnnotationPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(OWLAnnotationPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(OWLSubAnnotationPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(OWLSymmetricObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(OWLDataPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(OWLFunctionalDataPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(OWLEquivalentDataPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(OWLClassAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(OWLEquivalentClassesAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(OWLDatatypeDefinitionAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(OWLDataPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(OWLTransitiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(OWLIrreflexiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(OWLSubDataPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(OWLInverseFunctionalObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(OWLSameIndividualAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(OWLSubPropertyChainOfAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(OWLInverseObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(SWRLRule) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(OWLHasKeyAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(OWLObjectIntersectionOf) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(OWLObjectUnionOf) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(OWLObjectComplementOf) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(OWLObjectOneOf) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(OWLObjectSomeValuesFrom) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(OWLObjectAllValuesFrom) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(OWLObjectHasValue) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(OWLObjectMinCardinality) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(OWLObjectExactCardinality) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(OWLObjectMaxCardinality) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(OWLObjectHasSelf) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(OWLDataSomeValuesFrom) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(OWLDataAllValuesFrom) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(OWLDataHasValue) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(OWLDataMinCardinality) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(OWLDataExactCardinality) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(OWLDataMaxCardinality) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(OWLDatatype) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(OWLDataComplementOf) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(OWLDataOneOf) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(OWLDataIntersectionOf) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(OWLDataUnionOf) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(OWLDatatypeRestriction) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(OWLFacetRestriction) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(OWLLiteral) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(OWLAnnotation) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(SWRLClassAtom) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(SWRLDataRangeAtom) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(SWRLObjectPropertyAtom) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(SWRLDataPropertyAtom) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(SWRLBuiltInAtom) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(SWRLVariable) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(SWRLIndividualArgument) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(SWRLLiteralArgument) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(SWRLSameIndividualAtom) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(SWRLDifferentIndividualsAtom) - Method in class org.semanticweb.owlapi.util.OWLObjectTypeIndexProvider
-
- visit(OWLOntology) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(OWLAsymmetricObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(OWLClassAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(OWLSubPropertyChainOfAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(OWLDataPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(OWLDataPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(OWLDataPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(OWLDeclarationAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(OWLDifferentIndividualsAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(OWLDisjointClassesAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(OWLDisjointDataPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(OWLDisjointObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(OWLDisjointUnionAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(OWLEquivalentClassesAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(OWLEquivalentDataPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(OWLEquivalentObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(OWLFunctionalDataPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(OWLFunctionalObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(OWLHasKeyAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(OWLInverseFunctionalObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(OWLInverseObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(OWLIrreflexiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(OWLNegativeDataPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(OWLNegativeObjectPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(OWLObjectPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(OWLObjectPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(OWLObjectPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(OWLReflexiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(OWLSameIndividualAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(OWLSubClassOfAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(OWLSubDataPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(OWLSubObjectPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(OWLSymmetricObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(OWLTransitiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(SWRLRule) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(OWLClass) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(OWLDataAllValuesFrom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(OWLDataExactCardinality) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(OWLDataMaxCardinality) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(OWLDataMinCardinality) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(OWLDataSomeValuesFrom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(OWLDataHasValue) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(OWLObjectAllValuesFrom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(OWLObjectComplementOf) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(OWLObjectExactCardinality) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(OWLObjectHasSelf) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(OWLObjectHasValue) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(OWLObjectIntersectionOf) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(OWLObjectMaxCardinality) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(OWLObjectMinCardinality) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(OWLObjectOneOf) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(OWLObjectSomeValuesFrom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(OWLObjectUnionOf) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(OWLFacetRestriction) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(OWLLiteral) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(OWLDataComplementOf) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(OWLDataIntersectionOf) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(OWLDataOneOf) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(OWLDatatype) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(OWLDatatypeRestriction) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(OWLDataUnionOf) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(OWLDataProperty) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(OWLObjectProperty) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(OWLObjectInverseOf) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(OWLNamedIndividual) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(OWLAnnotationProperty) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(OWLAnnotationAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(OWLAnnotationPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(OWLAnnotationPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(OWLSubAnnotationPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(OWLAnonymousIndividual) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(IRI) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(OWLAnnotation) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(SWRLLiteralArgument) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(SWRLIndividualArgument) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(SWRLVariable) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(SWRLBuiltInAtom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(SWRLClassAtom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(SWRLDataRangeAtom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(SWRLDataPropertyAtom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(SWRLDifferentIndividualsAtom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(SWRLObjectPropertyAtom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(SWRLSameIndividualAtom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(OWLDatatypeDefinitionAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorAdapter
-
- visit(OWLAnnotationAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(OWLAsymmetricObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(OWLClassAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(OWLDataPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(OWLDataPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(OWLDataPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(OWLDeclarationAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(OWLDifferentIndividualsAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(OWLDisjointClassesAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(OWLDisjointDataPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(OWLDisjointObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(OWLDisjointUnionAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(OWLEquivalentClassesAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(OWLEquivalentDataPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(OWLEquivalentObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(OWLFunctionalDataPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(OWLFunctionalObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(OWLHasKeyAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(OWLInverseFunctionalObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(OWLInverseObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(OWLIrreflexiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(OWLNegativeDataPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(OWLNegativeObjectPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(OWLObjectPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(OWLSubPropertyChainOfAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(OWLObjectPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(OWLObjectPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(OWLReflexiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(OWLSameIndividualAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(OWLSubClassOfAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(OWLSubDataPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(OWLSubObjectPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(OWLSymmetricObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(OWLTransitiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(SWRLRule) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(OWLClass) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(OWLDataAllValuesFrom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(OWLDataExactCardinality) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(OWLDataMaxCardinality) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(OWLDataMinCardinality) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(OWLDataSomeValuesFrom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(OWLDataHasValue) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(OWLObjectAllValuesFrom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(OWLObjectComplementOf) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(OWLObjectExactCardinality) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(OWLObjectHasSelf) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(OWLObjectHasValue) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(OWLObjectIntersectionOf) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(OWLObjectMaxCardinality) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(OWLObjectMinCardinality) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(OWLObjectOneOf) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(OWLObjectSomeValuesFrom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(OWLObjectUnionOf) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(OWLDataComplementOf) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(OWLDataIntersectionOf) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(OWLDataOneOf) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(OWLDatatype) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(OWLDatatypeRestriction) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(OWLDataUnionOf) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(OWLFacetRestriction) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(OWLDataProperty) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(OWLObjectProperty) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(OWLObjectInverseOf) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(OWLNamedIndividual) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(OWLAnnotationProperty) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(OWLAnnotation) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(OWLAnnotationPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(OWLAnnotationPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(OWLSubAnnotationPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(OWLAnonymousIndividual) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(IRI) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(OWLLiteral) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(SWRLLiteralArgument) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(SWRLVariable) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(SWRLIndividualArgument) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(SWRLBuiltInAtom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(SWRLClassAtom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(SWRLDataRangeAtom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(SWRLDataPropertyAtom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(SWRLDifferentIndividualsAtom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(SWRLObjectPropertyAtom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(SWRLSameIndividualAtom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(OWLOntology) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(OWLDatatypeDefinitionAxiom) - Method in class org.semanticweb.owlapi.util.OWLObjectVisitorExAdapter
-
- visit(RemoveAxiom) - Method in class org.semanticweb.owlapi.util.OWLOntologyChangeVisitorAdapter
-
- visit(SetOntologyID) - Method in class org.semanticweb.owlapi.util.OWLOntologyChangeVisitorAdapter
-
- visit(AddAxiom) - Method in class org.semanticweb.owlapi.util.OWLOntologyChangeVisitorAdapter
-
- visit(AddImport) - Method in class org.semanticweb.owlapi.util.OWLOntologyChangeVisitorAdapter
-
- visit(RemoveImport) - Method in class org.semanticweb.owlapi.util.OWLOntologyChangeVisitorAdapter
-
- visit(AddOntologyAnnotation) - Method in class org.semanticweb.owlapi.util.OWLOntologyChangeVisitorAdapter
-
- visit(RemoveOntologyAnnotation) - Method in class org.semanticweb.owlapi.util.OWLOntologyChangeVisitorAdapter
-
- visit(RemoveAxiom) - Method in class org.semanticweb.owlapi.util.OWLOntologyChangeVisitorAdapterEx
-
- visit(SetOntologyID) - Method in class org.semanticweb.owlapi.util.OWLOntologyChangeVisitorAdapterEx
-
- visit(AddAxiom) - Method in class org.semanticweb.owlapi.util.OWLOntologyChangeVisitorAdapterEx
-
- visit(AddImport) - Method in class org.semanticweb.owlapi.util.OWLOntologyChangeVisitorAdapterEx
-
- visit(RemoveImport) - Method in class org.semanticweb.owlapi.util.OWLOntologyChangeVisitorAdapterEx
-
- visit(AddOntologyAnnotation) - Method in class org.semanticweb.owlapi.util.OWLOntologyChangeVisitorAdapterEx
-
- visit(RemoveOntologyAnnotation) - Method in class org.semanticweb.owlapi.util.OWLOntologyChangeVisitorAdapterEx
-
- visit(OWLOntology) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(OWLSubClassOfAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(OWLNegativeObjectPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(OWLAsymmetricObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(OWLReflexiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(OWLDisjointClassesAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(OWLDataPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(OWLObjectPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(OWLEquivalentObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(OWLNegativeDataPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(OWLDifferentIndividualsAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(OWLDisjointDataPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(OWLDisjointObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(OWLObjectPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(OWLObjectPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(OWLFunctionalObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(OWLSubObjectPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(OWLDisjointUnionAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(OWLDeclarationAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(OWLAnnotationAssertionAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(OWLSymmetricObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(OWLDataPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(OWLFunctionalDataPropertyAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(OWLEquivalentDataPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(OWLClassAssertionAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(OWLEquivalentClassesAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(OWLDataPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(OWLTransitiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(OWLIrreflexiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(OWLSubDataPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(OWLInverseFunctionalObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(OWLSameIndividualAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(OWLSubPropertyChainOfAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(OWLClass) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(OWLObjectIntersectionOf) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(OWLObjectUnionOf) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(OWLObjectComplementOf) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(OWLObjectSomeValuesFrom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(OWLObjectAllValuesFrom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(OWLObjectHasValue) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(OWLObjectMinCardinality) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(OWLObjectExactCardinality) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(OWLObjectMaxCardinality) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(OWLObjectHasSelf) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(OWLObjectOneOf) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(OWLDataSomeValuesFrom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(OWLDataAllValuesFrom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(OWLDataHasValue) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(OWLDataMinCardinality) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(OWLDataExactCardinality) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(OWLDataMaxCardinality) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(OWLDatatype) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(OWLDataComplementOf) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(OWLDataOneOf) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(OWLDatatypeRestriction) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(OWLFacetRestriction) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(OWLLiteral) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(OWLObjectProperty) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(OWLObjectInverseOf) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(OWLDataProperty) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(OWLNamedIndividual) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(OWLInverseObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(OWLHasKeyAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(OWLDataIntersectionOf) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(OWLDataUnionOf) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(OWLAnnotationProperty) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(OWLAnnotationPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(OWLAnnotationPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(OWLSubAnnotationPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(OWLAnonymousIndividual) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(IRI) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(OWLAnnotation) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(SWRLRule) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(SWRLClassAtom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(SWRLDataRangeAtom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(SWRLDifferentIndividualsAtom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(SWRLSameIndividualAtom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(SWRLObjectPropertyAtom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(SWRLDataPropertyAtom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(SWRLBuiltInAtom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(OWLDatatypeDefinitionAxiom) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(SWRLVariable) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(SWRLIndividualArgument) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(SWRLLiteralArgument) - Method in class org.semanticweb.owlapi.util.SimpleRenderer
-
- visit(IRI) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(OWLOntology) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(OWLAsymmetricObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(OWLClassAssertionAxiom) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(OWLDataPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(OWLDataPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(OWLDataPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(OWLSubDataPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(OWLDeclarationAxiom) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(OWLDifferentIndividualsAxiom) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(OWLDisjointClassesAxiom) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(OWLDisjointDataPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(OWLDisjointObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(OWLDisjointUnionAxiom) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(OWLAnnotationAssertionAxiom) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(OWLAnnotationPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(OWLAnnotationPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(OWLSubAnnotationPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(OWLAnnotation) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(OWLEquivalentClassesAxiom) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(OWLEquivalentDataPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(OWLEquivalentObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(OWLFunctionalDataPropertyAxiom) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(OWLFunctionalObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(OWLInverseFunctionalObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(OWLInverseObjectPropertiesAxiom) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(OWLIrreflexiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(OWLNegativeDataPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(OWLNegativeObjectPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(OWLObjectPropertyAssertionAxiom) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(OWLSubPropertyChainOfAxiom) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(OWLObjectPropertyDomainAxiom) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(OWLObjectPropertyRangeAxiom) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(OWLSubObjectPropertyOfAxiom) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(OWLReflexiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(OWLSameIndividualAxiom) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(OWLSubClassOfAxiom) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(OWLSymmetricObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(OWLTransitiveObjectPropertyAxiom) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(SWRLRule) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(OWLHasKeyAxiom) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(OWLClass) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(OWLDataAllValuesFrom) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(OWLDataExactCardinality) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(OWLDataMaxCardinality) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(OWLDataMinCardinality) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(OWLDataSomeValuesFrom) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(OWLDataHasValue) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(OWLObjectAllValuesFrom) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(OWLObjectComplementOf) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(OWLObjectExactCardinality) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(OWLObjectIntersectionOf) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(OWLObjectMaxCardinality) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(OWLObjectMinCardinality) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(OWLObjectOneOf) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(OWLObjectHasSelf) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(OWLObjectSomeValuesFrom) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(OWLObjectUnionOf) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(OWLObjectHasValue) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(OWLDataComplementOf) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(OWLDataOneOf) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(OWLDataIntersectionOf) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(OWLDataUnionOf) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(OWLFacetRestriction) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(OWLDatatypeRestriction) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(OWLDatatype) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(OWLLiteral) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(OWLAnnotationProperty) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(OWLDataProperty) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(OWLObjectProperty) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(OWLObjectInverseOf) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(OWLNamedIndividual) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(OWLAnonymousIndividual) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(SWRLLiteralArgument) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(SWRLVariable) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(SWRLIndividualArgument) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(SWRLBuiltInAtom) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(SWRLClassAtom) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(SWRLDataRangeAtom) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(SWRLDataPropertyAtom) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(SWRLDifferentIndividualsAtom) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(SWRLObjectPropertyAtom) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(SWRLSameIndividualAtom) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(OWLDatatypeDefinitionAxiom) - Method in class org.semanticweb.owlapi.util.StructureWalker
-
- visit(SWRLRule) - Method in class org.semanticweb.owlapi.util.SWRLVariableExtractor
-
- visit(SWRLClassAtom) - Method in class org.semanticweb.owlapi.util.SWRLVariableExtractor
-
- visit(SWRLDataRangeAtom) - Method in class org.semanticweb.owlapi.util.SWRLVariableExtractor
-
- visit(SWRLObjectPropertyAtom) - Method in class org.semanticweb.owlapi.util.SWRLVariableExtractor
-
- visit(SWRLDataPropertyAtom) - Method in class org.semanticweb.owlapi.util.SWRLVariableExtractor
-
- visit(SWRLBuiltInAtom) - Method in class org.semanticweb.owlapi.util.SWRLVariableExtractor
-
- visit(SWRLVariable) - Method in class org.semanticweb.owlapi.util.SWRLVariableExtractor
-
- visit(SWRLIndividualArgument) - Method in class org.semanticweb.owlapi.util.SWRLVariableExtractor
-
- visit(SWRLLiteralArgument) - Method in class org.semanticweb.owlapi.util.SWRLVariableExtractor
-
- visit(SWRLSameIndividualAtom) - Method in class org.semanticweb.owlapi.util.SWRLVariableExtractor
-
- visit(SWRLDifferentIndividualsAtom) - Method in class org.semanticweb.owlapi.util.SWRLVariableExtractor
-
- visitDuplicates - Variable in class org.semanticweb.owlapi.util.OWLObjectWalker
-
- visited - Variable in class org.semanticweb.owlapi.util.StructureWalker
-
- visitor - Variable in class org.semanticweb.owlapi.util.OWLObjectWalker
-