nl.liacs.subdisc.cui
Class Cui2LineNrMap

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

public class Cui2LineNrMap
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
Cui2LineNrMap(java.io.File theFile)
           
 
Method Summary
 java.util.Map<java.lang.String,java.lang.Integer> getMap()
          Returns the Map for this Cui2LineNrMap.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Cui2LineNrMap

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

getMap

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

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