Package org.topbraid.spin.model.visitor

Support for traversing SPIN object trees.

See:
          Description

Interface Summary
ElementVisitor An interface to visit the various kinds of Elements.
ExpressionVisitor A visitor to visit the various types of expression elements.
 

Class Summary
AbstractElementVisitor Basic, "empty" implementation of ElementVisitor.
AbstractExpressionVisitor An "empty" base implementation of ExpressionVisitor.
AbstractTriplesVisitor A utility that can be used to traverse all TriplePatterns under a given root Element.
ElementWalker An object that can be used to recursively walk through an Element and the embedded expressions.
ExpressionVisitors Utility functions for ExpressionVisitors.
ExpressionWalker An ExpressionVisitor that recursively visits all expressions under a given root.
 

Package org.topbraid.spin.model.visitor Description

Support for traversing SPIN object trees.