public class SecStrucInfo extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
assignment |
static String |
BIOJAVA_ASSIGNMENT
Secondary strucuture calculated and assigned by DSSP of BioJava
|
static String |
DSSP_ASSIGNMENT
Secondary strucuture parsed from a DSSP output file
|
protected Group |
parent |
static String |
PDB_AUTHOR_ASSIGNMENT
Secondary strucuture assigned by the PDB author
|
protected SecStrucType |
type |
Constructor and Description |
---|
SecStrucInfo(Group g,
String ass,
SecStrucType t) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getAssignment() |
Group |
getGroup() |
SecStrucType |
getType() |
int |
hashCode() |
void |
setType(SecStrucType t) |
String |
toString() |
public static final String PDB_AUTHOR_ASSIGNMENT
public static final String DSSP_ASSIGNMENT
public static final String BIOJAVA_ASSIGNMENT
protected SecStrucType type
protected String assignment
public SecStrucInfo(Group g, String ass, SecStrucType t)
public SecStrucType getType()
public void setType(SecStrucType t)
public String getAssignment()
Copyright © 2000–2019 BioJava. All rights reserved.