public class DASStructureClient extends java.lang.Object implements StructureIO
Constructor and Description |
---|
DASStructureClient(java.lang.String url)
Constructs a DASStructureClient object.
|
Modifier and Type | Method and Description |
---|---|
Structure |
getStructureById(java.lang.String pdb_code)
if pdb code is set (setId):
connect to a DAS-structure service and retreive data.
|
public DASStructureClient(java.lang.String url)
url
- a String ...public Structure getStructureById(java.lang.String pdb_code) throws java.io.IOException
getStructureById
in interface StructureIO
pdb_code
- a String, representing a PDB code e.g. 5ptijava.io.IOException
- ...