|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.biojava.bio.structure.quaternary.io.MmCifPDBBiolAssemblyProvider
public class MmCifPDBBiolAssemblyProvider
A provider for information about biological units for PDB files that is based on reading local MMcif files.
| Constructor Summary | |
|---|---|
MmCifPDBBiolAssemblyProvider()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MmCifPDBBiolAssemblyProvider()
| Method Detail |
|---|
public void setPdbId(java.lang.String pdbId)
RawBioUnitDataProvider
setPdbId in interface RawBioUnitDataProviderpublic java.lang.String getPdbId()
public java.util.List<PdbxStructAssembly> getPdbxStructAssemblies()
RawBioUnitDataProvider
getPdbxStructAssemblies in interface RawBioUnitDataProviderpublic java.util.List<PdbxStructAssemblyGen> getPdbxStructAssemblyGens()
RawBioUnitDataProvider
getPdbxStructAssemblyGens in interface RawBioUnitDataProviderpublic java.util.List<PdbxStructOperList> getPdbxStructOperList()
RawBioUnitDataProvider
getPdbxStructOperList in interface RawBioUnitDataProviderpublic int getNrBiolAssemblies()
RawBioUnitDataProvider
getNrBiolAssemblies in interface RawBioUnitDataProviderpublic boolean hasBiolAssembly()
RawBioUnitDataProvider
hasBiolAssembly in interface RawBioUnitDataProviderpublic PdbxStructAssembly getPdbxStructAssembly(int biolAssemblyNr)
RawBioUnitDataProvider
getPdbxStructAssembly in interface RawBioUnitDataProviderpublic java.util.List<PdbxStructAssemblyGen> getPdbxStructAssemblyGen(int biolAssemblyNr)
RawBioUnitDataProvider
getPdbxStructAssemblyGen in interface RawBioUnitDataProviderpublic Structure getAsymUnit()
public void setAsymUnit(Structure s)
public AtomCache getAtomCache()
public void setAtomCache(AtomCache cache)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||