com.mays.umls
Class TestLoader

java.lang.Object
  extended by com.mays.umls.TestLoader

public class TestLoader
extends Object


Constructor Summary
TestLoader(String config_name)
           
 
Method Summary
 ArrayList<MrConcept> getConceptsByCode(String code)
           
 ArrayList<MrConcept> getConceptsByCui(String code)
           
 ArrayList<MrRelationship> getRelationshipsByCui(String code)
           
static void main(String[] argv)
           
 void printConcepts(ArrayList<MrConcept> concepts)
           
 void printRelationships(ArrayList<MrRelationship> relationships)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestLoader

public TestLoader(String config_name)
Method Detail

getConceptsByCode

public ArrayList<MrConcept> getConceptsByCode(String code)
                                       throws Exception
Throws:
Exception

getConceptsByCui

public ArrayList<MrConcept> getConceptsByCui(String code)
                                      throws Exception
Throws:
Exception

getRelationshipsByCui

public ArrayList<MrRelationship> getRelationshipsByCui(String code)
                                                throws Exception
Throws:
Exception

printConcepts

public void printConcepts(ArrayList<MrConcept> concepts)

printRelationships

public void printRelationships(ArrayList<MrRelationship> relationships)
                        throws Exception
Throws:
Exception

run

public void run()
         throws Exception
Throws:
Exception

main

public static void main(String[] argv)