Class NeuronParticle

java.lang.Object
org.miv.pherd.Particle
org.graphstream.ui.layout.springbox.NodeParticle
org.graphstream.ui.layout.springbox.implementations.SpringBoxNodeParticle
network.aika.debugger.AbstractParticle
network.aika.debugger.neurons.NeuronParticle

public class NeuronParticle extends AbstractParticle
Author:
Lukas Molzberger
  • Field Summary

    Fields inherited from class network.aika.debugger.AbstractParticle

    K1Attr, K2, layout, x, y

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

    attE, box, disp, frozen, len, neighbours, out, repE

    Fields inherited from class org.miv.pherd.Particle

    attributes, cell, id, moved, nextPos, pos, weight
  • Constructor Summary

    Constructors
    Constructor
    Description
    NeuronParticle(AbstractLayout layout, String id, network.aika.neuron.Neuron n, double x, double y, double z)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    attraction(org.graphstream.ui.geom.Vector3 delta)
     

    Methods inherited from class network.aika.debugger.AbstractParticle

    edgeAttraction, recurseRepulsion, repulsionN2, repulsionNLogN

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

    gravity, intersection

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

    createDebug, getEdges, inserted, move, moveOf, moveTo, nextStep, registerEdge, removed, removeNeighborEdges, unregisterEdge

    Methods inherited from class org.miv.pherd.Particle

    closeTo, closeTo, getAttribute, getAttributeKeyIterator, getCell, getId, getPosition, getWeight, initPos, removeAttribute, setAttribute, setBox, setCell, setWeight, suicide

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • NeuronParticle

      public NeuronParticle(AbstractLayout layout, String id, network.aika.neuron.Neuron n, double x, double y, double z)
  • Method Details

    • attraction

      protected void attraction(org.graphstream.ui.geom.Vector3 delta)
      Overrides:
      attraction in class org.graphstream.ui.layout.springbox.implementations.SpringBoxNodeParticle