Uses of Class
experiments.Exp

Packages that use Exp
experiments   
expinputguis   
infogenomics   
storeguis   
 

Uses of Exp in experiments
 

Subclasses of Exp in experiments
 class ExpLZ77
          This class represents an experiment in which LZ77 compression factors are computed.
 class ExpTypSeq
          This class represents an experiment in which typical sequences are computed.
 class ExpTypSeqProf
          This class represents an experiment in which typical sequence profiles are computed.
 

Uses of Exp in expinputguis
 

Constructors in expinputguis with parameters of type Exp
DictMatchInputGui(Exp e)
          Creates new form InputGUI with a related experiment containing genome's basic info
LZ77InputGui(Exp e)
          Creates new form InputGUI with a related experiment containing genome's basic info
TypSeqInputGui(Exp e)
          Creates new form InputGUI with a related experiment containing genome's basic info
TypSeqProfInputGui(Exp e)
          Creates new form InputGUI with a related experiment containing genome's basic info
 

Uses of Exp in infogenomics
 

Fields in infogenomics declared as Exp
 Exp GenomeSaveGui.exp
           
 

Methods in infogenomics with parameters of type Exp
 boolean MySqlGenomesDbDAO.insertExperiment(Exp exp, java.lang.String expName, java.lang.String expDesc)
          Inserts an experiment exp into the genomes database and assigns to it a name (expName) and a description (expDesc)
 void MySqlGenomesDbDAO.selectExp(Exp exp, java.lang.String name)
          Selects from db all the basic information of experiment name and put them in Exp
 

Constructors in infogenomics with parameters of type Exp
GenomeSaveGui(java.lang.String st, Exp e)
          Creates new form GenomeSaveGui
 

Uses of Exp in storeguis
 

Constructors in storeguis with parameters of type Exp
ExpStoreGui(Exp e)
          Creates new form ExpStoreGui