-
Notifications
You must be signed in to change notification settings - Fork 0
Rules that reuse the node being replaced #7
Copy link
Copy link
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationquestionFurther information is requestedFurther information is requestedshortFixing this issue should be rather quick, a small amount of work and timeFixing this issue should be rather quick, a small amount of work and time
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationquestionFurther information is requestedFurther information is requestedshortFixing this issue should be rather quick, a small amount of work and timeFixing this issue should be rather quick, a small amount of work and time
Can we reuse the node being replaced as part of the replacement graph? I think this should simply require adding
data(x)to the new graph wherexis the inputContextobject. This would create a newGraphNode(with the correct IDs and connections) but maintain exactly the same underlying data object.We need to test this and document it as an example (as it may not be obvious to a user who is not very familiar with how graph rewriting works in VPL).