org.biojava.bio.structure.io
Interface StructureIO

All Known Subinterfaces:
StructureIOFile
All Known Implementing Classes:
DASStructureClient, PDBFileReader

public interface StructureIO


Method Summary
 String getId()
           
 Structure getStructure()
           
 Structure getStructure(String filename)
          open filename (does not support compressed files, yet...) and returns a PDBStructure object
 void setId(String id)
           
 

Method Detail

setId

public void setId(String id)

getId

public String getId()

getStructure

public Structure getStructure()
                       throws IOException
Throws:
IOException

getStructure

public Structure getStructure(String filename)
                       throws IOException
open filename (does not support compressed files, yet...) and returns a PDBStructure object

Throws:
IOException