de.unihalle.informatik.Alida.tools
Class ALDGrappaRunner

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

public class ALDGrappaRunner
extends java.lang.Object

Main class for invoking Grappa from commandline in Alida context.

Author:
Birgit Moeller

Constructor Summary
ALDGrappaRunner()
           
 
Method Summary
protected static java.util.Collection<ALDOperatorLocation> configureCollectionApplicationOps()
          Configure collection of operators belonging to the application set.
protected static java.util.Collection<ALDOperatorLocation> configureCollectionStandardOps()
          Configure collection of operators belonging to the standard set.
static void main(java.lang.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

configureCollectionApplicationOps

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

Returns:
List of application operators.

configureCollectionStandardOps

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

Returns:
List of standard operators.

main

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

Parameters:
args - List of commandline arguments.