Skip to content

Package: VKeyattributedmrFactory

VKeyattributedmrFactory

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

Coverage

1: /**
2: * Copyright (c) 2011-2014 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: * Eugen Neufeld - initial API and implementation
13: */
14: package org.eclipse.emf.ecp.view.spi.keyattributedmr.model;
15:
16: import org.eclipse.emf.ecore.EFactory;
17:
18: /**
19: * <!-- begin-user-doc --> The <b>Factory</b> for the model. It provides a
20: * create method for each non-abstract class of the model. <!-- end-user-doc -->
21: *
22: * @see org.eclipse.emf.ecp.view.spi.keyattributedmr.model.VKeyattributedmrPackage
23: * @generated
24: */
25: public interface VKeyattributedmrFactory extends EFactory {
26:         /**
27:          * The singleton instance of the factory.
28:          * <!-- begin-user-doc --> <!--
29:          * end-user-doc -->
30:          *
31:          * @generated
32:          */
33:         VKeyattributedmrFactory eINSTANCE = org.eclipse.emf.ecp.view.spi.keyattributedmr.model.impl.VKeyattributedmrFactoryImpl
34:                 .init();
35:
36:         /**
37:          * Returns a new object of class '<em>Key Attribute Domain Model Reference</em>'.
38:          * <!-- begin-user-doc -->
39:          * <!-- end-user-doc -->
40:          *
41:          * @return a new object of class '<em>Key Attribute Domain Model Reference</em>'.
42:          * @generated
43:          */
44:         VKeyAttributeDomainModelReference createKeyAttributeDomainModelReference();
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:         VKeyattributedmrPackage getKeyattributedmrPackage();
55:
56: } // VKeyattributedmrFactory