com.slurm.gf
Class PostCommand
java.lang.Object
|
+--com.slurm.gf.Command
|
+--com.slurm.gf.PostCommand
- public class PostCommand
- extends Command
Encapsulates a post command and its parameters.
Constructor Summary |
PostCommand(int l,
int o,
int p,
int ds,
int cs,
int hppp,
int vppp,
int min_m,
int max_m,
int min_n,
int max_n)
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
PostCommand
public PostCommand(int l,
int o,
int p,
int ds,
int cs,
int hppp,
int vppp,
int min_m,
int max_m,
int min_n,
int max_n)
getPostSpecialPointer
public int getPostSpecialPointer()
getDesignSize
public int getDesignSize()
getCheckSum
public int getCheckSum()
getHPPP
public int getHPPP()
getVPPP
public int getVPPP()
getMinM
public int getMinM()
getMaxM
public int getMaxM()
getMinN
public int getMinN()
getMaxN
public int getMaxN()