blob: daa20a5d350661670a1c76867d352da46618688a [file] [log] [blame]
/*****************************************************************************
* Copyright (c) 2019 CEA LIST
*
* 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:
* David Lopez david.lopez@cea.fr(CEA LIST)
*
*****************************************************************************/
package org.eclipse.papyrus.moka.engine.suml.ease;
public interface EASEBodyScriptConstants {
public static final String SCRIPT_FUNCTION_NAME = "run";
public static final String SCRIPT_FUNCTION_PARAM_NAME = "block";
}