korat.utils.cv
Class CVFactoryDelta
java.lang.Object
korat.utils.cv.CVFactoryDelta
- All Implemented Interfaces:
- ICVFactory
public class CVFactoryDelta
- extends Object
- implements ICVFactory
- Author:
- Aleksandar Milicevic
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
instance
private static CVFactoryDelta instance
CVFactoryDelta
public CVFactoryDelta()
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