RdcPanda
Class Goal.TreePdb

java.lang.Object
  extended by RdcPanda.Goal.TreePdb
Enclosing class:
Goal

public class Goal.TreePdb
extends java.lang.Object


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

Field Detail

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
Constructor Detail

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)
Method Detail

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()