blob: 08fb72dbcab552587928c04c50880631c7864752 [file] [log] [blame]
/**
* Copyright (c) 2015, 2017 Willink Transformations 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
* ;
* ;Contributors:
* ; E.D.Willink - Initial API and implementation
*/
package org.eclipse.qvtd.atl.atl2qvtr.PATL2QVTr;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.m2m.atl.common.ATL.InPattern;
import org.eclipse.qvtd.pivot.qvtrelation.Relation;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>SIn Pattern2 Relation Domain guard</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.qvtd.atl.atl2qvtr.PATL2QVTr.SInPattern2RelationDomain_guard#getAPattern <em>APattern</em>}</li>
* <li>{@link org.eclipse.qvtd.atl.atl2qvtr.PATL2QVTr.SInPattern2RelationDomain_guard#getRRule <em>RRule</em>}</li>
* </ul>
*
* @see org.eclipse.qvtd.atl.atl2qvtr.PATL2QVTr.PATL2QVTrPackage#getSInPattern2RelationDomain_guard()
* @model
* @generated
*/
public interface SInPattern2RelationDomain_guard extends EObject {
/**
* Returns the value of the '<em><b>APattern</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>APattern</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>APattern</em>' reference.
* @see #setAPattern(InPattern)
* @see org.eclipse.qvtd.atl.atl2qvtr.PATL2QVTr.PATL2QVTrPackage#getSInPattern2RelationDomain_guard_APattern()
* @model required="true"
* annotation="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName body='SInPattern2RelationDomain_guard' unique='false' upper='*'"
* annotation="http://www.eclipse.org/qvt#Domains referredDomain='atl'"
* @generated
*/
InPattern getAPattern();
/**
* Sets the value of the '{@link org.eclipse.qvtd.atl.atl2qvtr.PATL2QVTr.SInPattern2RelationDomain_guard#getAPattern <em>APattern</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>APattern</em>' reference.
* @see #getAPattern()
* @generated
*/
void setAPattern(InPattern value);
/**
* Returns the value of the '<em><b>RRule</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>RRule</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>RRule</em>' reference.
* @see #setRRule(Relation)
* @see org.eclipse.qvtd.atl.atl2qvtr.PATL2QVTr.PATL2QVTrPackage#getSInPattern2RelationDomain_guard_RRule()
* @model required="true"
* annotation="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName body='SInPattern2RelationDomain_guard' unique='false' upper='*'"
* annotation="http://www.eclipse.org/qvt#Domains referredDomain='qvtr'"
* @generated
*/
Relation getRRule();
/**
* Sets the value of the '{@link org.eclipse.qvtd.atl.atl2qvtr.PATL2QVTr.SInPattern2RelationDomain_guard#getRRule <em>RRule</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>RRule</em>' reference.
* @see #getRRule()
* @generated
*/
void setRRule(Relation value);
} // SInPattern2RelationDomain_guard