Uses of Interface
phenote.datamodel.PhenotypeCharacterI

Packages that use PhenotypeCharacterI
phenote.dataadapter.phenoxml   
phenote.datamodel   
 

Uses of PhenotypeCharacterI in phenote.dataadapter.phenoxml
 

Methods in phenote.dataadapter.phenoxml that return PhenotypeCharacterI
 PhenotypeCharacterI PhenoXmlAdapter.parsePhenotypeCharacter(org.bioontologies.obd.schema.pheno.PhenotypeCharacterDocument.PhenotypeCharacter pc, PhenotypeCharacterI.PhenotypeCharacterFactory factory)
           
 

Methods in phenote.dataadapter.phenoxml that return types with arguments of type PhenotypeCharacterI
 java.util.List<PhenotypeCharacterI> PhenoXmlAdapter.parsePhenotype(org.bioontologies.obd.schema.pheno.PhenotypeDocument.Phenotype phenotype, PhenotypeCharacterI.PhenotypeCharacterFactory factory)
           
 

Methods in phenote.dataadapter.phenoxml with parameters of type PhenotypeCharacterI
static org.bioontologies.obd.schema.pheno.PhenotypeCharacterDocument.PhenotypeCharacter PhenoXmlAdapter.createPhenotypeCharacter(PhenotypeCharacterI phenoCharacter)
           
 

Uses of PhenotypeCharacterI in phenote.datamodel
 

Classes in phenote.datamodel that implement PhenotypeCharacterI
 class PhenotypeCharacterWrapper
          Provides a mapping between a character representing a phenotype, such as is required by the PhenoXML adapter, and the standard character with generic fields.
 

Methods in phenote.datamodel that return PhenotypeCharacterI
 PhenotypeCharacterI PhenotypeCharacterI.PhenotypeCharacterFactory.newPhenotypeCharacter()