blob: df48cc9881c5086f6fcc4e0fb04792c6765d0c52 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2007, 2009 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
*******************************************************************************/
package org.eclipse.ocl.uml;
import org.eclipse.uml2.uml.Classifier;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Type Exp</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.ocl.uml.UMLPackage#getTypeExp()
* @model
* @generated
*/
public interface TypeExp
extends OCLExpression, org.eclipse.ocl.expressions.TypeExp<Classifier> {
} // TypeExp