public interface StructureServer
Modifier and Type | Method and Description |
---|---|
void |
addStructureListener(StructureListener listener)
Deprecated.
|
void |
clearStructureListeners()
Deprecated.
|
int |
getCacheSize()
Deprecated.
|
PDBInstallation |
getPDBInstallation()
Deprecated.
|
boolean |
hasNextStructure()
Deprecated.
|
void |
requestNextStructure(StructureListener listener)
Deprecated.
|
void |
setCacheSize(int nr)
Deprecated.
set how many structures should be kept in memory - for quicker access
|
void |
setPDBInstallation(PDBInstallation installation)
Deprecated.
|
void addStructureListener(StructureListener listener)
void clearStructureListeners()
void setPDBInstallation(PDBInstallation installation)
PDBInstallation getPDBInstallation()
void setCacheSize(int nr)
nr
- int getCacheSize()
void requestNextStructure(StructureListener listener)
boolean hasNextStructure()