blob: 484c6d72382362984cfd36483a70b8ac40ef4f56 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2012, 2015 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.xtext.qvtcorebasecs;
import org.eclipse.emf.common.util.EList;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Guard Pattern CS</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.qvtd.xtext.qvtcorebasecs.GuardPatternCS#getOwnedPredicates <em>Owned Predicates</em>}</li>
* </ul>
*
* @see org.eclipse.qvtd.xtext.qvtcorebasecs.QVTcoreBaseCSPackage#getGuardPatternCS()
* @model
* @generated
*/
public interface GuardPatternCS extends PatternCS {
/**
* Returns the value of the '<em><b>Owned Predicates</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.qvtd.xtext.qvtcorebasecs.PredicateCS}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Owned Predicates</em>' containment reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Owned Predicates</em>' containment reference list.
* @see org.eclipse.qvtd.xtext.qvtcorebasecs.QVTcoreBaseCSPackage#getGuardPatternCS_OwnedPredicates()
* @model containment="true"
* @generated
*/
EList<PredicateCS> getOwnedPredicates();
} // GuardPatternCS