Uses of Class
neuroidnet.periphery.ConceptArea

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

Uses of ConceptArea in neuroidnet.ntr
 

Fields in neuroidnet.ntr declared as ConceptArea
protected  ConceptArea Network.conceptArea
          Redundant pointer to instance of the ConceptArea (it is also in areas)
 

Methods in neuroidnet.ntr that return ConceptArea
 ConceptArea Network.getConceptArea()
          Get the value of conceptArea.
 

Methods in neuroidnet.ntr with parameters of type ConceptArea
 void Network.setConceptArea(ConceptArea v)
          Set the value of conceptArea.