com.compomics.util.experiment.identification.advocates
Class PostProcessor
java.lang.Object
com.compomics.util.experiment.personalization.ExperimentObject
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
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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 © 2012. All Rights Reserved.