INRIA & friends

fr.inrialpes.exmo.align.util
Class ParserPrinter

java.lang.Object
  extended byfr.inrialpes.exmo.align.util.ParserPrinter

public class ParserPrinter
extends java.lang.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.ParserPrinter [options] input [output]
    
where the options are:
        --inverse -i              Inverse first and second ontology
        --renderer=className -r className  Use the given class for output.
        --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: ParserPrinter.java 210 2006-02-17 12:09:31Z euzenat $

Author:
Jérôme Euzenat

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

Constructor Detail

ParserPrinter

public ParserPrinter()
Method Detail

main

public static void main(java.lang.String[] args)

run

public static void run(java.lang.String[] args)
                throws java.lang.Exception
Throws:
java.lang.Exception

usage

public static void usage()

INRIA & friends

..no bottom yet...