User Tools

Site Tools


tutorials:common_rewriting_rules

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tutorials:common_rewriting_rules [2024/05/02 19:09] TimObtutorials:common_rewriting_rules [2025/01/10 11:15] (current) gaetan
Line 17: Line 17:
  
  
-The definition of the pattern that should be replaced can be defined by using [[:groimp-platform:graph_queries| xl syntax]] and [[:groimp-platform:xl-operators|xl-operators]].+The definition of the pattern that should be replaced can be defined by using [[:groimp-platform:graph_queries| xl syntax]] and [[:groimp-platform:xl-builtin-methods|XL builtin methods]].
  
 <code> <code>
Line 58: Line 58:
 ====== Execution rule ====== ====== Execution rule ======
  
 +<code java>
 +
 +[ <pattern> ::> <java code> ]
 +
 +</code>
 +
 +e.g. 
 +
 +<code java>
 +
 +[ a:A ::> println( a ); ]
 +
 +</code>
tutorials/common_rewriting_rules.1714669799.txt.gz · Last modified: 2024/05/02 19:09 by TimOb