'STRAP:multiple sequence alignments '

charite.christo.strap.interfaces
Interface ValueOfResidue

All Superinterfaces:
HasProtein
All Known Implementing Classes:
DialogPlot, Hydrophobicity, ResidueHydrophobicity_TOPPRED, ResidueSolventAccessibility, ResidueValues_from_textfile

public interface ValueOfResidue
extends HasProtein


Method Summary
 int getModificationCount()
          Increment value when new values are computed.
 double[] getValues()
          Plugin that returns a numeric value for each amino acid of the protein or null.
 boolean setProtein(Protein p)
           
 
Methods inherited from interface charite.christo.interfaces.HasProtein
getProtein
 

Method Detail

getValues

double[] getValues()
Plugin that returns a numeric value for each amino acid of the protein or null. These are plotted in the alignment pane. It should notify changes by dispatching a JAVADOC:StrapEvent of type JAVADOC:ProteinEvent#VALUE_OF_RESIDUE_CHANGED


setProtein

boolean setProtein(Protein p)

getModificationCount

int getModificationCount()
Increment value when new values are computed.


'STRAP:multiple sequence alignments '

'The most important classes are StrapAlign, StrapProtein and StrapEvent.'