blob: 2b42fcf93b7456136fe9ba8dcd20255893f989cd [file] [log] [blame]
/**
* <copyright>
* </copyright>
*
* $Id: Operator.java,v 1.2 2011/03/05 21:48:54 auhl Exp $
*/
package behavioral.status_and_action.assembly;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Operator</b></em>'.
* <!-- end-user-doc -->
*
*
* @see behavioral.status_and_action.assembly.AssemblyPackage#getOperator()
* @model
* @generated
*/
public interface Operator extends ConnectableElement {
} // Operator