Class AbstractVisitor

java.lang.Object
com.uppaal.model.core2.AbstractVisitor
All Implemented Interfaces:
Visitor
Direct Known Subclasses:
BoundCalc, ConvertSyntaxVisitor, LayoutVisitor, PrintVisitor, PrototypeVisitor, RelToAbsVisitor, UGIWriter, XMLWriter, XTAWriter

public class AbstractVisitor
extends Object
implements Visitor
Abstract implementation of the visitor interface. By default, visiting any instance of a specialization of the Element class will call the visit method on the super class. For nodes and elements the children and properties are visited.