SMC
6_0_1

net.sf.smc
Class Smc

java.lang.Object
  extended by net.sf.smc.Smc

public final class Smc
extends java.lang.Object

Main class for the state machine compiler application. This class is responsible for processing the command line arguments, configuring the parser, model and generator packages according to the command line and outputing the results to the user. The actual work is performed by the parser, model and generator packages.


Method Summary
static void main(java.lang.String[] args)
          The state machine compiler main method.
 
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)
The state machine compiler main method.

Parameters:
args - command line arguments.

SMC
6_0_1

Copyright © 2009. Charles W. Rapp. All Rights Reserved. Use is subject to license terms.