Class SimpleCorticalInputEvent
java.lang.Object
mgui.neuro.components.simple.SimpleEvent
mgui.neuro.components.cortical.simple.SimpleCorticalInputEvent
- All Implemented Interfaces:
DynamicModelEvent
,TimeStepListener
public class SimpleCorticalInputEvent extends SimpleEvent
-
Field Summary
Fields Modifier and Type Field Description double
input
Fields inherited from class mgui.neuro.components.simple.SimpleEvent
code, delay
-
Constructor Summary
Constructors Constructor Description SimpleCorticalInputEvent(SimpleCorticalInput i)
-
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
-
input
public double input
-
-
Constructor Details
-
SimpleCorticalInputEvent
-
-
Method Details
-
setInput
public void setInput(double i) -
getInput
public double getInput()
-