A simple adapter class that simplyfies writing custom node visitor
implementations.
This class provides dummy implementations for the methods defined in the
ConfigurationNodeVisitor interface. Derived classes only need
to override the methods they really need.
author: Oliver Heger
Method Summary
public boolean
terminate() Dummy implementation of this interface method.