public class PdbTMConnection extends Connection
| Constructor and Description |
|---|
PdbTMConnection()
Constructs a new PdbTMConnection.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCountOfPdbAll()
Obtains the number of all entries in the Protein Data Bank.
|
java.lang.String |
getCountOfPdbTM()
Obtains the number of all entries in the Protein Data Bank of Transmembrane
Proteins.
|
java.lang.String |
getCountOfPdbTMalpha()
Obtains the number of all entries with alpha helices in the Protein Data
Bank of Transmembrane Proteins.
|
java.lang.String |
getCountOfPdbTMbeta()
Obtains the number of all entries with beta barrel in the Protein Data Bank
of Transmembrane Proteins.
|
java.io.InputStream |
getInputStreamFromXML()
Generates an InputStream to the pdbtmall.xml.
|
java.io.File |
storeXMLOfPdbTM()
Generates a local copy to the pdbtmall.xml and fixes the
PDBTM XML file which contains multiple tags.
|
getList, getUrl, setList, setUrlpublic java.lang.String getCountOfPdbAll()
public java.lang.String getCountOfPdbTM()
public java.lang.String getCountOfPdbTMalpha()
public java.lang.String getCountOfPdbTMbeta()
public java.io.InputStream getInputStreamFromXML()
public java.io.File storeXMLOfPdbTM()