ucl.physiol.neuroconstruct.project.stimulation
Class RandomSpikeTrainInstanceProps

java.lang.Object
  extended by ucl.physiol.neuroconstruct.project.stimulation.InputInstanceProps
      extended by ucl.physiol.neuroconstruct.project.stimulation.RandomSpikeTrainInstanceProps

public class RandomSpikeTrainInstanceProps
extends InputInstanceProps

Helper class for info on variations in amplitude, etc. of a single electrical instance

Author:
Padraig Gleeson

Constructor Summary
RandomSpikeTrainInstanceProps()
           
 
Method Summary
 String details(boolean html)
           
 float getRate()
           
 void setRate(float rate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RandomSpikeTrainInstanceProps

public RandomSpikeTrainInstanceProps()
Method Detail

details

public String details(boolean html)
Specified by:
details in class InputInstanceProps

getRate

public float getRate()

setRate

public void setRate(float rate)