Interface StructureServer

  • All Known Implementing Classes:
    SimpleStructureServer

    public interface StructureServer
    a server that pre-loads PDB files in memory, for quicker processing by StructureListeners
    Author:
    Andreas Prlic
    • Method Detail

      • clearStructureListeners

        void clearStructureListeners()
      • setPDBInstallation

        void setPDBInstallation​(PDBInstallation installation)
      • setCacheSize

        void setCacheSize​(int nr)
        set how many structures should be kept in memory - for quicker access
        Parameters:
        nr -
      • getCacheSize

        int getCacheSize()
      • hasNextStructure

        boolean hasNextStructure()