blob: fcb4410ebe4465dc22a50124b99b5964083880b1 [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>Periodic Activation</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.app4mc.amalthea.generator.configuration.PeriodicActivation#getRecurrence <em>Recurrence</em>}</li>
* <li>{@link org.eclipse.app4mc.amalthea.generator.configuration.PeriodicActivation#getOffset <em>Offset</em>}</li>
* </ul>
*
* @see org.eclipse.app4mc.amalthea.generator.configuration.RTMGCPackage#getPeriodicActivation()
* @model
* @generated
*/
public interface PeriodicActivation extends Activation {
/**
* Returns the value of the '<em><b>Recurrence</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Recurrence</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>Recurrence</em>' containment reference.
* @see #setRecurrence(Recurrence)
* @see org.eclipse.app4mc.amalthea.generator.configuration.RTMGCPackage#getPeriodicActivation_Recurrence()
* @model containment="true" required="true"
* @generated
*/
Recurrence getRecurrence();
/**
* Sets the value of the '{@link org.eclipse.app4mc.amalthea.generator.configuration.PeriodicActivation#getRecurrence <em>Recurrence</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Recurrence</em>' containment reference.
* @see #getRecurrence()
* @generated
*/
void setRecurrence(Recurrence value);
/**
* Returns the value of the '<em><b>Offset</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Offset</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>Offset</em>' containment reference.
* @see #setOffset(IntegerTimeDistribution)
* @see org.eclipse.app4mc.amalthea.generator.configuration.RTMGCPackage#getPeriodicActivation_Offset()
* @model containment="true" required="true"
* @generated
*/
IntegerTimeDistribution getOffset();
/**
* Sets the value of the '{@link org.eclipse.app4mc.amalthea.generator.configuration.PeriodicActivation#getOffset <em>Offset</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Offset</em>' containment reference.
* @see #getOffset()
* @generated
*/
void setOffset(IntegerTimeDistribution value);
} // PeriodicActivation