public class IsotopicDistribution extends Object
| Constructor and Description |
|---|
IsotopicDistribution(int lC,
int lN,
int lH,
int lO,
int lS)
This will calculate the isotopic distribution pattern for the given elements.
|
IsotopicDistribution(MolecularFormula lFormula)
Constructor
|
IsotopicDistribution(MolecularFormula lFormula,
int lDaltonDifference)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
calculate()
This method will do the calculations
|
Double[] |
getPercMax()
Getter for result of the isotopic distributions calculation.
|
Double[] |
getPercTot()
Getter for result of the isotopic distributions calculation.
|
void |
setLabelDifference(int lLabelDifference)
This method set the label dalton difference
|
public IsotopicDistribution(MolecularFormula lFormula)
lFormula - MolecularFormulapublic IsotopicDistribution(MolecularFormula lFormula, int lDaltonDifference)
lFormula - MolecularFormulalDaltonDifference - The label dalton differencepublic IsotopicDistribution(int lC,
int lN,
int lH,
int lO,
int lS)
lC - Number of C atomslN - Number of N atomslH - Number of H atomslO - Number of O atomslS - Number of S atomspublic void setLabelDifference(int lLabelDifference)
lLabelDifference - The label dalton differencepublic void calculate()
public Double[] getPercMax()
public Double[] getPercTot()
Copyright © 2014. All rights reserved.