|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectinpro.dm.acts.AbstractDialogueAct
public abstract class AbstractDialogueAct
Field Summary | |
---|---|
protected boolean |
done
Flags the 'performed' status of this dialogue act |
Constructor Summary | |
---|---|
AbstractDialogueAct()
|
Method Summary | |
---|---|
boolean |
doThis()
Setter for whether this act has been performed. |
boolean |
isDone()
Returns whether this act has been performed. |
abstract java.lang.String |
toString()
Builds and returns a string representation of this dialogue act. |
boolean |
undoThis()
Setter to undo this act. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected boolean done
Constructor Detail |
---|
public AbstractDialogueAct()
Method Detail |
---|
public boolean doThis()
public boolean undoThis()
public boolean isDone()
public abstract java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |