blob: 123450230b87946bb1e84c846a0052cc367be4db [file] [log] [blame]
/**
* Copyright (c) 2010, 2019 Mia-Software and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* Nicolas Payneau (Mia-Software) - initial API and implementation
*/
package org.eclipse.modisco.omg.smm;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Measurement Relationship</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.modisco.omg.smm.SmmPackage#getMeasurementRelationship()
* @model abstract="true"
* @generated
*/
public interface MeasurementRelationship extends SmmRelationship {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @model kind="operation" required="true"
* @generated
*/
Measurement getTo();
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @model kind="operation" required="true"
* @generated
*/
Measurement getFrom();
} // MeasurementRelationship