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 re-scoring algorithm, etc.

Author:
Marc Vaudel

Field Summary
static int ANDROMEDA
          Andromeda index.
static int MASCOT
          Mascot index.
static int OMSSA
          OMSSA index.
static int PEPNOVO
          PepNovo
static int PEPTIDE_SHAKER
          PeptideShaker.
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

ANDROMEDA

static final int ANDROMEDA
Andromeda index.

See Also:
Constant Field Values

PEPTIDE_SHAKER

static final int PEPTIDE_SHAKER
PeptideShaker.

See Also:
Constant Field Values

PEPNOVO

static final int PEPNOVO
PepNovo

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 © 2013. All Rights Reserved.