de.aitools.iv.graphdrawing.datastructures.graph.algorithms
Class CenterVertex

java.lang.Object
  extended by de.aitools.iv.graphdrawing.datastructures.graph.algorithms.CenterVertex

public class CenterVertex
extends java.lang.Object

Author:
smze@upb.de

Constructor Summary
CenterVertex()
          Creates a new instance of CenterVertex
 
Method Summary
static Vertex getCenterVertex(UndirectedGraph g)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CenterVertex

public CenterVertex()
Creates a new instance of CenterVertex

Method Detail

getCenterVertex

public static Vertex getCenterVertex(UndirectedGraph g)