/**
*/
package edu.ksu.cis.projects.mdcf.devicemodel.deviceModelingLanguage;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Constraint Exp</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link edu.ksu.cis.projects.mdcf.devicemodel.deviceModelingLanguage.ConstraintExp#getCond <em>Cond</em>}</li>
* </ul>
* </p>
*
* @see edu.ksu.cis.projects.mdcf.devicemodel.deviceModelingLanguage.DeviceModelingLanguagePackage#getConstraintExp()
* @model
* @generated
*/
public interface ConstraintExp extends EObject
{
/**
* Returns the value of the '<em><b>Cond</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Cond</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>Cond</em>' containment reference.
* @see #setCond(Exp)
* @see edu.ksu.cis.projects.mdcf.devicemodel.deviceModelingLanguage.DeviceModelingLanguagePackage#getConstraintExp_Cond()
* @model containment="true"
* @generated
*/
Exp getCond();
/**
* Sets the value of the '{@link edu.ksu.cis.projects.mdcf.devicemodel.deviceModelingLanguage.ConstraintExp#getCond <em>Cond</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Cond</em>' containment reference.
* @see #getCond()
* @generated
*/
void setCond(Exp value);
} // ConstraintExp