Class Graph.Utils

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

public static class Graph.Utils extends Object
Version:
$Id: Graph.java 849 2007-12-06 00:10:14Z twobeers $
Author:
Andrew Rambaut, Alexei Drummond
  • Method Details

    • getDegree

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