ikbs.server.QuestGenerator
Class AbstractQuestGenerator

java.lang.Object
  extended by ikbs.server.QuestGenerator.AbstractQuestGenerator
Direct Known Subclasses:
CompleteQuestGenerator

public abstract class AbstractQuestGenerator
extends java.lang.Object


Field Summary
protected  ClientInfo clientInfo
           
protected  org.jdom.Document document
           
protected  IkbsXMLConnection ixc
           
 
Constructor Summary
AbstractQuestGenerator(ClientInfo clientInfo, IkbsXMLConnection ixc)
           
 
Method Summary
 org.jdom.Document getDocument()
           
 void processParam(Command XML)
           
abstract  void processXML(Command XML)
           
 void setDocument(org.jdom.Document d)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

clientInfo

protected ClientInfo clientInfo

ixc

protected IkbsXMLConnection ixc

document

protected org.jdom.Document document
Constructor Detail

AbstractQuestGenerator

public AbstractQuestGenerator(ClientInfo clientInfo,
                              IkbsXMLConnection ixc)
Method Detail

processParam

public void processParam(Command XML)

processXML

public abstract void processXML(Command XML)

getDocument

public org.jdom.Document getDocument()

setDocument

public void setDocument(org.jdom.Document d)