Uses of Interface
neuroidnet.remote.AreaInt

Packages that use AreaInt
neuroidnet.ntr Holds the main classes for the simulator. 
neuroidnet.periphery Holds classes related to the peripheral controller of the neuroidal network. 
neuroidnet.remote Holds extensions for distributed processing of the Neuroidal Network Simulator. 
 

Uses of AreaInt in neuroidnet.ntr
 

Classes in neuroidnet.ntr that implement AreaInt
 class Area
          Entity Area that holds neurons and keeps track of time.
 

Methods in neuroidnet.ntr with parameters of type AreaInt
 void Area.connectToArea(AreaInt destArea, double timeConstantS, double delay, double nuBoost)
          Makes connections between this Area and the given destArea.
 

Uses of AreaInt in neuroidnet.periphery
 

Classes in neuroidnet.periphery that implement AreaInt
 class ConceptArea
          Artificial area for holding Concepts.
 class SensoryArea
          Area that holds inputs, ie.
 

Uses of AreaInt in neuroidnet.remote
 

Methods in neuroidnet.remote with parameters of type AreaInt
 void AreaInt.connectToArea(AreaInt destArea, double timeConstantS, double delay, double nuBoost)