Class: LinkRelToEntity
Defined in: | web-src/coffee/model/eer/linkreltoentity.coffee |
Inherits: | model.eer.LinkAttrToEntity |
Overview
Instance Method Summary
- # (void) set_mult(mult) Set the multiplicity.
- # (void) set_roles(roles) Set the role.
- # (void) change_to_null(mult, index)
- # (void) create_joint(factory, csstheme = null)
- # (void) to_json()
Constructor Details
#
(void)
constructor(classes, name = null, mult, roles)
Instance Method Details
#
(void)
set_mult(mult)
Set the multiplicity. @param String mult A String that describes the multiplicity. The mult from the class associated with relationIcon
#
(void)
set_roles(roles)
Set the role.
#
(void)
change_to_null(mult, index)
#
(void)
create_joint(factory, csstheme = null)
#
(void)
to_json()