Create a discrete alphabet: Revision history

From Jstacs
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

    6 June 2011

    • curprev 08:5008:50, 6 June 2011Keilwagen talk contribs 899 bytes +899 Created page with "'''Create a discrete alphabet:''' <source lang="java5"> String[] symbols = {"A", "C", "G", "T", "-"}; DiscreteAlphabet abc = new DiscreteAlphabet( true, symbols ); </source> '''..."