/** * Copyright (c) 2011 Obeo. * 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: * Obeo - initial API and implementation */ package fr.obeo.performance.impl; import fr.obeo.performance.Environment; import fr.obeo.performance.PerformancePackage; import fr.obeo.performance.Property; import java.util.Collection; import org.eclipse.emf.common.notify.NotificationChain; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EClass; import org.eclipse.emf.ecore.InternalEObject; import org.eclipse.emf.ecore.impl.EObjectImpl; import org.eclipse.emf.ecore.util.EObjectContainmentEList; import org.eclipse.emf.ecore.util.InternalEList; /** * <!-- begin-user-doc --> * An implementation of the model object '<em><b>Environment</b></em>'. * <!-- end-user-doc --> * <p> * </p> * * @generated */ public class EnvironmentImpl extends PropertiesImpl implements Environment { /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ protected EnvironmentImpl() { super(); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override protected EClass eStaticClass() { return PerformancePackage.Literals.ENVIRONMENT; } } //EnvironmentImpl