Uses of Class
neuroidnet.remote.Synapse

Packages that use Synapse
neuroidnet.remote Holds extensions for distributed processing of the Neuroidal Network Simulator. 
 

Uses of Synapse in neuroidnet.remote
 

Fields in neuroidnet.remote declared as Synapse
(package private)  Synapse Synapse.localSynapse
          Deprecated.  
 

Methods in neuroidnet.remote that return Synapse
 Synapse Area.addRandomSynapse()
          Deprecated. Overload method in Area to create Remote.Synapse instead.
 Synapse Synapse.getLocalSynapse()
          Deprecated. Get the value of localSynapse.
 

Methods in neuroidnet.remote with parameters of type Synapse
 void Synapse.setLocalSynapse(Synapse v)
          Deprecated. Set the value of localSynapse.