MmCifPDBBiolAssemblyProvider
, RemoteRawBioUnitDataProvider
public interface RawBioUnitDataProvider
Modifier and Type | Method | Description |
---|---|---|
int |
getNrBiolAssemblies() |
Returns the number of available biological assemblies.
|
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 |
setPdbId(java.lang.String pdbId) |
Tell the provider for which PDB ID the quaternary structure should be returned.
|
void setPdbId(java.lang.String pdbId)
pdbId
- java.util.List<PdbxStructAssembly> getPdbxStructAssemblies()
java.util.List<PdbxStructAssemblyGen> getPdbxStructAssemblyGens()
java.util.List<PdbxStructOperList> getPdbxStructOperList()
int getNrBiolAssemblies()
boolean hasBiolAssembly()
PdbxStructAssembly getPdbxStructAssembly(int biolAssemblyNr)
biolAssemblyNr
- java.util.List<PdbxStructAssemblyGen> getPdbxStructAssemblyGen(int biolAssemblyNr)
biolAssemblyNr
-