Skip to main content
summaryrefslogblamecommitdiffstats
blob: 2dff9d9b248104f37d19f20866034199974c6ead (plain) (tree)
1
2
3
4
5
6
7
8
9
10
  
                                                       







                                                                        
                                                                      








                                                                              
                                                                              








                                                              


                     
                      
/*
 * Copyright (c) 2005, 2007 IBM Corporation 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
 *
 * $Id: ActivityFinalNode.java,v 1.3 2007/02/14 19:57:26 khussey Exp $
 */
package org.eclipse.uml2.uml;

/**
 * <!-- begin-user-doc -->
 * A representation of the model object '<em><b>Activity Final Node</b></em>'.
 * <!-- end-user-doc -->
 *
 * <!-- begin-model-doc -->
 * An activity final node is a final node that stops all flows in an activity.
 * <!-- end-model-doc -->
 *
 *
 * @see org.eclipse.uml2.uml.UMLPackage#getActivityFinalNode()
 * @model
 * @generated
 */
public interface ActivityFinalNode
		extends FinalNode {

	// no methods

} // ActivityFinalNode

Back to the top