moosetechnology / MooseIDE

New Tools for Moose
MIT License
8 stars 19 forks source link

Create a MooseAutomata #1088

Open NicolasAnquetil opened 3 months ago

NicolasAnquetil commented 3 months ago

A tool that records a sequence of other tool and when receiving entities in input, will propagate to he first tool of its chain, then take the result of the 1st and propagate to the second, etc....

For example: receive a new model, then apply a first query, then a second query on its result, then send to a visualization

NicolasAnquetil commented 3 months ago

May be this is only relevant for queries and automata would only chain queries and not any tool...

NicolasAnquetil commented 3 months ago

MooseNotebook and Moose QueryDashboard could be enough to fulfill this need