com.compomics.util.experiment.identification
Class IdentificationMatch

java.lang.Object
  extended by com.compomics.util.experiment.personalization.ExperimentObject
      extended by com.compomics.util.experiment.identification.IdentificationMatch
All Implemented Interfaces:
Serializable, Cloneable
Direct Known Subclasses:
PeptideMatch, ProteinMatch, SpectrumMatch

public abstract class IdentificationMatch
extends ExperimentObject

This is an abstract class for an identification match

Author:
marc
See Also:
Serialized Form

Nested Class Summary
static class IdentificationMatch.MatchType
          the type of match
 
Constructor Summary
IdentificationMatch()
           
 
Method Summary
abstract  String getKey()
          returns the key of a match
abstract  IdentificationMatch.MatchType getType()
          Returns the type of match
 
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

IdentificationMatch

public IdentificationMatch()
Method Detail

getType

public abstract IdentificationMatch.MatchType getType()
Returns the type of match

Returns:
the type of match

getKey

public abstract String getKey()
returns the key of a match

Returns:
the key of a match


Copyright © 2012. All Rights Reserved.