public abstract class AASequenceFeature extends Object implements Ms2pipFeature, SingleAAPropertyFeature
Modifier and Type | Class and Description |
---|---|
static class |
AASequenceFeature.Function
The different functions implemented to compare the amino acid features.
|
Modifier and Type | Field and Description |
---|---|
protected AminoAcid.Property |
aminoAcidProperty
The property of the amino acids to consider.
|
protected AASequenceFeature.Function |
function
The function used to compare the amino acid properties.
|
implementations
Constructor and Description |
---|
AASequenceFeature()
Empty default constructor
|
Modifier and Type | Method and Description |
---|---|
AminoAcid.Property |
getAminoAcidProperty()
Returns the amino acid property to consider.
|
AASequenceFeature.Function |
getFunction()
Returns the function used to compare the amino acid properties.
|
void |
setAminoAcidProperty(AminoAcid.Property aminoAcidProperty)
Sets the amino acid property to consider.
|
void |
setFunction(AASequenceFeature.Function function)
Sets the function used to compare the amino acid properties.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCategory, getDescription, getIndex
protected AASequenceFeature.Function function
protected AminoAcid.Property aminoAcidProperty
public AASequenceFeature.Function getFunction()
public void setFunction(AASequenceFeature.Function function)
function
- the function used to compare the amino acid propertiespublic AminoAcid.Property getAminoAcidProperty()
SingleAAPropertyFeature
getAminoAcidProperty
in interface SingleAAPropertyFeature
public void setAminoAcidProperty(AminoAcid.Property aminoAcidProperty)
SingleAAPropertyFeature
setAminoAcidProperty
in interface SingleAAPropertyFeature
aminoAcidProperty
- the amino acid property to considerCopyright © 2021. All rights reserved.