Regenerates EMF Compare static test profile.
[EMFCompare2.git] / plugins / org.eclipse.emf.compare.uml2.tests / profile / org / eclipse / emf / compare / uml2 / profile / test / uml2comparetestprofile / UML2CompareTestProfileFactory.java
blob2bc5c05b4d33e5dcd3da507d05b5f947db218dbb
1 /*******************************************************************************
2 * Copyright (c) 2011, 2014 Obeo.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors:
9 * Obeo - initial API and implementation
10 *******************************************************************************/
11 package org.eclipse.emf.compare.uml2.profile.test.uml2comparetestprofile;
13 import org.eclipse.emf.ecore.EFactory;
15 /**
16 * <!-- begin-user-doc --> The <b>Factory</b> for the model. It provides a create method for each non-abstract
17 * class of the model. <!-- end-user-doc -->
19 * @see org.eclipse.emf.compare.uml2.profile.test.uml2comparetestprofile.UML2CompareTestProfilePackage
20 * @generated
22 public interface UML2CompareTestProfileFactory extends EFactory {
23 /**
24 * The singleton instance of the factory. <!-- begin-user-doc --> <!-- end-user-doc -->
26 * @generated
28 UML2CompareTestProfileFactory eINSTANCE = org.eclipse.emf.compare.uml2.profile.test.uml2comparetestprofile.impl.UML2CompareTestProfileFactoryImpl
29 .init();
31 /**
32 * Returns a new object of class '<em>ACliche</em>'. <!-- begin-user-doc --> <!-- end-user-doc -->
34 * @return a new object of class '<em>ACliche</em>'.
35 * @generated
37 ACliche createACliche();
39 /**
40 * Returns a new object of class '<em>ACliche2</em>'. <!-- begin-user-doc --> <!-- end-user-doc -->
42 * @return a new object of class '<em>ACliche2</em>'.
43 * @generated
45 ACliche2 createACliche2();
47 /**
48 * Returns a new object of class '<em>ACliche3</em>'. <!-- begin-user-doc --> <!-- end-user-doc -->
50 * @return a new object of class '<em>ACliche3</em>'.
51 * @generated
53 ACliche3 createACliche3();
55 /**
56 * Returns the package supported by this factory. <!-- begin-user-doc --> <!-- end-user-doc -->
58 * @return the package supported by this factory.
59 * @generated
61 UML2CompareTestProfilePackage getUML2CompareTestProfilePackage();
63 } // UML2CompareTestProfileFactory