Class AnnotatedSequenceDB

    • Method Detail

      • getParent

        public SequenceDB getParent()
        Get the original sequenceDB from this annotated sequenceDB.
      • getName

        public java.lang.String getName()
        Description copied from interface: SequenceDBLite
        Get the name of this sequence database.
        Specified by:
        getName in interface SequenceDBLite
        Returns:
        the name of the sequence database, which may be null.
      • ids

        public java.util.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.
        Specified by:
        ids in interface SequenceDB
        Returns:
        a Set of ids - at the moment, strings