Uses of Interface
cz.cuni.amis.pogamut.sposh.dbg.engine.IDebugEngine

Packages that use IDebugEngine
cz.cuni.amis.dash   
cz.cuni.amis.pogamut.sposh.dbg.engine   
 

Uses of IDebugEngine in cz.cuni.amis.dash
 

Classes in cz.cuni.amis.dash that implement IDebugEngine
 class YaposhEngine
           
 

Methods in cz.cuni.amis.dash with parameters of type IDebugEngine
static void ServerManager.clear(IDebugEngine engine)
          Clear all frozen servers that have as initiator passed engine.
static void ServerManager.pause(IDebugEngine blockingEngine, InetSocketAddress serverAddress)
          Pause a UT server at specified address.
static void ServerManager.resume(IDebugEngine resumingEngine, InetSocketAddress serverAddress)
          A UT server is blocked, until all engines that are asking for it to be paused say, that it may resume execution.
 

Constructors in cz.cuni.amis.dash with parameters of type IDebugEngine
DashActionPresenter(IDebugEngine engine, cz.cuni.amis.pogamut.sposh.elements.LapPath primitivePath, cz.cuni.pogamut.shed.widget.ShedScene scene, cz.cuni.pogamut.shed.presenter.ShedPresenter presenter, cz.cuni.amis.pogamut.sposh.elements.TriggeredAction primitive, cz.cuni.pogamut.shed.widget.ShedVariableWidget primitiveWidget, cz.cuni.amis.pogamut.sposh.elements.LapChain primitiveChain)
           
DashPrimitivePresenter(IDebugEngine engine, cz.cuni.amis.pogamut.sposh.elements.LapPath primitivePath, cz.cuni.pogamut.shed.widget.ShedScene scene, cz.cuni.pogamut.shed.presenter.ShedPresenter presenter, PRIMITIVE_TYPE primitive, cz.cuni.pogamut.shed.widget.ShedVariableWidget primitiveWidget, cz.cuni.amis.pogamut.sposh.elements.LapChain primitiveChain)
           
DashSensePresenter(IDebugEngine engine, cz.cuni.amis.pogamut.sposh.elements.LapPath primitivePath, cz.cuni.pogamut.shed.widget.ShedScene scene, cz.cuni.pogamut.shed.presenter.ShedPresenter presenter, cz.cuni.amis.pogamut.sposh.elements.Sense primitive, cz.cuni.pogamut.shed.widget.ShedVariableWidget primitiveWidget, cz.cuni.amis.pogamut.sposh.elements.LapChain primitiveChain)
           
 

Uses of IDebugEngine in cz.cuni.amis.pogamut.sposh.dbg.engine
 

Classes in cz.cuni.amis.pogamut.sposh.dbg.engine that implement IDebugEngine
 class AbstractDebugEngine
          Abstract class implementing IDebugEngine that is implementing some common things, like listeners.
 



Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.