net.sourceforge.mflow
Class MFlow

java.lang.Object
  extended bynet.sourceforge.mflow.MFlow

public final class MFlow
extends java.lang.Object

The master class for MFlow. To run MFlow, call this class' main method.

Version:
$Revision: 1.2 $
Author:
David Carr
See Also:
main(String[])

Method Summary
static void main(java.lang.String[] args)
          Runs the program Parses any command-line arguments, initializes the system, loads the configuration, and displays a UI.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] args)
Runs the program Parses any command-line arguments, initializes the system, loads the configuration, and displays a UI.

Parameters:
args - the command-line arguments


Copyright © 2002-2004 MFlow Group. All Rights Reserved.