CISC370-011 -- demo code from class #6

This page provides links to some short demo programs from class #6 (14 Oct):

The extended example of the Strategy pattern was an ODE (Ordinary Differential Equation) solver/problem. The test code defines a Traject ODE according to the ODE pattern, then creates an ODESolver object of class Euler to integrate the ODE. The example uses JFreeChart to draw the resulting family of curves.

The source files are:

And the output from the program is: