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

Packages that use Node
org.gicentre.utils.network Network-related utilities for use with Processing. 
 

Uses of Node in org.gicentre.utils.network
 

Classes in org.gicentre.utils.network with type parameters of type Node
 class ParticleViewer<N extends Node,E extends Edge>
          Allows particles to be viewed and animated.
 

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
 

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.
 



giCentre Utilities V.3.3, API documentation generated 6th April, 2013