blob: aba92dd7838c24594530d16932a85036a9e34ab3 [file] [log] [blame]
/**
* Copyright (c) 2000-2009, Intalio Inc.
* 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:
* Intalio Inc. - initial API and implementation
*
*/
package org.eclipse.mdt.bpmn;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Intermediate Throw Event</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.mdt.bpmn.BpmnPackage#getIntermediateThrowEvent()
* @model extendedMetaData="name='tIntermediateThrowEvent' kind='elementOnly'"
* @generated
*/
public interface IntermediateThrowEvent extends ThrowEvent {
} // IntermediateThrowEvent