From be4f78978faba3d3ceb88df02a7f93a2e09ff1e0 Mon Sep 17 00:00:00 2001 From: Kenji Hosokawa Date: Tue, 3 Aug 2021 18:42:39 +0900 Subject: Initial commit Bug-AGL: SPEC-4033 Signed-off-by: Kenji Hosokawa --- .../src/rba/core/MuchGreaterThanOperator.java | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 rba.model.core/src/rba/core/MuchGreaterThanOperator.java (limited to 'rba.model.core/src/rba/core/MuchGreaterThanOperator.java') diff --git a/rba.model.core/src/rba/core/MuchGreaterThanOperator.java b/rba.model.core/src/rba/core/MuchGreaterThanOperator.java new file mode 100644 index 0000000..5756f66 --- /dev/null +++ b/rba.model.core/src/rba/core/MuchGreaterThanOperator.java @@ -0,0 +1,32 @@ +/** + */ +package rba.core; + +/** + * + * A representation of the model object 'Much Greater Than Operator'. + * + * + * + * + * + * + * + * @see rba.core.RBACorePackage#getMuchGreaterThanOperator() + * @model + * @generated + */ +public interface MuchGreaterThanOperator extends ComparisonOperator { + /** + * + * + * + * @Override + * + * @model kind="operation" + * annotation="http://www.eclipse.org/emf/2002/GenModel body='return \">>\";'" + * @generated + */ + String getSymbol(); + +} // MuchGreaterThanOperator -- cgit 1.2.3-korg