|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectRdcPanda.Hncacb
public class Hncacb
This class defines data structures related to Hncacb. Written by Lincong Wang (2001-2005).
Nested Class Summary | |
---|---|
static class |
Hncacb.c13Comparator
The Class c13Comparator. |
static class |
Hncacb.hnComparator
The Class hnComparator. |
static class |
Hncacb.n15Comparator
The Class n15Comparator. |
static class |
Hncacb.peakNoComparator
The Class peakNoComparator. |
static class |
Hncacb.resNoComparator
The Class resNoComparator. |
Constructor Summary | |
---|---|
Hncacb()
Instantiates a new hncacb. |
|
Hncacb(int no)
Instantiates a new hncacb. |
|
Hncacb(int pkNo,
int no,
java.lang.String resid,
double H1,
double N15,
double c13Vec,
double inten)
Instantiates a new hncacb. |
Method Summary | |
---|---|
double |
getC13()
Gets the c13. |
double |
getH1()
Gets the h1. |
double |
getIntensity()
Gets the intensity. |
double |
getN15()
Gets the n15. |
int |
getPeakNo()
Gets the peak no. |
int |
getResidueNo()
Gets the residue no. |
java.util.Vector |
hncacbRead(java.lang.String filename)
A method for reading files with RDC restraints. |
java.util.Vector |
mergeHNCACB(java.util.Vector pkVec)
Merge hncacb. |
java.util.Vector |
rangeSearch(java.lang.String nucType,
double a,
double b,
java.util.Vector pkVec)
Range search. |
void |
setResidueNo(int R)
Sets the residue no. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Hncacb()
public Hncacb(int no)
no
- the nopublic Hncacb(int pkNo, int no, java.lang.String resid, double H1, double N15, double c13Vec, double inten)
pkNo
- the pk nono
- the noresid
- the residH1
- the h1N15
- the n15c13Vec
- the c13 vecinten
- the intenMethod Detail |
---|
public int getPeakNo()
public int getResidueNo()
public double getH1()
public double getN15()
public double getC13()
public double getIntensity()
public void setResidueNo(int R)
R
- the new residue nopublic java.lang.String toString()
toString
in class java.lang.Object
public java.util.Vector hncacbRead(java.lang.String filename)
filename
- the name of the file
public java.util.Vector rangeSearch(java.lang.String nucType, double a, double b, java.util.Vector pkVec)
nucType
- the nuc typea
- the ab
- the bpkVec
- the pk vec
public java.util.Vector mergeHNCACB(java.util.Vector pkVec)
pkVec
- the pk vec
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |