RdcPanda
Class Goal.TreePdb
java.lang.Object
RdcPanda.Goal.TreePdb
- Enclosing class:
- Goal
public class Goal.TreePdb
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
public int id
pdb
public Pdb pdb
parenPdb
public java.util.Vector parenPdb
vecChildPdb
public java.util.Vector vecChildPdb
nhRdcDif
public double nhRdcDif
chRdcDif
public double chRdcDif
sumRdcDif
public double sumRdcDif
ramaScore
public double ramaScore
endDist
public double endDist
noeScore
public double noeScore
Goal.TreePdb
public Goal.TreePdb(Goal.TreePdb old)
Goal.TreePdb
public Goal.TreePdb()
Goal.TreePdb
public Goal.TreePdb(int No,
java.lang.String res,
java.util.Vector aa)
Goal.TreePdb
public Goal.TreePdb(Pdb pp)
Goal.TreePdb
public Goal.TreePdb(int No,
java.lang.String res,
java.util.Vector aa,
java.util.Vector pare,
Goal.TreePdb child)
Goal.TreePdb
public Goal.TreePdb(Pdb pp,
java.util.Vector pare,
Goal.TreePdb child)
SetParenPdb
public void SetParenPdb(Goal.TreePdb pare)
SetPdb
public void SetPdb(Pdb pp)
SetID
public void SetID(int ident)
AddChildPdb
public void AddChildPdb(Goal.TreePdb child)
SetNhRdcDif
public void SetNhRdcDif(double rdc)
SetChRdcDif
public void SetChRdcDif(double rdc)
SetSumRdcDif
public void SetSumRdcDif(double rdc)
SetRamaScore
public void SetRamaScore(double sc)
SetEndDist
public void SetEndDist(double dist)
GetNhRdcDif
public double GetNhRdcDif()
GetChRdcDif
public double GetChRdcDif()
GetSumRdcDif
public double GetSumRdcDif()
GetRamaScore
public double GetRamaScore()
GetEndDist
public double GetEndDist()
GetID
public int GetID()