AHA
Class GenerateList

java.lang.Object
  |
  +--java.util.Dictionary
        |
        +--java.util.Hashtable
              |
              +--AHA.GenerateList

public class GenerateList
extends java.util.Hashtable

Container for all generate clauses

See Also:
Serialized Form

Constructor Summary
GenerateList(AHA AHA)
           
GenerateList(AHA AHA, java.lang.String xmlfile)
          Constructor initializes this with a file
 
Method Summary
 GenerateList getList()
          return this
 void print(java.lang.Object s)
           
 void println(java.lang.Object s)
           
 void readFile()
          Initialize the container from a file
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GenerateList

public GenerateList(AHA AHA,
                    java.lang.String xmlfile)
Constructor initializes this with a file
Parameters:
xmlfile - file containing the generate clauses, in XML format

GenerateList

public GenerateList(AHA AHA)
Method Detail

print

public void print(java.lang.Object s)

println

public void println(java.lang.Object s)

readFile

public void readFile()
Initialize the container from a file

getList

public GenerateList getList()
return this