jprotein
Class JET

java.lang.Object
  extended by jprotein.JET

public class JET
extends java.lang.Object


Constructor Summary
JET()
           
 
Method Summary
static java.io.File fetchPdbFile(java.lang.String pdbCode, java.io.File outputPath)
          Fonction pour cr�er le fichier de structure � partir d'un code pdb
static void main(java.lang.String[] args)
           
static void readPdbFile(java.io.File pdbPath, java.io.File outputPath)
          Fonction qui lit le fichier pdb et lance le traitement de ce fichier
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JET

public JET()
Method Detail

main

public static void main(java.lang.String[] args)

fetchPdbFile

public static java.io.File fetchPdbFile(java.lang.String pdbCode,
                                        java.io.File outputPath)
Fonction pour cr�er le fichier de structure � partir d'un code pdb


readPdbFile

public static void readPdbFile(java.io.File pdbPath,
                               java.io.File outputPath)
Fonction qui lit le fichier pdb et lance le traitement de ce fichier