summaryrefslogtreecommitdiffstats
path: root/rba.model.core/src/rba/core/State.java
blob: bfbf9ef7166a5b3089b5c1cd350e6c212b613245 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/**
 */
package rba.core;

/**
 * <!-- begin-user-doc -->
 * A representation of the model object '<em><b>State</b></em>'.
 * <!-- end-user-doc -->
 *
 * <!-- begin-model-doc -->
 * 
 * <!-- end-model-doc -->
 *
 *
 * @see rba.core.RBACorePackage#getState()
 * @model
 * @generated
 */
public interface State extends RuleObject {

} // State