7 """ Contains a class that holds box informations
16 """ Stores informations about flow diagram fld format
20 super(FlowDiagram, self).
__init__(
"FlowDiagram")
23 self.
scale = attrs.getValue(
"scale")
32 'Link': FlowDiagram.attach_link}
39 attrs.getValue(
'indexofinput'),
40 attrs.getValue(
'outputowner'),
41 attrs.getValue(
'indexofoutput'))
42 self.
links.append(link)