blob: 7a0887e3d5546031047585600b5aaef98ca540bc [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;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Sporadic Activation</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.app4mc.amalthea.generator.configuration.SporadicActivation#getMinValue <em>Min Value</em>}</li>
* <li>{@link org.eclipse.app4mc.amalthea.generator.configuration.SporadicActivation#getMaxValueDistance <em>Max Value Distance</em>}</li>
* <li>{@link org.eclipse.app4mc.amalthea.generator.configuration.SporadicActivation#getAvgValueDistance <em>Avg Value Distance</em>}</li>
* </ul>
*
* @see org.eclipse.app4mc.amalthea.generator.configuration.RTMGCPackage#getSporadicActivation()
* @model
* @generated
*/
public interface SporadicActivation extends Activation {
/**
* Returns the value of the '<em><b>Min Value</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Min Value</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 Value</em>' containment reference.
* @see #setMinValue(IntegerTimeDistribution)
* @see org.eclipse.app4mc.amalthea.generator.configuration.RTMGCPackage#getSporadicActivation_MinValue()
* @model containment="true" required="true"
* @generated
*/
IntegerTimeDistribution getMinValue();
/**
* Sets the value of the '{@link org.eclipse.app4mc.amalthea.generator.configuration.SporadicActivation#getMinValue <em>Min Value</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Min Value</em>' containment reference.
* @see #getMinValue()
* @generated
*/
void setMinValue(IntegerTimeDistribution value);
/**
* Returns the value of the '<em><b>Max Value Distance</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Max Value 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 Value Distance</em>' containment reference.
* @see #setMaxValueDistance(PercentageDistribution)
* @see org.eclipse.app4mc.amalthea.generator.configuration.RTMGCPackage#getSporadicActivation_MaxValueDistance()
* @model containment="true" required="true"
* @generated
*/
PercentageDistribution getMaxValueDistance();
/**
* Sets the value of the '{@link org.eclipse.app4mc.amalthea.generator.configuration.SporadicActivation#getMaxValueDistance <em>Max Value Distance</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Max Value Distance</em>' containment reference.
* @see #getMaxValueDistance()
* @generated
*/
void setMaxValueDistance(PercentageDistribution value);
/**
* Returns the value of the '<em><b>Avg Value Distance</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Avg Value 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>Avg Value Distance</em>' containment reference.
* @see #setAvgValueDistance(PercentageDistribution)
* @see org.eclipse.app4mc.amalthea.generator.configuration.RTMGCPackage#getSporadicActivation_AvgValueDistance()
* @model containment="true" required="true"
* @generated
*/
PercentageDistribution getAvgValueDistance();
/**
* Sets the value of the '{@link org.eclipse.app4mc.amalthea.generator.configuration.SporadicActivation#getAvgValueDistance <em>Avg Value Distance</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Avg Value Distance</em>' containment reference.
* @see #getAvgValueDistance()
* @generated
*/
void setAvgValueDistance(PercentageDistribution value);
} // SporadicActivation