blob: af94e296382da75917c58eabff4f0d8a0513a52d [file] [log] [blame]
/*
* Copyright (c) 2014 CEA 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:
* Kenn Hussey (CEA) - initial API and implementation
*
*/
package org.eclipse.uml2.uml;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Activity Content</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.uml2.uml.UMLPackage#getActivityContent()
* @model interface="true" abstract="true"
* @generated
*/
public interface ActivityContent {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @model ordered="false"
* @generated
*/
Activity containingActivity();
} // ActivityContent