Uses of Interface
com.evelopers.unimod.runtime.ControlledObject

Packages that use ControlledObject
com.evelopers.unimod.debug.app   
com.evelopers.unimod.debug.debugger   
com.evelopers.unimod.debug.debugger.console   
com.evelopers.unimod.runtime   
com.evelopers.unimod.runtime.interpretation   
 

Uses of ControlledObject in com.evelopers.unimod.debug.app
 

Classes in com.evelopers.unimod.debug.app that implement ControlledObject
 class AppConnector
           
 class BreakpointManager
           
 class ThreadManager
           
 

Uses of ControlledObject in com.evelopers.unimod.debug.debugger
 

Subinterfaces of ControlledObject in com.evelopers.unimod.debug.debugger
 interface BreakpointManager
           
 interface UIManager
           
 

Classes in com.evelopers.unimod.debug.debugger that implement ControlledObject
 class DebuggerConnector
           
 

Uses of ControlledObject in com.evelopers.unimod.debug.debugger.console
 

Classes in com.evelopers.unimod.debug.debugger.console that implement ControlledObject
 class BreakpointManagerImpl
           
 class ConsoleManager
           
 

Uses of ControlledObject in com.evelopers.unimod.runtime
 

Methods in com.evelopers.unimod.runtime that return ControlledObject
 ControlledObject ControlledObjectsMap.getControlledObject(java.lang.String coName)
          Returns controlled object by its name.
 

Uses of ControlledObject in com.evelopers.unimod.runtime.interpretation
 

Methods in com.evelopers.unimod.runtime.interpretation that return ControlledObject
static ControlledObject InstantiateHelper.getControlledObject(java.lang.String implementationClassName)
          Instantiates target ControlledObject implementation.