blob: a4da16549228b4045eb712420facb7426e789360 [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: CompleteOCLCSTFactory.java,v 1.6 2011/05/20 15:26:50 ewillink Exp $
*/
package org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST;
import org.eclipse.emf.ecore.EFactory;
/**
* <!-- begin-user-doc -->
* The <b>Factory</b> for the model.
* It provides a create method for each non-abstract class of the model.
* <!-- end-user-doc -->
* @see org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.CompleteOCLCSTPackage
* @generated
*/
public interface CompleteOCLCSTFactory extends EFactory {
/**
* The singleton instance of the factory.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
CompleteOCLCSTFactory eINSTANCE = org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl.CompleteOCLCSTFactoryImpl.init();
/**
* Returns a new object of class '<em>Package Declaration CS</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return a new object of class '<em>Package Declaration CS</em>'.
* @generated
*/
PackageDeclarationCS createPackageDeclarationCS();
/**
* Returns a new object of class '<em>Property Context Decl CS</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return a new object of class '<em>Property Context Decl CS</em>'.
* @generated
*/
PropertyContextDeclCS createPropertyContextDeclCS();
/**
* Returns a new object of class '<em>Include CS</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return a new object of class '<em>Include CS</em>'.
* @generated
*/
IncludeCS createIncludeCS();
/**
* Returns a new object of class '<em>Classifier Context Decl CS</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return a new object of class '<em>Classifier Context Decl CS</em>'.
* @generated
*/
ClassifierContextDeclCS createClassifierContextDeclCS();
/**
* Returns a new object of class '<em>Complete OCL Document CS</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return a new object of class '<em>Complete OCL Document CS</em>'.
* @generated
*/
CompleteOCLDocumentCS createCompleteOCLDocumentCS();
/**
* Returns a new object of class '<em>OCL Message Arg CS</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return a new object of class '<em>OCL Message Arg CS</em>'.
* @generated
*/
OCLMessageArgCS createOCLMessageArgCS();
/**
* Returns a new object of class '<em>Def Operation CS</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return a new object of class '<em>Def Operation CS</em>'.
* @generated
*/
DefOperationCS createDefOperationCS();
/**
* Returns a new object of class '<em>Def Property CS</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return a new object of class '<em>Def Property CS</em>'.
* @generated
*/
DefPropertyCS createDefPropertyCS();
/**
* Returns a new object of class '<em>Operation Context Decl CS</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return a new object of class '<em>Operation Context Decl CS</em>'.
* @generated
*/
OperationContextDeclCS createOperationContextDeclCS();
/**
* Returns the package supported by this factory.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return the package supported by this factory.
* @generated
*/
CompleteOCLCSTPackage getCompleteOCLCSTPackage();
} //CompleteOCLCSTFactory