Alignment API and Server 3.6

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 ObjectCell
          Represents an ontology alignment correspondence.
 class OWLAPICell
          Deprecated. OWLAPICell as been deprecated to the profit of ObjectCell It remains here for compatibility purposes and is reimplemented in terms of ObjectCell.
 class URICell
          Represents an ontology alignment correspondence between two URIs
 

Fields in fr.inrialpes.exmo.align.impl with type parameters of type Cell
protected  Hashtable<Object,Set<Cell>> BasicAlignment.hash1
           
protected  Hashtable<Object,Set<Cell>> BasicAlignment.hash2
           
 

Methods in fr.inrialpes.exmo.align.impl that return Cell
 Cell BasicAlignment.addAlignCell(Object ob1, Object ob2)
           
 Cell OWLAPIAlignment.addAlignCell(Object ob1, Object ob2)
          Deprecated.  
 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)
          Deprecated.  
 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)
          Deprecated.  
 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)
          Deprecated. Cell methods
 Cell BasicCell.compose(Cell c)
           
 Cell ObjectCell.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)
          Deprecated.  
 Cell ObjectAlignment.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)
          Deprecated. implemented as the one retrieving the highest strength correspondence
 Cell URIAlignment.getAlignCell1(Object ob)
           
 Cell BasicAlignment.getAlignCell2(Object ob)
           
 Cell OWLAPIAlignment.getAlignCell2(Object ob)
          Deprecated. implemented as the one retrieving the highest strength correspondence
 Cell URIAlignment.getAlignCell2(Object ob)
           
 Cell BasicCell.inverse()
           
 Cell OWLAPICell.inverse()
          Deprecated.  
 Cell ObjectCell.inverse()
           
 Cell URICell.inverse()
           
 

Methods in fr.inrialpes.exmo.align.impl that return types with arguments of type Cell
 Set<Cell> BasicAlignment.getAlignCells1(Object ob)
           
 Set<Cell> OWLAPIAlignment.getAlignCells1(Object ob)
          Deprecated.  
 Set<Cell> URIAlignment.getAlignCells1(Object ob)
           
 Set<Cell> BasicAlignment.getAlignCells2(Object ob)
           
 Set<Cell> OWLAPIAlignment.getAlignCells2(Object ob)
          Deprecated.  
 Set<Cell> URIAlignment.getAlignCells2(Object ob)
           
 ArrayList<Cell> BasicAlignment.getArrayElements()
           
 Enumeration<Cell> BasicAlignment.getElements()
           
 Iterator<Cell> BasicAlignment.iterator()
           
 

Methods in fr.inrialpes.exmo.align.impl with parameters of type Cell
protected  void BasicAlignment.addCell(Cell c)
           
 int BasicCell.compareTo(Cell c)
          Used to order the cells in an alignment: -- this > c iff this.getStrength() < c.getStrength() --
 Cell BasicCell.compose(Cell c)
           
 Cell ObjectCell.compose(Cell c)
           
 boolean BasicCell.equals(Cell c)
           
 boolean OWLAPICell.equals(Cell c)
          Deprecated.  
 boolean ObjectCell.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.computeEffSimilarity(Cell c1, Enumeration s2)
          This computes similarity depending on structural measures: the similarity is symALPHA^minval, symALPHA being lower than 1.
protected  double ExtPREvaluator.computeOrientSimilarity(Cell c1, Enumeration s2)
          This computes similarity depending on structural measures: the similarity is symALPHA^minval, symALPHA being lower than 1.
protected  double ExtPREvaluator.computeSymSimilarity(Cell c1, Enumeration s2)
          This computes similarity depending on structural measures: the similarity is symALPHA^minval, symALPHA being lower than 1.
 

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 HTMLMetadataRendererVisitor.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 HTMLMetadataRendererVisitor.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)
          //@deprecated There is more than one cell about one object
 Cell Cell.inverse()
           
 

Methods in org.semanticweb.owl.align that return types with arguments of type Cell
 Set<Cell> Alignment.getAlignCells1(Object ob)
          Cells are retrieved These primitives are deprecated.
 Set<Cell> Alignment.getAlignCells2(Object ob)
           
 Enumeration<Cell> Alignment.getElements()
           
 Iterator<Cell> Alignment.iterator()
           
 

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.6

(C) INRIA & friends, 2003-2008