blob: 91f34dd22d07f739368474a319ce85a44232c9bf [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2015 Obeo.
* 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:
* Obeo - initial API and implementation
*******************************************************************************/
package org.eclipse.acceleo.query.runtime;
/**
* Interface for any engine acting on an acceleo query (validation, evaluation, etc.).
*
* @author <a href="mailto:pierre.guilet@obeo.fr">Pierre Guilet</a>
*/
public interface IQueryEngine {
}