model
Class PredictedPosition

java.lang.Object
  extended by model.PredictedPosition

public class PredictedPosition
extends java.lang.Object

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

PredictedPosition

public PredictedPosition()
Method Detail

getPositionRes

public int getPositionRes()
Returns the position of the residue.

Returns:
positionRes Integer

setPositionRes

public void setPositionRes(int positionRes)
Sets the position of the residue.

Parameters:
positionRes -

getAverageRank

public java.math.BigDecimal getAverageRank()
Returns the average rank.

Returns:
averageRank BigDecimal

setAverageRank

public void setAverageRank(java.math.BigDecimal averageRank)
Sets the average rank.

Parameters:
averageRank -

getGroupNumber

public int getGroupNumber()
Returns the group number.

Returns:
groupNumber Integer

setGroupNumber

public void setGroupNumber(int groupNumber)
Sets the group number.

Parameters:
groupNumber -