01_user_documentation:07_rgg_xl:02_xl:08_object:02_pattern:01_inrgg
This is an old revision of the document!
In RGG
Custom patterns can be created in RGG with the simple syntax:
// declaration class patternName(@In Node a, @Out Node b) ( // some patterns )
- context - in and out - 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.1756459025.txt.gz · Last modified: 2025/08/29 11:17 by gaetan
