blob: b4288bc672612f74c4c00885a0d8aafabd16fc2a [file] [log] [blame]
package org.eclipse.stem.diseasemodels.standard.impl;
/*******************************************************************************
* Copyright (c) 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 Corporation - initial API and implementation
*******************************************************************************/
import org.eclipse.emf.ecore.EClass;
import org.eclipse.stem.diseasemodels.standard.DeterministicSIRDiseaseModel;
import org.eclipse.stem.diseasemodels.standard.StandardPackage;
/**
* <!-- begin-user-doc --> An implementation of the model object '<em><b>Deterministic SIR Disease Model</b></em>'.
* <!-- end-user-doc -->
*
* @generated
*/
@SuppressWarnings("deprecation")
public class DeterministicSIRDiseaseModelImpl extends SIRImpl implements
DeterministicSIRDiseaseModel {
/**
* <!-- begin-user-doc -->
*
* The constructor needs to be public so that the new disease wizard can
* create an instance of the class without using the factory.
*
* <!-- end-user-doc -->
*/
public DeterministicSIRDiseaseModelImpl() {
super();
} // DeterministicSIRDiseaseModelImpl
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return StandardPackage.Literals.DETERMINISTIC_SIR_DISEASE_MODEL;
}
} // DeterministicSIRDiseaseModelImpl