/***************************************************************************** * Copyright (c) 2010 CEA * * * 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: * Atos Origin - Initial API and implementation * Saadia DHOUIB (CEA LIST) saadia.dhouib@cea.fr - adapted from sequence diagram *****************************************************************************/ package org.eclipse.papyrus.uml.diagram.communication.custom.helper; /** * Constants used in the communication diagram */ public interface CommunicationRequestConstant { /** * A constant representing the container of an interactionFragment. It can * be an Interaction or an InteractionOperand */ public static final String INTERACTIONFRAGMENT_CONTAINER = "InteractionFragment Container"; //$NON-NLS-1$ /** * */ public static final String SOURCE_MODEL_CONTAINER = "Source model container"; //$NON-NLS-1$ /** * */ public static final String TARGET_MODEL_CONTAINER = "Target model container"; //$NON-NLS-1$ }