Class: IsAState
Defined in: | web-src/coffee/gui/isastate.coffee |
Inherits: | gui.State |
Overview
IsA state, the user can select another class for create a generalization between them.
Instance Method Summary
- # (void) reset() Reset the state information to the default values.
- # (void) set_cellStarter(cell_starter) Set the parent Cell Id.
- # (void) set_constraint(disjoint, covering) Set the constraints of the generalization.
- # (void) set_disjoint(disjoint)
- # (void) set_covering(covering)
- # (void) get_disjoint()
- # (void) get_covering()
- # (void) on_cell_clicked(cellView, event, x, y, gui_instance)
Constructor Details
#
(void)
constructor()
Instance Method Details
#
(void)
reset()
Reset the state information to the default values.
#
(void)
set_cellStarter(cell_starter)
Set the parent Cell Id.
#
(void)
set_constraint(disjoint, covering)
Set the constraints of the generalization.
#
(void)
set_disjoint(disjoint)
#
(void)
set_covering(covering)
#
(void)
get_disjoint()
#
(void)
get_covering()
#
(void)
on_cell_clicked(cellView, event, x, y, gui_instance)