Class SimpleCorticalRegionEvent

java.lang.Object
mgui.neuro.components.simple.SimpleEvent
mgui.neuro.components.cortical.simple.SimpleCorticalRegionEvent
All Implemented Interfaces:
DynamicModelEvent, TimeStepListener

public class SimpleCorticalRegionEvent
extends SimpleEvent
  • Field Summary

    Fields
    Modifier and Type Field Description
    double firingRate  

    Fields inherited from class mgui.neuro.components.simple.SimpleEvent

    code, delay
  • Constructor Summary

    Constructors
    Constructor Description
    SimpleCorticalRegionEvent​(SimpleCorticalRegion r)  
  • Method Summary

    Modifier and Type Method Description
    double getFiringRate()  

    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

    • firingRate

      public double firingRate
  • Constructor Details

  • Method Details

    • getFiringRate

      public double getFiringRate()