Uses of Interface
org.semanticweb.owl.model.OWLImportsDeclaration

Packages that use OWLImportsDeclaration
de.uulm.ecs.ai.owl.krssrenderer   
org.coode.manchesterowlsyntax   
org.coode.owl.functionalparser   
org.coode.owl.functionalrenderer   
org.coode.owl.latex   
org.coode.owl.rdf.model   
org.coode.owlapi.owlxml.renderer   
org.semanticweb.owl.debugging   
org.semanticweb.owl.model   
org.semanticweb.owl.util   
uk.ac.manchester.cs.owl   
uk.ac.manchester.cs.owl.dlsyntax   
uk.ac.manchester.cs.owl.inference.dig11   
uk.ac.manchester.cs.owl.mansyntaxrenderer   
 

Uses of OWLImportsDeclaration in de.uulm.ecs.ai.owl.krssrenderer
 

Methods in de.uulm.ecs.ai.owl.krssrenderer with parameters of type OWLImportsDeclaration
 void KRSS2OWLObjectRenderer.visit(OWLImportsDeclaration axiom)
           
 

Uses of OWLImportsDeclaration in org.coode.manchesterowlsyntax
 

Methods in org.coode.manchesterowlsyntax that return OWLImportsDeclaration
 OWLImportsDeclaration ManchesterOWLSyntaxEditorParser.parseImportsDeclaration(OWLOntology ont)
           
 

Uses of OWLImportsDeclaration in org.coode.owl.functionalparser
 

Methods in org.coode.owl.functionalparser that return OWLImportsDeclaration
 OWLImportsDeclaration OWLFunctionalSyntaxParser.ImportsDeclaration()
           
 

Uses of OWLImportsDeclaration in org.coode.owl.functionalrenderer
 

Methods in org.coode.owl.functionalrenderer with parameters of type OWLImportsDeclaration
 void OWLObjectRenderer.visit(OWLImportsDeclaration axiom)
           
 

Uses of OWLImportsDeclaration in org.coode.owl.latex
 

Methods in org.coode.owl.latex with parameters of type OWLImportsDeclaration
 void LatexObjectVisitor.visit(OWLImportsDeclaration axiom)
           
 

Uses of OWLImportsDeclaration in org.coode.owl.rdf.model
 

Methods in org.coode.owl.rdf.model with parameters of type OWLImportsDeclaration
 void AbstractTranslator.visit(OWLImportsDeclaration axiom)
           
 

Uses of OWLImportsDeclaration in org.coode.owlapi.owlxml.renderer
 

Methods in org.coode.owlapi.owlxml.renderer with parameters of type OWLImportsDeclaration
 void OWLXMLObjectRenderer.visit(OWLImportsDeclaration axiom)
           
 

Uses of OWLImportsDeclaration in org.semanticweb.owl.debugging
 

Methods in org.semanticweb.owl.debugging with parameters of type OWLImportsDeclaration
 void DebuggerDescriptionGenerator.visit(OWLImportsDeclaration axiom)
           
 

Uses of OWLImportsDeclaration in org.semanticweb.owl.model
 

Fields in org.semanticweb.owl.model with type parameters of type OWLImportsDeclaration
static AxiomType<OWLImportsDeclaration> AxiomType.IMPORTS_DECLARATION
           
 

Methods in org.semanticweb.owl.model that return OWLImportsDeclaration
 OWLImportsDeclaration OWLDataFactory.getOWLImportsDeclarationAxiom(OWLOntology subject, java.net.URI importedOntologyURI)
           
 

Methods in org.semanticweb.owl.model that return types with arguments of type OWLImportsDeclaration
 java.util.Set<OWLImportsDeclaration> OWLOntology.getImportsDeclarations()
          Gets the set of imports annotations for this ontology.
 

Methods in org.semanticweb.owl.model with parameters of type OWLImportsDeclaration
 OWLOntology OWLOntologyManager.getImportedOntology(OWLImportsDeclaration declaration)
          Given an imports declaration, obtains the ontology that this imports has been resolved to.
 void OWLOntologyManager.makeLoadImportRequest(OWLImportsDeclaration declaration)
          Requests that the manager loads an imported ontology that is described by an imports statement.
 O OWLAxiomVisitorEx.visit(OWLImportsDeclaration axiom)
           
 void OWLAxiomVisitor.visit(OWLImportsDeclaration axiom)
           
 

Uses of OWLImportsDeclaration in org.semanticweb.owl.util
 

Methods in org.semanticweb.owl.util with parameters of type OWLImportsDeclaration
 void SimpleRenderer.visit(OWLImportsDeclaration axiom)
           
 void OWLOntologyChangeFilter.visit(OWLImportsDeclaration axiom)
           
 O OWLObjectVisitorExAdapter.visit(OWLImportsDeclaration axiom)
           
 void OWLObjectVisitorAdapter.visit(OWLImportsDeclaration axiom)
           
 void OWLObjectTypeIndexProvider.visit(OWLImportsDeclaration axiom)
           
 void OWLObjectDuplicator.visit(OWLImportsDeclaration axiom)
           
 void OWLObjectComponentCollector.visit(OWLImportsDeclaration axiom)
           
 void OWLEntityCollector.visit(OWLImportsDeclaration axiom)
           
 void OWLAxiomVisitorAdapter.visit(OWLImportsDeclaration axiom)
           
 void OWLAxiomTypeProcessor.visit(OWLImportsDeclaration axiom)
           
 void HashCode.visit(OWLImportsDeclaration axiom)
           
 void DLExpressivityChecker.visit(OWLImportsDeclaration axiom)
           
 O DelegatingObjectVisitorEx.visit(OWLImportsDeclaration axiom)
           
 void AxiomTypeProvider.visit(OWLImportsDeclaration axiom)
           
 void AxiomSubjectProvider.visit(OWLImportsDeclaration axiom)
           
 

Uses of OWLImportsDeclaration in uk.ac.manchester.cs.owl
 

Classes in uk.ac.manchester.cs.owl that implement OWLImportsDeclaration
 class OWLImportsDeclarationImpl
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 26-Oct-2006

 

Methods in uk.ac.manchester.cs.owl that return OWLImportsDeclaration
 OWLImportsDeclaration OWLDataFactoryImpl.getOWLImportsDeclarationAxiom(OWLOntology subject, java.net.URI importedOntologyURI)
           
 

Methods in uk.ac.manchester.cs.owl that return types with arguments of type OWLImportsDeclaration
 java.util.Set<OWLImportsDeclaration> OWLOntologyImpl.getImportsDeclarations()
           
 

Methods in uk.ac.manchester.cs.owl with parameters of type OWLImportsDeclaration
 OWLOntology OWLOntologyManagerImpl.getImportedOntology(OWLImportsDeclaration declaration)
           
 void OWLOntologyManagerImpl.makeLoadImportRequest(OWLImportsDeclaration declaration)
           
 

Uses of OWLImportsDeclaration in uk.ac.manchester.cs.owl.dlsyntax
 

Methods in uk.ac.manchester.cs.owl.dlsyntax with parameters of type OWLImportsDeclaration
 void DLSyntaxObjectRenderer.visit(OWLImportsDeclaration axiom)
           
 

Uses of OWLImportsDeclaration in uk.ac.manchester.cs.owl.inference.dig11
 

Methods in uk.ac.manchester.cs.owl.inference.dig11 with parameters of type OWLImportsDeclaration
 void DIGRenderer.visit(OWLImportsDeclaration axiom)
           
 

Uses of OWLImportsDeclaration in uk.ac.manchester.cs.owl.mansyntaxrenderer
 

Methods in uk.ac.manchester.cs.owl.mansyntaxrenderer with parameters of type OWLImportsDeclaration
 void ManchesterOWLSyntaxObjectRenderer.visit(OWLImportsDeclaration axiom)