Interface DynamicModelEvent

All Superinterfaces:
TimeStepListener
All Known Subinterfaces:
DynamicModelOutputEvent
All Known Implementing Classes:
CompartmentEvent, SimpleAxonEvent, SimpleCorticalConnectionEvent, SimpleCorticalInputEvent, SimpleCorticalOutputEvent, SimpleCorticalRegionEvent, SimpleDendriteEvent, SimpleEnvironmentEvent, SimpleEvent, SimpleEvent, SimpleMotorNeuronEvent, SimpleSomaEvent, SimpleSynapseEvent

public interface DynamicModelEvent
extends TimeStepListener
Represents a discrete causal event in a dynamic model. Events are passed between components, and should be passed only by the component's addEvent method. Components should be able to handle specific events based upon the eventCode, and events between components are exclusive to these components.
Version:
1.0
Author:
Andrew Reid
See Also:
DynamicModelComponent
  • Method Summary

    Modifier and Type Method Description
    int getCode()  
    double getDelay()  

    Methods inherited from interface mgui.models.dynamic.TimeStepListener

    timeElapsed
  • Method Details

    • getCode

      int getCode()
    • getDelay

      double getDelay()