public class GroupAsa extends Object implements Serializable
Group
Modifier and Type | Method and Description |
---|---|
void |
addAtomAsaC(double asa) |
void |
addAtomAsaU(double asa) |
Object |
clone() |
double |
getAsaC()
Returns the ASA of the residue in the complexed state
|
double |
getAsaU()
Returns the ASA of the residue in the uncomplexed state
|
List<Double> |
getAtomAsaCs() |
List<Double> |
getAtomAsaUs() |
double |
getBsa()
Returns the BSA value for this group, i.e.
|
double |
getBsaToAsaRatio()
Returns the bsa/asa(uncomplexed) ratio, i.e.
|
Group |
getGroup() |
double |
getRelativeAsaC()
Returns the relative (complexed) ASA, i.e.
|
double |
getRelativeAsaU()
Returns the relative (uncomplexed) ASA, i.e.
|
void |
setAsaC(double asaC) |
void |
setAsaU(double asaU) |
void |
setAtomAsaCs(List<Double> atomAsaCs) |
void |
setAtomAsaUs(List<Double> atomAsaUs) |
public GroupAsa(Group g)
public Group getGroup()
public double getAsaU()
public void setAsaU(double asaU)
public double getAsaC()
public void setAsaC(double asaC)
public void addAtomAsaU(double asa)
public void addAtomAsaC(double asa)
public double getBsa()
public double getBsaToAsaRatio()
public double getRelativeAsaU()
public double getRelativeAsaC()
Copyright © 2000–2016 BioJava. All rights reserved.