INRIA & friends

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

Packages that use Cell
fr.inrialpes.exmo.align.impl   
fr.inrialpes.exmo.align.impl.eval   
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 BasicCell.inverse()
           
 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)
           
 

Methods in fr.inrialpes.exmo.align.impl with parameters of type Cell
 boolean BasicCell.equals(Cell c)
           
protected  void BasicAlignment.addCell(Cell c)
           
 void BasicAlignment.removeAlignCell(Cell c)
           
 

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

Methods in fr.inrialpes.exmo.align.impl.eval with parameters of type Cell
protected  double ExtPREvaluator.computeSymSimilarity(Cell c1, java.util.Enumeration s2)
           
 

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 SKOSRendererVisitor.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 SKOSRendererVisitor.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 Cell.inverse()
           
 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)
          Cells are retrieved These primitives are deprecated.
 Cell Alignment.getAlignCell2(java.lang.Object ob)
           
 

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


INRIA & friends

..no bottom yet...