Class MolecularFormulaRangeManipulator
- java.lang.Object
-
- org.openscience.cdk.tools.manipulator.MolecularFormulaRangeManipulator
-
-
Constructor Summary
Constructors Constructor Description MolecularFormulaRangeManipulator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IMolecularFormula
getMaximalFormula(MolecularFormulaRange mfRange, IChemObjectBuilder builder)
Returns the maximal occurrence of the IIsotope into IMolecularFormula from this MolelecularFormulaRange.static IMolecularFormula
getMinimalFormula(MolecularFormulaRange mfRange, IChemObjectBuilder builder)
Returns the minimal occurrence of the IIsotope into IMolecularFormula from this MolelecularFormulaRange.static MolecularFormulaRange
getRange(IMolecularFormulaSet mfSet)
Extract from a set of MolecularFormula the range of each each element found and put the element and occurrence in a new MolecularFormulaRange.
-
-
-
Method Detail
-
getRange
public static MolecularFormulaRange getRange(IMolecularFormulaSet mfSet)
Extract from a set of MolecularFormula the range of each each element found and put the element and occurrence in a new MolecularFormulaRange.- Parameters:
mfSet
- The set of molecularFormules to inspect- Returns:
- A MolecularFormulaRange containing range occurrence of the elements
-
getMaximalFormula
public static IMolecularFormula getMaximalFormula(MolecularFormulaRange mfRange, IChemObjectBuilder builder)
Returns the maximal occurrence of the IIsotope into IMolecularFormula from this MolelecularFormulaRange.- Parameters:
mfRange
- The MolecularFormulaRange to analyze- Returns:
- A IMolecularFormula containing the maximal occurrence of each isotope
-
getMinimalFormula
public static IMolecularFormula getMinimalFormula(MolecularFormulaRange mfRange, IChemObjectBuilder builder)
Returns the minimal occurrence of the IIsotope into IMolecularFormula from this MolelecularFormulaRange.- Parameters:
mfRange
- The MolecularFormulaRange to analyze- Returns:
- A IMolecularFormula containing the minimal occurrence of each isotope
-
-