blob: b725a84948a9a5e53607e8a7ccd2b22f8a1ef99f [file] [log] [blame]
/*****************************************************************************
* Copyright (c) 2013 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:
* Ansgar Radermacher ansgar.radermacher@cea.fr
*
*****************************************************************************/
package org.eclipse.papyrus.designer.components.transformation.core;
/**
* Specific stereotypes. This file should not be used any more
*/
@Deprecated
public class Stereotypes {
// FT stereotypes
public final static String activeWithVoting = "FTRedundancy::FTActiveWithVotingReplicationStyle"; //$NON-NLS-1$
public final static String replicationInfo = "DP::Replication"; //$NON-NLS-1$
}