org.square.qa.utilities.fileParsers
Class FileParserSimple

java.lang.Object
  extended by org.square.qa.utilities.fileParsers.FileParserSimple

public class FileParserSimple
extends Object


Constructor Summary
FileParserSimple()
           
 
Method Summary
 void getFileName(String fileName)
           
 Map<Integer,Integer> parseGoldStandard()
           
 Map<String,workersDataStruct<Integer,Integer>> parseWorkerLabels()
           
 void setFileName(String fileName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileParserSimple

public FileParserSimple()
Method Detail

setFileName

public void setFileName(String fileName)

getFileName

public void getFileName(String fileName)

parseWorkerLabels

public Map<String,workersDataStruct<Integer,Integer>> parseWorkerLabels()
                                                                 throws IOException
Throws:
IOException

parseGoldStandard

public Map<Integer,Integer> parseGoldStandard()
                                       throws IOException
Throws:
IOException


Copyright © 2013. All Rights Reserved.