'STRAP:multiple sequence alignments '

charite.christo.protein
Class SBD_Parser

java.lang.Object
  extended by charite.christo.protein.SBD_Parser
All Implemented Interfaces:
ProteinParser

public class SBD_Parser
extends java.lang.Object
implements ProteinParser

HELP .sbd Files created with SeqBuilder


Field Summary
 
Fields inherited from interface charite.christo.protein.ProteinParser
IGNORE_SEQRES, SEQUENCE_FEATURES, SIDE_CHAIN_ATOMS
 
Constructor Summary
SBD_Parser()
           
 
Method Summary
 boolean parse(Protein p, long options, BA ba)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SBD_Parser

public SBD_Parser()
Method Detail

parse

public boolean parse(Protein p,
                     long options,
                     BA ba)
Specified by:
parse in interface ProteinParser
ba - the entire file contents It is a byte array and not a String Object for performance reasons.
Returns:
true: success, false: inappropriate file format

'STRAP:multiple sequence alignments '

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