Package org.biojava.bio.structure.io
Interface StructureIO
-
- All Known Subinterfaces:
StructureIOFile
- All Known Implementing Classes:
DASStructureClient
,MMCIFFileReader
,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
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Structure
getStructureById(java.lang.String pdbId)
Get a structure by providing a PDB code.
-
-
-
Method Detail
-
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
- ...
-
-