blob: 0fe00969aa170b57f81b11b0dae18224d597d339 [file] [log] [blame]
/**
*/
package org.eclipse.upr.bpmnprof.impl;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.upr.bpmnprof.BpmnprofPackage;
import org.eclipse.upr.bpmnprof.ImplicitThrowEvent;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Implicit Throw Event</b></em>'.
* <!-- end-user-doc -->
* <p>
* </p>
*
* @generated
*/
public class ImplicitThrowEventImpl extends ThrowEventImpl implements ImplicitThrowEvent {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected ImplicitThrowEventImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return BpmnprofPackage.eINSTANCE.getImplicitThrowEvent();
}
} //ImplicitThrowEventImpl