Class SimpleSynapseEvent

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

public class SimpleSynapseEvent
extends SimpleEvent
  • Field Summary

    Fields
    Modifier and Type Field Description
    double potential  

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

    code, delay
  • Constructor Summary

    Constructors
    Constructor Description
    SimpleSynapseEvent​(SimpleSynapse synapse)  
  • 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

    • potential

      public double potential
  • Constructor Details

    • SimpleSynapseEvent

      public SimpleSynapseEvent​(SimpleSynapse synapse)