Alignment API and Server 4.0

Uses of Interface
fr.inrialpes.exmo.ontowrap.Ontology

Packages that use Ontology
fr.inrialpes.exmo.align.impl   
fr.inrialpes.exmo.align.impl.renderer   
fr.inrialpes.exmo.align.parser   
fr.inrialpes.exmo.align.service   
fr.inrialpes.exmo.ontowrap   
fr.inrialpes.exmo.ontowrap.jena25   
fr.inrialpes.exmo.ontowrap.owlapi10   
fr.inrialpes.exmo.ontowrap.owlapi30   
 

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

Fields in fr.inrialpes.exmo.align.impl declared as Ontology
protected  Ontology<Object> BasicAlignment.onto1
           
protected  Ontology<Object> BasicAlignment.onto2
           
 

Methods in fr.inrialpes.exmo.align.impl that return Ontology
 Ontology<Object> BasicAlignment.getOntologyObject1()
           
 Ontology<Object> BasicAlignment.getOntologyObject2()
           
 

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

Methods in fr.inrialpes.exmo.align.impl.renderer with parameters of type Ontology
 void RDFRendererVisitor.printOntology(Ontology onto)
           
 

Uses of Ontology in fr.inrialpes.exmo.align.parser
 

Fields in fr.inrialpes.exmo.align.parser declared as Ontology
(package private)  Ontology XMLParser.curronto
           
(package private)  Ontology XMLParser.onto1
          the first Ontology
(package private)  Ontology XMLParser.onto2
          the second Ontology
 

Methods in fr.inrialpes.exmo.align.parser that return Ontology
protected  Ontology RDFParser.parseOntology(com.hp.hpl.jena.rdf.model.Resource node)
          Parse an ontology node <onto1> or <onto2> Node to an Ontology object.
 

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

Methods in fr.inrialpes.exmo.align.service with parameters of type Ontology
 void OysterDirectory.getAlignmentReferences(Ontology o1, Ontology o2)
           
 void OysterDirectory.getAlignmentReferences(Ontology o1, Ontology o2)
           
 

Uses of Ontology in fr.inrialpes.exmo.ontowrap
 

Subinterfaces of Ontology in fr.inrialpes.exmo.ontowrap
 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.
 interface LoadedOntology<O>
           
 

Classes in fr.inrialpes.exmo.ontowrap that implement Ontology
 class BasicOntology<O>
          Store the information regarding ontologies in a specific structure
 

Uses of Ontology in fr.inrialpes.exmo.ontowrap.jena25
 

Classes in fr.inrialpes.exmo.ontowrap.jena25 that implement Ontology
 class JENAOntology
           
 

Uses of Ontology in fr.inrialpes.exmo.ontowrap.owlapi10
 

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

Uses of Ontology in fr.inrialpes.exmo.ontowrap.owlapi30
 

Classes in fr.inrialpes.exmo.ontowrap.owlapi30 that implement Ontology
 class OWLAPI3Ontology
           
 


Alignment API and Server 4.0

(C) INRIA & friends, 2003-2010