Alignment API and Server 4.2.${version.update}

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

Packages that use Ontology
fr.inrialpes.exmo.align.gen   
fr.inrialpes.exmo.align.gen.inter   
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   
fr.inrialpes.exmo.ontowrap.skosapi   
fr.inrialpes.exmo.ontowrap.skoslite   
 

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

Methods in fr.inrialpes.exmo.align.gen that return Ontology
 Ontology TestGenerator.getModifiedOntology()
           
 

Methods in fr.inrialpes.exmo.align.gen with parameters of type Ontology
 OntologyNetwork OntologyNetworkGenerator.generate(int n, Ontology o, Properties params)
          Returns an ontology network of size n (the number of ontologies) starting from an ontology o.
 Alignment TestGenerator.generate(Ontology o, Properties p)
           
 void TestGenerator.setOntology(Ontology o)
           
 

Uses of Ontology in fr.inrialpes.exmo.align.gen.inter
 

Methods in fr.inrialpes.exmo.align.gen.inter with parameters of type Ontology
 Alignment AlignedOntologyGenerator.generate(Ontology o, Properties p)
           
 

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
           
 

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

Classes in fr.inrialpes.exmo.ontowrap.skosapi that implement Ontology
 class SKOSThesaurus
           
 

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

Classes in fr.inrialpes.exmo.ontowrap.skoslite that implement Ontology
 class SKOSLiteThesaurus
           
 


Alignment API and Server 4.2.${version.update}

(C) INRIA & friends, 2003-${curryear}