Class NeutralLossCombination
java.lang.Object
com.compomics.util.experiment.biology.ions.NeutralLossCombination
public class NeutralLossCombination extends Object
This class represents a combination of multiple neutral losses.
- Author:
- Marc Vaudel
-
Constructor Summary
Constructors Constructor Description NeutralLossCombination()
Empty default constructorNeutralLossCombination(NeutralLoss[] neutralLossCombination)
Constructor. -
Method Summary
Modifier and Type Method Description double
getMass()
Returns the mass of this combination.NeutralLoss[]
getNeutralLossCombination()
Returns the neutral losses in this combination.
-
Constructor Details
-
NeutralLossCombination
public NeutralLossCombination()Empty default constructor -
NeutralLossCombination
Constructor.- Parameters:
neutralLossCombination
- a combination of neutral losses
-
-
Method Details
-
getNeutralLossCombination
Returns the neutral losses in this combination.- Returns:
- the neutral losses in this combination
-
getMass
public double getMass()Returns the mass of this combination.- Returns:
- the mass of this combination
-