Evaluating Software Design Patterns
— the "Gang of Four" patterns implemented in Java 6

Uses of Package
dk.rode.thesis.builder

Packages that use dk.rode.thesis.builder
dk.rode.thesis.builder Implementations and examples of the Builder design pattern [Gamma95, p.97]. 
 

Classes in dk.rode.thesis.builder used by dk.rode.thesis.builder
AbstractExpressionBuilder
          An abstract expression builder implements the basic traits of the ExpressionBuilder interface, while ensuring that the constructed terminal expressions will all manipulate the same sequence instance.
ComparableExpressionBuilder
          A comparable expression builder construct various Expression types having a Comparable bound on the value produced by the constructed expressions and/or on the expression operands used.
CountingComparableExpressionBuilder
          A counting comparable expression builder performs the same functionality as a standard expression builder, but also registers the number of times each expression type is created based on expression names.
CountingExpressionBuilder
          A counting expression builder performs the same functionality as a standard expression builder, but also registers the number of times each expression type is created based on expression names.
ExpressionBuilder
          An expression builder construct various Expression types having no bounds on the values produced by the constructed expressions.
StandardComparableExpressionBuilder
          A comparable expression builder construct various Expression types having a Comparable bound on the value produced by the constructed expressions and on the expression operands used.
StandardExpressionBuilder
          A standard expression builder construct various Expression types having no bounds on the values produced by constructed expressions.
TypedComparableExpressionBuilder
          A typed comparable expression builder construct various TypedExpression types having a Comparable bound on the value produced by the constructed expressions and on the expression operands used.
TypedExpressionBuilder
          A typed expression builder builds typed expressions.
TypedFlowExpression
          A typed flow expression represents one or more expressions to be evaluated in order, one at a time, where the type of value the evaluation of the expressions produces associated with it at runtime.
 


Gunni Rode / rode.dk

Feel free to use and/or modify the Java 6 source code developed for this thesis AT YOUR OWN RISK, but note that the source code comes WITHOUT ANY — and I do mean WITHOUT ANY — form of warranty WHAT SO EVER!

The original thesis and source code are available at rode.dk/thesis.