Class Plan

java.lang.Object
  |
  +--Plan

public class Plan
extends java.lang.Object


Constructor Summary
Plan()
           
Plan(LinkedListQ debugMsgs)
           
 
Method Summary
 java.lang.String getPlanFile()
           
 java.util.Hashtable gettaskTemplate()
           
 java.util.Hashtable gettaskTemplate(java.lang.String file)
           
 void readFile()
           
 void setPlanFile(java.lang.String file)
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Plan

public Plan(LinkedListQ debugMsgs)

Plan

public Plan()
Method Detail

setPlanFile

public void setPlanFile(java.lang.String file)

getPlanFile

public java.lang.String getPlanFile()

gettaskTemplate

public java.util.Hashtable gettaskTemplate()

gettaskTemplate

public java.util.Hashtable gettaskTemplate(java.lang.String file)

readFile

public void readFile()

size

public int size()