Uses of Class
neuroidnet.ntr.ResynapseException

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

Uses of ResynapseException in neuroidnet.ntr
 

Methods in neuroidnet.ntr that throw ResynapseException
 void AxonArbor.addSynapse(Synapse synapse)
          Adds a synapse to list of synapses only if it doesn't already exist.
 void AxonArbor.addRandomSynapse()
          Creates a new synapse connected to a random member of the Area.
 void AxonArbor.addNeuroid(Neuroid destNeuroid)
          Adds a postsynaptic neuroid to the AxonArbor.