RelationshipSetAdapter setAdapterFromPicker =
new RelationshipSetAdapter(setName, finder,
SourcePluginRegistry.getRelations());
boolean isRecursive = recursive.getSelection();
boolean isCumulative = cumulative.getSelection();
PathMatcherTerm termToAppend =
new PathMatcherTerm(setAdapterFromPicker, isRecursive, isCumulative);
pathMatchers.add(termToAppend);
Table matcherTable = pathMatchers.getTable();
matcherTable.setSelection(matcherTable.getItemCount() - 1);
}