Uses of Class
neuroidnet.ntr.NeuroidProfile

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

Uses of NeuroidProfile in neuroidnet.ntr
 

Fields in neuroidnet.ntr declared as NeuroidProfile
(package private)  NeuroidProfile MembranePotentialPlot.neuroidProfile
           
(package private)  NeuroidProfile Neuroid.profile
           
 

Methods in neuroidnet.ntr that return NeuroidProfile
 NeuroidProfile Neuroid.getProfile()
          Get the value of profile.
 

Methods in neuroidnet.ntr with parameters of type NeuroidProfile
 void Neuroid.setProfile(NeuroidProfile v)
          Set the value of profile.
 

Constructors in neuroidnet.ntr with parameters of type NeuroidProfile
MembranePotentialPlot(String title, Range range, NeuroidProfile neuroidProfile)