Uses of Class
org.gicentre.utils.network.Node

Packages that use Node
org.gicentre.utils.network   
 

Uses of Node in org.gicentre.utils.network
 

Methods in org.gicentre.utils.network that return Node
 Node Edge.getNode1()
          Reports the first node connected to this edge
 Node Edge.getNode2()
          Reports the second node connected to this edge
 

Methods in org.gicentre.utils.network with parameters of type Node
 boolean ParticleViewer.addForce(Node node1, Node node2, float force)
          Creates a attractive or repulsive force between the two given nodes.
 boolean ParticleViewer.addForce(Node node1, Node node2, float force, float minDistance)
          Creates a attractive or repulsive force between the two given nodes.
 void ParticleViewer.addNode(Node node)
          Adds a node to those to be displayed in the viewer.
 boolean ParticleViewer.addSpring(Node node1, Node node2, float length)
          Creates a spring between the two given nodes.
 traer.physics.Particle ParticleViewer.getParticle(Node node)
          Provides the particle associated with the given node.
 boolean ParticleViewer.tether(Node node, float strength)
          Tethers the given node to its location with the given strength.
 

Constructors in org.gicentre.utils.network with parameters of type Node
Edge(Node n1, Node n2)
          Creates an undirected edge between the given nodes.
Edge(Node n1, Node n2, boolean isDirected)
          Creates a possibly directed edge between the given nodes.
 



gicentreUtils V.3.1, API documentation generated 18th February, 2011