|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.Dictionary | +--java.util.Hashtable | +--AHA.GenerateList
Container for all generate clauses
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 |
public GenerateList(AHA AHA, java.lang.String xmlfile)
xmlfile
- file containing the generate clauses, in XML formatpublic GenerateList(AHA AHA)
Method Detail |
public void print(java.lang.Object s)
public void println(java.lang.Object s)
public void readFile()
public GenerateList getList()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |