Class ResidueAnnotation
java.lang.Object
eu.isas.peptideshaker.gui.protein_sequence.ResidueAnnotation
Annotation for a given protein residue.
- Author:
- Harald Barsnes
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal StringThe residue annotation as a string.final booleanIf true the given annotation is clickable.final longA unique (external) identifier for the annotation. -
Constructor Summary
ConstructorsConstructorDescriptionResidueAnnotation(String annotation, long identifier, boolean clickable) Create a new ResidueAnnotation object. -
Method Summary
-
Field Details
-
annotation
The residue annotation as a string. -
identifier
public final long identifierA unique (external) identifier for the annotation. -
clickable
public final boolean clickableIf true the given annotation is clickable.
-
-
Constructor Details
-
ResidueAnnotation
Create a new ResidueAnnotation object.- Parameters:
annotation- the residue annotation as a stringidentifier- a unique (external) identifier for the annotationclickable- if true the given annotation is clickable
-