public final class IntraInfo extends Object implements Serializable, Transmissible
Modifier and Type | Field and Description |
---|---|
LinkedList<Double> |
curr
currents for each of the receptors
|
double |
memV
neuron membrane voltage
|
Constructor and Description |
---|
IntraInfo(double memV,
LinkedList<Double> curr) |
public double memV
public LinkedList<Double> curr
public IntraInfo(double memV, LinkedList<Double> curr)