All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.eclipse.uml2.uml.internal.impl.ExecutionEnvironmentImpl Maven / Gradle / Ivy

The newest version!
/*
 * Copyright (c) 2005, 2006 IBM Corporation and others.
 * 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:
 *   IBM - initial API and implementation
 *
 * $Id: ExecutionEnvironmentImpl.java,v 1.3 2006/12/14 15:49:32 khussey Exp $
 */
package org.eclipse.uml2.uml.internal.impl;

import org.eclipse.emf.ecore.EClass;

import org.eclipse.uml2.uml.ExecutionEnvironment;
import org.eclipse.uml2.uml.UMLPackage;

/**
 * 
 * An implementation of the model object 'Execution Environment'.
 * 
 * 

*

* * @generated */ public class ExecutionEnvironmentImpl extends NodeImpl implements ExecutionEnvironment { /** * * * @generated */ protected ExecutionEnvironmentImpl() { super(); } /** * * * @generated */ @Override protected EClass eStaticClass() { return UMLPackage.Literals.EXECUTION_ENVIRONMENT; } } //ExecutionEnvironmentImpl




© 2015 - 2024 Weber Informatics LLC | Privacy Policy