owltools.gaf.eco
Class SimpleEcoMapperImpl

java.lang.Object
  extended by owltools.gaf.eco.SimpleEcoMapperImpl
All Implemented Interfaces:
SimpleEcoMapper

public class SimpleEcoMapperImpl
extends Object
implements SimpleEcoMapper


Method Summary
 String getEco(String goCode, Collection<String> allRefs)
           
 String getEco(String goCode, String ref)
           
 org.apache.commons.lang3.tuple.Pair<String,String> getGoCode(String eco)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getEco

public String getEco(String goCode,
                     String ref)
Specified by:
getEco in interface SimpleEcoMapper

getEco

public String getEco(String goCode,
                     Collection<String> allRefs)
Specified by:
getEco in interface SimpleEcoMapper

getGoCode

public org.apache.commons.lang3.tuple.Pair<String,String> getGoCode(String eco)
Specified by:
getGoCode in interface SimpleEcoMapper


Copyright © 2010-2014. All Rights Reserved.