com.compomics.util.experiment.identification.advocates
Class PostProcessor

java.lang.Object
  extended by com.compomics.util.experiment.personalization.ExperimentObject
      extended by com.compomics.util.experiment.identification.advocates.PostProcessor
All Implemented Interfaces:
Advocate, Serializable, Cloneable

public class PostProcessor
extends ExperimentObject
implements Advocate

This object models a tool which post-processed identifications. Created by IntelliJ IDEA. User: Marc Date: Jun 25, 2010 Time: 7:58:55 PM

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.compomics.util.experiment.identification.Advocate
ANDROMEDA, MASCOT, OMSSA, PEPNOVO, 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
 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

PostProcessor

public PostProcessor()
contructor for a post-processor


PostProcessor

public PostProcessor(int id)
constructor for a post-processor

Parameters:
id - index of the post-processor
Method Detail

getName

public String getName()
getter for the name of the post-processor

Specified by:
getName in interface Advocate
Returns:
the name of the post-processor

getId

public int getId()
getter for the post-processor's index

Specified by:
getId in interface Advocate
Returns:
the post-processor's index


Copyright © 2013. All Rights Reserved.