|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcds.aladin.ScriptFactory
public class ScriptFactory
This class aims at producing a TranslationScript, given a command name and its arguments
Constructor Summary | |
---|---|
ScriptFactory()
|
Method Summary | |
---|---|
void |
addScript(TranslationScript script)
Add a translation script to the robot knowledge |
TranslationScript |
getScript(java.lang.String cmdName,
java.lang.String argsStr)
Build a TranslationScript corresponding to the command line |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ScriptFactory()
Method Detail |
---|
public TranslationScript getScript(java.lang.String cmdName, java.lang.String argsStr)
cmdName
- name of the commandargsStr
- arguments string
public void addScript(TranslationScript script)
script
- the translation script to add to the list of known scripts
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |