Class SubSequenceDB

    • Method Detail

      • getName

        public String getName()
        Description copied from interface: SequenceDBLite
        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