blob: ab762eacebb3b9d85a9c672fb564937792fc5117 [file] [log] [blame]
/**
*/
package org.polarsys.chess.xtext.flaDsl;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Behaviour</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.polarsys.chess.xtext.flaDsl.Behaviour#getRules <em>Rules</em>}</li>
* </ul>
*
* @see org.polarsys.chess.xtext.flaDsl.FlaDslPackage#getBehaviour()
* @model
* @generated
*/
public interface Behaviour extends EObject
{
/**
* Returns the value of the '<em><b>Rules</b></em>' containment reference list.
* The list contents are of type {@link org.polarsys.chess.xtext.flaDsl.Expression}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Rules</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>Rules</em>' containment reference list.
* @see org.polarsys.chess.xtext.flaDsl.FlaDslPackage#getBehaviour_Rules()
* @model containment="true"
* @generated
*/
EList<Expression> getRules();
} // Behaviour