blob: 01a45f5c7b5d883d54df5ac8bdc3f93a8e95873d [file] [log] [blame]
/**
*/
package org.polarsys.chess.xtext.flaDsl;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.uml2.uml.Port;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Output Expression</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.polarsys.chess.xtext.flaDsl.OutputExpression#getRef <em>Ref</em>}</li>
* <li>{@link org.polarsys.chess.xtext.flaDsl.OutputExpression#getFailureExpr <em>Failure Expr</em>}</li>
* </ul>
*
* @see org.polarsys.chess.xtext.flaDsl.FlaDslPackage#getOutputExpression()
* @model
* @generated
*/
public interface OutputExpression extends EObject
{
/**
* Returns the value of the '<em><b>Ref</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Ref</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Ref</em>' reference.
* @see #setRef(Port)
* @see org.polarsys.chess.xtext.flaDsl.FlaDslPackage#getOutputExpression_Ref()
* @model
* @generated
*/
Port getRef();
/**
* Sets the value of the '{@link org.polarsys.chess.xtext.flaDsl.OutputExpression#getRef <em>Ref</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Ref</em>' reference.
* @see #getRef()
* @generated
*/
void setRef(Port value);
/**
* Returns the value of the '<em><b>Failure Expr</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Failure Expr</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>Failure Expr</em>' containment reference.
* @see #setFailureExpr(OutFailureExpr)
* @see org.polarsys.chess.xtext.flaDsl.FlaDslPackage#getOutputExpression_FailureExpr()
* @model containment="true"
* @generated
*/
OutFailureExpr getFailureExpr();
/**
* Sets the value of the '{@link org.polarsys.chess.xtext.flaDsl.OutputExpression#getFailureExpr <em>Failure Expr</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Failure Expr</em>' containment reference.
* @see #getFailureExpr()
* @generated
*/
void setFailureExpr(OutFailureExpr value);
} // OutputExpression