blob: d05fdafc6447f0dfc81a2c446d6917adf0aa3e96 [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>Recurrence</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.app4mc.amalthea.generator.configuration.Recurrence#getRecurrenceType <em>Recurrence Type</em>}</li>
* </ul>
*
* @see org.eclipse.app4mc.amalthea.generator.configuration.RTMGCPackage#getRecurrence()
* @model
* @generated
*/
public interface Recurrence extends IntegerTimeDistribution {
/**
* Returns the value of the '<em><b>Recurrence Type</b></em>' attribute.
* The default value is <code>"random"</code>.
* The literals are from the enumeration {@link org.eclipse.app4mc.amalthea.generator.configuration.RecurrenceType}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Recurrence 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>Recurrence Type</em>' attribute.
* @see org.eclipse.app4mc.amalthea.generator.configuration.RecurrenceType
* @see #setRecurrenceType(RecurrenceType)
* @see org.eclipse.app4mc.amalthea.generator.configuration.RTMGCPackage#getRecurrence_RecurrenceType()
* @model default="random" unique="false"
* @generated
*/
RecurrenceType getRecurrenceType();
/**
* Sets the value of the '{@link org.eclipse.app4mc.amalthea.generator.configuration.Recurrence#getRecurrenceType <em>Recurrence Type</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Recurrence Type</em>' attribute.
* @see org.eclipse.app4mc.amalthea.generator.configuration.RecurrenceType
* @see #getRecurrenceType()
* @generated
*/
void setRecurrenceType(RecurrenceType value);
} // Recurrence