Class: Attribute
Defined in: | web-src/coffee/model/uml/attribute.coffee |
Inherits: | model.Link |
Overview
A Link between two classes.
Instance Method Summary
- # (void) get_datatype()
- # (void) get_class_attr()
- # (void) to_json()
- # (void) create_joint(factory, csstheme = null)
- # (boolean) same_elts(other) Compare the relevant elements of these links.
Constructor Details
#
(void)
constructor(classes, name = null, type = null)
Instance Method Details
#
(void)
get_datatype()
#
(void)
get_class_attr()
#
(void)
to_json()
#
(void)
create_joint(factory, csstheme = null)
#
(boolean)
same_elts(other)
Compare the relevant elements of these links.