• Method Detail

      • getSeqName

        public String getSeqName()

        Retrieve the current sequence name.

        Returns:
        the sequence name String
      • setSeqName

        public void setSeqName​(String seqName)

        Set the sequence name to seqName.

        Parameters:
        seqName - the new sequence name to match
      • accept

        public boolean accept​(GFFRecord record)

        Return whether or not to accept record.

        Specified by:
        accept in interface GFFRecordFilter
        Parameters:
        record - the GFFRecord to filter
        Returns:
        record. getSeqName() == this.getSeqName()