public class SpringBoxNodeParticle extends NodeParticle
attE, disp, frozen, len, neighbours, out, repE| Constructor and Description | 
|---|
| SpringBoxNodeParticle(SpringBox box,
                     java.lang.String id)New node. | 
| SpringBoxNodeParticle(SpringBox box,
                     java.lang.String id,
                     double x,
                     double y,
                     double z)New node at a given position. | 
getEdges, inserted, move, moveOf, moveTo, nextStep, registerEdge, removed, removeNeighborEdges, unregisterEdgepublic SpringBoxNodeParticle(SpringBox box, java.lang.String id)
box - The spring box.id - The node identifier.public SpringBoxNodeParticle(SpringBox box, java.lang.String id, double x, double y, double z)
box - The spring box.id - The node identifier.x - The abscissa.y - The ordinate.z - The depth.