summaryrefslogtreecommitdiffstats
path: root/rba.model.core/src/rba/core/ActionOperator.java
blob: 471ed7804bb720e9afe39350e3b9f3eef1b8d36c (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>Action Operator</b></em>'.
 * <!-- end-user-doc -->
 *
 * <!-- begin-model-doc -->
 * 
 * <!-- end-model-doc -->
 *
 *
 * @see rba.core.RBACorePackage#getActionOperator()
 * @model abstract="true"
 * @generated
 */
public interface ActionOperator extends Operator {

} // ActionOperator