blob: 454a4202db671c39e2da2d57e97b9af79aa6105b [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;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Os ISR Overhead</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.app4mc.amalthea.model.OsISROverhead#getPreExecutionOverhead <em>Pre Execution Overhead</em>}</li>
* <li>{@link org.eclipse.app4mc.amalthea.model.OsISROverhead#getPostExecutionOverhead <em>Post Execution Overhead</em>}</li>
* </ul>
*
* @see org.eclipse.app4mc.amalthea.model.AmaltheaPackage#getOsISROverhead()
* @model
* @generated
*/
public interface OsISROverhead extends BaseObject {
/**
* Returns the value of the '<em><b>Pre Execution Overhead</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return the value of the '<em>Pre Execution Overhead</em>' containment reference.
* @see #setPreExecutionOverhead(Ticks)
* @see org.eclipse.app4mc.amalthea.model.AmaltheaPackage#getOsISROverhead_PreExecutionOverhead()
* @model containment="true"
* @generated
*/
Ticks getPreExecutionOverhead();
/**
* Sets the value of the '{@link org.eclipse.app4mc.amalthea.model.OsISROverhead#getPreExecutionOverhead <em>Pre Execution Overhead</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Pre Execution Overhead</em>' containment reference.
* @see #getPreExecutionOverhead()
* @generated
*/
void setPreExecutionOverhead(Ticks value);
/**
* Returns the value of the '<em><b>Post Execution Overhead</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return the value of the '<em>Post Execution Overhead</em>' containment reference.
* @see #setPostExecutionOverhead(Ticks)
* @see org.eclipse.app4mc.amalthea.model.AmaltheaPackage#getOsISROverhead_PostExecutionOverhead()
* @model containment="true"
* @generated
*/
Ticks getPostExecutionOverhead();
/**
* Sets the value of the '{@link org.eclipse.app4mc.amalthea.model.OsISROverhead#getPostExecutionOverhead <em>Post Execution Overhead</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Post Execution Overhead</em>' containment reference.
* @see #getPostExecutionOverhead()
* @generated
*/
void setPostExecutionOverhead(Ticks value);
} // OsISROverhead