Uses of Interface
phenote.datamodel.AnnotationMappingDriver

Packages that use AnnotationMappingDriver
phenote.config   
phenote.datamodel   
 

Uses of AnnotationMappingDriver in phenote.config
 

Methods in phenote.config that return AnnotationMappingDriver
 AnnotationMappingDriver Config.getAnnotMappingDriver()
          mapping for character to obo annot, used for OBO_ANNOTATION character mode meaningless in pure character mode, returns BasicAnnotationMappingDriver by default
 

Uses of AnnotationMappingDriver in phenote.datamodel
 

Classes in phenote.datamodel that implement AnnotationMappingDriver
 class BasicAnnotationMappingDriver
          Maps ENTITY to subject and QUALITY to object but is this proper? shouldnt genotype be subject?
 class DefaultMappingDriver
           
 class EnvironmentalSampleAssociationMappingDriver
           
 class PhenotypeAssociationMappingDriver
           
 

Fields in phenote.datamodel declared as AnnotationMappingDriver
protected  AnnotationMappingDriver AnnotationCharacter.driver
           
 

Constructors in phenote.datamodel with parameters of type AnnotationMappingDriver
AnnotationCharacter(org.obo.annotation.datamodel.Annotation annotation, AnnotationMappingDriver driver)
           
AnnotationCharacter(AnnotationMappingDriver driver)
           
AnnotationCharacter(java.lang.String id, AnnotationMappingDriver driver)