blob: 99cfbdb79cd1573d54e3b0eb8cc9f6beac03af5b [file] [log] [blame]
/**
* <copyright>
*
* Copyright (c) 2014 itemis 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:
* itemis - Initial API and implementation
*
* </copyright>
*/
package org.eclipse.sphinx.emf.mwe.dynamic.components;
import org.eclipse.emf.mwe2.runtime.workflow.IWorkflowComponent;
public interface IModelWorkflowComponent extends IWorkflowComponent {
boolean isModifyingModel();
}