public final class Digest extends Object implements Weighable
This protein id's are stored in a custom collection that has been optimised to use a small amount of ram and cpu.
| Modifier and Type | Method and Description |
|---|---|
void |
addProteinId(String proteinId)
Add a proteinId.
|
void |
compact()
Free up any resources that are no longer needed.
|
boolean |
equals(Object o) |
double |
getMolecularMass()
Return the molecular mass
|
Peptide |
getPeptide()
Return the peptide.
|
Set<String> |
getProteinIds()
Returns an Immutable set containing the protein ids
|
int |
hashCode() |
String |
toString() |
public void addProteinId(String proteinId)
proteinId - the id to addpublic Set<String> getProteinIds()
public double getMolecularMass()
WeighablegetMolecularMass in interface Weighablepublic Peptide getPeptide()
public void compact()
Copyright © 2016. All Rights Reserved.