org.sapia.archie
Interface NodeVisitor


public interface NodeVisitor

Implements the Visitor pattern; allows implementation to traverse Node hierarchies.

Author:
Yanick Duchesne
Copyright:
Copyright © 2002-2003 Sapia Open Source Software. All Rights Reserved.
License:
Read the license.txt file of the jar or visit the license page at the Sapia OSS web site

Method Summary
 boolean visit(Node node)
           
 

Method Detail

visit

boolean visit(Node node)


Copyright © 2010 Sapia OSS. All Rights Reserved.