hhu-stups / prob-issues

ProB issues (for probcli, ProB Tcl/Tk, ProB2, ProB2UI)
6 stars 0 forks source link

Refactor SimulationChoosingStage #292

Closed favu100 closed 1 year ago

favu100 commented 1 year ago

This is necessary before continue implementing https://github.com/hhu-stups/prob-issues/issues/291

Here we should first distinguish between

The latter does not need to have a simulation to be loaded; but still it would be useful to provide a create a configuration.

We should then adapt views (including the first TextFields in the SimulationChoosingStage) to the simulation/configuration that is chosen.

Afterwards, we should distinguish between two main categories:

The latter category only makes sense when the property is not "No Property"

favu100 commented 1 year ago

Solved