public class SecStrucInfo extends Object
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() |
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
protected Group parent
public SecStrucInfo(Group g, String ass, SecStrucType t)
public SecStrucType getType()
public void setType(SecStrucType t)
public String getAssignment()
public Group getGroup()
Copyright © 2000–2016 BioJava. All rights reserved.