com.ds.fw.parse
Class FwGrammar

java.lang.Object
  |
  +--com.ds.fw.parse.FwGrammar

public class FwGrammar
extends java.lang.Object

FwGrammar contains a hash with all the commands formats.


Field Summary
static int CHOOSEABLS
          sample command names:
static int DISTRPOINTS
           
static int ERROR
           
static int MSSG
           
static int SETSTATE
           
 
Constructor Summary
FwGrammar()
           
 
Method Summary
static com.ds.fw.parse.FwCommandFormat getFormat(java.lang.String str)
          Returns the command format for that command name (the str argument)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CHOOSEABLS

public static final int CHOOSEABLS
sample command names:

See Also:
Constant Field Values

DISTRPOINTS

public static final int DISTRPOINTS
See Also:
Constant Field Values

SETSTATE

public static final int SETSTATE
See Also:
Constant Field Values

MSSG

public static final int MSSG
See Also:
Constant Field Values

ERROR

public static final int ERROR
See Also:
Constant Field Values
Constructor Detail

FwGrammar

public FwGrammar()
Method Detail

getFormat

public static com.ds.fw.parse.FwCommandFormat getFormat(java.lang.String str)
Returns the command format for that command name (the str argument)