Resolve "Extend documentation for subtree update and incremental eval"
Compare changes
- René Schöne authored
+ 3
− 3
@@ -46,7 +46,7 @@ eq A.getB().input() = getInput();
@@ -46,7 +46,7 @@ eq A.getB().input() = getInput();
In other words, `OutputOnA` depends on `Input` of the same node, and `OutputOnB` depends on `Input` of its parent node.
Currently, those dependencies have can be explicitly written down, or incremental evaluation can be used.
@@ -61,7 +61,7 @@ B.OutputOnB canDependOn A.Input as dependencyB ;
@@ -61,7 +61,7 @@ B.OutputOnB canDependOn A.Input as dependencyB ;
To automatically track dependencies, the two additional parameters `--incremental` and `--trace=flush` have to be provided to both RagConnect and (in the later stage) JastAdd.
This will generate different implementation of RagConnect relying on enabled incremental evaluation of JastAdd.
@@ -204,7 +204,7 @@ A message for a list endpoint can also be interpreted as an element of this list
@@ -204,7 +204,7 @@ A message for a list endpoint can also be interpreted as an element of this list
Upon connection, the index to set the deserialized element to set, has to be given (`1` in the example below).