01_user_documentation:07_rgg_xl:02_xl:08_object:02_pattern:01_inrgg
This is an old revision of the document!
Table of Contents
In RGG
Custom patterns can be created in RGG with the simple syntax:
// declaration class patternName(@In Node a, @Out Node b) ( // some patterns )
Declaring In/Out
The custom pattern
- context - in and out - open ends - custom nodes - combining
Examples
// declaration class xyzPath(@In Node a, @Out Node b) ( a -x-> -y-> -z-> b ) //usage void rule() [ Node -xyzPath-> Node ==>; ]
01_user_documentation/07_rgg_xl/02_xl/08_object/02_pattern/01_inrgg.1756468300.txt.gz · Last modified: 2025/08/29 13:51 by gaetan
