Class ActivationViewManager

java.lang.Object
network.aika.debugger.AbstractViewManager<network.aika.neuron.activation.Activation,ActivationConsoleManager,ActivationGraphManager>
network.aika.debugger.activations.ActivationViewManager
All Implemented Interfaces:
network.aika.callbacks.EventListener

public class ActivationViewManager extends AbstractViewManager<network.aika.neuron.activation.Activation,ActivationConsoleManager,ActivationGraphManager> implements network.aika.callbacks.EventListener
Author:
Lukas Molzberger
  • Field Details

  • Constructor Details

    • ActivationViewManager

      public ActivationViewManager(network.aika.text.Document doc, ActivationConsoleManager consoleManager)
  • Method Details

    • getStepManager

      public StepManager getStepManager()
    • setStepManager

      public void setStepManager(StepManager stepManager)
    • pumpAndWaitForUserAction

      public void pumpAndWaitForUserAction()
    • showElementContext

      public void showElementContext(org.graphstream.ui.graphicGraph.GraphicElement ge)
      Specified by:
      showElementContext in class AbstractViewManager<network.aika.neuron.activation.Activation,ActivationConsoleManager,ActivationGraphManager>
    • onActivationCreationEvent

      public void onActivationCreationEvent(network.aika.neuron.activation.Activation act, network.aika.neuron.Synapse originSynapse, network.aika.neuron.activation.Activation originAct)
      Specified by:
      onActivationCreationEvent in interface network.aika.callbacks.EventListener
    • queueEntryAddedEvent

      public void queueEntryAddedEvent(network.aika.steps.Step s)
      Specified by:
      queueEntryAddedEvent in interface network.aika.callbacks.EventListener
    • beforeProcessedEvent

      public void beforeProcessedEvent(network.aika.steps.Step s)
      Specified by:
      beforeProcessedEvent in interface network.aika.callbacks.EventListener
    • afterProcessedEvent

      public void afterProcessedEvent(network.aika.steps.Step s)
      Specified by:
      afterProcessedEvent in interface network.aika.callbacks.EventListener
    • onLinkCreationEvent

      public void onLinkCreationEvent(network.aika.neuron.activation.Link l)
      Specified by:
      onLinkCreationEvent in interface network.aika.callbacks.EventListener
    • viewClosed

      public void viewClosed(String id)
      Overrides:
      viewClosed in class AbstractViewManager<network.aika.neuron.activation.Activation,ActivationConsoleManager,ActivationGraphManager>
    • getDocument

      public network.aika.text.Document getDocument()
    • dumpNetworkCoordinates

      public void dumpNetworkCoordinates()
      Specified by:
      dumpNetworkCoordinates in class AbstractViewManager<network.aika.neuron.activation.Activation,ActivationConsoleManager,ActivationGraphManager>