Class DVNodeFactory

java.lang.Object
  extended by DVNodeFactory
All Implemented Interfaces:
org.jgrapht.VertexFactory<Node>

public class DVNodeFactory
extends java.lang.Object
implements org.jgrapht.VertexFactory<Node>

A class that knows how to create DVNodes.


Constructor Summary
DVNodeFactory()
           
 
Method Summary
 DVNode createVertex()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DVNodeFactory

public DVNodeFactory()
Method Detail

createVertex

public DVNode createVertex()
Specified by:
createVertex in interface org.jgrapht.VertexFactory<Node>