Package mgui.neuro.components.simple
Class SimpleDendriteEvent
java.lang.Object
mgui.neuro.components.simple.SimpleEvent
mgui.neuro.components.simple.SimpleDendriteEvent
- All Implemented Interfaces:
DynamicModelEvent
,TimeStepListener
public class SimpleDendriteEvent extends SimpleEvent
-
Field Summary
Fields Modifier and Type Field Description double
potential
Fields inherited from class mgui.neuro.components.simple.SimpleEvent
code, delay
-
Constructor Summary
Constructors Constructor Description SimpleDendriteEvent(double potential, double delay)
SimpleDendriteEvent(SimpleDendrite dendrite)
-
Method Summary
Methods inherited from class mgui.neuro.components.simple.SimpleEvent
getCode, getDelay, timeElapsed
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
potential
public double potential
-
-
Constructor Details
-
SimpleDendriteEvent
public SimpleDendriteEvent(double potential, double delay) -
SimpleDendriteEvent
-