blob: e25295ac85e24a89fc82614137e756146b40a341 [file] [log] [blame]
/*
* 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: ControlNode.java,v 1.3 2007/02/14 19:57:25 khussey Exp $
*/
package org.eclipse.uml2.uml;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Control Node</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* A control node is an abstract activity node that coordinates flows in an activity.
* <!-- end-model-doc -->
*
*
* @see org.eclipse.uml2.uml.UMLPackage#getControlNode()
* @model abstract="true"
* @generated
*/
public interface ControlNode
extends ActivityNode {
// no methods
} // ControlNode