blob: 8a14fb6fe6834ffc5a10cfd45266689f5bf281aa [file] [log] [blame]
/*
* Copyright (c) 2003, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/cpl-v10.html
*
* Contributors:
* IBM - Initial API and implementation
*
* $Id: Actor.java,v 1.3 2004/06/03 02:59:17 khussey Exp $
*/
package org.eclipse.uml2;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Actor</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* An Actor models a type of role played by an entity that interacts with the subject (e.g., by exchanging signals and data),
* <!-- end-model-doc -->
*
*
* @see org.eclipse.uml2.UML2Package#getActor()
* @model
* @generated
*/
public interface Actor extends Classifier{
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
String copyright = "Copyright (c) 2003, 2004 IBM Corporation and others."; //$NON-NLS-1$
} // Actor