org.ocleditor.parser.model
Interface IOclModelVisitor


public interface IOclModelVisitor

Visitor for the OCL model.


Method Summary
 boolean visit(IOclElement oclElement)
          Visits the given OCL element.
 

Method Detail

visit

public boolean visit(IOclElement oclElement)
Visits the given OCL element.

Parameters:
oclElement - OCL element.
Returns:
If true, the OCL element's children are also visited.