com.mays.umls
Class TestLoader
java.lang.Object
com.mays.umls.TestLoader
public class TestLoader
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestLoader
public TestLoader(String config_name)
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)