org.biojava.bio.structure.io
Interface StructureIO
- All Known Subinterfaces:
- StructureIOFile
- All Known Implementing Classes:
- DASStructureClient, PDBFileReader, PDBMSDReader, PDBSRSReader
public interface StructureIO
Defines the interface how to access Structure (- PDB file) input,output readers, writers.
- Version:
- %I% %G%
- Author:
- Andreas Prlic
getStructureById
Structure getStructureById(java.lang.String pdbId)
throws java.io.IOException
- Get a structure by providing a PDB code.
- Parameters:
pdbId
- a String specifying the id value (PDB code)
- Returns:
- a Structure object
- Throws:
java.io.IOException
- ...