public interface StructureProvider
Modifier and Type | Method and Description |
---|---|
FileParsingParameters |
getFileParsingParameters()
Get the parameters that should be used for file parsing
|
Structure |
getStructureById(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(String pdbId) throws StructureException, IOException
pdbId
- StructureException
IOException
void setFileParsingParameters(FileParsingParameters params)
params
- FileParsingParametersFileParsingParameters getFileParsingParameters()
Copyright © 2000–2019 BioJava. All rights reserved.