uk.ac.man.bioinf.apps.cinema
Class Cinema

java.lang.Object
  |
  +--uk.ac.man.bioinf.apps.cinema.Cinema

public class Cinema
extends Object

Cinema.java Created: Fri May 26 22:04:20 2000

Version:
$Id: Cinema.java,v 1.15 2001/05/04 12:30:32 lord Exp $
Author:
Phillip Lord

Constructor Summary
Cinema()
           
 
Method Summary
static String[] getCommandLineArguments()
          Returns the arguments supplied to Cinema on the command line, and stored in the 'main' function.
static Module getSharedModuleInstance(ModuleIdentifier identifier)
           
static void main(String[] args)
           
static ModuleFactoryInstance startCinemaInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Cinema

public Cinema()
Method Detail

main

public static void main(String[] args)

getCommandLineArguments

public static String[] getCommandLineArguments()
Returns the arguments supplied to Cinema on the command line, and stored in the 'main' function.

Returns:
the arguments

getSharedModuleInstance

public static Module getSharedModuleInstance(ModuleIdentifier identifier)
                                      throws ModuleException
ModuleException

startCinemaInstance

public static ModuleFactoryInstance startCinemaInstance()
                                                 throws ModuleException
ModuleException