blob: c90618fa0e8a33cc8f1a1f58331f72bd52ccc6b8 [file] [log] [blame]
/*******************************************************************************
* * Copyright (c) 2015 University of Padova, Intecs
* *
* *
* * 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
* *
*******************************************************************************/
/**
*/
package org.polarsys.chess.chessmlprofile.SystemModel.STS.impl;
import org.eclipse.emf.ecore.EClass;
import org.polarsys.chess.chessmlprofile.SystemModel.STS.STSPackage;
import org.polarsys.chess.chessmlprofile.SystemModel.STS.TimePressure;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Time Pressure</b></em>'.
* <!-- end-user-doc -->
*
* @generated
*/
public class TimePressureImpl extends OrganizationUnitImpl implements TimePressure {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected TimePressureImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return STSPackage.Literals.TIME_PRESSURE;
}
} //TimePressureImpl