com.slurm.gf
Class BOCCommand
java.lang.Object
|
+--com.slurm.gf.Command
|
+--com.slurm.gf.BOCCommand
- public class BOCCommand
- extends Command
Encapsulates a boc command and its parameters.
Constructor Summary |
BOCCommand(int l,
int o,
int c,
int p,
int minM,
int maxM,
int minN,
int maxN)
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
BOCCommand
public BOCCommand(int l,
int o,
int c,
int p,
int minM,
int maxM,
int minN,
int maxN)
getCharacterCode
public int getCharacterCode()
getPreviousCharacterPointer
public int getPreviousCharacterPointer()
getMinM
public int getMinM()
getMaxM
public int getMaxM()
getMinN
public int getMinN()
getMaxN
public int getMaxN()