|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmodel.PredictedPosition
public class PredictedPosition
This class holds information about the predicted positions (SDPs) from the S3Det Output.
Constructor Summary | |
---|---|
PredictedPosition()
|
Method Summary | |
---|---|
java.math.BigDecimal |
getAverageRank()
Returns the average rank. |
int |
getGroupNumber()
Returns the group number. |
int |
getPositionRes()
Returns the position of the residue. |
void |
setAverageRank(java.math.BigDecimal averageRank)
Sets the average rank. |
void |
setGroupNumber(int groupNumber)
Sets the group number. |
void |
setPositionRes(int positionRes)
Sets the position of the residue. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PredictedPosition()
Method Detail |
---|
public int getPositionRes()
public void setPositionRes(int positionRes)
positionRes
- public java.math.BigDecimal getAverageRank()
public void setAverageRank(java.math.BigDecimal averageRank)
averageRank
- public int getGroupNumber()
public void setGroupNumber(int groupNumber)
groupNumber
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |