blob: e08f9919ff0a1a5d9f6c433617d8898675cee936 [file] [log] [blame]
/**
* <copyright>
*
* Copyright (c) 2007,2010 Eclipse Modeling Project.
* 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:
* E.D.Willink - initial API and implementation
*
* </copyright>
*
* $Id: UnresolvedClassifier.java,v 1.1 2010/03/11 11:54:56 ewillink Exp $
*/
package org.eclipse.ocl.examples.parser.unresolved;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Classifier</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.ocl.examples.parser.unresolved.UnresolvedPackage#getUnresolvedClassifier()
* @model
* @generated
*/
public interface UnresolvedClassifier extends EObject {
} // UnresolvedClassifier