private class BatchMatchAction extends MatchAction {
public BatchMatchAction() {
super("Match Models in a Directory");
_attribute = new DefaultDirectoryAttribute((Workspace) null);
_attribute.directory.setBaseDirectory(URIAttribute
.getModelURI(getModel()));
GUIUtilities.addIcons(this, new String[][] {
{ "/ptolemy/vergil/gt/img/batchmatch.gif",