java.lang.Object
org.pqt.autorib.ProcessRIB
- public class ProcessRIB
- extends java.lang.Object
this class contains a single method - but it is the key method of
the program. This will read in the RIB file, one frame at a time, apply
the instructions to it and write the revised RIB out
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProcessRIB
public ProcessRIB()
doProcessRIB
public static void doProcessRIB(java.lang.String instrName,
java.lang.String nameIn,
java.lang.String nameOut)
throws org.pqt.autorib.tokenizer.FormatException,
java.io.FileNotFoundException,
java.io.IOException
- process the RIB file with the given name, using the instructions file
given, taking account of the command line options (which are, by the
time this method is called, set in the static Globals class)
processMaps
public static void processMaps(java.util.Vector vector,
org.pqt.autorib.rib.RIBWReader rib)
throws org.pqt.autorib.tokenizer.FormatException,
java.io.IOException
- Write out RIB to generate all the maps in the given list in the right
order