Class ActivationLayout

java.lang.Object
org.graphstream.stream.SourceBase
org.graphstream.ui.layout.springbox.BarnesHutLayout
org.graphstream.ui.layout.springbox.implementations.SpringBox
network.aika.debugger.AbstractLayout<ActivationGraphManager>
network.aika.debugger.activations.ActivationLayout
All Implemented Interfaces:
org.graphstream.stream.AttributeSink, org.graphstream.stream.ElementSink, org.graphstream.stream.Pipe, org.graphstream.stream.Sink, org.graphstream.stream.Source, org.graphstream.ui.layout.Layout, org.miv.pherd.ParticleBoxListener

public class ActivationLayout extends AbstractLayout<ActivationGraphManager>
Author:
Lukas Molzberger
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.graphstream.stream.SourceBase

    org.graphstream.stream.SourceBase.ElementType
  • Field Summary

    Fields inherited from class network.aika.debugger.AbstractLayout

    graphManager, k, K1Final, K1Init, STANDARD_DISTANCE_X, STANDARD_DISTANCE_Y

    Fields inherited from class org.graphstream.ui.layout.springbox.implementations.SpringBox

    K1, K2

    Fields inherited from class org.graphstream.ui.layout.springbox.BarnesHutLayout

    area, avgLength, center, edges, energies, force, gravity, hi, is3D, lastElementCount, lastStepTime, lo, maxMoveLength, nodeMoveCount, nodes, nodesPerCell, outputNodeStats, outputStats, quality, random, sendMoveEventsEvery, sendNodeInfos, sinkTime, stabilizationLimit, statsOut, theta, time, viewZone

    Fields inherited from class org.graphstream.stream.SourceBase

    attrSinks, eltsSinks, eventProcessing, eventQueue, sourceId, sourceTime
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.graphstream.ui.layout.springbox.NodeParticle
     

    Methods inherited from class network.aika.debugger.AbstractLayout

    chooseNodePosition, getGraphManager, getLayoutAlgorithmName, particleMoved

    Methods inherited from class org.graphstream.ui.layout.springbox.implementations.SpringBox

    setQuality

    Methods inherited from class org.graphstream.ui.layout.springbox.BarnesHutLayout

    addEdge, addEdgeBreakPoint, addNode, clear, compute, computeArea, edgeAdded, edgeAttributeAdded, edgeAttributeChanged, edgeAttributeChanged_, edgeAttributeRemoved, edgeRemoved, freezeNode, getBarnesHutTheta, getCenterPoint, getEnergies, getForce, getGravityFactor, getHiPoint, getLastStepTime, getLowPoint, getNodeMovedCount, getQuality, getRandom, getSpatialIndex, getStabilization, getStabilizationLimit, getSteps, getViewZone, graphAttributeAdded, graphAttributeChanged, graphAttributeChanged_, graphAttributeRemoved, graphCleared, ignoreEdge, is3D, moveNode, nodeAdded, nodeAttributeAdded, nodeAttributeChanged, nodeAttributeChanged_, nodeAttributeRemoved, nodeRemoved, particleAdded, particleAdded, particleAttributeChanged, particleMarked, particleRemoved, printStats, randomXInsideBounds, randomYInsideBounds, randomZInsideBounds, removeEdge, removeNode, setBarnesHutTheta, setEdgeWeight, setForce, setGravityFactor, setNodeWeight, setSendNodeInfos, setStabilizationLimit, shake, stepBegins, stepFinished

    Methods inherited from class org.graphstream.stream.SourceBase

    addAttributeSink, addElementSink, addSink, attributeSinks, clearAttributeSinks, clearElementSinks, clearSinks, elementSinks, manageEvents, removeAttributeSink, removeElementSink, removeSink, sendAttributeChangedEvent, sendAttributeChangedEvent, sendEdgeAdded, sendEdgeAdded, sendEdgeAttributeAdded, sendEdgeAttributeAdded, sendEdgeAttributeChanged, sendEdgeAttributeChanged, sendEdgeAttributeRemoved, sendEdgeAttributeRemoved, sendEdgeRemoved, sendEdgeRemoved, sendGraphAttributeAdded, sendGraphAttributeAdded, sendGraphAttributeChanged, sendGraphAttributeChanged, sendGraphAttributeRemoved, sendGraphAttributeRemoved, sendGraphCleared, sendGraphCleared, sendNodeAdded, sendNodeAdded, sendNodeAttributeAdded, sendNodeAttributeAdded, sendNodeAttributeChanged, sendNodeAttributeChanged, sendNodeAttributeRemoved, sendNodeAttributeRemoved, sendNodeRemoved, sendNodeRemoved, sendStepBegins, sendStepBegins

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.graphstream.stream.Source

    addAttributeSink, addElementSink, addSink, clearAttributeSinks, clearElementSinks, clearSinks, removeAttributeSink, removeElementSink, removeSink
  • Constructor Details

  • Method Details

    • newNodeParticle

      public org.graphstream.ui.layout.springbox.NodeParticle newNodeParticle(String id)
      Overrides:
      newNodeParticle in class org.graphstream.ui.layout.springbox.implementations.SpringBox