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

Uses of Class
fr.inrialpes.exmo.align.impl.URIAlignment

Packages that use URIAlignment
fr.inrialpes.exmo.align.impl   
fr.inrialpes.exmo.align.impl.edoal   
fr.inrialpes.exmo.align.parser   
fr.inrialpes.exmo.align.service   
 

Uses of URIAlignment in fr.inrialpes.exmo.align.impl
 

Methods in fr.inrialpes.exmo.align.impl that return URIAlignment
 URIAlignment URIAlignment.createNewAlignment(Object onto1, Object onto2)
           
 URIAlignment URIAlignment.toURIAlignment()
          Returns default exception for conversion to URIAlignments
 URIAlignment ObjectAlignment.toURIAlignment()
          This is a clone with the URI instead of Object objects
 URIAlignment BasicAlignment.toURIAlignment()
          Returns default exception for conversion to URIAlignments
 URIAlignment ObjectAlignment.toURIAlignment(boolean strict)
           
 

Methods in fr.inrialpes.exmo.align.impl with parameters of type URIAlignment
static ObjectAlignment ObjectAlignment.toObjectAlignment(URIAlignment al)
           
 

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

Methods in fr.inrialpes.exmo.align.impl.edoal that return URIAlignment
 URIAlignment EDOALAlignment.toURIAlignment()
          This is a clone with the URI instead of Object objects This conversion will drop any correspondences using something not identified by an URI For converting to ObjectAlignment, first convert to URIAlignment and load as an ObjectAlignment The same code as for ObjectAlignment works...
 URIAlignment EDOALAlignment.toURIAlignment(boolean strict)
           
 

Methods in fr.inrialpes.exmo.align.impl.edoal with parameters of type URIAlignment
static EDOALAlignment EDOALAlignment.toEDOALAlignment(URIAlignment al)
          convert an URI alignment into a corresponding EDOALAlignment The same could be implemented for ObjectAlignent if necessary
 

Uses of URIAlignment in fr.inrialpes.exmo.align.parser
 

Methods in fr.inrialpes.exmo.align.parser with parameters of type URIAlignment
 void XMLParser.initAlignment(URIAlignment al)
          Allows to have the parser filling an existing alignment instead of creating a new one
 void AlignmentParser.initAlignment(URIAlignment al)
          Allows to have the parser filling an existing alignment instead of creating a new one
 

Uses of URIAlignment in fr.inrialpes.exmo.align.service
 

Subclasses of URIAlignment in fr.inrialpes.exmo.align.service
 class WSAlignment
          This is an AlignmentProcess which perform matching by connecting to an AlignmentServer and retrieving or computing an alignment.
 


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

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