FdUmlAssociation Class
Extends FdUmlLink
Module: ember-flexberry-designer
An object that describes a link of the association type on the UML diagram.
Item Index
Properties
Methods
Properties
source
Object
An object with an
id
of another UML primitive, which is the source, for example { id: '1' }
.
target
Object
An object with an
id
of another UML primitive, which is the target, for example { id: '1' }
.
vertices
Array
The vertices through which this link passes. An array of objects with
X
and Y
coordinates, for example [{ x: 100, y: 100 }]
.