Package org.vast.data

Class ScalarVisitor

java.lang.Object
org.vast.data.BaseTreeVisitor
org.vast.data.ScalarVisitor
All Implemented Interfaces:
DataComponentVisitor

public abstract class ScalarVisitor extends BaseTreeVisitor

Abstract scalar visitor allowing to recisovely visit all scalars components in the data component tree.
By default, the visit methods for scalar and range components call the visitSimple(SimpleComponent) method which does nothing.

Since:
Oct 9, 2015