boolean arrowPreExists = ii.returnExisting(sr) instanceof Arrow;
DiagramElement arrowEl = ii.returnConnectionBody(cont, sr,
(String) activeVerb.getObjectForAlias());
String fromLabel = getLabel(subject, from, ii);
TextLine fromLabelTL = fromLabel.length() == 0 ? null
: new TextLine(fromLabel);
String toLabel = getLabel(object, to, ii);
TextLine toLabelTL = toLabel.length() == 0 ? null
: new TextLine(toLabel);
Direction direction = d == null ? activeVerb.getDirection()
: d;
if (verb.getType() == RelationshipType.PASSIVE) {
ii.returnConnection(toEl, arrowEl, or, toLabelTL, null, false, direction);