Package neuroidnet.periphery

Holds classes related to the peripheral controller of the neuroidal network.

See:
          Description

Class Summary
ArtificialConcept Implementation of a Concept that listens to a population of UM neuroids which represent a certain concept.
ConceptArea Artificial area for holding Concepts.
SensoryArea Area that holds inputs, ie.
SensoryConcept Concept created by peripheral controller.
SensoryNeuroid Neuroid that is not contained in a SensoryArea and which does not listen to its inputs.
 

Exception Summary
ConceptSaturatedException ConceptSaturatedException.java Exception thrown from ArtificialConcept.attach() whenever a Neuroid is recruited tries to attach to a Concept which has already Area.replication members.
 

Package neuroidnet.periphery Description

Holds classes related to the peripheral controller of the neuroidal network.

See Also:
Peripheral