Class Patch1_2_0_loadSMVWithOrd

java.lang.Object
  extended by Patch1_2_0_loadSMVWithOrd

public class Patch1_2_0_loadSMVWithOrd
extends java.lang.Object


Constructor Summary
Patch1_2_0_loadSMVWithOrd()
           
 
Method Summary
static Module[] loadModule(java.lang.String filename)
           
static Module[] loadModule(java.lang.String filename, java.lang.String ordfile)
           
static Module[] loadModule(java.lang.String filename, java.lang.String[] order)
           
static int[] makeOrderArr(java.lang.String[] vars)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Patch1_2_0_loadSMVWithOrd

public Patch1_2_0_loadSMVWithOrd()
Method Detail

loadModule

public static Module[] loadModule(java.lang.String filename,
                                  java.lang.String ordfile)
                           throws java.io.IOException
Throws:
java.io.IOException

loadModule

public static Module[] loadModule(java.lang.String filename)
                           throws java.io.IOException
Throws:
java.io.IOException

loadModule

public static Module[] loadModule(java.lang.String filename,
                                  java.lang.String[] order)
                           throws java.io.IOException
Throws:
java.io.IOException

makeOrderArr

public static int[] makeOrderArr(java.lang.String[] vars)
                          throws java.io.IOException
Throws:
java.io.IOException