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)
           
 
Method Summary
 int getCheckSum()
           
 int getDesignSize()
           
 int getHPPP()
           
 int getMaxM()
           
 int getMaxN()
           
 int getMinM()
           
 int getMinN()
           
 int getPostSpecialPointer()
           
 int getVPPP()
           
 
Methods inherited from class com.slurm.gf.Command
getLocation, getOpCode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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()