Class SecStrucInfo
java.lang.Object
org.biojava.nbio.structure.secstruc.SecStrucInfo
- Direct Known Subclasses:
 SecStrucState
Container for the secondary structure information of a single residue. This
 class is designed to be stored inside an Amino Acid object. It can also
 contain a back-reference to its parent AA.
- Since:
 - 4.1.1
 - Author:
 - Aleix Lafita
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringstatic final StringSecondary strucuture calculated and assigned by DSSP of BioJavastatic final StringSecondary strucuture parsed from a DSSP output fileprotected Groupstatic final StringSecondary strucuture assigned by the PDB authorprotected SecStrucType - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
PDB_AUTHOR_ASSIGNMENT
Secondary strucuture assigned by the PDB author- See Also:
 
 - 
DSSP_ASSIGNMENT
Secondary strucuture parsed from a DSSP output file- See Also:
 
 - 
BIOJAVA_ASSIGNMENT
Secondary strucuture calculated and assigned by DSSP of BioJava- See Also:
 
 - 
type
 - 
assignment
 - 
parent
 
 - 
 - 
Constructor Details
- 
SecStrucInfo
 
 - 
 - 
Method Details