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

fr.inrialpes.exmo.align.util
Class EvalAlign

java.lang.Object
  extended by fr.inrialpes.exmo.align.util.EvalAlign

public class EvalAlign
extends Object

A really simple utility that loads and alignment and prints it. A basic class for an OWL ontology alignment processing. The processor will parse ontologies, align them and renderings the resulting alignment. Command synopsis is as follows:

    java fr.inrialpes.exmo.align.util.EvalAlign [options] input [output]
    
where the options are:
        --alignment=filename -a filename Start from an XML alignment file
        --debug[=n] -d [n]              Report debug info at level n,
        --output=filename -o filename Output the alignment in filename
        --help -h                       Print this message
    
The input is a filename. If output is requested (-o flags), then output will be written to output if present, stdout by default.
$Id: EvalAlign.java 1286 2010-03-07 18:22:12Z euzenat $

Author:
Jérôme Euzenat

Constructor Summary
EvalAlign()
           
 
Method Summary
static void main(String[] args)
           
 void run(String[] args)
           
 void usage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EvalAlign

public EvalAlign()
Method Detail

main

public static void main(String[] args)

run

public void run(String[] args)

usage

public void usage()

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

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