org.apache.tuscany.sca.assembly
Interface Visitor


public interface Visitor

This interface is implemented by objects that visit assembly model trees.


Method Summary
 boolean visit(Base object)
          Visits the given assembly model object.
 

Method Detail

visit

boolean visit(Base object)
Visits the given assembly model object.

Parameters:
object -
Returns:
true if the model object's chidren should be visited, false if they should be skipped