|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hops.ext.ogdummy
public class ogdummy
generates a sentence using the utterance moves
Constructor Summary | |
---|---|
ogdummy()
Creates a new instance of og |
Method Summary | |
---|---|
static ResponseData |
callGenerator(stackact next_moves)
Generates a ResponseData from the next_moves Since this is a dummy, there are not xml files, but the message |
static java.lang.String |
fillgenerator(action act)
fillgenerator generates a sentence associated with the action and the attribute |
static java.lang.String |
genHelpPrompt(java.lang.String attr_name)
Generate a help promp |
static java.lang.String |
genPrompt(java.lang.String attr_name)
Generate a prompt for the attribute |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ogdummy()
Method Detail |
---|
public static ResponseData callGenerator(stackact next_moves)
next_moves
- the actions
public static java.lang.String genPrompt(java.lang.String attr_name)
attr_name
- the attribute name
public static java.lang.String genHelpPrompt(java.lang.String attr_name)
attr_name
- the attribute name
public static java.lang.String fillgenerator(action act)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |