Uses of Class
org.biojava.bio.seq.io.agave.AGAVEProperty

Packages that use AGAVEProperty
org.biojava.bio.seq.io.agave Classes for converting between AGAVE XML and BioJava objects. 
 

Uses of AGAVEProperty in org.biojava.bio.seq.io.agave
 

Methods in org.biojava.bio.seq.io.agave that return AGAVEProperty
 AGAVEProperty[] Agave2AgaveAnnotFilter.getProperty(Annotation annot, String type)
           
 AGAVEProperty[] SimpleAnnotFilter.getProperty(Annotation annot, String type)
          ThomasD made this a bit safer...
 AGAVEProperty[] AGAVEAnnotFilter.getProperty(Annotation annot, String type)
           
 AGAVEProperty[] AGAVERelatedAnnot.getProps()
           
 

Methods in org.biojava.bio.seq.io.agave with parameters of type AGAVEProperty
 void AGAVERelatedAnnot.addProp(AGAVEProperty prop)
           
 void AGAVEXref.addProp(AGAVEProperty prop)
           
 void AGAVEGeneHandler.addProperty(AGAVEProperty prop)
           
 void AGAVERelatedAnnotPropHandler.addProperty(AGAVEProperty prop)
           
 void AGAVECompResultHandler.addProperty(AGAVEProperty prop)
           
 void AGAVESeqFeatureHandler.addProperty(AGAVEProperty prop)
           
 void AGAVEXrefPropHandler.addProperty(AGAVEProperty prop)
           
 void AGAVEDbIdPropCallbackItf.addProperty(AGAVEProperty prop)