blob: ff778300d9965c9cc54ea9f7250ef4892b5edd47 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2017 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:
* CEA LIST - Initial API and implementation
*******************************************************************************/
/**
*/
package org.eclipse.papyrus.bmm.BMMProfile.impl;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.papyrus.bmm.BMMProfile.BmmPackage;
import org.eclipse.papyrus.bmm.BMMProfile.InfluencerCategoryCategorizesInfluencer;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Influencer Category Categorizes Influencer</b></em>'.
* <!-- end-user-doc -->
*
* @generated
*/
public class InfluencerCategoryCategorizesInfluencerImpl extends MotivationEdgeImpl implements InfluencerCategoryCategorizesInfluencer {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected InfluencerCategoryCategorizesInfluencerImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return BmmPackage.Literals.INFLUENCER_CATEGORY_CATEGORIZES_INFLUENCER;
}
} //InfluencerCategoryCategorizesInfluencerImpl