Package network.aika.debugger.neurons
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
- Author:
- Lukas Molzberger
-
Field Summary
Fields inherited from class org.graphstream.ui.layout.springbox.NodeParticle
attE, box, disp, frozen, len, neighbours, out, repEFields inherited from class org.miv.pherd.Particle
attributes, cell, id, moved, nextPos, pos, weight -
Constructor Summary
ConstructorsConstructorDescriptionNeuronParticle(AbstractLayout layout, String id, network.aika.neuron.Neuron n, double x, double y, double z) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidattraction(org.graphstream.ui.geom.Vector3 delta) Methods inherited from class network.aika.debugger.AbstractParticle
edgeAttraction, recurseRepulsion, repulsionN2, repulsionNLogNMethods inherited from class org.graphstream.ui.layout.springbox.implementations.SpringBoxNodeParticle
gravity, intersectionMethods inherited from class org.graphstream.ui.layout.springbox.NodeParticle
createDebug, getEdges, inserted, move, moveOf, moveTo, nextStep, registerEdge, removed, removeNeighborEdges, unregisterEdgeMethods inherited from class org.miv.pherd.Particle
closeTo, closeTo, getAttribute, getAttributeKeyIterator, getCell, getId, getPosition, getWeight, initPos, removeAttribute, setAttribute, setBox, setCell, setWeight, suicide
-
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:
attractionin classorg.graphstream.ui.layout.springbox.implementations.SpringBoxNodeParticle
-