org.gridbus.broker.plan
Class ClassInterpreter

java.lang.Object
  extended byorg.gridbus.broker.plan.ClassInterpreter
Direct Known Subclasses:
PlanInterpreter

public abstract class ClassInterpreter
extends java.lang.Object

This is the abstract class for plan file interpreters

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

Constructor Summary
ClassInterpreter()
           
 
Method Summary
 void process(org.dom4j.Document document)
          Abstract method to process xml doc
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassInterpreter

public ClassInterpreter()
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