User Interface

class seeq.addons.constraintdetection._seeq_add_on.ConstraintDetection[source]

Bases: object

This class creates a user interface using ipyvuetify. All inputs required for the Constraint Detection Add-on can be specified in the UI.

ConstraintDetectionUI(jupyter_notebook_url)[source]

This function contains the UI components.

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.

on_close_button_clicked(widget, event, data)[source]

This function closes all dialog windows.

open_constraint_detection_dialog(widget, event, data)[source]

This function opens a dialog window with an explanation about the constraint detection add-on.

open_threshold_dialog(widget, event, data)[source]

This function opens a dialog window with an explanation regarding the threshold visualization in treemap view.

recalculate_button_clicked(widget, event, data)[source]

This function recalculates the analysis with the new short gaps/capsules from the UI when the recalculate button is clicked.

class seeq.addons.constraintdetection._seeq_add_on.HamburgerMenu(**kwargs: Any)[source]

Bases: ipyvuetify.generated.Menu.Menu