AHA
Class RequirementList

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

public class RequirementList
extends java.util.Hashtable

Container for the requirements for the pages and concepts

See Also:
Serialized Form

Constructor Summary
RequirementList(AHA AHA)
          Initialize from data file
 
Method Summary
 RequirementList getRelations()
          returns this
 void print(java.lang.Object s)
           
 void println(java.lang.Object s)
           
 void readRequirements()
          Read the requirements from a file
 java.lang.String toString()
          Return a String containing a String representation of all requirements
 void writeRelations()
          Write the requirements to the xmlfile, not in use.
 
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, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RequirementList

public RequirementList(AHA AHA)
Initialize from data file
Method Detail

print

public void print(java.lang.Object s)

println

public void println(java.lang.Object s)

toString

public java.lang.String toString()
Return a String containing a String representation of all requirements
Overrides:
toString in class java.util.Hashtable

readRequirements

public void readRequirements()
Read the requirements from a file

getRelations

public RequirementList getRelations()
returns this

writeRelations

public void writeRelations()
Write the requirements to the xmlfile, not in use.