ikbs.server.QuestGenerator
Class AbstractQuestGenerator
java.lang.Object
ikbs.server.QuestGenerator.AbstractQuestGenerator
- Direct Known Subclasses:
- CompleteQuestGenerator
public abstract class AbstractQuestGenerator
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
clientInfo
protected ClientInfo clientInfo
ixc
protected IkbsXMLConnection ixc
document
protected org.jdom.Document document
AbstractQuestGenerator
public AbstractQuestGenerator(ClientInfo clientInfo,
IkbsXMLConnection ixc)
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)