blob: 9ef98ae895d7f81c0281039977ae781679dd2408 [file] [log] [blame]
/**
* Copyright (c) 2009 Mia-Software.
* 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:
* Nicolas Payneau (Mia-Software) - initial API and implementation
*
*
* $Id$
*/
package org.eclipse.gmt.modisco.workflow.mwe.workflow.orchestration.impl;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.gmt.modisco.workflow.mwe.workflow.orchestration.OrchestrationPackage;
import org.eclipse.gmt.modisco.workflow.mwe.workflow.orchestration.WorkflowSerialOrchestrationStrategy;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Workflow Serial Orchestration Strategy</b></em>'.
* <!-- end-user-doc -->
* <p>
* </p>
*
* @generated
*/
@Deprecated
public class WorkflowSerialOrchestrationStrategyImpl extends WorkflowCompositeOrchestrationStrategyImpl implements WorkflowSerialOrchestrationStrategy {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected WorkflowSerialOrchestrationStrategyImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return OrchestrationPackage.Literals.WORKFLOW_SERIAL_ORCHESTRATION_STRATEGY;
}
} //WorkflowSerialOrchestrationStrategyImpl