blob: 4862cc1ece2d35c72af5f243a2fb3f00521b0273 [file] [log] [blame]
/**
* *******************************************************************************
* Copyright (c) 2008, 2019 Hatha Systems.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* Nikolai Mansourov (Hatha Systems) - initial API and implementation
* *******************************************************************************
*
* $Id$
*/
package org.eclipse.modisco.omg.kdm.platform.impl;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.modisco.omg.kdm.platform.PlatformPackage;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Thread</b></em>'.
* <!-- end-user-doc -->
* <p>
* </p>
*
* @generated
*/
public class ThreadImpl extends RuntimeResourceImpl implements org.eclipse.modisco.omg.kdm.platform.Thread {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected ThreadImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return PlatformPackage.Literals.THREAD;
}
} //ThreadImpl