blob: b1e7b1092d88600d0393b0d814ebf8885d1da1fa [file] [log] [blame]
/*
* Copyright (c) 2005, 2015 IBM Corporation, CEA, and others.
* 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:
* IBM - initial API and implementation
* Kenn Hussey (CEA) - 451350
*
*/
package org.eclipse.uml2.uml.cdo.internal.impl;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.uml2.uml.ActivityFinalNode;
import org.eclipse.uml2.uml.UMLPackage;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Activity Final Node</b></em>'.
* <!-- end-user-doc -->
*
* @generated
*/
public class ActivityFinalNodeImpl
extends FinalNodeImpl
implements ActivityFinalNode {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected ActivityFinalNodeImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return UMLPackage.Literals.ACTIVITY_FINAL_NODE;
}
} //ActivityFinalNodeImpl