public class Mass extends SimpleProteinProperty<SimpleProteinPropertyCalcSettings,Double>
Modifier and Type | Field and Description |
---|---|
static Mass |
AVERAGE |
static Mass |
MONOISOTOPIC |
static Mass |
ORGANIC_AVERAGE |
Modifier and Type | Method and Description |
---|---|
Double |
calculate(Protein inProtein,
SimpleProteinPropertyCalcSettings inSettings)
Determines the mass of the specified protein.
|
String |
getType() |
static Collection<Mass> |
values() |
getDataType, getDescription, getReference, getReturnType, name, setDescription, setReference, toString, valueOf
public static final Mass MONOISOTOPIC
public static final Mass ORGANIC_AVERAGE
public static Collection<Mass> values()
public String getType()
getType
in class SimpleProteinProperty<SimpleProteinPropertyCalcSettings,Double>
public Double calculate(Protein inProtein, SimpleProteinPropertyCalcSettings inSettings)
jataylor@hairyfatguy.com