Skip to content

Package: VVerticalLayoutImpl

VVerticalLayoutImpl

nameinstructionbranchcomplexitylinemethod
VVerticalLayoutImpl()
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%
eStaticClass()
M: 0 C: 2
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: * Eugen Neufeld - initial API and implementation
13: */
14: package org.eclipse.emf.ecp.view.spi.vertical.model.impl;
15:
16: import org.eclipse.emf.ecore.EClass;
17: import org.eclipse.emf.ecp.view.spi.model.impl.VContainedContainerImpl;
18: import org.eclipse.emf.ecp.view.spi.vertical.model.VVerticalLayout;
19: import org.eclipse.emf.ecp.view.spi.vertical.model.VVerticalPackage;
20:
21: /**
22: * <!-- begin-user-doc -->
23: * An implementation of the model object '<em><b>Layout</b></em>'.
24: *
25: * @since 1.2
26: * <!-- end-user-doc -->
27: * <p>
28: * </p>
29: *
30: * @generated
31: */
32: public class VVerticalLayoutImpl extends VContainedContainerImpl implements VVerticalLayout {
33:         /**
34:          * <!-- begin-user-doc -->
35:          * <!-- end-user-doc -->
36:          *
37:          * @generated
38:          */
39:         protected VVerticalLayoutImpl() {
40:                 super();
41:         }
42:
43:         /**
44:          * <!-- begin-user-doc -->
45:          * <!-- end-user-doc -->
46:          *
47:          * @generated
48:          */
49:         @Override
50:         protected EClass eStaticClass() {
51:                 return VVerticalPackage.Literals.VERTICAL_LAYOUT;
52:         }
53:
54: } // VVerticalLayoutImpl