korat.utils.cv
Class CVFactoryDelta

java.lang.Object
  extended by korat.utils.cv.CVFactoryDelta
All Implemented Interfaces:
ICVFactory

public class CVFactoryDelta
extends Object
implements ICVFactory

Author:
Aleksandar Milicevic

Field Summary
private static CVFactoryDelta instance
           
 
Constructor Summary
CVFactoryDelta()
           
 
Method Summary
 ICVFinder createCVFinder(String fileName)
           
 ICVReader createCVReader(String fileName)
           
 ICVWriter createCVWriter(String fileName, int numElemsPerCV, int maxElem)
           
static CVFactoryDelta getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instance

private static CVFactoryDelta instance
Constructor Detail

CVFactoryDelta

public CVFactoryDelta()
Method Detail

getInstance

public static CVFactoryDelta getInstance()

createCVFinder

public ICVFinder createCVFinder(String fileName)
                         throws IOException
Specified by:
createCVFinder in interface ICVFactory
Throws:
IOException

createCVReader

public ICVReader createCVReader(String fileName)
                         throws IOException
Specified by:
createCVReader in interface ICVFactory
Throws:
IOException

createCVWriter

public ICVWriter createCVWriter(String fileName,
                                int numElemsPerCV,
                                int maxElem)
                         throws IOException
Specified by:
createCVWriter in interface ICVFactory
Throws:
IOException