blob: bf170fa5143229c5bc545c39deff2b0c540c637f [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.common.notify.Notification;
import org.eclipse.emf.common.util.URI;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.InternalEObject;
import org.eclipse.emf.ecore.impl.ENotificationImpl;
import org.eclipse.stem.core.STEMURI;
import org.eclipse.stem.core.graph.LabelValue;
import org.eclipse.stem.diseasemodels.standard.SEIRLabel;
import org.eclipse.stem.diseasemodels.standard.SEIRLabelValue;
import org.eclipse.stem.diseasemodels.standard.SILabelValue;
import org.eclipse.stem.diseasemodels.standard.StandardFactory;
import org.eclipse.stem.diseasemodels.standard.StandardPackage;
/**
* <!-- begin-user-doc --> An implementation of the model object '
* <em><b>SEIR Label</b></em>'. <!-- end-user-doc -->
* <p>
* </p>
*
* @generated
*/
public class SEIRLabelImpl extends StandardDiseaseModelLabelImpl implements
SEIRLabel {
/**
* This is the top-level segment for all type URI's for SEIR disease model
* labels.
*/
String URI_TYPE_SEIR_LABEL_SEGMENT = URI_TYPE_STANDARD_DISEASE_MODEL_LABEL_SEGMENT
+ "/seir";
/**
* This is the type URI for standard SEIR disease labels
*/
URI URI_TYPE_SEIR_LABEL = STEMURI
.createTypeURI(URI_TYPE_SEIR_LABEL_SEGMENT);
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
*
* @generated NOT
*/
protected SEIRLabelImpl() {
super();
setTypeURI(URI_TYPE_SEIR_LABEL);
setCurrentValue(StandardFactory.eINSTANCE.createSEIRLabelValue());
setNextValue(StandardFactory.eINSTANCE.createSEIRLabelValue());
setTempValue(StandardFactory.eINSTANCE.createSEIRLabelValue());
setProbeValue(StandardFactory.eINSTANCE.createSEIRLabelValue());
setErrorScale(StandardFactory.eINSTANCE.createSEIRLabelValue());
setDeltaValue(StandardFactory.eINSTANCE.createSEIRLabelValue());
} // SEIRLabelImpl
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return StandardPackage.Literals.SEIR_LABEL;
}
} // SEIRLabelImpl