blob: 7e280a4766fa1c513e443e2c835b4ebd3ccb37d6 [file] [log] [blame]
/*
* Copyright (c) 2005, 2018 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 v2.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* IBM - initial API and implementation
* Christian W. Damus (CEA) - 251963
* Kenn Hussey (CEA) - 418466
* Kenn Hussey - 535301
*
*/
package org.eclipse.uml2.uml;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Flow Final Node</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* A FlowFinalNode is a FinalNode that terminates a flow by consuming the tokens offered to it.
* <p>From package UML::Activities.</p>
* <!-- end-model-doc -->
*
*
* @see org.eclipse.uml2.uml.UMLPackage#getFlowFinalNode()
* @model
* @generated
*/
public interface FlowFinalNode
extends FinalNode {
// no methods
} // FlowFinalNode