blob: d513dc9d84347e860021938016036cdcfd0949fe [file] [log] [blame]
/**
* <copyright>
* </copyright>
*
* $Id$
*/
package org.eclipse.papyrus.infra.constraints;
import org.eclipse.emf.common.util.EList;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Composite Constraint</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.papyrus.infra.constraints.CompositeConstraint#getConstraints <em>Constraints</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.papyrus.infra.constraints.ConstraintsPackage#getCompositeConstraint()
* @model
* @generated
*/
public interface CompositeConstraint extends ConstraintDescriptor {
/**
* Returns the value of the '<em><b>Constraints</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.papyrus.infra.constraints.SimpleConstraint}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Constraints</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>Constraints</em>' containment reference list.
* @see org.eclipse.papyrus.infra.constraints.ConstraintsPackage#getCompositeConstraint_Constraints()
* @model containment="true"
* @generated
*/
EList<SimpleConstraint> getConstraints();
} // CompositeConstraint