Skip to content

Package: EdaptTestYFactory

EdaptTestYFactory

nameinstructionbranchcomplexitylinemethod
static {...}
M: 0 C: 3
100%
M: 0 C: 0
100%
M: 0 C: 1
100%
M: 0 C: 1
100%
M: 0 C: 1
100%

Coverage

1: /**
2: * Copyright (c) 2011-2013 EclipseSource Muenchen GmbH and others.
3: *
4: * All rights reserved. This program and the accompanying materials
5: * are made available under the terms of the Eclipse Public License 2.0
6: * which accompanies this distribution, and is available at
7: * https://www.eclipse.org/legal/epl-2.0/
8: *
9: * SPDX-License-Identifier: EPL-2.0
10: *
11: * Contributors:
12: */
13: package org.eclipse.emf.ecp.view.edapt.util.test.model.y;
14:
15: import org.eclipse.emf.ecore.EFactory;
16:
17: /**
18: * <!-- begin-user-doc -->
19: * The <b>Factory</b> for the model.
20: * It provides a create method for each non-abstract class of the model.
21: * <!-- end-user-doc -->
22: *
23: * @see org.eclipse.emf.ecp.view.edapt.util.test.model.y.EdaptTestYPackage
24: * @generated
25: */
26: public interface EdaptTestYFactory extends EFactory {
27:         /**
28:          * The singleton instance of the factory.
29:          * <!-- begin-user-doc -->
30:          * <!-- end-user-doc -->
31:          *
32:          * @generated
33:          */
34:         EdaptTestYFactory eINSTANCE = org.eclipse.emf.ecp.view.edapt.util.test.model.y.impl.EdaptTestYFactoryImpl.init();
35:
36:         /**
37:          * Returns a new object of class '<em>Y</em>'.
38:          * <!-- begin-user-doc -->
39:          * <!-- end-user-doc -->
40:          *
41:          * @return a new object of class '<em>Y</em>'.
42:          * @generated
43:          */
44:         EdaptTestY createY();
45:
46:         /**
47:          * Returns the package supported by this factory.
48:          * <!-- begin-user-doc -->
49:          * <!-- end-user-doc -->
50:          *
51:          * @return the package supported by this factory.
52:          * @generated
53:          */
54:         EdaptTestYPackage getYPackage();
55:
56: } // EdaptTestYFactory