public class MmCifPDBBiolAssemblyProvider extends Object implements RawBioUnitDataProvider
Constructor and Description |
---|
MmCifPDBBiolAssemblyProvider() |
Modifier and Type | Method and Description |
---|---|
Structure |
getAsymUnit()
get the asym unit for this PDB ID
|
AtomCache |
getAtomCache() |
int |
getNrBiolAssemblies()
Returns the number of available biological assemblies.
|
String |
getPdbId() |
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 |
setAsymUnit(Structure s) |
void |
setAtomCache(AtomCache cache) |
void |
setPdbId(String pdbId)
Tell the provider for which PDB ID the quaternary structure should be returned.
|
public void setPdbId(String pdbId)
RawBioUnitDataProvider
setPdbId
in interface RawBioUnitDataProvider
public String getPdbId()
public List<PdbxStructAssembly> getPdbxStructAssemblies()
RawBioUnitDataProvider
getPdbxStructAssemblies
in interface RawBioUnitDataProvider
public List<PdbxStructAssemblyGen> getPdbxStructAssemblyGens()
RawBioUnitDataProvider
getPdbxStructAssemblyGens
in interface RawBioUnitDataProvider
public List<PdbxStructOperList> getPdbxStructOperList()
RawBioUnitDataProvider
getPdbxStructOperList
in interface RawBioUnitDataProvider
public int getNrBiolAssemblies()
RawBioUnitDataProvider
getNrBiolAssemblies
in interface RawBioUnitDataProvider
public boolean hasBiolAssembly()
RawBioUnitDataProvider
hasBiolAssembly
in interface RawBioUnitDataProvider
public PdbxStructAssembly getPdbxStructAssembly(int biolAssemblyNr)
RawBioUnitDataProvider
getPdbxStructAssembly
in interface RawBioUnitDataProvider
public List<PdbxStructAssemblyGen> getPdbxStructAssemblyGen(int biolAssemblyNr)
RawBioUnitDataProvider
getPdbxStructAssemblyGen
in interface RawBioUnitDataProvider
public Structure getAsymUnit()
public void setAsymUnit(Structure s)
public AtomCache getAtomCache()
public void setAtomCache(AtomCache cache)
Copyright © 2000–2016 BioJava. All rights reserved.