|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compomics.util.experiment.biology.FragmentFactory
public class FragmentFactory
This factory generates the expected fragment ions from a peptide sequence.
Method Summary | |
---|---|
java.util.ArrayList<PeptideFragmentIon> |
getFragmentIons(Peptide peptide)
This method returns the theoretic fragment ions expected from a peptide sequence. |
static FragmentFactory |
getInstance()
Static method which returns the instance of the factory |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static FragmentFactory getInstance()
public java.util.ArrayList<PeptideFragmentIon> getFragmentIons(Peptide peptide)
peptide
- The considered peptide
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |