|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.biojava.bio.program.das.dasstructure.DASStructureCall
public class DASStructureCall
Calls a DAS - Structure server.
Constructor Summary | |
---|---|
DASStructureCall()
Constructs a DASStructureCall object. |
|
DASStructureCall(String url)
Constructs a DASStructureCall object. |
Method Summary | |
---|---|
String |
getServerurl()
get url of structure service. |
Structure |
getStructure(String pdb_code)
connect to a DAS structure service and retreive 3D data. |
protected String |
getTimeStamp()
Returns a time stamp . |
void |
setServerurl(String s)
set url of structure service. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DASStructureCall()
public DASStructureCall(String url)
url
- a String ...Method Detail |
---|
protected String getTimeStamp()
public void setServerurl(String s)
s
- a String specifying the serverurl valuegetServerurl()
public String getServerurl()
IOException
- ...setServerurl(java.lang.String)
public Structure getStructure(String pdb_code) throws IOException
pdb_code
- a String
IOException
- ...
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |