Change to packages asd and digraphs (in archive asddigraphs) for
release 1.16 (2010 Aug 17):
- ASDDecider 1.01 has been added
to
package asd.
- ASDDeciderTester 1.01 has been added to package asdx.
- Nearly all compiler warnings have been eliminated (when compiling
source code for packages asd, asdx, and digraphs) by changing from use
of
"raw" untyped collections such as ArrayList, HashSet, and HashMap to
typed collections such as ArrayList<DigraphNode>,
HashSet<String>, and HashMap<String,
ArrayList<ASDGrammarNode>>.