INRIA & UMontrŽal

Uses of Interface
org.semanticweb.owl.align.Cell

Packages that use Cell
fr.inrialpes.exmo.align.impl   
fr.inrialpes.exmo.align.impl.renderer   
fr.inrialpes.exmo.align.parser   
org.semanticweb.owl.align   
 

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

Classes in fr.inrialpes.exmo.align.impl that implement Cell
 class BasicCell
          Represents an OWL ontology alignment.
 

Methods in fr.inrialpes.exmo.align.impl that return Cell
 Cell BasicAlignment.addAlignCell(java.lang.Object ob1, java.lang.Object ob2, java.lang.String relation, double measure)
          Cell methods *
 Cell BasicAlignment.addAlignCell(java.lang.Object ob1, java.lang.Object ob2)
           
 Cell BasicAlignment.getAlignCell1(java.lang.Object ob)
           
 Cell BasicAlignment.getAlignCell2(java.lang.Object ob)
           
 

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

Fields in fr.inrialpes.exmo.align.impl.renderer declared as Cell
(package private)  Cell XSLTRendererVisitor.cell
           
(package private)  Cell SWRLRendererVisitor.cell
           
(package private)  Cell SEKTMappingRendererVisitor.cell
           
(package private)  Cell RDFRendererVisitor.cell
           
(package private)  Cell OWLAxiomsRendererVisitor.cell
           
(package private)  Cell COWLMappingRendererVisitor.cell
           
 

Methods in fr.inrialpes.exmo.align.impl.renderer with parameters of type Cell
 void XSLTRendererVisitor.visit(Cell cell)
           
 void SWRLRendererVisitor.visit(Cell cell)
           
 void SEKTMappingRendererVisitor.visit(Cell cell)
           
 void RDFRendererVisitor.visit(Cell cell)
           
 void OWLAxiomsRendererVisitor.visit(Cell cell)
           
 void COWLMappingRendererVisitor.visit(Cell cell)
           
 

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

Fields in fr.inrialpes.exmo.align.parser declared as Cell
protected  Cell AlignmentParser.cell
          the relation content as text...
 

Uses of Cell in org.semanticweb.owl.align
 

Methods in org.semanticweb.owl.align that return Cell
 Cell Alignment.addAlignCell(java.lang.Object ob1, java.lang.Object ob, java.lang.String relation, double measure)
          Cells are created and indexed at once
 Cell Alignment.addAlignCell(java.lang.Object ob1, java.lang.Object ob2)
           
 Cell Alignment.getAlignCell1(java.lang.Object ob)
           
 Cell Alignment.getAlignCell2(java.lang.Object ob)
           
 

Methods in org.semanticweb.owl.align with parameters of type Cell
 void AlignmentVisitor.visit(Cell c)
           
 


INRIA & UMontrŽal

..no bottom yet...