blob: 30ad6ac29eebb9276fe336d656d4504ebb7a3761 [file] [log] [blame]
/**
* *******************************************************************************
* Copyright (c) 2015-2021 Robert Bosch GmbH and others.
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Generated using Eclipse EMF
*
* *******************************************************************************
*/
package org.eclipse.app4mc.amalthea.model;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Hw Path</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.app4mc.amalthea.model.HwPath#getSource <em>Source</em>}</li>
* <li>{@link org.eclipse.app4mc.amalthea.model.HwPath#getDestination <em>Destination</em>}</li>
* </ul>
*
* @see org.eclipse.app4mc.amalthea.model.AmaltheaPackage#getHwPath()
* @model abstract="true"
* @generated
*/
public interface HwPath extends EObject {
/**
* Returns the value of the '<em><b>Source</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return the value of the '<em>Source</em>' reference.
* @see org.eclipse.app4mc.amalthea.model.AmaltheaPackage#getHwPath_Source()
* @model transient="true" changeable="false" volatile="true" derived="true"
* @generated
*/
ProcessingUnit getSource();
/**
* Returns the value of the '<em><b>Destination</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return the value of the '<em>Destination</em>' reference.
* @see org.eclipse.app4mc.amalthea.model.AmaltheaPackage#getHwPath_Destination()
* @model transient="true" changeable="false" volatile="true" derived="true"
* @generated
*/
HwDestination getDestination();
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @model kind="operation" unique="false"
* @generated
*/
HwAccessElement getContainingAccessElement();
} // HwPath