Class SecStrucInfo
- java.lang.Object
-
- org.biojava.nbio.structure.secstruc.SecStrucInfo
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SecStrucState
public class SecStrucInfo extends Object implements Serializable
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
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringassignmentstatic StringBIOJAVA_ASSIGNMENTSecondary strucuture calculated and assigned by DSSP of BioJavastatic StringDSSP_ASSIGNMENTSecondary strucuture parsed from a DSSP output fileprotected Groupparentstatic StringPDB_AUTHOR_ASSIGNMENTSecondary strucuture assigned by the PDB authorprotected SecStrucTypetype
-
Constructor Summary
Constructors Constructor Description SecStrucInfo(Group g, String ass, SecStrucType t)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetAssignment()GroupgetGroup()SecStrucTypegetType()inthashCode()voidsetType(SecStrucType t)StringtoString()
-
-
-
Field Detail
-
PDB_AUTHOR_ASSIGNMENT
public static final String PDB_AUTHOR_ASSIGNMENT
Secondary strucuture assigned by the PDB author- See Also:
- Constant Field Values
-
DSSP_ASSIGNMENT
public static final String DSSP_ASSIGNMENT
Secondary strucuture parsed from a DSSP output file- See Also:
- Constant Field Values
-
BIOJAVA_ASSIGNMENT
public static final String BIOJAVA_ASSIGNMENT
Secondary strucuture calculated and assigned by DSSP of BioJava- See Also:
- Constant Field Values
-
type
protected SecStrucType type
-
assignment
protected String assignment
-
-
Constructor Detail
-
SecStrucInfo
public SecStrucInfo(Group g, String ass, SecStrucType t)
-
-
Method Detail
-
getType
public SecStrucType getType()
-
setType
public void setType(SecStrucType t)
-
getAssignment
public String getAssignment()
-
-