----------------------------------------------------------------------
Changed the default behaviour of the class GradingAgent.java. The main reason
was to get an other truth table policy installed. See the class
DefaultTruthTable.java. After that an new AddingPolicy was needed,
a method to calculate the marks (Zweipunktegleichung einer Geraden) and
the quantifier followed.
15.1.2003, Ralf Keidel
ToDo: new Design: Bridge(?), Filter and Pipes, Statistics and GUI
Modified Files:
src/java/de/fhworms/ztt/ox/gradingwizard/GradingAgent.java
Added Files:
src/java/de/fhworms/ztt/ox/gradingwizard/AddPolicy.java
src/java/de/fhworms/ztt/ox/gradingwizard/DefaultAddPolicy.java
src/java/de/fhworms/ztt/ox/gradingwizard/DefaultQuantifierPolicy.java
src/java/de/fhworms/ztt/ox/gradingwizard/DefaultTruthTable.java
src/java/de/fhworms/ztt/ox/gradingwizard/NoNegativeAddPolicy.java
src/java/de/fhworms/ztt/ox/gradingwizard/OriginalTruthTable.java
src/java/de/fhworms/ztt/ox/gradingwizard/QuantifierPolicy.java
src/java/de/fhworms/ztt/ox/gradingwizard/TruthTable.java
src_test/java/unit/de/fhworms/ztt/ox/gradingwizard/AddPolicyTest.java
src_test/java/unit/de/fhworms/ztt/ox/gradingwizard/QuantifierTest.java
src_test/java/unit/de/fhworms/ztt/ox/gradingwizard/TruthTabelTest.java
----------------------------------------------------------------------