Package mgui.models.dynamic
Interface DynamicModelOutputEvent
- All Superinterfaces:
DynamicModelEvent
,TimeStepListener
- All Known Implementing Classes:
SimpleCorticalOutputEvent
,SimpleMotorNeuronEvent
public interface DynamicModelOutputEvent extends DynamicModelEvent
-
Method Summary
Methods inherited from interface mgui.models.dynamic.DynamicModelEvent
getCode, getDelay
Methods inherited from interface mgui.models.dynamic.TimeStepListener
timeElapsed
-
Method Details
-
getOutput
double getOutput() -
setOutput
void setOutput(double output) -
getIndex
int getIndex() -
setIndex
void setIndex(int i)
-