blob: ef590626d8f1d0330f6ce000e433d28340efe4b7 [file] [log] [blame]
/**
* Copyright (c)2020 CEA LIST, Committer Name, and others.
*
* 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:
* CEA LIST - Initial API and implementation
* Gabriel Pedroza (CEA LIST) gabriel.pedroza@cea.fr
*
*/
package org.eclipse.papyrus.pdp4eng.designer.utils;
public class ModelPackageNames {
public static String DFD_L0_PackageName = "DFD_L0";
public static String DFD_L1_PackageName = "DFD_L1";
public static String DFD_L2_PackageName = "DFD_L2";
public static String DFD_L3_PackageName = "DFD_L3";
public static String DFD_L4_PackageName = "DFD_L4";
public static String Stakeholder_PackageName = "Stakeholders";
public static String Data_PackageName = "Data";
}