quangis / transforge

Describe processes as type transformations, with inference that supports subtypes and parametric polymorphism. Create and query corresponding transformation graphs.
GNU General Public License v3.0
2 stars 0 forks source link

Associate transformation nodes with tool application nodes #99

Closed nsbgn closed 2 years ago

nsbgn commented 2 years ago

Nodes in a transformation can be a part of different tool applications. This information can help visualize the transformation and concrete steps involved. See also #90.

nsbgn commented 2 years ago

Origins for concept nodes were added in 0c91dec34d9e0ca633a2a8dbdbce904f6e1c322c for #90.