| java.lang.Object org.cougaar.glm.parser.GLMTaskParser
All known Subclasses: org.cougaar.logistics.plugin.utils.ALTaskParserWrapper,
GLMTaskParser | public class GLMTaskParser (Code) | | Class that creates a list of tasks. The tasks are read in
from an XML file. Use the getTasks() method to retreive
an Enumeration of the tasks in the XML file.
|
GLMTaskParser | public GLMTaskParser()(Code) | | No-arg constructor for when we make a parser using Class.newInstance.
|
GLMTaskParser | public GLMTaskParser(String pfile, PlanningFactory ldmf, MessageAddress clusterIdentifier, ConfigFinder configFinder, LDMServesPlugin ldmServesPlugin, Logger logger)(Code) | | Constructor. The constructor will parse the given xml file
and the tasks represented in that file will become the
"associated task list" for this instance of the task parser.
Parameters: pfile - the name of the parameter file. |
getTasks | public Enumeration getTasks()(Code) | | Get an enumeration of the tasks associated with this
instance of the task parser.
|
init | public void init(String pfile, PlanningFactory ldmf, MessageAddress clusterIdentifier, ConfigFinder configFinder, LDMServesPlugin ldmServesPlugin, Logger logger)(Code) | | Parse the given xml file
and the tasks represented in that file will become the
"associated task list" for this instance of the task parser.
Parameters: pfile - the name of the parameter file. Parameters: configFinder - used to find the parameter file in the config path |
|
|