de.unihalle.informatik.Alida.tools
Class ALDGrappaRunner

java.lang.Object
  extended by de.unihalle.informatik.Alida.tools.ALDGrappaRunner

public class ALDGrappaRunner
extends Object

Main class for invoking Grappa from commandline in Alida context.

Author:
Birgit Moeller

Constructor Summary
ALDGrappaRunner()
           
 
Method Summary
protected static Collection<ALDOperatorLocation> configureCollectionApplicationOps()
          Configure collection of operators belonging to the application set.
protected static Collection<ALDOperatorLocation> configureCollectionStandardOps()
          Configure collection of operators belonging to the standard set.
static void main(String[] args)
          Main function called from outside.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ALDGrappaRunner

public ALDGrappaRunner()
Method Detail

main

public static void main(String[] args)
Main function called from outside.

Parameters:
args - List of commandline arguments.

configureCollectionStandardOps

protected static Collection<ALDOperatorLocation> configureCollectionStandardOps()
Configure collection of operators belonging to the standard set.

Returns:
List of standard operators.

configureCollectionApplicationOps

protected static Collection<ALDOperatorLocation> configureCollectionApplicationOps()
Configure collection of operators belonging to the application set.

Returns:
List of application operators.


Copyright © 2010–2014 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.