blob: 4dc0699e2ec47d3e6ad0e3559a9226eeba13f034 [file] [log] [blame]
/**
*/
package org.eclipse.qvto.examples.xtext.qvtoperationalcs;
import org.eclipse.ocl.xtext.essentialoclcs.ExpCS;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Mapping Rule CS</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.qvto.examples.xtext.qvtoperationalcs.MappingRuleCS#getGuard <em>Guard</em>}</li>
* <li>{@link org.eclipse.qvto.examples.xtext.qvtoperationalcs.MappingRuleCS#getMappingBody <em>Mapping Body</em>}</li>
* </ul>
*
* @see org.eclipse.qvto.examples.xtext.qvtoperationalcs.QVTOperationalCSPackage#getMappingRuleCS()
* @model
* @generated
*/
public interface MappingRuleCS extends MappingMethodCS {
/**
* Returns the value of the '<em><b>Guard</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Guard</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>Guard</em>' containment reference.
* @see #setGuard(ExpCS)
* @see org.eclipse.qvto.examples.xtext.qvtoperationalcs.QVTOperationalCSPackage#getMappingRuleCS_Guard()
* @model containment="true"
* @generated
*/
ExpCS getGuard();
/**
* Sets the value of the '{@link org.eclipse.qvto.examples.xtext.qvtoperationalcs.MappingRuleCS#getGuard <em>Guard</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Guard</em>' containment reference.
* @see #getGuard()
* @generated
*/
void setGuard(ExpCS value);
/**
* Returns the value of the '<em><b>Mapping Body</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Mapping Body</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>Mapping Body</em>' containment reference.
* @see #setMappingBody(MappingSectionsCS)
* @see org.eclipse.qvto.examples.xtext.qvtoperationalcs.QVTOperationalCSPackage#getMappingRuleCS_MappingBody()
* @model containment="true"
* @generated
*/
MappingSectionsCS getMappingBody();
/**
* Sets the value of the '{@link org.eclipse.qvto.examples.xtext.qvtoperationalcs.MappingRuleCS#getMappingBody <em>Mapping Body</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Mapping Body</em>' containment reference.
* @see #getMappingBody()
* @generated
*/
void setMappingBody(MappingSectionsCS value);
} // MappingRuleCS