Class: Generalization
Defined in: | web-src/coffee/model/uml/generalization.coffee |
Inherits: | model.MyModel |
Overview
A generalizationIcon.
Instance Method Summary
- # (void) get_gen_labels()
- # (void) get_joint(factory = null, csstheme = null)
- # (void) create_joint(factory, csstheme = null)
- # (void) has_joint_instance(elt)
- # (void) get_joint_for_child(classchild)
- # (void) has_parent(parentclass)
- # (void) add_child(childclass)
- # (void) set_disjoint(disjoint)
- # (void) set_covering(covering)
- # (void) get_disjoint()
- # (void) get_covering()
- # (void) has_link(link)
- # (void) remove_class_from_gen(link)
- # (void) to_json()
Constructor Details
#
(void)
constructor(parent_class, classes, name = null, position, inferred = false)
Instance Method Details
#
(void)
get_gen_labels()
#
(void)
get_joint(factory = null, csstheme = null)
#
(void)
create_joint(factory, csstheme = null)
#
(void)
has_joint_instance(elt)
#
(void)
get_joint_for_child(classchild)
#
(void)
has_parent(parentclass)
#
(void)
add_child(childclass)
#
(void)
set_disjoint(disjoint)
#
(void)
set_covering(covering)
#
(void)
get_disjoint()
#
(void)
get_covering()
#
(void)
has_link(link)
#
(void)
remove_class_from_gen(link)
#
(void)
to_json()