Class TraversalContextImpl

  • All Implemented Interfaces:
    TraversalContext

    public class TraversalContextImpl
    extends Object
    implements TraversalContext
    Context used during traversal of a model. This gives insight into where in the traversal of a model a visitor/traverser might be. The traverser maintains this context and optionally makes it available to the visitor (only if the visitor implements the TraversingVisitor interface.
    Author:
    eric.wittmann@gmail.com