Uses of Class
neuroidnet.ntr.NameNotFoundException

Packages that use NameNotFoundException
neuroidnet.ntr Holds the main classes for the simulator. 
 

Uses of NameNotFoundException in neuroidnet.ntr
 

Methods in neuroidnet.ntr that throw NameNotFoundException
 Area DebuggerInterface.getArea(String name)
           
 Neuroid DebuggerInterface.getNeuroid(String areaName, int neuroidId)
           
 void DebuggerInterface.addWatchAll(Set neuroidNames)
           
 Area Network.getArea(String name)
          Returns the Area object given the name.
 Neuroid Network.getNeuroid(String areaName, int neuroidId)
          Returns the Neuroid object, given the area and id.
 Neuroid Network.getNeuroid(NeuroidName neuroidName)
           
 void Network.addWatchAll(Set neuroidNames)
          addWatchs all neuroids with names given in argument.