|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RawBioUnitDataProvider
Defines the methods that have to be implemented by a class that provides the data that is necessary to recreate the correct biological assembly of a protein. This is very close to the way PDB is representing biological assemblies. For the outside it is probably easier to use the other way of accessing the data as defined in BioUnitDataProvider
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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 -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||