User Interface
- class seeq.addons.constraintdetection._seeq_add_on.ConstraintDetection[source]
Bases:
objectThis class creates a user interface using ipyvuetify. All inputs required for the Constraint Detection Add-on can be specified in the UI.
- clear_button_clicked(widget, event, data)[source]
This function clears input fields or resets them to the default values when the clear button is clicked.
- execute_button_clicked(widget, event, data)[source]
This function executes the analysis with the user specified inputs from the UI when the execute button is clicked.
- open_constraint_detection_dialog(widget, event, data)[source]
This function opens a dialog window with an explanation about the constraint detection add-on.