public class RemoteRawBioUnitDataProvider extends Object implements RawBioUnitDataProvider
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_SERVERNAME |
static String |
GET_ASSEMBLY |
static String |
GET_ASSEMBLY_GENS |
static String |
GET_STRUCT_OPER |
static String |
NR_BIOL_APPEND |
Constructor and Description |
---|
RemoteRawBioUnitDataProvider() |
Modifier and Type | Method and Description |
---|---|
int |
getNrBiolAssemblies()
Returns the number of available biological assemblies.
|
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
|
int |
getTimeout() |
boolean |
hasBiolAssembly()
Does the PDB ID have biological assembly information?
|
static void |
main(String[] args) |
void |
setPdbId(String pdbId)
Tell the provider for which PDB ID the quaternary structure should be returned.
|
void |
setTimeout(int timeout) |
public static String DEFAULT_SERVERNAME
public static String NR_BIOL_APPEND
public static String GET_ASSEMBLY
public static String GET_ASSEMBLY_GENS
public static String GET_STRUCT_OPER
public static void main(String[] args)
public int getTimeout()
public void setTimeout(int timeout)
public void setPdbId(String pdbId)
RawBioUnitDataProvider
setPdbId
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 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
Copyright © 2000–2016 BioJava. All rights reserved.