com.compomics.util.experiment.identification
Interface Advocate

All Superinterfaces:
Serializable
All Known Implementing Classes:
PostProcessor, SearchEngine

public interface Advocate
extends Serializable

The advocate of a hit can be a search engine, a rescoring algorithm, etc. Created by IntelliJ IDEA. User: Marc Date: Jun 22, 2010 Time: 1:55:22 PM


Field Summary
static int MASCOT
          Mascot index
static int OMSSA
          OMSSA index
static int PEPTIZER
          Peptizer index
static long serialVersionUID
          The version UID for Serialization/Deserialization compatibility
static int XTANDEM
          X!Tandem index
 
Method Summary
 int getId()
          getter for the index of the advocate
 String getName()
          getter for the name of the Advocate
 

Field Detail

serialVersionUID

static final long serialVersionUID
The version UID for Serialization/Deserialization compatibility

See Also:
Constant Field Values

MASCOT

static final int MASCOT
Mascot index

See Also:
Constant Field Values

OMSSA

static final int OMSSA
OMSSA index

See Also:
Constant Field Values

XTANDEM

static final int XTANDEM
X!Tandem index

See Also:
Constant Field Values

PEPTIZER

static final int PEPTIZER
Peptizer index

See Also:
Constant Field Values
Method Detail

getName

String getName()
getter for the name of the Advocate

Returns:
the name of the advocate

getId

int getId()
getter for the index of the advocate

Returns:
the index of the advocate


Copyright © 2011. All Rights Reserved.