jebl.evolution.graphs
Class Graph.Utils

java.lang.Object
  extended by jebl.evolution.graphs.Graph.Utils
Enclosing interface:
Graph

public static class Graph.Utils
extends Object


Constructor Summary
Graph.Utils()
           
 
Method Summary
static int getDegree(Graph graph, Node node)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Graph.Utils

public Graph.Utils()
Method Detail

getDegree

public static int getDegree(Graph graph,
                            Node node)
Parameters:
graph -
node -
Returns:
the number of edges attached to this node.