Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.trapezium.pattern: Javadoc index of package com.trapezium.pattern.


Package Samples:

com.trapezium.pattern

Classes:

Visitor: Abstract base class for all Visitor pattern objects. Concrete subclasses must define "visitObject" method, which returns true if the visited object's children are to be visitied, otherwise false.
VisitorPattern: Single method needed for any object implementing Visitor Pattern. Visitor Pattern from Design Patterns by Gamma, Helm, Johnson, Vlissides.

Home | Contact Us | Privacy Policy | Terms of Service