father

Maps the connection target (Joe) to the connection source’s (Jane) father reference:

features:
  source: father

The above mapping means to set connection source (Jane) father feature to connection target element (Joe) because the connection doesn’t have a target element. In pseudo-code:

connection.getSource().setParent(connection.getTarget());