
Public Member Functions | |
| DialogQuery (DialogModule mod) | |
| boolean | haveState (String state) |
| boolean | haveTopLevelState () |
| abstract String | process (String q) throws Exception |
| void | setState (String state) |
| void | setTopLevelState () |
Protected Member Functions | |
| boolean | match (String regex, String s) |
Protected Attributes | |
| DialogModule | dialog_module |
| Matcher | matcher |
Definition at line 8 of file DialogQuery.java.
Definition at line 13 of file DialogQuery.java.
| boolean edu.tum.cs.ias.knowrob.mod_dialog.queries.DialogQuery.haveState | ( | String | state | ) | [inline] |
Definition at line 17 of file DialogQuery.java.
| boolean edu.tum.cs.ias.knowrob.mod_dialog.queries.DialogQuery.haveTopLevelState | ( | ) | [inline] |
Definition at line 21 of file DialogQuery.java.
| boolean edu.tum.cs.ias.knowrob.mod_dialog.queries.DialogQuery.match | ( | String | regex, |
| String | s | ||
| ) | [inline, protected] |
Definition at line 35 of file DialogQuery.java.
| abstract String edu.tum.cs.ias.knowrob.mod_dialog.queries.DialogQuery.process | ( | String | q | ) | throws Exception [pure virtual] |
| void edu.tum.cs.ias.knowrob.mod_dialog.queries.DialogQuery.setState | ( | String | state | ) | [inline] |
Definition at line 25 of file DialogQuery.java.
| void edu.tum.cs.ias.knowrob.mod_dialog.queries.DialogQuery.setTopLevelState | ( | ) | [inline] |
Definition at line 29 of file DialogQuery.java.
Definition at line 10 of file DialogQuery.java.
Matcher edu.tum.cs.ias.knowrob.mod_dialog.queries.DialogQuery.matcher [protected] |
Definition at line 11 of file DialogQuery.java.