result.addAll(getAllShortcutsFromParameterEdges(doneAlready, edges, view, wire, prun.getOutParameterEdges(), registry, updater));
}
if (wire instanceof ParameterEdgeDestination) {
// specifically, if this wire is also a source of parameters, follow these up
ParameterEdgeDestination prun =
(ParameterEdgeDestination) wire;
result.addAll(getAllShortcutsFromParameterEdges(doneAlready, edges, view, wire, prun.getInParameterEdges(), registry, updater));
}
if (wire instanceof Function) {
// get all incoming edges
result.addAll(getAllShortcutsFromComplexTerms(doneAlready, edges, view, wire,