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

Packages that use IDebugEngine
cz.cuni.amis.dash Package contains mostly classes responsible for displaying plan of debugged agent. 
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
          Class attached to a Yaposh engine debugged in NetBeans.
 

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.
 

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 © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.