org.xfp.engine
Class Main

java.lang.Object
  extended byorg.xfp.engine.Main

public class Main
extends java.lang.Object

This is the main class for the XFP engine. It can be used by directly calling the main method.

Version:
$Id: Main.java,v 1.1 2004/03/19 15:56:43 flaviotordini Exp $
Author:
Flavio Tordini

Method Summary
static void main(java.lang.String[] args)
          The main program for the Main class
 
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)
                 throws java.lang.Exception
The main program for the Main class

Parameters:
args - The command line arguments.
Throws:
java.lang.Exception


Copyright © 2003-2004 XFP Team. All Rights Reserved.