|
Class Summary |
| CharacterListTransferable |
|
| FlybaseDataAdapter |
Just pastes characters to clipboard for proforma
6/30/06 - changing this to use new Pheno-Syntax - should this be renamed
Pheno-Syntax data adapter? Pheno Syntax need to be able to write to a file
as well as also write to flybases proforma app - i think those are 2 different
data adapters sharing Syntax objects - PhenoSyntaxFileAdapter
and FlybaseProformaAdapter or something like that - todo... |
| FlyCharacter |
|
| FlyCharList |
Has a list of FlyCharacterIs for the clipboard for proformae |
| FlyCharListTransferable |
|
| FlyGenotypeGroupAdapter |
Makes fly style genotype from locus allele 1, locus allele 2, non locus allele,
and accesories - with datatags LA1, LA2, NLA, ACC |
| ProformaAlleleParser |
not sure if this is an appropriate implementation of GroupAdapterI, group adapters
originally were groups of fields this is not, but one thing group adapters do is make
terms/ontology on the fly - and thats what this does - but it does make ya wanna
change the name of GroupAdap if it applies to things that arent even groups of terms
maybe TermMaker?
theres really 2 things going on - grouping of fields and making of terms - and
character template which is a grouping of fields but it makes truncated char lists
not terms - but char temp is not a group adapteri but maybe should be?
- hmmmm - i think grouping of fields needs to be separated from making of terms
and making of characters - i think group adapter should be renamed TermMaker
as thats what it is! rename ProformaAlleleOntMaker? |