org.biojava.bio.program.das.dasstructure
Class DASStructureCall

java.lang.Object
  extended byorg.biojava.bio.program.das.dasstructure.DASStructureCall

public class DASStructureCall
extends Object


Constructor Summary
DASStructureCall()
           
DASStructureCall(String url)
           
 
Method Summary
 String getServerurl()
          get url of structure service
 Structure getStructure(String pdb_code)
          connect to a DAS structure service and retreive 3D data.
 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

DASStructureCall

public DASStructureCall()

DASStructureCall

public DASStructureCall(String url)
Method Detail

setServerurl

public void setServerurl(String s)
set url of structure service


getServerurl

public String getServerurl()
get url of structure service


getStructure

public Structure getStructure(String pdb_code)
                       throws IOException
connect to a DAS structure service and retreive 3D data. return a biojava Structure object

Throws:
IOException