|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.biojava.bio.structure.quaternary.io.RemoteRawBioUnitDataProvider
public class RemoteRawBioUnitDataProvider
A BioUnitDataProvider that fetches the symmetry operations via remote calls to servers from RCSB PDB
| Field Summary | |
|---|---|
static java.lang.String |
DEFAULT_SERVERNAME
|
static java.lang.String |
GET_ASSEMBLY
|
static java.lang.String |
GET_ASSEMBLY_GENS
|
static java.lang.String |
GET_STRUCT_OPER
|
static java.lang.String |
NR_BIOL_APPEND
|
| Constructor Summary | |
|---|---|
RemoteRawBioUnitDataProvider()
|
|
| 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 |
int |
getTimeout()
|
boolean |
hasBiolAssembly()
Does the PDB ID have biological assembly information? |
static void |
main(java.lang.String[] args)
|
void |
setPdbId(java.lang.String pdbId)
Tell the provider for which PDB ID the quaternary structure should be returned. |
void |
setTimeout(int timeout)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static java.lang.String DEFAULT_SERVERNAME
public static java.lang.String NR_BIOL_APPEND
public static java.lang.String GET_ASSEMBLY
public static java.lang.String GET_ASSEMBLY_GENS
public static java.lang.String GET_STRUCT_OPER
| Constructor Detail |
|---|
public RemoteRawBioUnitDataProvider()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
public int getTimeout()
public void setTimeout(int timeout)
public void setPdbId(java.lang.String pdbId)
RawBioUnitDataProvider
setPdbId 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 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 RawBioUnitDataProvider
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||