blob: 6e7e4a294181a14e72fd0d9f8893c38459d3e3d2 [file] [log] [blame]
/**
* *******************************************************************************
* Copyright (c) 2017 Timing-Architects Embedded Systems GmbH 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
*
* Generated using Eclipse EMF
*
* *******************************************************************************
*/
package org.eclipse.app4mc.amalthea.generator.configuration;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Runnable Properties</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.app4mc.amalthea.generator.configuration.RunnableProperties#getRuntimeType <em>Runtime Type</em>}</li>
* <li>{@link org.eclipse.app4mc.amalthea.generator.configuration.RunnableProperties#getInstructionsPerRunnables <em>Instructions Per Runnables</em>}</li>
* <li>{@link org.eclipse.app4mc.amalthea.generator.configuration.RunnableProperties#getRunnablesPerCallSequence <em>Runnables Per Call Sequence</em>}</li>
* <li>{@link org.eclipse.app4mc.amalthea.generator.configuration.RunnableProperties#getRunnablesPerSWC <em>Runnables Per SWC</em>}</li>
* <li>{@link org.eclipse.app4mc.amalthea.generator.configuration.RunnableProperties#getMinStatisticsDistance <em>Min Statistics Distance</em>}</li>
* <li>{@link org.eclipse.app4mc.amalthea.generator.configuration.RunnableProperties#getMaxStatisticsDistance <em>Max Statistics Distance</em>}</li>
* </ul>
*
* @see org.eclipse.app4mc.amalthea.generator.configuration.RTMGCPackage#getRunnableProperties()
* @model
* @generated
*/
public interface RunnableProperties extends EObject {
/**
* Returns the value of the '<em><b>Runtime Type</b></em>' attribute.
* The default value is <code>"instructionsConst"</code>.
* The literals are from the enumeration {@link org.eclipse.app4mc.amalthea.generator.configuration.RuntimeType}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Runtime Type</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Runtime Type</em>' attribute.
* @see org.eclipse.app4mc.amalthea.generator.configuration.RuntimeType
* @see #setRuntimeType(RuntimeType)
* @see org.eclipse.app4mc.amalthea.generator.configuration.RTMGCPackage#getRunnableProperties_RuntimeType()
* @model default="instructionsConst" unique="false" required="true"
* @generated
*/
RuntimeType getRuntimeType();
/**
* Sets the value of the '{@link org.eclipse.app4mc.amalthea.generator.configuration.RunnableProperties#getRuntimeType <em>Runtime Type</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Runtime Type</em>' attribute.
* @see org.eclipse.app4mc.amalthea.generator.configuration.RuntimeType
* @see #getRuntimeType()
* @generated
*/
void setRuntimeType(RuntimeType value);
/**
* Returns the value of the '<em><b>Instructions Per Runnables</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Instructions Per Runnables</em>' containment reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Instructions Per Runnables</em>' containment reference.
* @see #setInstructionsPerRunnables(IntegerDistribution)
* @see org.eclipse.app4mc.amalthea.generator.configuration.RTMGCPackage#getRunnableProperties_InstructionsPerRunnables()
* @model containment="true" required="true"
* @generated
*/
IntegerDistribution getInstructionsPerRunnables();
/**
* Sets the value of the '{@link org.eclipse.app4mc.amalthea.generator.configuration.RunnableProperties#getInstructionsPerRunnables <em>Instructions Per Runnables</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Instructions Per Runnables</em>' containment reference.
* @see #getInstructionsPerRunnables()
* @generated
*/
void setInstructionsPerRunnables(IntegerDistribution value);
/**
* Returns the value of the '<em><b>Runnables Per Call Sequence</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Runnables Per Call Sequence</em>' containment reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Runnables Per Call Sequence</em>' containment reference.
* @see #setRunnablesPerCallSequence(IntegerDistribution)
* @see org.eclipse.app4mc.amalthea.generator.configuration.RTMGCPackage#getRunnableProperties_RunnablesPerCallSequence()
* @model containment="true" required="true"
* @generated
*/
IntegerDistribution getRunnablesPerCallSequence();
/**
* Sets the value of the '{@link org.eclipse.app4mc.amalthea.generator.configuration.RunnableProperties#getRunnablesPerCallSequence <em>Runnables Per Call Sequence</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Runnables Per Call Sequence</em>' containment reference.
* @see #getRunnablesPerCallSequence()
* @generated
*/
void setRunnablesPerCallSequence(IntegerDistribution value);
/**
* Returns the value of the '<em><b>Runnables Per SWC</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Runnables Per SWC</em>' containment reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Runnables Per SWC</em>' containment reference.
* @see #setRunnablesPerSWC(IntegerDistribution)
* @see org.eclipse.app4mc.amalthea.generator.configuration.RTMGCPackage#getRunnableProperties_RunnablesPerSWC()
* @model containment="true" required="true"
* @generated
*/
IntegerDistribution getRunnablesPerSWC();
/**
* Sets the value of the '{@link org.eclipse.app4mc.amalthea.generator.configuration.RunnableProperties#getRunnablesPerSWC <em>Runnables Per SWC</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Runnables Per SWC</em>' containment reference.
* @see #getRunnablesPerSWC()
* @generated
*/
void setRunnablesPerSWC(IntegerDistribution value);
/**
* Returns the value of the '<em><b>Min Statistics Distance</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Min Statistics Distance</em>' containment reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Min Statistics Distance</em>' containment reference.
* @see #setMinStatisticsDistance(PercentageDistribution)
* @see org.eclipse.app4mc.amalthea.generator.configuration.RTMGCPackage#getRunnableProperties_MinStatisticsDistance()
* @model containment="true" required="true"
* @generated
*/
PercentageDistribution getMinStatisticsDistance();
/**
* Sets the value of the '{@link org.eclipse.app4mc.amalthea.generator.configuration.RunnableProperties#getMinStatisticsDistance <em>Min Statistics Distance</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Min Statistics Distance</em>' containment reference.
* @see #getMinStatisticsDistance()
* @generated
*/
void setMinStatisticsDistance(PercentageDistribution value);
/**
* Returns the value of the '<em><b>Max Statistics Distance</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Max Statistics Distance</em>' containment reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Max Statistics Distance</em>' containment reference.
* @see #setMaxStatisticsDistance(PercentageDistribution)
* @see org.eclipse.app4mc.amalthea.generator.configuration.RTMGCPackage#getRunnableProperties_MaxStatisticsDistance()
* @model containment="true" required="true"
* @generated
*/
PercentageDistribution getMaxStatisticsDistance();
/**
* Sets the value of the '{@link org.eclipse.app4mc.amalthea.generator.configuration.RunnableProperties#getMaxStatisticsDistance <em>Max Statistics Distance</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Max Statistics Distance</em>' containment reference.
* @see #getMaxStatisticsDistance()
* @generated
*/
void setMaxStatisticsDistance(PercentageDistribution value);
} // RunnableProperties