summaryrefslogtreecommitdiffstats
path: root/rba.model.core/src/rba/core/ActionOperator.java
diff options
context:
space:
mode:
Diffstat (limited to 'rba.model.core/src/rba/core/ActionOperator.java')
-rw-r--r--rba.model.core/src/rba/core/ActionOperator.java21
1 files changed, 21 insertions, 0 deletions
diff --git a/rba.model.core/src/rba/core/ActionOperator.java b/rba.model.core/src/rba/core/ActionOperator.java
new file mode 100644
index 0000000..471ed78
--- /dev/null
+++ b/rba.model.core/src/rba/core/ActionOperator.java
@@ -0,0 +1,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