scratch.danyel.simplegraph
Class SimpleGraphUtils

java.lang.Object
  extended by scratch.danyel.simplegraph.SimpleGraphUtils

public class SimpleGraphUtils
extends Object

Author:
danyelf

Constructor Summary
SimpleGraphUtils()
           
 
Method Summary
static int degree(SimpleGraph sg, Object vert)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleGraphUtils

public SimpleGraphUtils()
Method Detail

degree

public static int degree(SimpleGraph sg,
                         Object vert)