blob: 9e0c87fe2df41271cf1dfd5dcd3ba47164645b9e [file] [log] [blame]
/*
* Copyright (c) 2005, 2006 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.2 2006/05/12 20:38:06 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 {
} // ActivityFinalNode