|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compomics.util.experiment.personalization.ExperimentObject
com.compomics.util.experiment.identification.advocates.PostProcessor
public class PostProcessor
This object models a tool which post-processed identifications. Created by IntelliJ IDEA. User: Marc Date: Jun 25, 2010 Time: 7:58:55 PM
Field Summary |
---|
Fields inherited from interface com.compomics.util.experiment.identification.Advocate |
---|
ANDROMEDA, MASCOT, OMSSA, PEPTIDE_SHAKER, PEPTIZER, XTANDEM |
Constructor Summary | |
---|---|
PostProcessor()
contructor for a post-processor |
|
PostProcessor(int id)
constructor for a post-processor |
Method Summary | |
---|---|
int |
getId()
getter for the post-processor's index |
java.lang.String |
getName()
getter for the name of the post-processor |
Methods inherited from class com.compomics.util.experiment.personalization.ExperimentObject |
---|
addUrParam, getParameterKey, getUrParam |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PostProcessor()
public PostProcessor(int id)
id
- index of the post-processorMethod Detail |
---|
public java.lang.String getName()
getName
in interface Advocate
public int getId()
getId
in interface Advocate
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |