Uses of Interface
phenote.dataadapter.GroupAdapterI

Packages that use GroupAdapterI
phenote.config   
phenote.dataadapter Generalized methods for creating customized Data Adapters 
phenote.dataadapter.fly   
phenote.dataadapter.worm   
 

Uses of GroupAdapterI in phenote.config
 

Methods in phenote.config that return GroupAdapterI
 GroupAdapterI Config.getGroupAdapter(java.lang.String groupStr)
          returns null if group adapter for group not found - ex?
 

Uses of GroupAdapterI in phenote.dataadapter
 

Classes in phenote.dataadapter that implement GroupAdapterI
 class AbstractGroupAdapter
           
 class AllFieldsGroupAdapter
           
 

Uses of GroupAdapterI in phenote.dataadapter.fly
 

Classes in phenote.dataadapter.fly that implement GroupAdapterI
 class FlyGenotypeGroupAdapter
          Makes fly style genotype from locus allele 1, locus allele 2, non locus allele, and accesories - with datatags LA1, LA2, NLA, ACC
 

Uses of GroupAdapterI in phenote.dataadapter.worm
 

Classes in phenote.dataadapter.worm that implement GroupAdapterI
 class WormReferenceGroupAdapter