|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compomics.util.experiment.personalization.ExperimentObject
com.compomics.util.experiment.identification.IdentificationMatch
public abstract class IdentificationMatch
This is an abstract class for an identification match.
Nested Class Summary | |
---|---|
static class |
IdentificationMatch.MatchType
The type of match. |
Constructor Summary | |
---|---|
IdentificationMatch()
|
Method Summary | |
---|---|
abstract java.lang.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 |
---|
public IdentificationMatch()
Method Detail |
---|
public abstract IdentificationMatch.MatchType getType()
public abstract java.lang.String getKey()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |