blob: 5090e2e67a750a31dcf6d1833b486e97a39ac9f1 [file] [log] [blame]
/**
* Copyright (c) 2014 Fraunhofer FOKUS
* 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:
* Marc-Florian Wendland
*/
package org.eclipse.upr.soaml;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Agent</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.upr.soaml.SoaMLPackage#getAgent()
* @model
* @generated
*/
public interface Agent extends Participant {
} // Agent