phenote.dataadapter.fly
Class FlyGenotypeGroupAdapter

java.lang.Object
  extended by phenote.dataadapter.OntologyMaker
      extended by phenote.dataadapter.AbstractGroupAdapter
          extended by phenote.dataadapter.fly.FlyGenotypeGroupAdapter
All Implemented Interfaces:
GroupAdapterI, OntologyMakerI

public class FlyGenotypeGroupAdapter
extends AbstractGroupAdapter

Makes fly style genotype from locus allele 1, locus allele 2, non locus allele, and accesories - with datatags LA1, LA2, NLA, ACC


Constructor Summary
FlyGenotypeGroupAdapter(java.lang.String group)
           
 
Method Summary
protected  java.lang.String makeNameFromChar(CharacterI c)
          This is where subclasses come in and do their thing
 
Methods inherited from class phenote.dataadapter.AbstractGroupAdapter
getCharChangeListener, getCharListChangeListener, getNamespace, hasCharChangeListener, hasCharListChangeListener, makeOboClassFromChar, makeOntology, recordsId, setCharChangeListener, setCharListChangeListener, setIdField
 
Methods inherited from class phenote.dataadapter.OntologyMaker
addDestinationField, getButtonText, hasDestinationCharField, setOboSession, setOboSession, useButtonToLaunch
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface phenote.dataadapter.OntologyMakerI
addDestinationField, getButtonText, useButtonToLaunch
 

Constructor Detail

FlyGenotypeGroupAdapter

public FlyGenotypeGroupAdapter(java.lang.String group)
Method Detail

makeNameFromChar

protected java.lang.String makeNameFromChar(CharacterI c)
Description copied from class: AbstractGroupAdapter
This is where subclasses come in and do their thing

Specified by:
makeNameFromChar in class AbstractGroupAdapter