Class PropertyVisitorAdapter

java.lang.Object
com.nomagic.magicdraw.properties.PropertyVisitorAdapter
All Implemented Interfaces:
PropertyVisitor

@OpenApiAll public abstract class PropertyVisitorAdapter extends Object implements PropertyVisitor
An abstract adapter class for property visiting. The methods in this class are empty.

Extend this class to create a PropertyVisitor and override the methods for the required properties. (If you implement the PropertyVisitor interface, you have to define all of the methods in it. This abstract class defines empty methods for them all, so you can only override methods for properties you care about.)