neuroidnet.ntr
Interface DebuggerInterface

All Known Implementing Classes:
Network

public interface DebuggerInterface

DebuggerInterface.java

Created: Fri Dec 7 18:38:17 2001

Modified: $Date: 2003/05/16 21:05:52 $

Version:
$Revision: 1.4 $ for this file.
Author:
Cengiz Gunay

Method Summary
 void addWatch(Neuroid neuroid)
           
 void addWatchAll(Set neuroidNames)
           
 Area getArea(String name)
           
 Neuroid getNeuroid(Area area, int neuroidId)
           
 Neuroid getNeuroid(String areaName, int neuroidId)
           
 

Method Detail

getArea

public Area getArea(String name)
             throws NameNotFoundException
NameNotFoundException

getNeuroid

public Neuroid getNeuroid(Area area,
                          int neuroidId)

getNeuroid

public Neuroid getNeuroid(String areaName,
                          int neuroidId)
                   throws NameNotFoundException
NameNotFoundException

addWatch

public void addWatch(Neuroid neuroid)

addWatchAll

public void addWatchAll(Set neuroidNames)
                 throws NameNotFoundException
NameNotFoundException