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 String
assignment
static String
BIOJAVA_ASSIGNMENT
Secondary strucuture calculated and assigned by DSSP of BioJavastatic String
DSSP_ASSIGNMENT
Secondary strucuture parsed from a DSSP output fileprotected Group
parent
static String
PDB_AUTHOR_ASSIGNMENT
Secondary strucuture assigned by the PDB authorprotected SecStrucType
type
-
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 boolean
equals(Object o)
String
getAssignment()
Group
getGroup()
SecStrucType
getType()
int
hashCode()
void
setType(SecStrucType t)
String
toString()
-
-
-
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()
-
-