Class SimpleCorticalOutputEvent
java.lang.Object
mgui.neuro.components.simple.SimpleEvent
mgui.neuro.components.cortical.simple.SimpleCorticalOutputEvent
- All Implemented Interfaces:
DynamicModelEvent
,DynamicModelOutputEvent
,TimeStepListener
public class SimpleCorticalOutputEvent extends SimpleEvent implements DynamicModelOutputEvent
-
Field Summary
Fields inherited from class mgui.neuro.components.simple.SimpleEvent
code, delay
-
Constructor Summary
Constructors Constructor Description SimpleCorticalOutputEvent(SimpleCorticalOutput o)
-
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
Methods inherited from interface mgui.models.dynamic.DynamicModelEvent
getCode, getDelay
Methods inherited from interface mgui.models.dynamic.TimeStepListener
timeElapsed
-
Field Details
-
index
public int index -
output
public double output
-
-
Constructor Details
-
SimpleCorticalOutputEvent
-
-
Method Details
-
getIndex
public int getIndex()- Specified by:
getIndex
in interfaceDynamicModelOutputEvent
-
getOutput
public double getOutput()- Specified by:
getOutput
in interfaceDynamicModelOutputEvent
-
setIndex
public void setIndex(int i)- Specified by:
setIndex
in interfaceDynamicModelOutputEvent
-
setOutput
public void setOutput(double output)- Specified by:
setOutput
in interfaceDynamicModelOutputEvent
-