blob: e04b67b3dac20178d6488c48e8bcdaa9adab1e80 [file] [log] [blame]
/**
*/
package org.eclipse.fx.xtext.statemachine.statemachine;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Condition</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.fx.xtext.statemachine.statemachine.Condition#getEvents <em>Events</em>}</li>
* </ul>
*
* @see org.eclipse.fx.xtext.statemachine.statemachine.StatemachinePackage#getCondition()
* @model
* @generated
*/
public interface Condition extends EObject
{
/**
* Returns the value of the '<em><b>Events</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.fx.xtext.statemachine.statemachine.Event}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Events</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>Events</em>' containment reference list.
* @see org.eclipse.fx.xtext.statemachine.statemachine.StatemachinePackage#getCondition_Events()
* @model containment="true"
* @generated
*/
EList<Event> getEvents();
} // Condition