Package de.tfhberlin.panitz.eliza

Interface Summary
ButtonLogic Contains the two necessary methods for determining the logic of the simple GUI framework: Dialogue.
FilterCondition Describes some boolean condition for the filter method on lists.
 

Class Summary
Data This class contains key/value pairs of how to react on certain messages.
Dialogue A general Gui framework consisting of an input field, an output field and a button
Eliza A simulation of a psycho therapist.
GreaterX A list filter for greater elements in Comparable relation.
IsPrefixIgnoreCaseFilter A list filter, which tests for lists of lists, if a prefix list has been found.
LessEqualX A list filter for smaller elements in Comparable relation.
Li An abstract description of a simple linked list.
MyList A concrete implementation of abstract class Li.
NegativeOrderingCondition A list filter for greater elements in a relation.
OrderingCondition A list filter for smaller elements in a relation.
Pair A simple class for assocition of two objects.