cz.cuni.utils.math.vertexSpace.vertex2Dspace
Class Vertex2DFactory

java.lang.Object
  extended by cz.cuni.utils.math.vertexSpace.vertex2Dspace.Vertex2DFactory
All Implemented Interfaces:
Vertex2DFactoryInterface

public class Vertex2DFactory
extends java.lang.Object
implements Vertex2DFactoryInterface


Constructor Summary
Vertex2DFactory()
           
 
Method Summary
 Vertex2D getNewInstance(Tuple2D tuple)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Vertex2DFactory

public Vertex2DFactory()
Method Detail

getNewInstance

public Vertex2D getNewInstance(Tuple2D tuple)
Specified by:
getNewInstance in interface Vertex2DFactoryInterface