blob: fed22ed63b393aabb850a2771602a6022e6a5b92 [file] [log] [blame]
/**
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*/
package org.eclipse.papyrus.designer.components.transformation.core;
import org.eclipse.uml2.uml.Element;
public interface ElementFilter {
public boolean acceptElement(Element element);
}