blob: 9a91912ba285c5293a93fe3757ee9b77ba129fed [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2011-2013 EclipseSource Muenchen GmbH and others.
*
* 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
*
* Contributors:
* Eugen Neufeld - initial API and implementation
******************************************************************************/
package org.eclipse.emf.ecp.ui.util;
import org.eclipse.emf.ecore.EObject;
/**
* @author Eugen Neufeld
*
*/
public interface ModelElementOpenTester {
int isApplicable(EObject eObject);
}