public class SeqLength extends SimpleProteinProperty<SimpleProteinPropertyCalcSettings,Integer>
Modifier and Type | Method and Description |
---|---|
Integer |
calculate(Protein inProtein) |
Integer |
calculate(Protein inProtein,
SimpleProteinPropertyCalcSettings inSettings) |
String |
getType() |
static Collection<SeqLength> |
values() |
getDataType, getDescription, getReference, getReturnType, name, setDescription, setReference, toString, valueOf
public static Collection<SeqLength> values()
public String getType()
getType
in class SimpleProteinProperty<SimpleProteinPropertyCalcSettings,Integer>
public Integer calculate(Protein inProtein, SimpleProteinPropertyCalcSettings inSettings)
jataylor@hairyfatguy.com