Uses of Class
com.compomics.util.experiment.massspectrometry.Charge

Packages that use Charge
com.compomics.util.experiment.identification This package contains experiment classes related to identifications. 
com.compomics.util.experiment.identification.matches This package contains experiment classes releated to matches. 
com.compomics.util.experiment.massspectrometry This package contains experiment classes related to spectra. 
 

Uses of Charge in com.compomics.util.experiment.identification
 

Methods in com.compomics.util.experiment.identification that return Charge
 Charge PeptideAssumption.getIdentificationCharge()
          Returns the charge used for identification
 

Constructors in com.compomics.util.experiment.identification with parameters of type Charge
PeptideAssumption(Peptide aPeptide, int rank, int advocate, Charge identificationCharge, double eValue, java.lang.String identificationFile)
          Constructor for a peptide assumption
 

Uses of Charge in com.compomics.util.experiment.identification.matches
 

Fields in com.compomics.util.experiment.identification.matches declared as Charge
 Charge IonMatch.charge
          The supposed charge of the ion
 

Constructors in com.compomics.util.experiment.identification.matches with parameters of type Charge
IonMatch(Peak aPeak, Ion anIon, Charge aCharge)
          Constructor for an ion peak.
 

Uses of Charge in com.compomics.util.experiment.massspectrometry
 

Methods in com.compomics.util.experiment.massspectrometry that return types with arguments of type Charge
 java.util.ArrayList<Charge> Precursor.getPossibleCharges()
          Getter for the possible charges
 

Constructor parameters in com.compomics.util.experiment.massspectrometry with type arguments of type Charge
Precursor(double rt, double mz, java.util.ArrayList<Charge> possibleCharges)
          Constructor for the precursor.
Precursor(double rt, double mz, double intensity, java.util.ArrayList<Charge> possibleCharges)
          Constructor for the precursor.
 



Copyright © 2012. All Rights Reserved.