|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectRdcPanda.Hdist
public class Hdist
This class provides data structures related to back-computed NOE distance restraints. Written by Jianyang (Michael) Zeng (2005-2009).
Constructor Summary | |
---|---|
Hdist()
Instantiates a new hdist. |
|
Hdist(Cartesian firstH)
Instantiates a new hdist. |
|
Hdist(Cartesian firstH,
Cartesian secondH,
double dis)
Instantiates a new hdist. |
|
Hdist(Cartesian firstH,
int firstNo)
Instantiates a new hdist. |
|
Hdist(Cartesian firstH,
int firstNo,
Cartesian secondH,
int secondNo)
Instantiates a new hdist. |
|
Hdist(Cartesian firstH,
int firstNo,
Cartesian secondH,
int secondNo,
double dis)
Instantiates a new hdist. |
|
Hdist(Cartesian firstH,
int firstNo,
java.lang.String atom1,
Cartesian secondH,
int secondNo,
java.lang.String atom2,
double dis)
Instantiates a new hdist. |
|
Hdist(Cartesian firstH,
int firstNo,
java.lang.String res1,
java.lang.String atom1,
Cartesian secondH,
int secondNo,
java.lang.String res2,
java.lang.String atom2,
double dis)
Instantiates a new hdist. |
Method Summary | |
---|---|
double |
getDistance()
Gets the distance. |
java.lang.String |
getFirstAtomName()
Gets the first atom name. |
Cartesian |
getFirstCart()
Gets the first cart. |
java.lang.String |
getFirstResName()
Gets the first res name. |
int |
getFirstResNo()
Gets the first res no. |
java.lang.String |
getSecondAtomName()
Gets the second atom name. |
Cartesian |
getSecondCart()
Gets the second cart. |
java.lang.String |
getSecondResName()
Gets the second res name. |
int |
getSecondResNo()
Gets the second res no. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Hdist()
public Hdist(Cartesian firstH)
firstH
- the first hpublic Hdist(Cartesian firstH, int firstNo)
firstH
- the first hfirstNo
- the first nopublic Hdist(Cartesian firstH, int firstNo, Cartesian secondH, int secondNo)
firstH
- the first hfirstNo
- the first nosecondH
- the second hsecondNo
- the second nopublic Hdist(Cartesian firstH, int firstNo, java.lang.String atom1, Cartesian secondH, int secondNo, java.lang.String atom2, double dis)
firstH
- the first hfirstNo
- the first noatom1
- the atom1secondH
- the second hsecondNo
- the second noatom2
- the atom2dis
- the dispublic Hdist(Cartesian firstH, int firstNo, java.lang.String res1, java.lang.String atom1, Cartesian secondH, int secondNo, java.lang.String res2, java.lang.String atom2, double dis)
firstH
- the first hfirstNo
- the first nores1
- the res1atom1
- the atom1secondH
- the second hsecondNo
- the second nores2
- the res2atom2
- the atom2dis
- the dispublic Hdist(Cartesian firstH, int firstNo, Cartesian secondH, int secondNo, double dis)
firstH
- the first hfirstNo
- the first nosecondH
- the second hsecondNo
- the second nodis
- the dispublic Hdist(Cartesian firstH, Cartesian secondH, double dis)
firstH
- the first hsecondH
- the second hdis
- the disMethod Detail |
---|
public Cartesian getFirstCart()
public int getFirstResNo()
public Cartesian getSecondCart()
public int getSecondResNo()
public java.lang.String getFirstAtomName()
public java.lang.String getSecondAtomName()
public double getDistance()
public java.lang.String getFirstResName()
public java.lang.String getSecondResName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |