Uses of Class
cvm.se.manager.SEManager

Packages that use SEManager
cvm.se.manager   
cvm.ucm.interpreter   
cvm.ucm.manager   
 

Uses of SEManager in cvm.se.manager
 

Methods in cvm.se.manager that return SEManager
static SEManager SEManager.getInstance()
           
 

Uses of SEManager in cvm.ucm.interpreter
 

Methods in cvm.ucm.interpreter with parameters of type SEManager
 void UCM_I_Facade.attachSynthesisEngine(SEManager thisSE)
          Attaches the SynthesisEngine intance to the CM_Interepreter_Mk.
 void UCM_Interpreter_Adapter.attachSynthesisEngine(SEManager thisSE)
          Attaches the SynthesisEngine intance to the CM_Interepreter_Mk.
 void UCM_Interepreter_Mk.attachSynthesisEngine(SEManager thisSE)
          Attaches the SynthesisEngine intance to the CM_Interepreter_Mk.
 

Uses of SEManager in cvm.ucm.manager
 

Methods in cvm.ucm.manager with parameters of type SEManager
 void UCMManager.attachSynthesisEngine(SEManager thisSE)
          Attaches the SynthesisEngine intance to the UCMManager.
static UCM_M_Facade UCM_M_Facade.getInstance(SEManager se)