nl.liacs.subdisc.cui
Class Cui2NameMap

java.lang.Object
  extended by nl.liacs.subdisc.cui.Cui2NameMap
All Implemented Interfaces:
CuiMapInterface

public class Cui2NameMap
extends java.lang.Object
implements CuiMapInterface


Field Summary
 
Fields inherited from interface nl.liacs.subdisc.cui.CuiMapInterface
CUI_DIR, CUI2NAME, DOMAIN_FILE_PREFIX, ENTREZ2CUI, GENE_IDENTIFIER_CUIS, GO2CUI, NR_CUI, NR_DOMAINS, NR_ENTREZ_CUI, NR_EXPRESSION_CUI, NR_GO_CUI
 
Constructor Summary
Cui2NameMap(java.io.File theFile)
           
 
Method Summary
 java.util.Map<java.lang.String,java.lang.String> getMap()
          Returns the Map for this Cui2NameMap.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Cui2NameMap

public Cui2NameMap(java.io.File theFile)
Method Detail

getMap

public java.util.Map<java.lang.String,java.lang.String> getMap()
Returns the Map for this Cui2NameMap.

Specified by:
getMap in interface CuiMapInterface
Returns:
the Map for this Cui2NameMap, or null if there is none.