Uses of Class
com.mays.umls.MrRelationship

Packages that use MrRelationship
com.mays.umls Loads the UMLS into an Apache Derby db, using the distribution files to define the schema. 
 

Uses of MrRelationship in com.mays.umls
 

Methods in com.mays.umls that return types with arguments of type MrRelationship
 ArrayList<MrRelationship> TestLoader.getRelationshipsByCui(String code)
           
 

Method parameters in com.mays.umls with type arguments of type MrRelationship
 void TestLoader.printRelationships(ArrayList<MrRelationship> relationships)