public interface TagComponent
Modifier and Type | Method and Description |
---|---|
String |
asSequence()
Returns the tag component as String like a peptide sequence.
|
double |
getMass()
Returns the mass of the tag component.
|
boolean |
isSameAs(TagComponent anotherCompontent,
SequenceMatchingParameters sequenceMatchingPreferences)
Indicates whether another component is the same as the component of
interest.
|
boolean |
isSameSequenceAndModificationStatusAs(TagComponent anotherCompontent,
SequenceMatchingParameters sequenceMatchingPreferences)
Indicates whether another component is the same as the component of
interest.
|
String asSequence()
double getMass()
boolean isSameAs(TagComponent anotherCompontent, SequenceMatchingParameters sequenceMatchingPreferences)
anotherCompontent
- another componentsequenceMatchingPreferences
- the sequence matching preferencesboolean isSameSequenceAndModificationStatusAs(TagComponent anotherCompontent, SequenceMatchingParameters sequenceMatchingPreferences)
anotherCompontent
- another componentsequenceMatchingPreferences
- the sequence matching preferencesCopyright © 2021. All rights reserved.