Class SimpleRichSequence

    • Constructor Detail

      • SimpleRichSequence

        public SimpleRichSequence​(Namespace ns,
                                  java.lang.String name,
                                  java.lang.String accession,
                                  int version,
                                  SymbolList symList,
                                  java.lang.Double seqversion)
        Creates a new instance of SimpleRichSequence. Note the use of Double for seqversion, which indicates that it is nullable.
        Parameters:
        ns - the namespace for this sequence.
        name - the name of the sequence.
        accession - the accession of the sequence.
        version - the version of the sequence.
        symList - the symbols for the sequence.
        seqversion - the version of the symbols for the sequence.
      • SimpleRichSequence

        protected SimpleRichSequence()