org.gridbus.broker.xpml
Interface ClassInterpreter

All Known Implementing Classes:
XpmlInterpreter

public interface ClassInterpreter

This is the abstract class for task file interpreters

Author:
Ding Choon Hoong (chd@students.cs.mu.oz.au)

Method Summary
 java.util.Vector getJobs()
           
 Requirement getNodeRequirements()
           
 void process(org.dom4j.Document document)
          Abstract method to process xml doc
 

Method Detail

process

public void process(org.dom4j.Document document)
             throws java.lang.Exception
Abstract method to process xml doc

Parameters:
document -
Throws:
java.lang.Exception

getJobs

public java.util.Vector getJobs()
Returns:

getNodeRequirements

public Requirement getNodeRequirements()
Returns: