• Constructor Detail

      • CachingSequenceDB

        public CachingSequenceDB​(SequenceDB parent)

        Create a new CachingSequenceDB that caches the sequences in parent.

        Parameters:
        parent - the SequenceDB to cache
    • Method Detail

      • getName

        public String getName()

        Get the name of this sequence database.

        Returns:
        the name of the sequence database, which may be null.
      • ids

        public Set ids()

        Description copied from interface: SequenceDB

        Get an immutable set of all of the IDs in the database. The ids are legal arguments to getSequence.

        Returns:
        a Set of ids - at the moment, strings