blob: 1aaa4b907b4df199ebba2accb7f87e76ff298d55 [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.ecore.EClass;
import org.eclipse.emf.ecore.InternalEObject;
import org.eclipse.emf.ecore.impl.ENotificationImpl;
import org.eclipse.stem.core.graph.LabelValue;
import org.eclipse.stem.diseasemodels.standard.SILabel;
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>SI Label</b></em>'. <!-- end-user-doc -->
* <p>
* </p>
*
* @generated
*/
public class SILabelImpl extends StandardDiseaseModelLabelImpl implements
SILabel {
/**
* This is the top-level segment for all type URI's for SI disease model
* labels.
*/
String URI_TYPE_SI_LABEL_SEGMENT = URI_TYPE_STANDARD_DISEASE_MODEL_LABEL_SEGMENT
+ "/si";
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
*
* @generated NOT
*/
protected SILabelImpl() {
setCurrentValue(StandardFactory.eINSTANCE.createSILabelValue());
setNextValue(StandardFactory.eINSTANCE.createSILabelValue());
setTempValue(StandardFactory.eINSTANCE.createSILabelValue());
setProbeValue(StandardFactory.eINSTANCE.createSILabelValue());
setErrorScale(StandardFactory.eINSTANCE.createSILabelValue());
setDeltaValue(StandardFactory.eINSTANCE.createSILabelValue());
} // SILabelImpl
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return StandardPackage.Literals.SI_LABEL;
}
} // SILabelImpl