|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcvm.ucm.interpreter.UCM_Interpreter_Adapter
public class UCM_Interpreter_Adapter
Adapter class as in the microkernel architecture pattern. It makes the parse script requests to the UCM_Interepreter_Mk class.
| Method Summary | |
|---|---|
void |
attachNCB()
Attaches the NCB instance to the CM_Interepreter_Mk. |
void |
attachSynthesisEngine(SEManager thisSE)
Attaches the SynthesisEngine intance to the CM_Interepreter_Mk. |
void |
executeNext()
This method singals the Microkernel to continue and execute the next command. |
static UCM_Interpreter_Adapter |
Instance()
This is the Instance implementation of Singleton Design Pattern. |
void |
parseScript(java.lang.String script)
This method parses and executes a control scipt received from the SynthesisEngine. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void parseScript(java.lang.String script)
script -
org.codehaus.janino.CompileException
org.codehaus.janino.Parser.ParseException
org.codehaus.janino.Scanner.ScanException
java.lang.NoSuchMethodException
java.lang.InstantiationException
java.lang.reflect.InvocationTargetException
java.lang.IllegalAccessExceptionpublic static UCM_Interpreter_Adapter Instance()
public void attachNCB()
public void attachSynthesisEngine(SEManager thisSE)
thisSE - public void executeNext()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||