blob: b28bc5c9fd3cc7f6ec75e0f39807137f3d762e93 [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;
import org.eclipse.emf.common.util.EList;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Periodic Synthetic Stimulus</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* Stimulus (repeated periodically) with a defined list of occurrences.
* occurrenceTimes: List of all occurrences
* <!-- end-model-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.app4mc.amalthea.model.PeriodicSyntheticStimulus#getOccurrenceTimes <em>Occurrence Times</em>}</li>
* </ul>
*
* @see org.eclipse.app4mc.amalthea.model.AmaltheaPackage#getPeriodicSyntheticStimulus()
* @model
* @generated
*/
public interface PeriodicSyntheticStimulus extends Stimulus, FixedPeriodic {
/**
* Returns the value of the '<em><b>Occurrence Times</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.app4mc.amalthea.model.Time}.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return the value of the '<em>Occurrence Times</em>' containment reference list.
* @see org.eclipse.app4mc.amalthea.model.AmaltheaPackage#getPeriodicSyntheticStimulus_OccurrenceTimes()
* @model containment="true" required="true"
* @generated
*/
EList<Time> getOccurrenceTimes();
} // PeriodicSyntheticStimulus