| /** | |
| * <copyright> | |
| * </copyright> | |
| * | |
| * $Id$ | |
| */ | |
| package statemachine; | |
| import org.eclipse.emf.common.util.EList; | |
| /** | |
| * <!-- begin-user-doc --> | |
| * A representation of the model object '<em><b>Composite State</b></em>'. | |
| * <!-- end-user-doc --> | |
| * | |
| * <p> | |
| * The following features are supported: | |
| * <ul> | |
| * <li>{@link statemachine.CompositeState#getRegion <em>Region</em>}</li> | |
| * </ul> | |
| * </p> | |
| * | |
| * @see statemachine.StatemachinePackage#getCompositeState() | |
| * @model | |
| * @generated | |
| */ | |
| public interface CompositeState extends State { | |
| /** | |
| * Returns the value of the '<em><b>Region</b></em>' containment reference list. | |
| * The list contents are of type {@link statemachine.Region}. | |
| * <!-- begin-user-doc --> | |
| * <p> | |
| * If the meaning of the '<em>Region</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>Region</em>' containment reference list. | |
| * @see statemachine.StatemachinePackage#getCompositeState_Region() | |
| * @model type="statemachine.Region" containment="true" required="true" | |
| * @generated | |
| */ | |
| EList getRegion(); | |
| } // CompositeState |