INRIA & friends

fr.inrialpes.exmo.align.service
Class AlignmentService

java.lang.Object
  extended byfr.inrialpes.exmo.align.service.AlignmentService

public class AlignmentService
extends java.lang.Object

AlignmentService The basic alignment service able to run a store and answer queries...

    java -jar alignsvc.jar [options]
    
where the options are:
        --load=filename -l filename     Load previous image
        --params=filename -p filename   Read the parameters in file
        --debug[=n] -d [n]              Report debug info at level n,
        --help -h                       Print this message
    
$Id: Procalign.java 240 2006-05-19 19:17:08Z euzenat $

Author:
Jérôme Euzenat

Constructor Summary
AlignmentService()
           
 
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

AlignmentService

public AlignmentService()
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...