'STRAP:multiple sequence alignments '

charite.christo.strap
Interface ValueOfAlignPosition

All Superinterfaces:
HasModiCount
All Known Implementing Classes:
AlignmentEntropy, DialogPlot

public interface ValueOfAlignPosition
extends HasModiCount

Plugins that return a numeric value for each position (column) in the alignment or null. These are plotted in the alignment pane. It should notify changes by dispatching events of type JAVADOC:StrapEvent#VALUE_OF_ALIGN_POSITION_CHANGED and dispatching it with JAVADOC:StrapEvent#run().


Method Summary
 Protein[] getProteins()
           
 double[] getValues()
           
 void setProteins(Protein... proteins)
           
 
Methods inherited from interface charite.christo.HasModiCount
modificationCount
 

Method Detail

setProteins

void setProteins(Protein... proteins)

getProteins

Protein[] getProteins()

getValues

double[] getValues()

'STRAP:multiple sequence alignments '

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