Class RemoteRawBioUnitDataProvider
java.lang.Object
org.biojava.nbio.structure.quaternary.io.RemoteRawBioUnitDataProvider
- All Implemented Interfaces:
 RawBioUnitDataProvider
A BioUnitDataProvider that fetches the symmetry operations via remote calls to servers from RCSB PDB
- Author:
 - Andreas Prlic
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionintReturns the number of available biological assemblies.Data access method for list describing all assembliesgetPdbxStructAssembly(int biolAssemblyNr) get the data for a particular pdbxStructAssembly.getPdbxStructAssemblyGen(int biolAssemblyNr) get the data for a particular pdbxStructAssemblyGen.Data access method for list describing all assembliesGet all the possible operatorsintbooleanDoes the PDB ID have biological assembly information?static voidvoidTell the provider for which PDB ID the quaternary structure should be returned.voidsetTimeout(int timeout)  
- 
Field Details
- 
DEFAULT_SERVERNAME
 - 
NR_BIOL_APPEND
 - 
GET_ASSEMBLY
 - 
GET_ASSEMBLY_GENS
 - 
GET_STRUCT_OPER
 
 - 
 - 
Constructor Details
- 
RemoteRawBioUnitDataProvider
public RemoteRawBioUnitDataProvider() 
 - 
 - 
Method Details
- 
main
 - 
getTimeout
public int getTimeout() - 
setTimeout
public void setTimeout(int timeout)  - 
setPdbId
Description copied from interface:RawBioUnitDataProviderTell the provider for which PDB ID the quaternary structure should be returned.- Specified by:
 setPdbIdin interfaceRawBioUnitDataProvider
 - 
getNrBiolAssemblies
public int getNrBiolAssemblies()Description copied from interface:RawBioUnitDataProviderReturns the number of available biological assemblies.- Specified by:
 getNrBiolAssembliesin interfaceRawBioUnitDataProvider- Returns:
 
 - 
hasBiolAssembly
public boolean hasBiolAssembly()Description copied from interface:RawBioUnitDataProviderDoes the PDB ID have biological assembly information?- Specified by:
 hasBiolAssemblyin interfaceRawBioUnitDataProvider- Returns:
 - boolean flag
 
 - 
getPdbxStructAssembly
Description copied from interface:RawBioUnitDataProviderget the data for a particular pdbxStructAssembly. We start counting at 0.- Specified by:
 getPdbxStructAssemblyin interfaceRawBioUnitDataProvider- Returns:
 
 - 
getPdbxStructAssemblyGen
Description copied from interface:RawBioUnitDataProviderget the data for a particular pdbxStructAssemblyGen. We start counting at 0.- Specified by:
 getPdbxStructAssemblyGenin interfaceRawBioUnitDataProvider- Returns:
 
 - 
getPdbxStructAssemblies
Description copied from interface:RawBioUnitDataProviderData access method for list describing all assemblies- Specified by:
 getPdbxStructAssembliesin interfaceRawBioUnitDataProvider- Returns:
 
 - 
getPdbxStructAssemblyGens
Description copied from interface:RawBioUnitDataProviderData access method for list describing all assemblies- Specified by:
 getPdbxStructAssemblyGensin interfaceRawBioUnitDataProvider- Returns:
 
 - 
getPdbxStructOperList
Description copied from interface:RawBioUnitDataProviderGet all the possible operators- Specified by:
 getPdbxStructOperListin interfaceRawBioUnitDataProvider- Returns:
 
 
 -