blob: 6a6025e046561c9d277d797228bc2116f9f74c72 [file] [log] [blame]
/**
* Copyright (c) 2014, Loetz GmbH&Co.KG (Heidelberg)
* 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
*
* Based on ideas from Xtext, Xtend, Xcore
*
* Contributors:
* Loetz GmbH&Co.KG - Initial implementation
*
*/
package org.eclipse.osbp.xtext.blip.impl;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.osbp.xtext.blip.BlipDSLPackage;
import org.eclipse.osbp.xtext.blip.BlipInclusiveSplitGateway;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Blip Inclusive Split Gateway</b></em>'.
* <!-- end-user-doc -->
*
* @generated
*/
public class BlipInclusiveSplitGatewayImpl extends BlipSplitGatewayImpl implements BlipInclusiveSplitGateway {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected BlipInclusiveSplitGatewayImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return BlipDSLPackage.Literals.BLIP_INCLUSIVE_SPLIT_GATEWAY;
}
} //BlipInclusiveSplitGatewayImpl