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
Modifier and TypeFieldDescriptionprotected String
static final String
Secondary strucuture calculated and assigned by DSSP of BioJavastatic final String
Secondary strucuture parsed from a DSSP output fileprotected Group
static final String
Secondary strucuture assigned by the PDB authorprotected SecStrucType
-
Constructor Summary
-
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