INRIA & friends

fr.inrialpes.exmo.align.ling
Class JWNLAlignment

java.lang.Object
  extended byfr.inrialpes.exmo.align.impl.BasicAlignment
      extended byfr.inrialpes.exmo.align.impl.DistanceAlignment
          extended byfr.inrialpes.exmo.align.ling.JWNLAlignment
All Implemented Interfaces:
Alignment, AlignmentProcess

public class JWNLAlignment
extends DistanceAlignment
implements AlignmentProcess

This Class uses JWNLDistances to align two ontologies.

Version:
$Id: JWNLAlignment.java,v 1.0 2004/08/04
Author:
Jerome Pierson

Nested Class Summary
protected  class JWNLAlignment.SynonymMatrixMeasure
           
 
Field Summary
 
Fields inherited from class fr.inrialpes.exmo.align.impl.DistanceAlignment
 
Fields inherited from class fr.inrialpes.exmo.align.impl.BasicAlignment
debug, extensions, hash1, hash2, level, onto1, onto2, time, type, uri1, uri2
 
Constructor Summary
JWNLAlignment(OWLOntology onto1, OWLOntology onto2)
          Creation
 
Method Summary
 void align(Alignment alignment, Parameters params)
          Processing
 
Methods inherited from class fr.inrialpes.exmo.align.impl.DistanceAlignment
addAlignDistanceCell, extract, extractqq, extractqqNaive, extractqs, getAlignedDistance1, getAlignedDistance2, getSimilarity, printDistanceMatrix, setSimilarity
 
Methods inherited from class fr.inrialpes.exmo.align.impl.BasicAlignment
accept, addAlignCell, addAlignCell, addCell, compose, cut, cut, cut2, dump, getAlignCell1, getAlignCell2, getAlignCells1, getAlignCells2, getAlignedObject1, getAlignedObject2, getAlignedRelation1, getAlignedRelation2, getAlignedStrength1, getAlignedStrength2, getArrayElements, getElements, getExtension, getExtensions, getFile1, getFile2, getLevel, getOntology1, getOntology2, getType, harden, ingest, init, inverse, join, meet, nbCells, removeAlignCell, render, setExtension, setFile1, setFile2, setLevel, setOntology1, setOntology2, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.semanticweb.owl.align.Alignment
accept, addAlignCell, addAlignCell, compose, cut, cut, dump, getAlignCell1, getAlignCell2, getAlignCells1, getAlignCells2, getAlignedObject1, getAlignedObject2, getAlignedRelation1, getAlignedRelation2, getAlignedStrength1, getAlignedStrength2, getElements, getExtension, getExtensions, getFile1, getFile2, getLevel, getOntology1, getOntology2, getType, harden, inverse, join, meet, nbCells, render, setExtension, setFile1, setFile2, setLevel, setOntology1, setOntology2, setType
 

Constructor Detail

JWNLAlignment

public JWNLAlignment(OWLOntology onto1,
                     OWLOntology onto2)
Creation

Method Detail

align

public void align(Alignment alignment,
                  Parameters params)
           throws AlignmentException,
                  OWLException
Processing

Specified by:
align in interface AlignmentProcess
Overrides:
align in class DistanceAlignment
Throws:
AlignmentException
OWLException

INRIA & friends

..no bottom yet...