'STRAP:multiple sequence alignments '

charite.christo.strap.extensions
Class ConsensusSequence

java.lang.Object
  extended by charite.christo.strap.extensions.ConsensusSequence
All Implemented Interfaces:
StrapListener, StrapExtension

public class ConsensusSequence
extends java.lang.Object
implements StrapExtension

HELP All identical residues of aligned protein sequences are determined.


Constructor Summary
ConsensusSequence()
           
 
Method Summary
 void handleEvent(StrapEvent ev)
           
 void run()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsensusSequence

public ConsensusSequence()
Method Detail

run

public void run()
Specified by:
run in interface StrapExtension

handleEvent

public final void handleEvent(StrapEvent ev)
Specified by:
handleEvent in interface StrapListener
Specified by:
handleEvent in interface StrapExtension

'STRAP:multiple sequence alignments '

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