Interface KerMLModelHierarchyVisitor<C extends KerMLVisitorContext>

Type Parameters:
C - The type of the visitor context, which must extend KerMLVisitorContext.
All Superinterfaces:
AbstractVisitor, KerMLModelVisitor<C>
All Known Subinterfaces:
SysMLModelHierarchyVisitor<C>

@OpenApiAll public interface KerMLModelHierarchyVisitor<C extends KerMLVisitorContext> extends KerMLModelVisitor<C>
A visitor interface for traversing the KerML model hierarchy.

This interface extends KerMLModelVisitor and provides methods to visit various elements in the KerML model, including classes, packages, relationships, and more. It also includes methods to check the EPackage and determine if elements are acceptable for the visitor.

See Also: