java.lang.Object
org.pqt.autorib.instr.InstrRequest
org.pqt.autorib.instr.InstrNumberGroup
- public class InstrNumberGroup
- extends InstrRequest
Reads a NumberGroup instruction, which declares
a number group, a list of names that will be
considered to be a group, and share a single
number
|
Method Summary |
void |
read(InstrWReader in)
read an Instr call and store it |
void |
write(java.io.Writer out)
write out this instruction and its parameters - used for
debugging only |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
names
java.util.Vector names
- stores the names of objects to omit
InstrNumberGroup
public InstrNumberGroup(InstrWReader in)
throws java.io.IOException,
org.pqt.autorib.tokenizer.FormatException
- read in the NumberGroup command
read
public void read(InstrWReader in)
throws java.io.IOException,
org.pqt.autorib.tokenizer.FormatException
- read an Instr call and store it
- Specified by:
read in class InstrRequest
write
public void write(java.io.Writer out)
throws java.io.IOException
- Description copied from class:
InstrRequest
- write out this instruction and its parameters - used for
debugging only
- Specified by:
write in class InstrRequest