Uses of Enum Class
org.semanticweb.owlapi.model.parameters.Navigation
Packages that use Navigation
Package
Description
Main API classes.
Parameter classes.
OWL API reference implementation package.
Concurrent implementation package.
-
Uses of Navigation in org.semanticweb.owlapi.model
Methods in org.semanticweb.owlapi.model with parameters of type NavigationModifier and TypeMethodDescriptionOWLAxiomIndex.axioms
(Class<T> type, Class<? extends OWLObject> explicitClass, OWLObject entity, Imports imports, Navigation forSubPosition) Generic search method: returns all axioms which refer entity, are instances of type, optionally including the imports closure in the results.OWLAxiomIndex.axioms
(Class<T> type, Class<? extends OWLObject> explicitClass, OWLObject entity, Navigation forSubPosition) Generic search method: returns all axioms which refer entity, are instances of type, optionally including the imports closure in the results.OWLAxiomIndex.axioms
(Class<T> type, OWLObject entity, Imports imports, Navigation forSubPosition) Generic search method: returns all axioms which refer entity, are instances of type, optionally including the imports closure in the results.OWLAxiomIndex.axioms
(Class<T> type, OWLObject entity, Navigation forSubPosition) Generic search method: returns all axioms which refer entity, are instances of type, optionally including the imports closure in the results.OWLAxiomIndex.getAxioms
(Class<T> type, Class<? extends OWLObject> explicitClass, OWLObject entity, Imports includeImports, Navigation forSubPosition) Generic search method: returns all axioms which refer entity, are instances of type, optionally including the imports closure in the results.OWLAxiomIndex.getAxioms
(Class<T> type, Class<? extends OWLObject> explicitClass, OWLObject entity, Navigation forSubPosition) Generic search method: returns all axioms which refer entity, are instances of type, optionally including the imports closure in the results.OWLAxiomIndex.getAxioms
(Class<T> type, OWLObject entity, Imports includeImports, Navigation forSubPosition) Generic search method: returns all axioms which refer entity, are instances of type, optionally including the imports closure in the results.OWLAxiomIndex.getAxioms
(Class<T> type, OWLObject entity, Navigation forSubPosition) Generic search method: returns all axioms which refer entity, are instances of type, optionally including the imports closure in the results. -
Uses of Navigation in org.semanticweb.owlapi.model.parameters
Methods in org.semanticweb.owlapi.model.parameters that return NavigationModifier and TypeMethodDescriptionstatic Navigation
Returns the enum constant of this class with the specified name.static Navigation[]
Navigation.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Navigation in uk.ac.manchester.cs.owl.owlapi
Methods in uk.ac.manchester.cs.owl.owlapi with parameters of type Navigation -
Uses of Navigation in uk.ac.manchester.cs.owl.owlapi.concurrent
Methods in uk.ac.manchester.cs.owl.owlapi.concurrent with parameters of type NavigationModifier and TypeMethodDescriptionConcurrentOWLOntologyImpl.axioms
(Class<T> aClass, Class<? extends OWLObject> aClass1, OWLObject owlObject, Imports imports, Navigation navigation) ConcurrentOWLOntologyImpl.axioms
(Class<T> type, Class<? extends OWLObject> explicitClass, OWLObject entity, Navigation forSubPosition) ConcurrentOWLOntologyImpl.axioms
(Class<T> aClass, OWLObject owlObject, Imports imports, Navigation navigation) ConcurrentOWLOntologyImpl.axioms
(Class<T> type, OWLObject entity, Navigation forSubPosition) ConcurrentOWLOntologyImpl.getAxioms
(Class<T> aClass, Class<? extends OWLObject> aClass1, OWLObject owlObject, Imports imports, Navigation navigation) ConcurrentOWLOntologyImpl.getAxioms
(Class<T> type, Class<? extends OWLObject> explicitClass, OWLObject entity, Navigation forSubPosition) ConcurrentOWLOntologyImpl.getAxioms
(Class<T> aClass, OWLObject owlObject, Imports imports, Navigation navigation) ConcurrentOWLOntologyImpl.getAxioms
(Class<T> type, OWLObject entity, Navigation forSubPosition)