blob: 2aec2d1803c5d50dc299f364411c638b1f120c4c [file] [log] [blame]
/*****************************************************************************
* Copyright (c) 2018 CEA LIST
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* David Lopez david.lopez@cea.fr(CEA LIST)
*
*****************************************************************************/
package org.eclipse.papyrus.moka.ease.parametric;
public interface ScriptBehaviorConstants {
public static final String SCRIPT_FUNCTION_NAME = "run";
public static final String SCRIPT_FUNCTION_PARAM_NAME = "block";
}