blob: 304b7dccbd5a027052d0bd6fc330c0d847fedd68 [file] [log] [blame]
package org.eclipse.papyrus.designer.components.transformation.core;
import org.eclipse.uml2.uml.Element;
public interface ElementFilter {
public boolean acceptElement(Element element);
}