User Tools

Site Tools


01_user_documentation:06_graph:05_derivation:04_modes

Differences

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

Link to this comparison view

Next revision
Previous revision
01_user_documentation:06_graph:05_derivation:04_modes [2025/12/17 11:29] – created Tim01_user_documentation:06_graph:05_derivation:04_modes [2025/12/17 16:12] (current) – [Usage] Tim
Line 2: Line 2:
  
 RGG can be used with different derivation modes, that influence the effects the rules have on the graph. RGG can be used with different derivation modes, that influence the effects the rules have on the graph.
 +The derivation modes them self can be specified with additional flags.
  
  
-====== ======+====== Usage ====== 
 + 
 +The derivation mode is defined using the setDerivationMode() function with the value of the modes and masks. 
 +e.g. 
 + 
 +<code java> 
 +public void run(){ 
 + setDerivationMode(SEQUENTIAL_NON_DETERMINISTIC_MODE); 
 + [ 
 +  A ==> B; 
 +  A ==> C; 
 + ] 
 +
 +</code>  
 + 
 +The default value used in RGG is PARALLEL_MODE with the addition of the EXCLUDE_DELETED_FLAG.  
 +<code java>  
 + setDerivationMode(PARALLEL_MODE|EXCLUDE_DELETED_FLAG); 
 +</code>  
 + 
 + 
 + 
 +====== Modes and Flags ======
  
  
 {{namespace>01_user_documentation:06_graph:05_derivation:04_modes}} {{namespace>01_user_documentation:06_graph:05_derivation:04_modes}}
01_user_documentation/06_graph/05_derivation/04_modes.1765967393.txt.gz · Last modified: 2025/12/17 11:29 by Tim