Uses of Class
neuroidnet.periphery.ConceptSaturatedException

Packages that use ConceptSaturatedException
neuroidnet.ntr Holds the main classes for the simulator. 
neuroidnet.periphery Holds classes related to the peripheral controller of the neuroidal network. 
 

Uses of ConceptSaturatedException in neuroidnet.ntr
 

Methods in neuroidnet.ntr that throw ConceptSaturatedException
 void Concept.attach(Neuroid neuroid)
          Attaches the presynaptic neuroid to concept.
(package private)  void Neuroid.makeConcept()
          Create new concept.
(package private)  void SRMNeuroid.Mode.fit()
           
 

Uses of ConceptSaturatedException in neuroidnet.periphery
 

Methods in neuroidnet.periphery that throw ConceptSaturatedException
 void ArtificialConcept.attach(Neuroid neuroid)
          Attaches the neuroid to the concept population.