public interface RawBioUnitDataProvider
| Modifier and Type | Method and Description | 
|---|---|
| int | getNrBiolAssemblies()Returns the number of available biological assemblies. | 
| List<PdbxStructAssembly> | getPdbxStructAssemblies()Data access method for list describing all assemblies | 
| PdbxStructAssembly | getPdbxStructAssembly(int biolAssemblyNr)get the data for a particular pdbxStructAssembly. | 
| List<PdbxStructAssemblyGen> | getPdbxStructAssemblyGen(int biolAssemblyNr)get the data for a particular pdbxStructAssemblyGen. | 
| List<PdbxStructAssemblyGen> | getPdbxStructAssemblyGens()Data access method for list describing all assemblies | 
| List<PdbxStructOperList> | getPdbxStructOperList()Get all the possible operators | 
| boolean | hasBiolAssembly()Does the PDB ID have biological assembly information? | 
| void | setPdbId(String pdbId)Tell the provider for which PDB ID the quaternary structure should be returned. | 
void setPdbId(String pdbId)
pdbId - List<PdbxStructAssembly> getPdbxStructAssemblies()
List<PdbxStructAssemblyGen> getPdbxStructAssemblyGens()
List<PdbxStructOperList> getPdbxStructOperList()
int getNrBiolAssemblies()
boolean hasBiolAssembly()
PdbxStructAssembly getPdbxStructAssembly(int biolAssemblyNr)
biolAssemblyNr - List<PdbxStructAssemblyGen> getPdbxStructAssemblyGen(int biolAssemblyNr)
biolAssemblyNr - Copyright © 2000–2016 BioJava. All rights reserved.