This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
padl [2018/03/04 02:53] 127.0.0.1 external edit |
padl [2025/01/15 21:40] (current) |
||
---|---|---|---|
Line 135: | Line 135: | ||
The class ''padl.path.Finder'' in the ''PADL'' project can be used to walk the paths. | The class ''padl.path.Finder'' in the ''PADL'' project can be used to walk the paths. | ||
+ | |||
+ | ===== Visitors ===== | ||
+ | |||
+ | The PADL metamodel provide two types of visitors to allow third-party to analyse PADL models. It follows the standard API for visitors but with a twist for the implementation. Understading the PADL visitors [[http://www.ptidej.net/team/photos/180306 - Understanding PADL Visitor|is easy]]! |