Class: Link
Defined in: | web-src/coffee/model/link.coffee |
Inherits: | model.MyModel |
Overview
A Link between two classes.
Instance Method Summary
- # (void) hasSourceAndTarget(name, class_a, class_b)
- # (void) get_classes()
- # (void) get_from()
- # (void) get_to()
- # (Boolean) is_associated(c) Is this link associated to the given class?
- # (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)
Instance Method Details
#
(void)
hasSourceAndTarget(name, class_a, class_b)
#
(void)
get_classes()
#
(void)
get_from()
#
(void)
get_to()
#
(Boolean)
is_associated(c)
Is this link associated to the given class?
#
(void)
to_json()
#
(void)
create_joint(factory, csstheme = null)
#
(boolean)
same_elts(other)
Compare the relevant elements of these links.