blob: 20a9f5a34aa3c665e20c30514fe0c96d75fccd97 [file] [log] [blame]
/**
* <copyright>
*
* Copyright (c) 2010, 2013 E.D.Willink 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:
* E.D.Willink - initial API and implementation
*
* </copyright>
*
* $Id: ContextDeclCS.java,v 1.5 2011/02/08 17:53:05 ewillink Exp $
*/
package org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Context Decl CS</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.CompleteOCLCSTPackage#getContextDeclCS()
* @model abstract="true"
* @generated
*/
public interface ContextDeclCS extends PathNameDeclCS {
} // ContextDeclCS