owltools.idmap
Class IDMapHandler

java.lang.Object
  extended by owltools.idmap.IDMapHandler
Direct Known Subclasses:
IDMapPairWriter

public abstract class IDMapHandler
extends Object


Field Summary
 Map<IDMappingPIRParser.Types,Integer> typeMap
           
 
Constructor Summary
IDMapHandler()
           
 
Method Summary
 void init()
           
abstract  boolean process(String[] colVals)
           
 String[] split(String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

typeMap

public Map<IDMappingPIRParser.Types,Integer> typeMap
Constructor Detail

IDMapHandler

public IDMapHandler()
Method Detail

process

public abstract boolean process(String[] colVals)

init

public void init()

split

public String[] split(String s)


Copyright © 2010-2011. All Rights Reserved.