|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.biojava.bio.structure.io.DASStructureClient
A DAS client that connects to a DAS structure service and returns a Biojava structure class.
| Constructor Summary | |
DASStructureClient()
|
|
DASStructureClient(String url)
|
|
| Method Summary | |
String |
getId()
get the PDB code of a structure |
Structure |
getStructure()
if pdb code is set (@see setId) connect to a DAS-structure service and retreive data return a Structure class |
Structure |
getStructure(String pdb_code)
set the pdb_code (@see setId) connect to a DAS-structure service and retreive data return a Structure class |
void |
setId(String id)
set the PDB code of a structure |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DASStructureClient()
public DASStructureClient(String url)
| Method Detail |
public void setId(String id)
setId in interface StructureIOpublic String getId()
getId in interface StructureIO
public Structure getStructure(String pdb_code)
throws IOException
getStructure in interface StructureIOIOException
public Structure getStructure()
throws IOException
getStructure in interface StructureIOIOException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||