blob: 345af8f2c440eed09b75f8e96a36dd0c38c65471 [file] [log] [blame]
/**
* Copyright (c) 2016 CEA LIST.
*
* 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:
* CEA LIST - Initial API and implementation
*
*/
package org.omg.smm;
import org.eclipse.emf.common.util.EList;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Grade Measure</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.omg.smm.GradeMeasure#getInterval <em>Interval</em>}</li>
* </ul>
*
* @see org.omg.smm.SmmPackage#getGradeMeasure()
* @model
* @generated
*/
public interface GradeMeasure extends Measure {
/**
* Returns the value of the '<em><b>Interval</b></em>' containment reference list.
* The list contents are of type {@link org.omg.smm.GradeInterval}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Interval</em>' containment reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Interval</em>' containment reference list.
* @see org.omg.smm.SmmPackage#getGradeMeasure_Interval()
* @model containment="true" required="true" ordered="false"
* @generated
*/
EList<GradeInterval> getInterval();
} // GradeMeasure