Class CathFactory

    • Method Detail

      • setCath

        public static void setCath​(CathDatabase cath)
        Sets the default (singleton) CathDatabase.
      • getCathDatabase

        public static CathDatabase getCathDatabase()
        Returns the default (singleton) CathDatabase. If the database is null, this will recreate it (lazy initialization).
      • getCathDatabase

        public static CathDatabase getCathDatabase​(java.lang.String version)
        Returns a CATH database of the specified version.
        Parameters:
        version - For example, "3.5.0"