Uses of Class
thetaNeuron.lib.ThetaNeuron.Method

Packages that use ThetaNeuron.Method
thetaNeuron.lib   
 

Uses of ThetaNeuron.Method in thetaNeuron.lib
 

Methods in thetaNeuron.lib that return ThetaNeuron.Method
 ThetaNeuron.Method ThetaInterface.getMethod()
           
 ThetaNeuron.Method ThetaNeuron.getMethod()
          Public Method to Get the Neuron Simulation Method
static ThetaNeuron.Method ThetaNeuron.Method.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ThetaNeuron.Method[] ThetaNeuron.Method.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in thetaNeuron.lib with parameters of type ThetaNeuron.Method
 void ThetaInterface.setMethod(ThetaNeuron.Method new_method)
           
 void ThetaNeuron.setMethod(ThetaNeuron.Method new_method)
          Public Method to Set the Neuron Simulation Method