blob: a3cb472671c0d23ace5c1cac2ab4e26fde95b856 [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>Triangle Clock</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.app4mc.amalthea.generator.configuration.TriangleClock#getMin_start <em>Min start</em>}</li>
* <li>{@link org.eclipse.app4mc.amalthea.generator.configuration.TriangleClock#getMax_end <em>Max end</em>}</li>
* <li>{@link org.eclipse.app4mc.amalthea.generator.configuration.TriangleClock#getShift <em>Shift</em>}</li>
* <li>{@link org.eclipse.app4mc.amalthea.generator.configuration.TriangleClock#getPeriod <em>Period</em>}</li>
* </ul>
*
* @see org.eclipse.app4mc.amalthea.generator.configuration.RTMGCPackage#getTriangleClock()
* @model
* @generated
*/
public interface TriangleClock extends EObject {
/**
* Returns the value of the '<em><b>Min start</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Min start</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 start</em>' containment reference.
* @see #setMin_start(DoubleDistribution)
* @see org.eclipse.app4mc.amalthea.generator.configuration.RTMGCPackage#getTriangleClock_Min_start()
* @model containment="true"
* @generated
*/
DoubleDistribution getMin_start();
/**
* Sets the value of the '{@link org.eclipse.app4mc.amalthea.generator.configuration.TriangleClock#getMin_start <em>Min start</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Min start</em>' containment reference.
* @see #getMin_start()
* @generated
*/
void setMin_start(DoubleDistribution value);
/**
* Returns the value of the '<em><b>Max end</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Max end</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 end</em>' containment reference.
* @see #setMax_end(DoubleDistribution)
* @see org.eclipse.app4mc.amalthea.generator.configuration.RTMGCPackage#getTriangleClock_Max_end()
* @model containment="true"
* @generated
*/
DoubleDistribution getMax_end();
/**
* Sets the value of the '{@link org.eclipse.app4mc.amalthea.generator.configuration.TriangleClock#getMax_end <em>Max end</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Max end</em>' containment reference.
* @see #getMax_end()
* @generated
*/
void setMax_end(DoubleDistribution value);
/**
* Returns the value of the '<em><b>Shift</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Shift</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>Shift</em>' containment reference.
* @see #setShift(IntegerTimeDistribution)
* @see org.eclipse.app4mc.amalthea.generator.configuration.RTMGCPackage#getTriangleClock_Shift()
* @model containment="true"
* @generated
*/
IntegerTimeDistribution getShift();
/**
* Sets the value of the '{@link org.eclipse.app4mc.amalthea.generator.configuration.TriangleClock#getShift <em>Shift</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Shift</em>' containment reference.
* @see #getShift()
* @generated
*/
void setShift(IntegerTimeDistribution value);
/**
* Returns the value of the '<em><b>Period</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Period</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>Period</em>' containment reference.
* @see #setPeriod(IntegerTimeDistribution)
* @see org.eclipse.app4mc.amalthea.generator.configuration.RTMGCPackage#getTriangleClock_Period()
* @model containment="true"
* @generated
*/
IntegerTimeDistribution getPeriod();
/**
* Sets the value of the '{@link org.eclipse.app4mc.amalthea.generator.configuration.TriangleClock#getPeriod <em>Period</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Period</em>' containment reference.
* @see #getPeriod()
* @generated
*/
void setPeriod(IntegerTimeDistribution value);
} // TriangleClock