I’m working on a shape library; the shapes have distinct business meaning. For example, I have a shape for “product” and a shape for “capability”. All shapes in my shape library have names (like “product” and “capability”).
What I’m aiming for is this: when I draw a connector from the product shape to the capability shape, I’d like the text on that connector to be “requires”. As in “product requires capability”. One in place, users would be free to edit the term, I’m only interested in providing the recommended verb term.
I have read about formulas with UPSTREAM and DOWNSTREAM, but I have not been able to come up with the ‘magic formula’, and I have not found a way to manipulate the text of the connector, either.
Anybody with good ideas?