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

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

Packages that use Cell
fr.inrialpes.exmo.align.impl   
fr.inrialpes.exmo.align.impl.aggr   
fr.inrialpes.exmo.align.impl.edoal   
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 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 URIAlignment.addAlignCell(Object ob1, Object ob2)
           
 Cell BasicAlignment.addAlignCell(Object ob1, Object ob2)
           
 Cell URIAlignment.addAlignCell(Object ob1, Object ob2, String relation, double measure)
           
 Cell BasicAlignment.addAlignCell(Object ob1, Object ob2, String 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)
           
 Cell BasicAlignment.addAlignCell(String id, Object ob1, Object ob2, Relation relation, double measure, Extensions extensions)
          Cell methods
 Cell ObjectCell.compose(Cell c)
           
 Cell BasicCell.compose(Cell c)
           
 Cell URIAlignment.createCell(String id, Object ob1, Object ob2, Relation relation, double measure)
           
 Cell ObjectAlignment.createCell(String id, Object ob1, Object ob2, Relation relation, double measure)
           
 Cell BasicAlignment.createCell(String id, Object ob1, Object ob2, Relation relation, double measure)
           
 Cell URIAlignment.getAlignCell1(Object ob)
           
 Cell BasicAlignment.getAlignCell1(Object ob)
           
 Cell URIAlignment.getAlignCell2(Object ob)
           
 Cell BasicAlignment.getAlignCell2(Object ob)
           
 Cell URICell.inverse()
           
 Cell ObjectCell.inverse()
           
 Cell BasicCell.inverse()
           
 

Methods in fr.inrialpes.exmo.align.impl that return types with arguments of type Cell
 Set<Cell> URIAlignment.getAlignCells1(Object ob)
           
 Set<Cell> BasicAlignment.getAlignCells1(Object ob)
           
 Set<Cell> URIAlignment.getAlignCells2(Object ob)
           
 Set<Cell> BasicAlignment.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 ObjectCell.compose(Cell c)
           
 Cell BasicCell.compose(Cell c)
           
 boolean BasicCell.equals(Cell c)
           
 void BasicAlignment.remCell(Cell c)
           
 void BasicAlignment.removeAlignCell(Cell c)
           
 

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

Fields in fr.inrialpes.exmo.align.impl.aggr with type parameters of type Cell
(package private)  Hashtable<Cell,ConsensusAggregator.CountCell> ConsensusAggregator.count
           
 

Methods in fr.inrialpes.exmo.align.impl.aggr that return Cell
 Cell ConsensusAggregator.isAlreadyThere(Cell c)
          Find the relation if it already exists.
 

Methods in fr.inrialpes.exmo.align.impl.aggr with parameters of type Cell
 Cell ConsensusAggregator.isAlreadyThere(Cell c)
          Find the relation if it already exists.
 

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

Classes in fr.inrialpes.exmo.align.impl.edoal that implement Cell
 class EDOALCell
          This implements a particular of ontology correspondence when it is a correspondence from the EDOAL Mapping Language.
 

Methods in fr.inrialpes.exmo.align.impl.edoal that return Cell
 Cell EDOALAlignment.addAlignCell(EDOALCell rule)
          Cell methods
 Cell EDOALAlignment.addAlignCell(Object ob1, Object ob2)
           
 Cell EDOALAlignment.addAlignCell(Object ob1, Object ob2, String relation, double measure)
           
 Cell EDOALAlignment.addAlignCell(String id, Object ob1, Object ob2, Relation relation, double measure)
           
 Cell EDOALAlignment.addAlignCell(String id, Object ob1, Object ob2, Relation relation, double measure, Extensions extensions)
           
 Cell EDOALAlignment.createCell(String id, Object ob1, Object ob2, Relation relation, double measure)
           
 Cell EDOALAlignment.getAlignCell1(Object ob)
           
 Cell EDOALAlignment.getAlignCell2(Object ob)
           
 Cell EDOALCell.inverse()
           
 

Methods in fr.inrialpes.exmo.align.impl.edoal that return types with arguments of type Cell
 Set<Cell> EDOALAlignment.getAlignCells1(Object ob)
           
 Set<Cell> EDOALAlignment.getAlignCells2(Object ob)
           
 

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

Fields in fr.inrialpes.exmo.align.impl.eval declared as Cell
(package private)  Cell EvalCell.cell
           
 

Fields in fr.inrialpes.exmo.align.impl.eval with type parameters of type Cell
(package private)  Set<Cell> DiffEvaluator.falsenegative
           
(package private)  Set<Cell> DiffEvaluator.falsepositive
           
(package private)  Set<Cell> DiffEvaluator.truepositive
           
 

Methods in fr.inrialpes.exmo.align.impl.eval that return Cell
 Cell EvalCell.cell()
           
 

Methods in fr.inrialpes.exmo.align.impl.eval that return types with arguments of type Cell
 Set<Cell> DiffEvaluator.getFalseNegative()
           
 Set<Cell> DiffEvaluator.getFalsePositive()
           
 Set<Cell> DiffEvaluator.getTruePositive()
           
 

Methods in fr.inrialpes.exmo.align.impl.eval with parameters of type Cell
protected  double ExtPREvaluator.computeEffSimilarity(Cell c1, Alignment s2)
          Effort-based relaxed precision and recal similarity Note: it will be better if the parameters were replaced by the actual sibling (choice) Table 3 of [Ehrig2005]
protected  double ExtPREvaluator.computePrecisionOrientedSimilarity(Cell c1, Alignment s2)
          Oriented relaxed precision and recal similarity Table 4 (& 5) of [Ehrig2005]
protected  double ExtPREvaluator.computeRecallOrientedSimilarity(Cell c1, Alignment s2)
          Oriented relaxed precision and recal similarity Table 6 (& 7) of [Ehrig2005]
protected  double ExtPREvaluator.computeSymSimilarity(Cell c1, Alignment s2)
          Symmetric relaxed precision and recal similarity This computes similarity depending on structural measures: the similarity is symALPHA^(val1+val2), symALPHA being lower than 1.
 boolean GraphEvaluator.isCorrect(Cell c, Alignment ref)
           
 

Method parameters in fr.inrialpes.exmo.align.impl.eval with type arguments of type Cell
private  String DiffEvaluator.writeCellsHTML(Set<Cell> set, String what)
           
 

Constructors in fr.inrialpes.exmo.align.impl.eval with parameters of type Cell
EvalCell(Cell c, boolean b)
           
 

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 HTMLRendererVisitor.cell
           
(package private)  Cell COWLMappingRendererVisitor.cell
           
 

Methods in fr.inrialpes.exmo.align.impl.renderer with parameters of type Cell
private  void XSLTRendererVisitor.collectURIs(Cell 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 HTMLRendererVisitor.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 XMLParser.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 Alignment.remCell(Cell c)
           
 


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

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