blob: 7838b179280ba9285b6cdf44b6863392474e9fb9 [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.SIDiseaseModelState;
import org.eclipse.stem.diseasemodels.standard.StandardPackage;
/**
* <!-- begin-user-doc --> An implementation of the model object '<em><b>SI Disease Model State</b></em>'.
* <!-- end-user-doc -->
* <p>
* </p>
*
* @generated
*/
public class SIDiseaseModelStateImpl extends StandardDiseaseModelStateImpl
implements SIDiseaseModelState {
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @generated
*/
protected SIDiseaseModelStateImpl() {
super();
}
/**
* @see org.eclipse.stem.diseasemodels.standard.impl.StandardDiseaseModelStateImpl#sane()
*/
@Override
public boolean sane() {
boolean retValue = super.sane();
return retValue;
} // sane
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return StandardPackage.Literals.SI_DISEASE_MODEL_STATE;
}
} // SIDiseaseModelStateImpl