Uses of Interface
jprotein.data.dataformat.Format

Packages that use Format
jprotein.data.dataformat.parser   
jprotein.io.file   
jprotein.io.net   
 

Uses of Format in jprotein.data.dataformat.parser
 

Methods in jprotein.data.dataformat.parser with parameters of type Format
static java.util.Vector BlastPairwise.getPairwiseInfo(Format bf)
           
static java.util.Vector Clustal.getSequenceData(Format cf)
           
static java.util.Vector PDB.getSequenceInfo(Format cf)
          Parseur d'un fichier pdb, retourne une liste de jprotein.data.dataformat.info.PdbSequenceInfo.
static java.util.Vector Blast.getSequenceInfo(Format bf)
           
 

Uses of Format in jprotein.io.file
 

Classes in jprotein.io.file that implement Format
 class BlastFileReader
           
 class ClustalFileReader
           
 class PdbFileReader
          Classe pour lire un fichier pdb en le stockant ligne par ligne dans un vecteur.
 

Uses of Format in jprotein.io.net
 

Classes in jprotein.io.net that implement Format
 class BlastClient
           
 class PdbCodeClient
          Classe pour r�cup�rer une structure chez un client web via un code pdb
 class PsiBlastClient
           
 class PsiBlastClientOld