|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectRdcPanda.Hsqc
public class Hsqc
This class defines data structures related to HSQC peaks. Written by Lincong Wang (2001-2005).
Nested Class Summary | |
---|---|
static class |
Hsqc.hnComparator
The Class hnComparator. |
static class |
Hsqc.n15Comparator
The Class n15Comparator. |
static class |
Hsqc.peakNoComparator
The Class peakNoComparator. |
static class |
Hsqc.resNoComparator
The Class resNoComparator. |
Constructor Summary | |
---|---|
Hsqc()
Instantiates a new hsqc. |
|
Hsqc(int no)
Instantiates a new hsqc. |
|
Hsqc(int pkNo,
int no,
java.lang.String resid,
double H1,
double N15,
double inten)
Instantiates a new hsqc. |
Method Summary | |
---|---|
double |
getHN()
Gets the hN. |
double |
getInt()
Gets the int. |
double |
getN15()
Gets the n15. |
int |
getPeakNo()
Gets the peak no. |
int |
getResidueNo()
Gets the residue no. |
java.lang.String |
getResidueType()
Gets the residue type. |
java.util.Vector |
hsqcRead(java.lang.String filename)
A method for reading files with RDC restraints. |
java.util.Vector |
hsqcReader2(java.lang.String filename)
A method for reading files with RDC restraints. |
java.util.Vector |
hsqcReader3(java.lang.String filename)
Hsqc reader3. |
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. |
void |
setResidueType(java.lang.String type)
Sets the residue type. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Hsqc()
public Hsqc(int no)
no
- the nopublic Hsqc(int pkNo, int no, java.lang.String resid, double H1, double N15, double inten)
pkNo
- the pk nono
- the noresid
- the residH1
- the h1N15
- the n15inten
- the intenMethod Detail |
---|
public int getPeakNo()
public int getResidueNo()
public java.lang.String getResidueType()
public double getHN()
public double getN15()
public double getInt()
public void setResidueNo(int R)
R
- the new residue nopublic void setResidueType(java.lang.String type)
type
- the new residue typepublic java.lang.String toString()
toString
in class java.lang.Object
public java.util.Vector hsqcRead(java.lang.String filename)
filename
- the name of the file
public java.util.Vector hsqcReader2(java.lang.String filename)
filename
- the name of the file
public java.util.Vector hsqcReader3(java.lang.String filename)
filename
- the filename
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |