|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectRdcPanda.IDof2aryStructure
public class IDof2aryStructure
This class provides functions for processing files with secondary structure element information. Written by Lincong Wang (2001-2005).
Constructor Summary | |
---|---|
IDof2aryStructure()
Constructors. |
|
IDof2aryStructure(int Ano,
int Bno,
java.lang.String id)
Instantiates a new i dof2ary structure. |
Method Summary | |
---|---|
java.util.Vector[] |
getOrder(java.lang.String fileName)
A very simple reader for secondary structure identification file. |
int |
getResidueNoA()
Gets the residue no a. |
int |
getResidueNoB()
Gets the residue no b. |
java.lang.String |
getTypeAndID()
Gets the type and id. |
java.util.Vector |
IDof2aryStructureReader(java.lang.String idFile)
A very simple reader for secondary structure identification file. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public IDof2aryStructure()
public IDof2aryStructure(int Ano, int Bno, java.lang.String id)
Ano
- the anoBno
- the bnoid
- the idMethod Detail |
---|
public int getResidueNoA()
public int getResidueNoB()
public java.lang.String getTypeAndID()
public java.lang.String toString()
toString
in class java.lang.Object
public java.util.Vector IDof2aryStructureReader(java.lang.String idFile)
idFile
- the name of the file
public java.util.Vector[] getOrder(java.lang.String fileName)
fileName
- the file name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |