/** */ package net.certware.evidence.hugin.netDSL; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EObject; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Expression Sequence</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link net.certware.evidence.hugin.netDSL.ExpressionSequence#getExpressions <em>Expressions</em>}</li> * </ul> * </p> * * @see net.certware.evidence.hugin.netDSL.NetDSLPackage#getExpressionSequence() * @model * @generated */ public interface ExpressionSequence extends EObject { /** * Returns the value of the '<em><b>Expressions</b></em>' containment reference list. * The list contents are of type {@link net.certware.evidence.hugin.netDSL.Expression}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Expressions</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>Expressions</em>' containment reference list. * @see net.certware.evidence.hugin.netDSL.NetDSLPackage#getExpressionSequence_Expressions() * @model containment="true" * @generated */ EList<Expression> getExpressions(); } // ExpressionSequence