Alignment API and Server 3.6

Uses of Interface
fr.inrialpes.exmo.align.onto.LoadedOntology

Packages that use LoadedOntology
fr.inrialpes.exmo.align.impl   
fr.inrialpes.exmo.align.impl.renderer   
fr.inrialpes.exmo.align.onto   
fr.inrialpes.exmo.align.onto.jena25   
fr.inrialpes.exmo.align.onto.owlapi10   
fr.inrialpes.exmo.align.service   
 

Uses of LoadedOntology in fr.inrialpes.exmo.align.impl
 

Fields in fr.inrialpes.exmo.align.impl declared as LoadedOntology
 LoadedOntology MatrixMeasure.onto1
           
 LoadedOntology MatrixMeasure.onto2
           
 

Methods in fr.inrialpes.exmo.align.impl that return LoadedOntology
(package private) static LoadedOntology ObjectAlignment.loadOntology(URI ref)
           
 LoadedOntology<Object> ObjectAlignment.ontology1()
           
 LoadedOntology<Object> ObjectAlignment.ontology2()
           
 

Methods in fr.inrialpes.exmo.align.impl with parameters of type LoadedOntology
 void Similarity.initialize(LoadedOntology<Object> onto1, LoadedOntology<Object> onto2)
           
 void Similarity.initialize(LoadedOntology<Object> onto1, LoadedOntology<Object> onto2)
           
 void Similarity.initialize(LoadedOntology<Object> onto1, LoadedOntology<Object> onto2, Alignment align)
           
 void Similarity.initialize(LoadedOntology<Object> onto1, LoadedOntology<Object> onto2, Alignment align)
           
 void MatrixMeasure.initialize(LoadedOntology o1, LoadedOntology o2)
           
 void MatrixMeasure.initialize(LoadedOntology o1, LoadedOntology o2)
           
 void MatrixMeasure.initialize(LoadedOntology onto1, LoadedOntology onto2, Alignment align)
           
 void MatrixMeasure.initialize(LoadedOntology onto1, LoadedOntology onto2, Alignment align)
           
 

Uses of LoadedOntology in fr.inrialpes.exmo.align.impl.renderer
 

Fields in fr.inrialpes.exmo.align.impl.renderer declared as LoadedOntology
(package private)  LoadedOntology COWLMappingRendererVisitor.onto1
           
(package private)  LoadedOntology OWLAxiomsRendererVisitor.onto1
           
(package private)  LoadedOntology SEKTMappingRendererVisitor.onto1
           
(package private)  LoadedOntology SKOSRendererVisitor.onto1
           
(package private)  LoadedOntology SWRLRendererVisitor.onto1
           
(package private)  LoadedOntology XSLTRendererVisitor.onto1
           
(package private)  LoadedOntology COWLMappingRendererVisitor.onto2
           
(package private)  LoadedOntology OWLAxiomsRendererVisitor.onto2
           
(package private)  LoadedOntology SEKTMappingRendererVisitor.onto2
           
(package private)  LoadedOntology SKOSRendererVisitor.onto2
           
(package private)  LoadedOntology SWRLRendererVisitor.onto2
           
(package private)  LoadedOntology XSLTRendererVisitor.onto2
           
 

Methods in fr.inrialpes.exmo.align.impl.renderer with parameters of type LoadedOntology
 void COWLMappingRendererVisitor.printObject(Object ob, LoadedOntology onto)
           
 

Uses of LoadedOntology in fr.inrialpes.exmo.align.onto
 

Classes in fr.inrialpes.exmo.align.onto with type parameters of type LoadedOntology
 class OntologyCache<O extends LoadedOntology>
          This caches the loaded ontologies so that it is possible to share them between alignments as well as to unload them if necessary.
 

Subinterfaces of LoadedOntology in fr.inrialpes.exmo.align.onto
 interface HeavyLoadedOntology<O>
          Encapsulate deep access to an ontology through some Ontology API Asserted methods corresponds to the information explicitely given or stored about the entity.
 

Methods in fr.inrialpes.exmo.align.onto that return LoadedOntology
abstract  LoadedOntology OntologyFactory.loadOntology(URI uri)
          Load an ontology, cache enabled These methods should rather be in a LoadableOntologyFactory
abstract  LoadedOntology OntologyFactory.newOntology(Object onto)
          Encapsulate an ontology already in the environment These methods should rather be in a LoadableOntologyFactory
 

Uses of LoadedOntology in fr.inrialpes.exmo.align.onto.jena25
 

Classes in fr.inrialpes.exmo.align.onto.jena25 that implement LoadedOntology
 class JENAOntology
           
 

Uses of LoadedOntology in fr.inrialpes.exmo.align.onto.owlapi10
 

Classes in fr.inrialpes.exmo.align.onto.owlapi10 that implement LoadedOntology
 class OWLAPIOntology
          Store the information regarding ontologies in a specific structure Acts as an interface with regard to an ontology APY
 

Uses of LoadedOntology in fr.inrialpes.exmo.align.service
 

Methods in fr.inrialpes.exmo.align.service that return LoadedOntology
 LoadedOntology AServProtocolManager.reachable(URI uri)
          Utilities: reaching and loading ontologies
 


Alignment API and Server 3.6

(C) INRIA & friends, 2003-2008