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

Packages that use Edge
org.gicentre.utils.network   
 

Uses of Edge in org.gicentre.utils.network
 

Methods in org.gicentre.utils.network that return types with arguments of type Edge
 java.util.HashSet<Edge> Node.getInEdges()
          Reports a list of all incoming edges attached to this node.
 java.util.HashSet<Edge> Node.getOutEdges()
          Reports a list of all outgoing edges attached to this node.
 

Methods in org.gicentre.utils.network with parameters of type Edge
 boolean ParticleViewer.addEdge(Edge edge)
          Adds the given edge to those to be displayed in the viewer.
 



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