public interface StructureProvider
Modifier and Type | Method and Description |
---|---|
Structure |
getBiologicalUnit(java.lang.String pdbId)
get the biological unit for a file
|
FileParsingParameters |
getFileParsingParameters()
Get the parameters that should be used for file parsing
|
Structure |
getStructureById(java.lang.String pdbId)
get the structure for a PDB ID
|
void |
setFileParsingParameters(FileParsingParameters params)
Set the parameters that should be used for file parsing
|
Structure getStructureById(java.lang.String pdbId) throws StructureException, java.io.IOException
pdbId
- StructureException
java.io.IOException
Structure getBiologicalUnit(java.lang.String pdbId) throws StructureException, java.io.IOException
pdbId
- StructureException
java.io.IOException
void setFileParsingParameters(FileParsingParameters params)
params
- FileParsingParametersFileParsingParameters getFileParsingParameters()