ubiware.core
Class UbiwareAgent.DebugController

java.lang.Object
  extended by ubiware.core.UbiwareAgent.DebugController
Enclosing class:
UbiwareAgent

public class UbiwareAgent.DebugController
extends java.lang.Object

End of Methods used by Reusable Atomic Behaviors


Method Summary
 void setDebugger(Debugger d)
           
 void start()
           
 void stopAfter(int cycles)
           
 void stopNow()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setDebugger

public void setDebugger(Debugger d)

stopNow

public void stopNow()

stopAfter

public void stopAfter(int cycles)

start

public void start()