Alignment API and Server 3.2

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 ontology alignment correspondence.
 class OWLAPICell
          Represents an ontology alignment correspondence between two URIs
 class URICell
          Represents an ontology alignment correspondence between two URIs
 

Methods in fr.inrialpes.exmo.align.impl that return Cell
 Cell BasicAlignment.addAlignCell(Object ob1, Object ob2)
           
 Cell OWLAPIAlignment.addAlignCell(Object ob1, Object ob2)
           
 Cell URIAlignment.addAlignCell(Object ob1, Object ob2)
           
 Cell BasicAlignment.addAlignCell(Object ob1, Object ob2, String relation, double measure)
           
 Cell OWLAPIAlignment.addAlignCell(Object ob1, Object ob2, String relation, double measure)
           
 Cell URIAlignment.addAlignCell(Object ob1, Object ob2, String relation, double measure)
           
 Cell BasicAlignment.addAlignCell(String id, Object ob1, Object ob2, Relation relation, double measure)
           
 Cell OWLAPIAlignment.addAlignCell(String id, Object ob1, Object ob2, Relation relation, double measure)
           
 Cell URIAlignment.addAlignCell(String id, Object ob1, Object ob2, Relation relation, double measure)
          Cell methods
 Cell BasicAlignment.addAlignCell(String id, Object ob1, Object ob2, Relation relation, double measure, Parameters extensions)
          Cell methods
 Cell OWLAPIAlignment.addAlignCell(String id, Object ob1, Object ob2, Relation relation, double measure, Parameters extensions)
          Cell methods
 Cell BasicCell.compose(Cell c)
           
 Cell BasicAlignment.createCell(String id, Object ob1, Object ob2, Relation relation, double measure)
           
 Cell OWLAPIAlignment.createCell(String id, Object ob1, Object ob2, Relation relation, double measure)
           
 Cell URIAlignment.createCell(String id, Object ob1, Object ob2, Relation relation, double measure)
           
 Cell BasicAlignment.getAlignCell1(Object ob)
           
 Cell OWLAPIAlignment.getAlignCell1(Object ob)
           
 Cell URIAlignment.getAlignCell1(Object ob)
           
 Cell BasicAlignment.getAlignCell2(Object ob)
           
 Cell OWLAPIAlignment.getAlignCell2(Object ob)
           
 Cell URIAlignment.getAlignCell2(Object ob)
           
 Cell BasicCell.inverse()
           
 Cell OWLAPICell.inverse()
           
 Cell URICell.inverse()
           
 

Methods in fr.inrialpes.exmo.align.impl with parameters of type Cell
protected  void BasicAlignment.addCell(Cell c)
           
 Cell BasicCell.compose(Cell c)
           
 boolean BasicCell.equals(Cell c)
           
 boolean OWLAPICell.equals(Cell c)
           
 boolean URICell.equals(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, 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 COWLMappingRendererVisitor.cell
           
(package private)  Cell HTMLRendererVisitor.cell
           
(package private)  Cell OWLAxiomsRendererVisitor.cell
           
(package private)  Cell RDFRendererVisitor.cell
           
(package private)  Cell SEKTMappingRendererVisitor.cell
           
(package private)  Cell SKOSRendererVisitor.cell
           
(package private)  Cell SWRLRendererVisitor.cell
           
(package private)  Cell XSLTRendererVisitor.cell
           
 

Methods in fr.inrialpes.exmo.align.impl.renderer with parameters of type Cell
private  void XSLTRendererVisitor.collectURIs(Cell cell)
           
 void COWLMappingRendererVisitor.visit(Cell cell)
           
 void HTMLRendererVisitor.visit(Cell cell)
           
 void OWLAxiomsRendererVisitor.visit(Cell cell)
           
 void RDFRendererVisitor.visit(Cell cell)
           
 void SEKTMappingRendererVisitor.visit(Cell cell)
           
 void SKOSRendererVisitor.visit(Cell cell)
           
 void SWRLRendererVisitor.visit(Cell cell)
           
 void XMLMetadataRendererVisitor.visit(Cell c)
           
 void XSLTRendererVisitor.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(Object ob1, Object ob2)
           
 Cell Alignment.addAlignCell(Object ob1, Object ob, String relation, double measure)
          Cells are created and indexed at once
 Cell Cell.compose(Cell c)
           
 Cell Alignment.getAlignCell1(Object ob)
          Cells are retrieved These primitives are deprecated.
 Cell Alignment.getAlignCell2(Object ob)
           
 Cell Cell.inverse()
           
 

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


Alignment API and Server 3.2

(C) INRIA & friends, 2003-2008