RawBioUnitDataProviderpublic class MmCifPDBBiolAssemblyProvider extends java.lang.Object implements RawBioUnitDataProvider
| Constructor | Description |
|---|---|
MmCifPDBBiolAssemblyProvider() |
| Modifier and Type | Method | Description |
|---|---|---|
Structure |
getAsymUnit() |
get the asym unit for this PDB ID
|
AtomCache |
getAtomCache() |
|
int |
getNrBiolAssemblies() |
Returns the number of available biological assemblies.
|
java.lang.String |
getPdbId() |
|
java.util.List<PdbxStructAssembly> |
getPdbxStructAssemblies() |
Data access method for list describing all assemblies
|
PdbxStructAssembly |
getPdbxStructAssembly(int biolAssemblyNr) |
get the data for a particular pdbxStructAssembly.
|
java.util.List<PdbxStructAssemblyGen> |
getPdbxStructAssemblyGen(int biolAssemblyNr) |
get the data for a particular pdbxStructAssemblyGen.
|
java.util.List<PdbxStructAssemblyGen> |
getPdbxStructAssemblyGens() |
Data access method for list describing all assemblies
|
java.util.List<PdbxStructOperList> |
getPdbxStructOperList() |
Get all the possible operators
|
boolean |
hasBiolAssembly() |
Does the PDB ID have biological assembly information?
|
void |
setAsymUnit(Structure s) |
|
void |
setAtomCache(AtomCache cache) |
|
void |
setPdbId(java.lang.String pdbId) |
Tell the provider for which PDB ID the quaternary structure should be returned.
|
public void setPdbId(java.lang.String pdbId)
RawBioUnitDataProvidersetPdbId in interface RawBioUnitDataProviderpublic java.lang.String getPdbId()
public java.util.List<PdbxStructAssembly> getPdbxStructAssemblies()
RawBioUnitDataProvidergetPdbxStructAssemblies in interface RawBioUnitDataProviderpublic java.util.List<PdbxStructAssemblyGen> getPdbxStructAssemblyGens()
RawBioUnitDataProvidergetPdbxStructAssemblyGens in interface RawBioUnitDataProviderpublic java.util.List<PdbxStructOperList> getPdbxStructOperList()
RawBioUnitDataProvidergetPdbxStructOperList in interface RawBioUnitDataProviderpublic int getNrBiolAssemblies()
RawBioUnitDataProvidergetNrBiolAssemblies in interface RawBioUnitDataProviderpublic boolean hasBiolAssembly()
RawBioUnitDataProviderhasBiolAssembly in interface RawBioUnitDataProviderpublic PdbxStructAssembly getPdbxStructAssembly(int biolAssemblyNr)
RawBioUnitDataProvidergetPdbxStructAssembly in interface RawBioUnitDataProviderpublic java.util.List<PdbxStructAssemblyGen> getPdbxStructAssemblyGen(int biolAssemblyNr)
RawBioUnitDataProvidergetPdbxStructAssemblyGen in interface RawBioUnitDataProviderpublic Structure getAsymUnit()
public void setAsymUnit(Structure s)
public AtomCache getAtomCache()
public void setAtomCache(AtomCache cache)