/** */ package rba.core; import org.eclipse.emf.ecore.EAttribute; import org.eclipse.emf.ecore.EClass; import org.eclipse.emf.ecore.EEnum; import org.eclipse.emf.ecore.EOperation; import org.eclipse.emf.ecore.EPackage; import org.eclipse.emf.ecore.EReference; /** * * The Package for the model. * It contains accessors for the meta objects to represent * * * @see rba.core.RBACoreFactory * @model kind="package" * annotation="http://www.eclipse.org/OCL/Import ecore='http://www.eclipse.org/emf/2002/Ecore'" * @generated */ public interface RBACorePackage extends EPackage { /** * The package name. * * * @generated */ String eNAME = "core"; /** * The package namespace URI. * * * @generated */ String eNS_URI = "http://www.denso.com/ict/rba/core"; /** * The package namespace name. * * * @generated */ String eNS_PREFIX = "RbaCore"; /** * The singleton instance of the package. * * * @generated */ RBACorePackage eINSTANCE = rba.core.impl.RBACorePackageImpl.init(); /** * The meta object id for the '{@link rba.core.impl.ModelElementImpl Model Element}' class. * * * @see rba.core.impl.ModelElementImpl * @see rba.core.impl.RBACorePackageImpl#getModelElement() * @generated */ int MODEL_ELEMENT = 0; /** * The feature id for the 'Description' attribute. * * * @generated * @ordered */ int MODEL_ELEMENT__DESCRIPTION = 0; /** * The number of structural features of the 'Model Element' class. * * * @generated * @ordered */ int MODEL_ELEMENT_FEATURE_COUNT = 1; /** * The number of operations of the 'Model Element' class. * * * @generated * @ordered */ int MODEL_ELEMENT_OPERATION_COUNT = 0; /** * The meta object id for the '{@link rba.core.impl.NamedElementImpl Named Element}' class. * * * @see rba.core.impl.NamedElementImpl * @see rba.core.impl.RBACorePackageImpl#getNamedElement() * @generated */ int NAMED_ELEMENT = 1; /** * The feature id for the 'Description' attribute. * * * @generated * @ordered */ int NAMED_ELEMENT__DESCRIPTION = MODEL_ELEMENT__DESCRIPTION; /** * The feature id for the 'Name' attribute. * * * @generated * @ordered */ int NAMED_ELEMENT__NAME = MODEL_ELEMENT_FEATURE_COUNT + 0; /** * The number of structural features of the 'Named Element' class. * * * @generated * @ordered */ int NAMED_ELEMENT_FEATURE_COUNT = MODEL_ELEMENT_FEATURE_COUNT + 1; /** * The number of operations of the 'Named Element' class. * * * @generated * @ordered */ int NAMED_ELEMENT_OPERATION_COUNT = MODEL_ELEMENT_OPERATION_COUNT + 0; /** * The meta object id for the '{@link rba.core.impl.PackagableElementImpl Packagable Element}' class. * * * @see rba.core.impl.PackagableElementImpl * @see rba.core.impl.RBACorePackageImpl#getPackagableElement() * @generated */ int PACKAGABLE_ELEMENT = 6; /** * The feature id for the 'Description' attribute. * * * @generated * @ordered */ int PACKAGABLE_ELEMENT__DESCRIPTION = NAMED_ELEMENT__DESCRIPTION; /** * The feature id for the 'Name' attribute. * * * @generated * @ordered */ int PACKAGABLE_ELEMENT__NAME = NAMED_ELEMENT__NAME; /** * The number of structural features of the 'Packagable Element' class. * * * @generated * @ordered */ int PACKAGABLE_ELEMENT_FEATURE_COUNT = NAMED_ELEMENT_FEATURE_COUNT + 0; /** * The number of operations of the 'Packagable Element' class. * * * @generated * @ordered */ int PACKAGABLE_ELEMENT_OPERATION_COUNT = NAMED_ELEMENT_OPERATION_COUNT + 0; /** * The meta object id for the '{@link rba.core.impl.RuleObjectImpl Rule Object}' class. * * * @see rba.core.impl.RuleObjectImpl * @see rba.core.impl.RBACorePackageImpl#getRuleObject() * @generated */ int RULE_OBJECT = 10; /** * The feature id for the 'Description' attribute. * * * @generated * @ordered */ int RULE_OBJECT__DESCRIPTION = PACKAGABLE_ELEMENT__DESCRIPTION; /** * The feature id for the 'Name' attribute. * * * @generated * @ordered */ int RULE_OBJECT__NAME = PACKAGABLE_ELEMENT__NAME; /** * The feature id for the 'Tags' containment reference list. * * * @generated * @ordered */ int RULE_OBJECT__TAGS = PACKAGABLE_ELEMENT_FEATURE_COUNT + 0; /** * The number of structural features of the 'Rule Object' class. * * * @generated * @ordered */ int RULE_OBJECT_FEATURE_COUNT = PACKAGABLE_ELEMENT_FEATURE_COUNT + 1; /** * The operation id for the 'Get Expression Type' operation. * * * @generated * @ordered */ int RULE_OBJECT___GET_EXPRESSION_TYPE = PACKAGABLE_ELEMENT_OPERATION_COUNT + 0; /** * The number of operations of the 'Rule Object' class. * * * @generated * @ordered */ int RULE_OBJECT_OPERATION_COUNT = PACKAGABLE_ELEMENT_OPERATION_COUNT + 1; /** * The meta object id for the '{@link rba.core.impl.AbstractAllocatableImpl Abstract Allocatable}' class. * * * @see rba.core.impl.AbstractAllocatableImpl * @see rba.core.impl.RBACorePackageImpl#getAbstractAllocatable() * @generated */ int ABSTRACT_ALLOCATABLE = 2; /** * The feature id for the 'Description' attribute. * * * @generated * @ordered */ int ABSTRACT_ALLOCATABLE__DESCRIPTION = RULE_OBJECT__DESCRIPTION; /** * The feature id for the 'Name' attribute. * * * @generated * @ordered */ int ABSTRACT_ALLOCATABLE__NAME = RULE_OBJECT__NAME; /** * The feature id for the 'Tags' containment reference list. * * * @generated * @ordered */ int ABSTRACT_ALLOCATABLE__TAGS = RULE_OBJECT__TAGS; /** * The feature id for the 'Contents' reference list. * * * @generated * @ordered */ int ABSTRACT_ALLOCATABLE__CONTENTS = RULE_OBJECT_FEATURE_COUNT + 0; /** * The feature id for the 'Allocatable Group' reference list. * * * @generated * @ordered */ int ABSTRACT_ALLOCATABLE__ALLOCATABLE_GROUP = RULE_OBJECT_FEATURE_COUNT + 1; /** * The number of structural features of the 'Abstract Allocatable' class. * * * @generated * @ordered */ int ABSTRACT_ALLOCATABLE_FEATURE_COUNT = RULE_OBJECT_FEATURE_COUNT + 2; /** * The operation id for the 'Get Expression Type' operation. * * * @generated * @ordered */ int ABSTRACT_ALLOCATABLE___GET_EXPRESSION_TYPE = RULE_OBJECT___GET_EXPRESSION_TYPE; /** * The operation id for the 'Get Contents List' operation. * * * @generated * @ordered */ int ABSTRACT_ALLOCATABLE___GET_CONTENTS_LIST = RULE_OBJECT_OPERATION_COUNT + 0; /** * The operation id for the 'Collect Leaf Allocatable' operation. * * * @generated * @ordered */ int ABSTRACT_ALLOCATABLE___COLLECT_LEAF_ALLOCATABLE = RULE_OBJECT_OPERATION_COUNT + 1; /** * The number of operations of the 'Abstract Allocatable' class. * * * @generated * @ordered */ int ABSTRACT_ALLOCATABLE_OPERATION_COUNT = RULE_OBJECT_OPERATION_COUNT + 2; /** * The meta object id for the '{@link rba.core.impl.AllocatableImpl Allocatable}' class. * * * @see rba.core.impl.AllocatableImpl * @see rba.core.impl.RBACorePackageImpl#getAllocatable() * @generated */ int ALLOCATABLE = 3; /** * The feature id for the 'Description' attribute. * * * @generated * @ordered */ int ALLOCATABLE__DESCRIPTION = ABSTRACT_ALLOCATABLE__DESCRIPTION; /** * The feature id for the 'Name' attribute. * * * @generated * @ordered */ int ALLOCATABLE__NAME = ABSTRACT_ALLOCATABLE__NAME; /** * The feature id for the 'Tags' containment reference list. * * * @generated * @ordered */ int ALLOCATABLE__TAGS = ABSTRACT_ALLOCATABLE__TAGS; /** * The feature id for the 'Contents' reference list. * * * @generated * @ordered */ int ALLOCATABLE__CONTENTS = ABSTRACT_ALLOCATABLE__CONTENTS; /** * The feature id for the 'Allocatable Group' reference list. * * * @generated * @ordered */ int ALLOCATABLE__ALLOCATABLE_GROUP = ABSTRACT_ALLOCATABLE__ALLOCATABLE_GROUP; /** * The feature id for the 'Arbitration Policy' attribute. * * * @generated * @ordered */ int ALLOCATABLE__ARBITRATION_POLICY = ABSTRACT_ALLOCATABLE_FEATURE_COUNT + 0; /** * The feature id for the 'Visibility' containment reference. * * * @generated * @ordered */ int ALLOCATABLE__VISIBILITY = ABSTRACT_ALLOCATABLE_FEATURE_COUNT + 1; /** * The number of structural features of the 'Allocatable' class. * * * @generated * @ordered */ int ALLOCATABLE_FEATURE_COUNT = ABSTRACT_ALLOCATABLE_FEATURE_COUNT + 2; /** * The operation id for the 'Get Expression Type' operation. * * * @generated * @ordered */ int ALLOCATABLE___GET_EXPRESSION_TYPE = ABSTRACT_ALLOCATABLE___GET_EXPRESSION_TYPE; /** * The operation id for the 'Get Contents List' operation. * * * @generated * @ordered */ int ALLOCATABLE___GET_CONTENTS_LIST = ABSTRACT_ALLOCATABLE___GET_CONTENTS_LIST; /** * The operation id for the 'Collect Leaf Allocatable' operation. * * * @generated * @ordered */ int ALLOCATABLE___COLLECT_LEAF_ALLOCATABLE = ABSTRACT_ALLOCATABLE_OPERATION_COUNT + 0; /** * The number of operations of the 'Allocatable' class. * * * @generated * @ordered */ int ALLOCATABLE_OPERATION_COUNT = ABSTRACT_ALLOCATABLE_OPERATION_COUNT + 1; /** * The meta object id for the '{@link rba.core.impl.AllocatableSetImpl Allocatable Set}' class. * * * @see rba.core.impl.AllocatableSetImpl * @see rba.core.impl.RBACorePackageImpl#getAllocatableSet() * @generated */ int ALLOCATABLE_SET = 4; /** * The feature id for the 'Description' attribute. * * * @generated * @ordered */ int ALLOCATABLE_SET__DESCRIPTION = ABSTRACT_ALLOCATABLE__DESCRIPTION; /** * The feature id for the 'Name' attribute. * * * @generated * @ordered */ int ALLOCATABLE_SET__NAME = ABSTRACT_ALLOCATABLE__NAME; /** * The feature id for the 'Tags' containment reference list. * * * @generated * @ordered */ int ALLOCATABLE_SET__TAGS = ABSTRACT_ALLOCATABLE__TAGS; /** * The feature id for the 'Contents' reference list. * * * @generated * @ordered */ int ALLOCATABLE_SET__CONTENTS = ABSTRACT_ALLOCATABLE__CONTENTS; /** * The feature id for the 'Allocatable Group' reference list. * * * @generated * @ordered */ int ALLOCATABLE_SET__ALLOCATABLE_GROUP = ABSTRACT_ALLOCATABLE__ALLOCATABLE_GROUP; /** * The feature id for the 'Target' reference list. * * * @generated * @ordered */ int ALLOCATABLE_SET__TARGET = ABSTRACT_ALLOCATABLE_FEATURE_COUNT + 0; /** * The number of structural features of the 'Allocatable Set' class. * * * @generated * @ordered */ int ALLOCATABLE_SET_FEATURE_COUNT = ABSTRACT_ALLOCATABLE_FEATURE_COUNT + 1; /** * The operation id for the 'Get Expression Type' operation. * * * @generated * @ordered */ int ALLOCATABLE_SET___GET_EXPRESSION_TYPE = ABSTRACT_ALLOCATABLE___GET_EXPRESSION_TYPE; /** * The operation id for the 'Get Contents List' operation. * * * @generated * @ordered */ int ALLOCATABLE_SET___GET_CONTENTS_LIST = ABSTRACT_ALLOCATABLE___GET_CONTENTS_LIST; /** * The operation id for the 'Collect Leaf Allocatable' operation. * * * @generated * @ordered */ int ALLOCATABLE_SET___COLLECT_LEAF_ALLOCATABLE = ABSTRACT_ALLOCATABLE_OPERATION_COUNT + 0; /** * The number of operations of the 'Allocatable Set' class. * * * @generated * @ordered */ int ALLOCATABLE_SET_OPERATION_COUNT = ABSTRACT_ALLOCATABLE_OPERATION_COUNT + 1; /** * The meta object id for the '{@link rba.core.impl.PackageImpl Package}' class. * * * @see rba.core.impl.PackageImpl * @see rba.core.impl.RBACorePackageImpl#getPackage() * @generated */ int PACKAGE = 7; /** * The feature id for the 'Description' attribute. * * * @generated * @ordered */ int PACKAGE__DESCRIPTION = PACKAGABLE_ELEMENT__DESCRIPTION; /** * The feature id for the 'Name' attribute. * * * @generated * @ordered */ int PACKAGE__NAME = PACKAGABLE_ELEMENT__NAME; /** * The feature id for the 'Packagableelement' containment reference list. * * * @generated * @ordered */ int PACKAGE__PACKAGABLEELEMENT = PACKAGABLE_ELEMENT_FEATURE_COUNT + 0; /** * The number of structural features of the 'Package' class. * * * @generated * @ordered */ int PACKAGE_FEATURE_COUNT = PACKAGABLE_ELEMENT_FEATURE_COUNT + 1; /** * The number of operations of the 'Package' class. * * * @generated * @ordered */ int PACKAGE_OPERATION_COUNT = PACKAGABLE_ELEMENT_OPERATION_COUNT + 0; /** * The meta object id for the '{@link rba.core.impl.ProjectImpl Project}' class. * * * @see rba.core.impl.ProjectImpl * @see rba.core.impl.RBACorePackageImpl#getProject() * @generated */ int PROJECT = 5; /** * The feature id for the 'Description' attribute. * * * @generated * @ordered */ int PROJECT__DESCRIPTION = PACKAGE__DESCRIPTION; /** * The feature id for the 'Name' attribute. * * * @generated * @ordered */ int PROJECT__NAME = PACKAGE__NAME; /** * The feature id for the 'Packagableelement' containment reference list. * * * @generated * @ordered */ int PROJECT__PACKAGABLEELEMENT = PACKAGE__PACKAGABLEELEMENT; /** * The feature id for the 'Version' attribute. * * * @generated * @ordered */ int PROJECT__VERSION = PACKAGE_FEATURE_COUNT + 0; /** * The feature id for the 'Dummy Name' attribute. * * * @generated * @ordered */ int PROJECT__DUMMY_NAME = PACKAGE_FEATURE_COUNT + 1; /** * The number of structural features of the 'Project' class. * * * @generated * @ordered */ int PROJECT_FEATURE_COUNT = PACKAGE_FEATURE_COUNT + 2; /** * The operation id for the 'Get Name' operation. * * * @generated * @ordered */ int PROJECT___GET_NAME = PACKAGE_OPERATION_COUNT + 0; /** * The number of operations of the 'Project' class. * * * @generated * @ordered */ int PROJECT_OPERATION_COUNT = PACKAGE_OPERATION_COUNT + 1; /** * The meta object id for the '{@link rba.core.impl.StereotypeImpl Stereotype}' class. * * * @see rba.core.impl.StereotypeImpl * @see rba.core.impl.RBACorePackageImpl#getStereotype() * @generated */ int STEREOTYPE = 8; /** * The feature id for the 'Description' attribute. * * * @generated * @ordered */ int STEREOTYPE__DESCRIPTION = PACKAGABLE_ELEMENT__DESCRIPTION; /** * The feature id for the 'Name' attribute. * * * @generated * @ordered */ int STEREOTYPE__NAME = PACKAGABLE_ELEMENT__NAME; /** * The feature id for the 'Target Model Name' attribute. * * * @generated * @ordered */ int STEREOTYPE__TARGET_MODEL_NAME = PACKAGABLE_ELEMENT_FEATURE_COUNT + 0; /** * The feature id for the 'Variables' containment reference list. * * * @generated * @ordered */ int STEREOTYPE__VARIABLES = PACKAGABLE_ELEMENT_FEATURE_COUNT + 1; /** * The feature id for the 'Body Text' attribute. * * * @generated * @ordered */ int STEREOTYPE__BODY_TEXT = PACKAGABLE_ELEMENT_FEATURE_COUNT + 2; /** * The number of structural features of the 'Stereotype' class. * * * @generated * @ordered */ int STEREOTYPE_FEATURE_COUNT = PACKAGABLE_ELEMENT_FEATURE_COUNT + 3; /** * The number of operations of the 'Stereotype' class. * * * @generated * @ordered */ int STEREOTYPE_OPERATION_COUNT = PACKAGABLE_ELEMENT_OPERATION_COUNT + 0; /** * The meta object id for the '{@link rba.core.impl.TagImpl Tag}' class. * * * @see rba.core.impl.TagImpl * @see rba.core.impl.RBACorePackageImpl#getTag() * @generated */ int TAG = 9; /** * The feature id for the 'Description' attribute. * * * @generated * @ordered */ int TAG__DESCRIPTION = NAMED_ELEMENT__DESCRIPTION; /** * The feature id for the 'Name' attribute. * * * @generated * @ordered */ int TAG__NAME = NAMED_ELEMENT__NAME; /** * The feature id for the 'Values' attribute list. * * * @generated * @ordered */ int TAG__VALUES = NAMED_ELEMENT_FEATURE_COUNT + 0; /** * The number of structural features of the 'Tag' class. * * * @generated * @ordered */ int TAG_FEATURE_COUNT = NAMED_ELEMENT_FEATURE_COUNT + 1; /** * The number of operations of the 'Tag' class. * * * @generated * @ordered */ int TAG_OPERATION_COUNT = NAMED_ELEMENT_OPERATION_COUNT + 0; /** * The meta object id for the '{@link rba.core.impl.AbstractContentImpl Abstract Content}' class. * * * @see rba.core.impl.AbstractContentImpl * @see rba.core.impl.RBACorePackageImpl#getAbstractContent() * @generated */ int ABSTRACT_CONTENT = 11; /** * The feature id for the 'Description' attribute. * * * @generated * @ordered */ int ABSTRACT_CONTENT__DESCRIPTION = RULE_OBJECT__DESCRIPTION; /** * The feature id for the 'Name' attribute. * * * @generated * @ordered */ int ABSTRACT_CONTENT__NAME = RULE_OBJECT__NAME; /** * The feature id for the 'Tags' containment reference list. * * * @generated * @ordered */ int ABSTRACT_CONTENT__TAGS = RULE_OBJECT__TAGS; /** * The feature id for the 'Content Group' reference list. * * * @generated * @ordered */ int ABSTRACT_CONTENT__CONTENT_GROUP = RULE_OBJECT_FEATURE_COUNT + 0; /** * The feature id for the 'Allocatable' reference list. * * * @generated * @ordered */ int ABSTRACT_CONTENT__ALLOCATABLE = RULE_OBJECT_FEATURE_COUNT + 1; /** * The number of structural features of the 'Abstract Content' class. * * * @generated * @ordered */ int ABSTRACT_CONTENT_FEATURE_COUNT = RULE_OBJECT_FEATURE_COUNT + 2; /** * The operation id for the 'Get Expression Type' operation. * * * @generated * @ordered */ int ABSTRACT_CONTENT___GET_EXPRESSION_TYPE = RULE_OBJECT___GET_EXPRESSION_TYPE; /** * The operation id for the 'Get Allocatable List' operation. * * * @generated * @ordered */ int ABSTRACT_CONTENT___GET_ALLOCATABLE_LIST = RULE_OBJECT_OPERATION_COUNT + 0; /** * The operation id for the 'Collect Leaf Contents' operation. * * * @generated * @ordered */ int ABSTRACT_CONTENT___COLLECT_LEAF_CONTENTS = RULE_OBJECT_OPERATION_COUNT + 1; /** * The number of operations of the 'Abstract Content' class. * * * @generated * @ordered */ int ABSTRACT_CONTENT_OPERATION_COUNT = RULE_OBJECT_OPERATION_COUNT + 2; /** * The meta object id for the '{@link rba.core.impl.AbstractSceneImpl Abstract Scene}' class. * * * @see rba.core.impl.AbstractSceneImpl * @see rba.core.impl.RBACorePackageImpl#getAbstractScene() * @generated */ int ABSTRACT_SCENE = 12; /** * The feature id for the 'Description' attribute. * * * @generated * @ordered */ int ABSTRACT_SCENE__DESCRIPTION = RULE_OBJECT__DESCRIPTION; /** * The feature id for the 'Name' attribute. * * * @generated * @ordered */ int ABSTRACT_SCENE__NAME = RULE_OBJECT__NAME; /** * The feature id for the 'Tags' containment reference list. * * * @generated * @ordered */ int ABSTRACT_SCENE__TAGS = RULE_OBJECT__TAGS; /** * The number of structural features of the 'Abstract Scene' class. * * * @generated * @ordered */ int ABSTRACT_SCENE_FEATURE_COUNT = RULE_OBJECT_FEATURE_COUNT + 0; /** * The operation id for the 'Get Expression Type' operation. * * * @generated * @ordered */ int ABSTRACT_SCENE___GET_EXPRESSION_TYPE = RULE_OBJECT___GET_EXPRESSION_TYPE; /** * The number of operations of the 'Abstract Scene' class. * * * @generated * @ordered */ int ABSTRACT_SCENE_OPERATION_COUNT = RULE_OBJECT_OPERATION_COUNT + 0; /** * The meta object id for the '{@link rba.core.impl.SceneImpl Scene}' class. * * * @see rba.core.impl.SceneImpl * @see rba.core.impl.RBACorePackageImpl#getScene() * @generated */ int SCENE = 13; /** * The feature id for the 'Description' attribute. * * * @generated * @ordered */ int SCENE__DESCRIPTION = ABSTRACT_SCENE__DESCRIPTION; /** * The feature id for the 'Name' attribute. * * * @generated * @ordered */ int SCENE__NAME = ABSTRACT_SCENE__NAME; /** * The feature id for the 'Tags' containment reference list. * * * @generated * @ordered */ int SCENE__TAGS = ABSTRACT_SCENE__TAGS; /** * The feature id for the 'Global' attribute. * * * @generated * @ordered */ int SCENE__GLOBAL = ABSTRACT_SCENE_FEATURE_COUNT + 0; /** * The feature id for the 'Properties' containment reference list. * * * @generated * @ordered */ int SCENE__PROPERTIES = ABSTRACT_SCENE_FEATURE_COUNT + 1; /** * The number of structural features of the 'Scene' class. * * * @generated * @ordered */ int SCENE_FEATURE_COUNT = ABSTRACT_SCENE_FEATURE_COUNT + 2; /** * The operation id for the 'Get Expression Type' operation. * * * @generated * @ordered */ int SCENE___GET_EXPRESSION_TYPE = ABSTRACT_SCENE_OPERATION_COUNT + 0; /** * The number of operations of the 'Scene' class. * * * @generated * @ordered */ int SCENE_OPERATION_COUNT = ABSTRACT_SCENE_OPERATION_COUNT + 1; /** * The meta object id for the '{@link rba.core.impl.ContentImpl Content}' class. * * * @see rba.core.impl.ContentImpl * @see rba.core.impl.RBACorePackageImpl#getContent() * @generated */ int CONTENT = 14; /** * The feature id for the 'Description' attribute. * * * @generated * @ordered */ int CONTENT__DESCRIPTION = ABSTRACT_CONTENT__DESCRIPTION; /** * The feature id for the 'Name' attribute. * * * @generated * @ordered */ int CONTENT__NAME = ABSTRACT_CONTENT__NAME; /** * The feature id for the 'Tags' containment reference list. * * * @generated * @ordered */ int CONTENT__TAGS = ABSTRACT_CONTENT__TAGS; /** * The feature id for the 'Content Group' reference list. * * * @generated * @ordered */ int CONTENT__CONTENT_GROUP = ABSTRACT_CONTENT__CONTENT_GROUP; /** * The feature id for the 'Allocatable' reference list. * * * @generated * @ordered */ int CONTENT__ALLOCATABLE = ABSTRACT_CONTENT__ALLOCATABLE; /** * The feature id for the 'Loser Type' attribute. * * * @generated * @ordered */ int CONTENT__LOSER_TYPE = ABSTRACT_CONTENT_FEATURE_COUNT + 0; /** * The feature id for the 'States' containment reference list. * * * @generated * @ordered */ int CONTENT__STATES = ABSTRACT_CONTENT_FEATURE_COUNT + 1; /** * The number of structural features of the 'Content' class. * * * @generated * @ordered */ int CONTENT_FEATURE_COUNT = ABSTRACT_CONTENT_FEATURE_COUNT + 2; /** * The operation id for the 'Get Expression Type' operation. * * * @generated * @ordered */ int CONTENT___GET_EXPRESSION_TYPE = ABSTRACT_CONTENT___GET_EXPRESSION_TYPE; /** * The operation id for the 'Get Allocatable List' operation. * * * @generated * @ordered */ int CONTENT___GET_ALLOCATABLE_LIST = ABSTRACT_CONTENT___GET_ALLOCATABLE_LIST; /** * The operation id for the 'Collect Leaf Contents' operation. * * * @generated * @ordered */ int CONTENT___COLLECT_LEAF_CONTENTS = ABSTRACT_CONTENT_OPERATION_COUNT + 0; /** * The number of operations of the 'Content' class. * * * @generated * @ordered */ int CONTENT_OPERATION_COUNT = ABSTRACT_CONTENT_OPERATION_COUNT + 1; /** * The meta object id for the '{@link rba.core.impl.ContentSetImpl Content Set}' class. * * * @see rba.core.impl.ContentSetImpl * @see rba.core.impl.RBACorePackageImpl#getContentSet() * @generated */ int CONTENT_SET = 15; /** * The feature id for the 'Description' attribute. * * * @generated * @ordered */ int CONTENT_SET__DESCRIPTION = ABSTRACT_CONTENT__DESCRIPTION; /** * The feature id for the 'Name' attribute. * * * @generated * @ordered */ int CONTENT_SET__NAME = ABSTRACT_CONTENT__NAME; /** * The feature id for the 'Tags' containment reference list. * * * @generated * @ordered */ int CONTENT_SET__TAGS = ABSTRACT_CONTENT__TAGS; /** * The feature id for the 'Content Group' reference list. * * * @generated * @ordered */ int CONTENT_SET__CONTENT_GROUP = ABSTRACT_CONTENT__CONTENT_GROUP; /** * The feature id for the 'Allocatable' reference list. * * * @generated * @ordered */ int CONTENT_SET__ALLOCATABLE = ABSTRACT_CONTENT__ALLOCATABLE; /** * The feature id for the 'Target' reference list. * * * @generated * @ordered */ int CONTENT_SET__TARGET = ABSTRACT_CONTENT_FEATURE_COUNT + 0; /** * The number of structural features of the 'Content Set' class. * * * @generated * @ordered */ int CONTENT_SET_FEATURE_COUNT = ABSTRACT_CONTENT_FEATURE_COUNT + 1; /** * The operation id for the 'Get Expression Type' operation. * * * @generated * @ordered */ int CONTENT_SET___GET_EXPRESSION_TYPE = ABSTRACT_CONTENT___GET_EXPRESSION_TYPE; /** * The operation id for the 'Get Allocatable List' operation. * * * @generated * @ordered */ int CONTENT_SET___GET_ALLOCATABLE_LIST = ABSTRACT_CONTENT___GET_ALLOCATABLE_LIST; /** * The operation id for the 'Collect Leaf Contents' operation. * * * @generated * @ordered */ int CONTENT_SET___COLLECT_LEAF_CONTENTS = ABSTRACT_CONTENT_OPERATION_COUNT + 0; /** * The number of operations of the 'Content Set' class. * * * @generated * @ordered */ int CONTENT_SET_OPERATION_COUNT = ABSTRACT_CONTENT_OPERATION_COUNT + 1; /** * The meta object id for the '{@link rba.core.impl.ContentStateImpl Content State}' class. * * * @see rba.core.impl.ContentStateImpl * @see rba.core.impl.RBACorePackageImpl#getContentState() * @generated */ int CONTENT_STATE = 16; /** * The feature id for the 'Description' attribute. * * * @generated * @ordered */ int CONTENT_STATE__DESCRIPTION = RULE_OBJECT__DESCRIPTION; /** * The feature id for the 'Name' attribute. * * * @generated * @ordered */ int CONTENT_STATE__NAME = RULE_OBJECT__NAME; /** * The feature id for the 'Tags' containment reference list. * * * @generated * @ordered */ int CONTENT_STATE__TAGS = RULE_OBJECT__TAGS; /** * The feature id for the 'Value' containment reference. * * * @generated * @ordered */ int CONTENT_STATE__VALUE = RULE_OBJECT_FEATURE_COUNT + 0; /** * The feature id for the 'Owner' container reference. * * * @generated * @ordered */ int CONTENT_STATE__OWNER = RULE_OBJECT_FEATURE_COUNT + 1; /** * The number of structural features of the 'Content State' class. * * * @generated * @ordered */ int CONTENT_STATE_FEATURE_COUNT = RULE_OBJECT_FEATURE_COUNT + 2; /** * The operation id for the 'Get Expression Type' operation. * * * @generated * @ordered */ int CONTENT_STATE___GET_EXPRESSION_TYPE = RULE_OBJECT___GET_EXPRESSION_TYPE; /** * The number of operations of the 'Content State' class. * * * @generated * @ordered */ int CONTENT_STATE_OPERATION_COUNT = RULE_OBJECT_OPERATION_COUNT + 0; /** * The meta object id for the '{@link rba.core.impl.AbstractPropertyImpl Abstract Property}' class. * * * @see rba.core.impl.AbstractPropertyImpl * @see rba.core.impl.RBACorePackageImpl#getAbstractProperty() * @generated */ int ABSTRACT_PROPERTY = 17; /** * The feature id for the 'Description' attribute. * * * @generated * @ordered */ int ABSTRACT_PROPERTY__DESCRIPTION = RULE_OBJECT__DESCRIPTION; /** * The feature id for the 'Name' attribute. * * * @generated * @ordered */ int ABSTRACT_PROPERTY__NAME = RULE_OBJECT__NAME; /** * The feature id for the 'Tags' containment reference list. * * * @generated * @ordered */ int ABSTRACT_PROPERTY__TAGS = RULE_OBJECT__TAGS; /** * The feature id for the 'Owner' container reference. * * * @generated * @ordered */ int ABSTRACT_PROPERTY__OWNER = RULE_OBJECT_FEATURE_COUNT + 0; /** * The number of structural features of the 'Abstract Property' class. * * * @generated * @ordered */ int ABSTRACT_PROPERTY_FEATURE_COUNT = RULE_OBJECT_FEATURE_COUNT + 1; /** * The operation id for the 'Get Expression Type' operation. * * * @generated * @ordered */ int ABSTRACT_PROPERTY___GET_EXPRESSION_TYPE = RULE_OBJECT_OPERATION_COUNT + 0; /** * The number of operations of the 'Abstract Property' class. * * * @generated * @ordered */ int ABSTRACT_PROPERTY_OPERATION_COUNT = RULE_OBJECT_OPERATION_COUNT + 1; /** * The meta object id for the '{@link rba.core.impl.IntegerPropertyImpl Integer Property}' class. * * * @see rba.core.impl.IntegerPropertyImpl * @see rba.core.impl.RBACorePackageImpl#getIntegerProperty() * @generated */ int INTEGER_PROPERTY = 18; /** * The feature id for the 'Description' attribute. * * * @generated * @ordered */ int INTEGER_PROPERTY__DESCRIPTION = ABSTRACT_PROPERTY__DESCRIPTION; /** * The feature id for the 'Name' attribute. * * * @generated * @ordered */ int INTEGER_PROPERTY__NAME = ABSTRACT_PROPERTY__NAME; /** * The feature id for the 'Tags' containment reference list. * * * @generated * @ordered */ int INTEGER_PROPERTY__TAGS = ABSTRACT_PROPERTY__TAGS; /** * The feature id for the 'Owner' container reference. * * * @generated * @ordered */ int INTEGER_PROPERTY__OWNER = ABSTRACT_PROPERTY__OWNER; /** * The feature id for the 'Value' containment reference. * * * @generated * @ordered */ int INTEGER_PROPERTY__VALUE = ABSTRACT_PROPERTY_FEATURE_COUNT + 0; /** * The number of structural features of the 'Integer Property' class. * * * @generated * @ordered */ int INTEGER_PROPERTY_FEATURE_COUNT = ABSTRACT_PROPERTY_FEATURE_COUNT + 1; /** * The operation id for the 'Get Expression Type' operation. * * * @generated * @ordered */ int INTEGER_PROPERTY___GET_EXPRESSION_TYPE = ABSTRACT_PROPERTY___GET_EXPRESSION_TYPE; /** * The number of operations of the 'Integer Property' class. * * * @generated * @ordered */ int INTEGER_PROPERTY_OPERATION_COUNT = ABSTRACT_PROPERTY_OPERATION_COUNT + 0; /** * The meta object id for the '{@link rba.core.impl.AbstractConstraintImpl Abstract Constraint}' class. * * * @see rba.core.impl.AbstractConstraintImpl * @see rba.core.impl.RBACorePackageImpl#getAbstractConstraint() * @generated */ int ABSTRACT_CONSTRAINT = 19; /** * The feature id for the 'Description' attribute. * * * @generated * @ordered */ int ABSTRACT_CONSTRAINT__DESCRIPTION = PACKAGABLE_ELEMENT__DESCRIPTION; /** * The feature id for the 'Name' attribute. * * * @generated * @ordered */ int ABSTRACT_CONSTRAINT__NAME = PACKAGABLE_ELEMENT__NAME; /** * The feature id for the 'Expression' containment reference. * * * @generated * @ordered */ int ABSTRACT_CONSTRAINT__EXPRESSION = PACKAGABLE_ELEMENT_FEATURE_COUNT + 0; /** * The number of structural features of the 'Abstract Constraint' class. * * * @generated * @ordered */ int ABSTRACT_CONSTRAINT_FEATURE_COUNT = PACKAGABLE_ELEMENT_FEATURE_COUNT + 1; /** * The number of operations of the 'Abstract Constraint' class. * * * @generated * @ordered */ int ABSTRACT_CONSTRAINT_OPERATION_COUNT = PACKAGABLE_ELEMENT_OPERATION_COUNT + 0; /** * The meta object id for the '{@link rba.core.impl.ConstraintImpl Constraint}' class. * * * @see rba.core.impl.ConstraintImpl * @see rba.core.impl.RBACorePackageImpl#getConstraint() * @generated */ int CONSTRAINT = 20; /** * The feature id for the 'Description' attribute. * * * @generated * @ordered */ int CONSTRAINT__DESCRIPTION = ABSTRACT_CONSTRAINT__DESCRIPTION; /** * The feature id for the 'Name' attribute. * * * @generated * @ordered */ int CONSTRAINT__NAME = ABSTRACT_CONSTRAINT__NAME; /** * The feature id for the 'Expression' containment reference. * * * @generated * @ordered */ int CONSTRAINT__EXPRESSION = ABSTRACT_CONSTRAINT__EXPRESSION; /** * The feature id for the 'Runtime' attribute. * * * @generated * @ordered */ int CONSTRAINT__RUNTIME = ABSTRACT_CONSTRAINT_FEATURE_COUNT + 0; /** * The number of structural features of the 'Constraint' class. * * * @generated * @ordered */ int CONSTRAINT_FEATURE_COUNT = ABSTRACT_CONSTRAINT_FEATURE_COUNT + 1; /** * The number of operations of the 'Constraint' class. * * * @generated * @ordered */ int CONSTRAINT_OPERATION_COUNT = ABSTRACT_CONSTRAINT_OPERATION_COUNT + 0; /** * The meta object id for the '{@link rba.core.impl.ExpressionImpl Expression}' class. * * * @see rba.core.impl.ExpressionImpl * @see rba.core.impl.RBACorePackageImpl#getExpression() * @generated */ int EXPRESSION = 21; /** * The feature id for the 'Type' attribute. * * * @generated * @ordered */ int EXPRESSION__TYPE = 0; /** * The feature id for the 'Expression' attribute. * * * @generated * @ordered */ int EXPRESSION__EXPRESSION = 1; /** * The feature id for the 'Let Statements' containment reference list. * * * @generated * @ordered */ int EXPRESSION__LET_STATEMENTS = 2; /** * The number of structural features of the 'Expression' class. * * * @generated * @ordered */ int EXPRESSION_FEATURE_COUNT = 3; /** * The operation id for the 'Get Underlying Type' operation. * * * @generated * @ordered */ int EXPRESSION___GET_UNDERLYING_TYPE = 0; /** * The operation id for the 'Get Expression Text' operation. * * * @generated * @ordered */ int EXPRESSION___GET_EXPRESSION_TEXT = 1; /** * The number of operations of the 'Expression' class. * * * @generated * @ordered */ int EXPRESSION_OPERATION_COUNT = 2; /** * The meta object id for the '{@link rba.core.impl.LetStatementImpl Let Statement}' class. * * * @see rba.core.impl.LetStatementImpl * @see rba.core.impl.RBACorePackageImpl#getLetStatement() * @generated */ int LET_STATEMENT = 22; /** * The feature id for the 'Description' attribute. * * * @generated * @ordered */ int LET_STATEMENT__DESCRIPTION = MODEL_ELEMENT__DESCRIPTION; /** * The feature id for the 'Variable' containment reference. * * * @generated * @ordered */ int LET_STATEMENT__VARIABLE = MODEL_ELEMENT_FEATURE_COUNT + 0; /** * The feature id for the 'Body' containment reference. * * * @generated * @ordered */ int LET_STATEMENT__BODY = MODEL_ELEMENT_FEATURE_COUNT + 1; /** * The number of structural features of the 'Let Statement' class. * * * @generated * @ordered */ int LET_STATEMENT_FEATURE_COUNT = MODEL_ELEMENT_FEATURE_COUNT + 2; /** * The operation id for the 'To String' operation. * * * @generated * @ordered */ int LET_STATEMENT___TO_STRING = MODEL_ELEMENT_OPERATION_COUNT + 0; /** * The number of operations of the 'Let Statement' class. * * * @generated * @ordered */ int LET_STATEMENT_OPERATION_COUNT = MODEL_ELEMENT_OPERATION_COUNT + 1; /** * The meta object id for the '{@link rba.core.impl.ComplexExpressionImpl Complex Expression}' class. * * * @see rba.core.impl.ComplexExpressionImpl * @see rba.core.impl.RBACorePackageImpl#getComplexExpression() * @generated */ int COMPLEX_EXPRESSION = 23; /** * The feature id for the 'Type' attribute. * * * @generated * @ordered */ int COMPLEX_EXPRESSION__TYPE = EXPRESSION__TYPE; /** * The feature id for the 'Expression' attribute. * * * @generated * @ordered */ int COMPLEX_EXPRESSION__EXPRESSION = EXPRESSION__EXPRESSION; /** * The feature id for the 'Let Statements' containment reference list. * * * @generated * @ordered */ int COMPLEX_EXPRESSION__LET_STATEMENTS = EXPRESSION__LET_STATEMENTS; /** * The feature id for the 'Other Expression' containment reference. * * * @generated * @ordered */ int COMPLEX_EXPRESSION__OTHER_EXPRESSION = EXPRESSION_FEATURE_COUNT + 0; /** * The number of structural features of the 'Complex Expression' class. * * * @generated * @ordered */ int COMPLEX_EXPRESSION_FEATURE_COUNT = EXPRESSION_FEATURE_COUNT + 1; /** * The operation id for the 'Get Expanded' operation. * * * @generated * @ordered */ int COMPLEX_EXPRESSION___GET_EXPANDED = EXPRESSION_OPERATION_COUNT + 1; /** * The operation id for the 'Can Expand' operation. * * * @generated * @ordered */ int COMPLEX_EXPRESSION___CAN_EXPAND = EXPRESSION_OPERATION_COUNT + 2; /** * The operation id for the 'Get Expression Text' operation. * * * @generated * @ordered */ int COMPLEX_EXPRESSION___GET_EXPRESSION_TEXT = EXPRESSION_OPERATION_COUNT + 3; /** * The operation id for the 'Get Underlying Type' operation. * * * @generated * @ordered */ int COMPLEX_EXPRESSION___GET_UNDERLYING_TYPE = EXPRESSION_OPERATION_COUNT + 4; /** * The operation id for the 'Get Type' operation. * * * @generated * @ordered */ int COMPLEX_EXPRESSION___GET_TYPE = EXPRESSION_OPERATION_COUNT + 5; /** * The number of operations of the 'Complex Expression' class. * * * @generated * @ordered */ int COMPLEX_EXPRESSION_OPERATION_COUNT = EXPRESSION_OPERATION_COUNT + 6; /** * The meta object id for the '{@link rba.core.impl.OperatorImpl Operator}' class. * * * @see rba.core.impl.OperatorImpl * @see rba.core.impl.RBACorePackageImpl#getOperator() * @generated */ int OPERATOR = 24; /** * The feature id for the 'Type' attribute. * * * @generated * @ordered */ int OPERATOR__TYPE = EXPRESSION__TYPE; /** * The feature id for the 'Expression' attribute. * * * @generated * @ordered */ int OPERATOR__EXPRESSION = EXPRESSION__EXPRESSION; /** * The feature id for the 'Let Statements' containment reference list. * * * @generated * @ordered */ int OPERATOR__LET_STATEMENTS = EXPRESSION__LET_STATEMENTS; /** * The feature id for the 'Operand' containment reference list. * * * @generated * @ordered */ int OPERATOR__OPERAND = EXPRESSION_FEATURE_COUNT + 0; /** * The number of structural features of the 'Operator' class. * * * @generated * @ordered */ int OPERATOR_FEATURE_COUNT = EXPRESSION_FEATURE_COUNT + 1; /** * The operation id for the 'Get Underlying Type' operation. * * * @generated * @ordered */ int OPERATOR___GET_UNDERLYING_TYPE = EXPRESSION___GET_UNDERLYING_TYPE; /** * The operation id for the 'Get Expression Text' operation. * * * @generated * @ordered */ int OPERATOR___GET_EXPRESSION_TEXT = EXPRESSION___GET_EXPRESSION_TEXT; /** * The operation id for the 'Get Symbol' operation. * * * @generated * @ordered */ int OPERATOR___GET_SYMBOL = EXPRESSION_OPERATION_COUNT + 0; /** * The number of operations of the 'Operator' class. * * * @generated * @ordered */ int OPERATOR_OPERATION_COUNT = EXPRESSION_OPERATION_COUNT + 1; /** * The meta object id for the '{@link rba.core.impl.IsTypeOfImpl Is Type Of}' class. * * * @see rba.core.impl.IsTypeOfImpl * @see rba.core.impl.RBACorePackageImpl#getIsTypeOf() * @generated */ int IS_TYPE_OF = 25; /** * The feature id for the 'Type' attribute. * * * @generated * @ordered */ int IS_TYPE_OF__TYPE = OPERATOR__TYPE; /** * The feature id for the 'Expression' attribute. * * * @generated * @ordered */ int IS_TYPE_OF__EXPRESSION = OPERATOR__EXPRESSION; /** * The feature id for the 'Let Statements' containment reference list. * * * @generated * @ordered */ int IS_TYPE_OF__LET_STATEMENTS = OPERATOR__LET_STATEMENTS; /** * The feature id for the 'Operand' containment reference list. * * * @generated * @ordered */ int IS_TYPE_OF__OPERAND = OPERATOR__OPERAND; /** * The feature id for the 'Tag Name' attribute. * * * @generated * @ordered */ int IS_TYPE_OF__TAG_NAME = OPERATOR_FEATURE_COUNT + 0; /** * The number of structural features of the 'Is Type Of' class. * * * @generated * @ordered */ int IS_TYPE_OF_FEATURE_COUNT = OPERATOR_FEATURE_COUNT + 1; /** * The operation id for the 'Get Expression Text' operation. * * * @generated * @ordered */ int IS_TYPE_OF___GET_EXPRESSION_TEXT = OPERATOR_OPERATION_COUNT + 0; /** * The operation id for the 'Get Symbol' operation. * * * @generated * @ordered */ int IS_TYPE_OF___GET_SYMBOL = OPERATOR_OPERATION_COUNT + 1; /** * The operation id for the 'Get Underlying Type' operation. * * * @generated * @ordered */ int IS_TYPE_OF___GET_UNDERLYING_TYPE = OPERATOR_OPERATION_COUNT + 2; /** * The number of operations of the 'Is Type Of' class. * * * @generated * @ordered */ int IS_TYPE_OF_OPERATION_COUNT = OPERATOR_OPERATION_COUNT + 3; /** * The meta object id for the '{@link rba.core.impl.ObjectReferenceImpl Object Reference}' class. * * * @see rba.core.impl.ObjectReferenceImpl * @see rba.core.impl.RBACorePackageImpl#getObjectReference() * @generated */ int OBJECT_REFERENCE = 26; /** * The feature id for the 'Type' attribute. * * * @generated * @ordered */ int OBJECT_REFERENCE__TYPE = EXPRESSION__TYPE; /** * The feature id for the 'Expression' attribute. * * * @generated * @ordered */ int OBJECT_REFERENCE__EXPRESSION = EXPRESSION__EXPRESSION; /** * The feature id for the 'Let Statements' containment reference list. * * * @generated * @ordered */ int OBJECT_REFERENCE__LET_STATEMENTS = EXPRESSION__LET_STATEMENTS; /** * The feature id for the 'Ref Object' reference. * * * @generated * @ordered */ int OBJECT_REFERENCE__REF_OBJECT = EXPRESSION_FEATURE_COUNT + 0; /** * The number of structural features of the 'Object Reference' class. * * * @generated * @ordered */ int OBJECT_REFERENCE_FEATURE_COUNT = EXPRESSION_FEATURE_COUNT + 1; /** * The operation id for the 'Get Underlying Type' operation. * * * @generated * @ordered */ int OBJECT_REFERENCE___GET_UNDERLYING_TYPE = EXPRESSION_OPERATION_COUNT + 0; /** * The operation id for the 'Get Expression Text' operation. * * * @generated * @ordered */ int OBJECT_REFERENCE___GET_EXPRESSION_TEXT = EXPRESSION_OPERATION_COUNT + 1; /** * The number of operations of the 'Object Reference' class. * * * @generated * @ordered */ int OBJECT_REFERENCE_OPERATION_COUNT = EXPRESSION_OPERATION_COUNT + 2; /** * The meta object id for the '{@link rba.core.impl.PreviousModifierImpl Previous Modifier}' class. * * * @see rba.core.impl.PreviousModifierImpl * @see rba.core.impl.RBACorePackageImpl#getPreviousModifier() * @generated */ int PREVIOUS_MODIFIER = 27; /** * The feature id for the 'Type' attribute. * * * @generated * @ordered */ int PREVIOUS_MODIFIER__TYPE = EXPRESSION__TYPE; /** * The feature id for the 'Expression' attribute. * * * @generated * @ordered */ int PREVIOUS_MODIFIER__EXPRESSION = EXPRESSION__EXPRESSION; /** * The feature id for the 'Let Statements' containment reference list. * * * @generated * @ordered */ int PREVIOUS_MODIFIER__LET_STATEMENTS = EXPRESSION__LET_STATEMENTS; /** * The feature id for the 'Obj Reference' containment reference. * * * @generated * @ordered */ int PREVIOUS_MODIFIER__OBJ_REFERENCE = EXPRESSION_FEATURE_COUNT + 0; /** * The number of structural features of the 'Previous Modifier' class. * * * @generated * @ordered */ int PREVIOUS_MODIFIER_FEATURE_COUNT = EXPRESSION_FEATURE_COUNT + 1; /** * The operation id for the 'Get Symbol' operation. * * * @generated * @ordered */ int PREVIOUS_MODIFIER___GET_SYMBOL = EXPRESSION_OPERATION_COUNT + 0; /** * The operation id for the 'Get Underlying Type' operation. * * * @generated * @ordered */ int PREVIOUS_MODIFIER___GET_UNDERLYING_TYPE = EXPRESSION_OPERATION_COUNT + 1; /** * The operation id for the 'Get Expression Text' operation. * * * @generated * @ordered */ int PREVIOUS_MODIFIER___GET_EXPRESSION_TEXT = EXPRESSION_OPERATION_COUNT + 2; /** * The number of operations of the 'Previous Modifier' class. * * * @generated * @ordered */ int PREVIOUS_MODIFIER_OPERATION_COUNT = EXPRESSION_OPERATION_COUNT + 3; /** * The meta object id for the '{@link rba.core.impl.ComparisonOperatorImpl Comparison Operator}' class. * * * @see rba.core.impl.ComparisonOperatorImpl * @see rba.core.impl.RBACorePackageImpl#getComparisonOperator() * @generated */ int COMPARISON_OPERATOR = 31; /** * The feature id for the 'Type' attribute. * * * @generated * @ordered */ int COMPARISON_OPERATOR__TYPE = OPERATOR__TYPE; /** * The feature id for the 'Expression' attribute. * * * @generated * @ordered */ int COMPARISON_OPERATOR__EXPRESSION = OPERATOR__EXPRESSION; /** * The feature id for the 'Let Statements' containment reference list. * * * @generated * @ordered */ int COMPARISON_OPERATOR__LET_STATEMENTS = OPERATOR__LET_STATEMENTS; /** * The feature id for the 'Operand' containment reference list. * * * @generated * @ordered */ int COMPARISON_OPERATOR__OPERAND = OPERATOR__OPERAND; /** * The number of structural features of the 'Comparison Operator' class. * * * @generated * @ordered */ int COMPARISON_OPERATOR_FEATURE_COUNT = OPERATOR_FEATURE_COUNT + 0; /** * The operation id for the 'Get Symbol' operation. * * * @generated * @ordered */ int COMPARISON_OPERATOR___GET_SYMBOL = OPERATOR___GET_SYMBOL; /** * The operation id for the 'Get Underlying Type' operation. * * * @generated * @ordered */ int COMPARISON_OPERATOR___GET_UNDERLYING_TYPE = OPERATOR_OPERATION_COUNT + 0; /** * The operation id for the 'Get Expression Text' operation. * * * @generated * @ordered */ int COMPARISON_OPERATOR___GET_EXPRESSION_TEXT = OPERATOR_OPERATION_COUNT + 1; /** * The number of operations of the 'Comparison Operator' class. * * * @generated * @ordered */ int COMPARISON_OPERATOR_OPERATION_COUNT = OPERATOR_OPERATION_COUNT + 2; /** * The meta object id for the '{@link rba.core.impl.GreaterThanOperatorImpl Greater Than Operator}' class. * * * @see rba.core.impl.GreaterThanOperatorImpl * @see rba.core.impl.RBACorePackageImpl#getGreaterThanOperator() * @generated */ int GREATER_THAN_OPERATOR = 28; /** * The feature id for the 'Type' attribute. * * * @generated * @ordered */ int GREATER_THAN_OPERATOR__TYPE = COMPARISON_OPERATOR__TYPE; /** * The feature id for the 'Expression' attribute. * * * @generated * @ordered */ int GREATER_THAN_OPERATOR__EXPRESSION = COMPARISON_OPERATOR__EXPRESSION; /** * The feature id for the 'Let Statements' containment reference list. * * * @generated * @ordered */ int GREATER_THAN_OPERATOR__LET_STATEMENTS = COMPARISON_OPERATOR__LET_STATEMENTS; /** * The feature id for the 'Operand' containment reference list. * * * @generated * @ordered */ int GREATER_THAN_OPERATOR__OPERAND = COMPARISON_OPERATOR__OPERAND; /** * The number of structural features of the 'Greater Than Operator' class. * * * @generated * @ordered */ int GREATER_THAN_OPERATOR_FEATURE_COUNT = COMPARISON_OPERATOR_FEATURE_COUNT + 0; /** * The operation id for the 'Get Underlying Type' operation. * * * @generated * @ordered */ int GREATER_THAN_OPERATOR___GET_UNDERLYING_TYPE = COMPARISON_OPERATOR___GET_UNDERLYING_TYPE; /** * The operation id for the 'Get Expression Text' operation. * * * @generated * @ordered */ int GREATER_THAN_OPERATOR___GET_EXPRESSION_TEXT = COMPARISON_OPERATOR___GET_EXPRESSION_TEXT; /** * The operation id for the 'Get Symbol' operation. * * * @generated * @ordered */ int GREATER_THAN_OPERATOR___GET_SYMBOL = COMPARISON_OPERATOR_OPERATION_COUNT + 0; /** * The number of operations of the 'Greater Than Operator' class. * * * @generated * @ordered */ int GREATER_THAN_OPERATOR_OPERATION_COUNT = COMPARISON_OPERATOR_OPERATION_COUNT + 1; /** * The meta object id for the '{@link rba.core.impl.MuchGreaterThanOperatorImpl Much Greater Than Operator}' class. * * * @see rba.core.impl.MuchGreaterThanOperatorImpl * @see rba.core.impl.RBACorePackageImpl#getMuchGreaterThanOperator() * @generated */ int MUCH_GREATER_THAN_OPERATOR = 29; /** * The feature id for the 'Type' attribute. * * * @generated * @ordered */ int MUCH_GREATER_THAN_OPERATOR__TYPE = COMPARISON_OPERATOR__TYPE; /** * The feature id for the 'Expression' attribute. * * * @generated * @ordered */ int MUCH_GREATER_THAN_OPERATOR__EXPRESSION = COMPARISON_OPERATOR__EXPRESSION; /** * The feature id for the 'Let Statements' containment reference list. * * * @generated * @ordered */ int MUCH_GREATER_THAN_OPERATOR__LET_STATEMENTS = COMPARISON_OPERATOR__LET_STATEMENTS; /** * The feature id for the 'Operand' containment reference list. * * * @generated * @ordered */ int MUCH_GREATER_THAN_OPERATOR__OPERAND = COMPARISON_OPERATOR__OPERAND; /** * The number of structural features of the 'Much Greater Than Operator' class. * * * @generated * @ordered */ int MUCH_GREATER_THAN_OPERATOR_FEATURE_COUNT = COMPARISON_OPERATOR_FEATURE_COUNT + 0; /** * The operation id for the 'Get Underlying Type' operation. * * * @generated * @ordered */ int MUCH_GREATER_THAN_OPERATOR___GET_UNDERLYING_TYPE = COMPARISON_OPERATOR___GET_UNDERLYING_TYPE; /** * The operation id for the 'Get Expression Text' operation. * * * @generated * @ordered */ int MUCH_GREATER_THAN_OPERATOR___GET_EXPRESSION_TEXT = COMPARISON_OPERATOR___GET_EXPRESSION_TEXT; /** * The operation id for the 'Get Symbol' operation. * * * @generated * @ordered */ int MUCH_GREATER_THAN_OPERATOR___GET_SYMBOL = COMPARISON_OPERATOR_OPERATION_COUNT + 0; /** * The number of operations of the 'Much Greater Than Operator' class. * * * @generated * @ordered */ int MUCH_GREATER_THAN_OPERATOR_OPERATION_COUNT = COMPARISON_OPERATOR_OPERATION_COUNT + 1; /** * The meta object id for the '{@link rba.core.impl.LowerThanOperatorImpl Lower Than Operator}' class. * * * @see rba.core.impl.LowerThanOperatorImpl * @see rba.core.impl.RBACorePackageImpl#getLowerThanOperator() * @generated */ int LOWER_THAN_OPERATOR = 30; /** * The feature id for the 'Type' attribute. * * * @generated * @ordered */ int LOWER_THAN_OPERATOR__TYPE = COMPARISON_OPERATOR__TYPE; /** * The feature id for the 'Expression' attribute. * * * @generated * @ordered */ int LOWER_THAN_OPERATOR__EXPRESSION = COMPARISON_OPERATOR__EXPRESSION; /** * The feature id for the 'Let Statements' containment reference list. * * * @generated * @ordered */ int LOWER_THAN_OPERATOR__LET_STATEMENTS = COMPARISON_OPERATOR__LET_STATEMENTS; /** * The feature id for the 'Operand' containment reference list. * * * @generated * @ordered */ int LOWER_THAN_OPERATOR__OPERAND = COMPARISON_OPERATOR__OPERAND; /** * The number of structural features of the 'Lower Than Operator' class. * * * @generated * @ordered */ int LOWER_THAN_OPERATOR_FEATURE_COUNT = COMPARISON_OPERATOR_FEATURE_COUNT + 0; /** * The operation id for the 'Get Underlying Type' operation. * * * @generated * @ordered */ int LOWER_THAN_OPERATOR___GET_UNDERLYING_TYPE = COMPARISON_OPERATOR___GET_UNDERLYING_TYPE; /** * The operation id for the 'Get Expression Text' operation. * * * @generated * @ordered */ int LOWER_THAN_OPERATOR___GET_EXPRESSION_TEXT = COMPARISON_OPERATOR___GET_EXPRESSION_TEXT; /** * The operation id for the 'Get Symbol' operation. * * * @generated * @ordered */ int LOWER_THAN_OPERATOR___GET_SYMBOL = COMPARISON_OPERATOR_OPERATION_COUNT + 0; /** * The number of operations of the 'Lower Than Operator' class. * * * @generated * @ordered */ int LOWER_THAN_OPERATOR_OPERATION_COUNT = COMPARISON_OPERATOR_OPERATION_COUNT + 1; /** * The meta object id for the '{@link rba.core.impl.EqualToOperatorImpl Equal To Operator}' class. * * * @see rba.core.impl.EqualToOperatorImpl * @see rba.core.impl.RBACorePackageImpl#getEqualToOperator() * @generated */ int EQUAL_TO_OPERATOR = 32; /** * The feature id for the 'Type' attribute. * * * @generated * @ordered */ int EQUAL_TO_OPERATOR__TYPE = COMPARISON_OPERATOR__TYPE; /** * The feature id for the 'Expression' attribute. * * * @generated * @ordered */ int EQUAL_TO_OPERATOR__EXPRESSION = COMPARISON_OPERATOR__EXPRESSION; /** * The feature id for the 'Let Statements' containment reference list. * * * @generated * @ordered */ int EQUAL_TO_OPERATOR__LET_STATEMENTS = COMPARISON_OPERATOR__LET_STATEMENTS; /** * The feature id for the 'Operand' containment reference list. * * * @generated * @ordered */ int EQUAL_TO_OPERATOR__OPERAND = COMPARISON_OPERATOR__OPERAND; /** * The number of structural features of the 'Equal To Operator' class. * * * @generated * @ordered */ int EQUAL_TO_OPERATOR_FEATURE_COUNT = COMPARISON_OPERATOR_FEATURE_COUNT + 0; /** * The operation id for the 'Get Underlying Type' operation. * * * @generated * @ordered */ int EQUAL_TO_OPERATOR___GET_UNDERLYING_TYPE = COMPARISON_OPERATOR___GET_UNDERLYING_TYPE; /** * The operation id for the 'Get Expression Text' operation. * * * @generated * @ordered */ int EQUAL_TO_OPERATOR___GET_EXPRESSION_TEXT = COMPARISON_OPERATOR___GET_EXPRESSION_TEXT; /** * The operation id for the 'Get Symbol' operation. * * * @generated * @ordered */ int EQUAL_TO_OPERATOR___GET_SYMBOL = COMPARISON_OPERATOR_OPERATION_COUNT + 0; /** * The number of operations of the 'Equal To Operator' class. * * * @generated * @ordered */ int EQUAL_TO_OPERATOR_OPERATION_COUNT = COMPARISON_OPERATOR_OPERATION_COUNT + 1; /** * The meta object id for the '{@link rba.core.impl.ComparisonAndImpl Comparison And}' class. * * * @see rba.core.impl.ComparisonAndImpl * @see rba.core.impl.RBACorePackageImpl#getComparisonAnd() * @generated */ int COMPARISON_AND = 33; /** * The feature id for the 'Type' attribute. * * * @generated * @ordered */ int COMPARISON_AND__TYPE = COMPARISON_OPERATOR__TYPE; /** * The feature id for the 'Expression' attribute. * * * @generated * @ordered */ int COMPARISON_AND__EXPRESSION = COMPARISON_OPERATOR__EXPRESSION; /** * The feature id for the 'Let Statements' containment reference list. * * * @generated * @ordered */ int COMPARISON_AND__LET_STATEMENTS = COMPARISON_OPERATOR__LET_STATEMENTS; /** * The feature id for the 'Operand' containment reference list. * * * @generated * @ordered */ int COMPARISON_AND__OPERAND = COMPARISON_OPERATOR__OPERAND; /** * The number of structural features of the 'Comparison And' class. * * * @generated * @ordered */ int COMPARISON_AND_FEATURE_COUNT = COMPARISON_OPERATOR_FEATURE_COUNT + 0; /** * The operation id for the 'Get Underlying Type' operation. * * * @generated * @ordered */ int COMPARISON_AND___GET_UNDERLYING_TYPE = COMPARISON_OPERATOR___GET_UNDERLYING_TYPE; /** * The operation id for the 'Get Symbol' operation. * * * @generated * @ordered */ int COMPARISON_AND___GET_SYMBOL = COMPARISON_OPERATOR_OPERATION_COUNT + 0; /** * The operation id for the 'Get Expression Text' operation. * * * @generated * @ordered */ int COMPARISON_AND___GET_EXPRESSION_TEXT = COMPARISON_OPERATOR_OPERATION_COUNT + 1; /** * The number of operations of the 'Comparison And' class. * * * @generated * @ordered */ int COMPARISON_AND_OPERATION_COUNT = COMPARISON_OPERATOR_OPERATION_COUNT + 2; /** * The meta object id for the '{@link rba.core.impl.LogicalOperatorImpl Logical Operator}' class. * * * @see rba.core.impl.LogicalOperatorImpl * @see rba.core.impl.RBACorePackageImpl#getLogicalOperator() * @generated */ int LOGICAL_OPERATOR = 34; /** * The feature id for the 'Type' attribute. * * * @generated * @ordered */ int LOGICAL_OPERATOR__TYPE = OPERATOR__TYPE; /** * The feature id for the 'Expression' attribute. * * * @generated * @ordered */ int LOGICAL_OPERATOR__EXPRESSION = OPERATOR__EXPRESSION; /** * The feature id for the 'Let Statements' containment reference list. * * * @generated * @ordered */ int LOGICAL_OPERATOR__LET_STATEMENTS = OPERATOR__LET_STATEMENTS; /** * The feature id for the 'Operand' containment reference list. * * * @generated * @ordered */ int LOGICAL_OPERATOR__OPERAND = OPERATOR__OPERAND; /** * The number of structural features of the 'Logical Operator' class. * * * @generated * @ordered */ int LOGICAL_OPERATOR_FEATURE_COUNT = OPERATOR_FEATURE_COUNT + 0; /** * The operation id for the 'Get Symbol' operation. * * * @generated * @ordered */ int LOGICAL_OPERATOR___GET_SYMBOL = OPERATOR___GET_SYMBOL; /** * The operation id for the 'Get Underlying Type' operation. * * * @generated * @ordered */ int LOGICAL_OPERATOR___GET_UNDERLYING_TYPE = OPERATOR_OPERATION_COUNT + 0; /** * The operation id for the 'Get Expression Text' operation. * * * @generated * @ordered */ int LOGICAL_OPERATOR___GET_EXPRESSION_TEXT = OPERATOR_OPERATION_COUNT + 1; /** * The number of operations of the 'Logical Operator' class. * * * @generated * @ordered */ int LOGICAL_OPERATOR_OPERATION_COUNT = OPERATOR_OPERATION_COUNT + 2; /** * The meta object id for the '{@link rba.core.impl.AndOperatorImpl And Operator}' class. * * * @see rba.core.impl.AndOperatorImpl * @see rba.core.impl.RBACorePackageImpl#getAndOperator() * @generated */ int AND_OPERATOR = 35; /** * The feature id for the 'Type' attribute. * * * @generated * @ordered */ int AND_OPERATOR__TYPE = LOGICAL_OPERATOR__TYPE; /** * The feature id for the 'Expression' attribute. * * * @generated * @ordered */ int AND_OPERATOR__EXPRESSION = LOGICAL_OPERATOR__EXPRESSION; /** * The feature id for the 'Let Statements' containment reference list. * * * @generated * @ordered */ int AND_OPERATOR__LET_STATEMENTS = LOGICAL_OPERATOR__LET_STATEMENTS; /** * The feature id for the 'Operand' containment reference list. * * * @generated * @ordered */ int AND_OPERATOR__OPERAND = LOGICAL_OPERATOR__OPERAND; /** * The number of structural features of the 'And Operator' class. * * * @generated * @ordered */ int AND_OPERATOR_FEATURE_COUNT = LOGICAL_OPERATOR_FEATURE_COUNT + 0; /** * The operation id for the 'Get Underlying Type' operation. * * * @generated * @ordered */ int AND_OPERATOR___GET_UNDERLYING_TYPE = LOGICAL_OPERATOR___GET_UNDERLYING_TYPE; /** * The operation id for the 'Get Expression Text' operation. * * * @generated * @ordered */ int AND_OPERATOR___GET_EXPRESSION_TEXT = LOGICAL_OPERATOR___GET_EXPRESSION_TEXT; /** * The operation id for the 'Get Symbol' operation. * * * @generated * @ordered */ int AND_OPERATOR___GET_SYMBOL = LOGICAL_OPERATOR_OPERATION_COUNT + 0; /** * The number of operations of the 'And Operator' class. * * * @generated * @ordered */ int AND_OPERATOR_OPERATION_COUNT = LOGICAL_OPERATOR_OPERATION_COUNT + 1; /** * The meta object id for the '{@link rba.core.impl.OrOperatorImpl Or Operator}' class. * * * @see rba.core.impl.OrOperatorImpl * @see rba.core.impl.RBACorePackageImpl#getOrOperator() * @generated */ int OR_OPERATOR = 36; /** * The feature id for the 'Type' attribute. * * * @generated * @ordered */ int OR_OPERATOR__TYPE = LOGICAL_OPERATOR__TYPE; /** * The feature id for the 'Expression' attribute. * * * @generated * @ordered */ int OR_OPERATOR__EXPRESSION = LOGICAL_OPERATOR__EXPRESSION; /** * The feature id for the 'Let Statements' containment reference list. * * * @generated * @ordered */ int OR_OPERATOR__LET_STATEMENTS = LOGICAL_OPERATOR__LET_STATEMENTS; /** * The feature id for the 'Operand' containment reference list. * * * @generated * @ordered */ int OR_OPERATOR__OPERAND = LOGICAL_OPERATOR__OPERAND; /** * The number of structural features of the 'Or Operator' class. * * * @generated * @ordered */ int OR_OPERATOR_FEATURE_COUNT = LOGICAL_OPERATOR_FEATURE_COUNT + 0; /** * The operation id for the 'Get Underlying Type' operation. * * * @generated * @ordered */ int OR_OPERATOR___GET_UNDERLYING_TYPE = LOGICAL_OPERATOR___GET_UNDERLYING_TYPE; /** * The operation id for the 'Get Expression Text' operation. * * * @generated * @ordered */ int OR_OPERATOR___GET_EXPRESSION_TEXT = LOGICAL_OPERATOR___GET_EXPRESSION_TEXT; /** * The operation id for the 'Get Symbol' operation. * * * @generated * @ordered */ int OR_OPERATOR___GET_SYMBOL = LOGICAL_OPERATOR_OPERATION_COUNT + 0; /** * The number of operations of the 'Or Operator' class. * * * @generated * @ordered */ int OR_OPERATOR_OPERATION_COUNT = LOGICAL_OPERATOR_OPERATION_COUNT + 1; /** * The meta object id for the '{@link rba.core.impl.NotOperatorImpl Not Operator}' class. * * * @see rba.core.impl.NotOperatorImpl * @see rba.core.impl.RBACorePackageImpl#getNotOperator() * @generated */ int NOT_OPERATOR = 37; /** * The feature id for the 'Type' attribute. * * * @generated * @ordered */ int NOT_OPERATOR__TYPE = LOGICAL_OPERATOR__TYPE; /** * The feature id for the 'Expression' attribute. * * * @generated * @ordered */ int NOT_OPERATOR__EXPRESSION = LOGICAL_OPERATOR__EXPRESSION; /** * The feature id for the 'Let Statements' containment reference list. * * * @generated * @ordered */ int NOT_OPERATOR__LET_STATEMENTS = LOGICAL_OPERATOR__LET_STATEMENTS; /** * The feature id for the 'Operand' containment reference list. * * * @generated * @ordered */ int NOT_OPERATOR__OPERAND = LOGICAL_OPERATOR__OPERAND; /** * The number of structural features of the 'Not Operator' class. * * * @generated * @ordered */ int NOT_OPERATOR_FEATURE_COUNT = LOGICAL_OPERATOR_FEATURE_COUNT + 0; /** * The operation id for the 'Get Underlying Type' operation. * * * @generated * @ordered */ int NOT_OPERATOR___GET_UNDERLYING_TYPE = LOGICAL_OPERATOR___GET_UNDERLYING_TYPE; /** * The operation id for the 'Get Symbol' operation. * * * @generated * @ordered */ int NOT_OPERATOR___GET_SYMBOL = LOGICAL_OPERATOR_OPERATION_COUNT + 0; /** * The operation id for the 'Get Expression Text' operation. * * * @generated * @ordered */ int NOT_OPERATOR___GET_EXPRESSION_TEXT = LOGICAL_OPERATOR_OPERATION_COUNT + 1; /** * The number of operations of the 'Not Operator' class. * * * @generated * @ordered */ int NOT_OPERATOR_OPERATION_COUNT = LOGICAL_OPERATOR_OPERATION_COUNT + 2; /** * The meta object id for the '{@link rba.core.impl.IsEqualToOperatorImpl Is Equal To Operator}' class. * * * @see rba.core.impl.IsEqualToOperatorImpl * @see rba.core.impl.RBACorePackageImpl#getIsEqualToOperator() * @generated */ int IS_EQUAL_TO_OPERATOR = 38; /** * The feature id for the 'Type' attribute. * * * @generated * @ordered */ int IS_EQUAL_TO_OPERATOR__TYPE = LOGICAL_OPERATOR__TYPE; /** * The feature id for the 'Expression' attribute. * * * @generated * @ordered */ int IS_EQUAL_TO_OPERATOR__EXPRESSION = LOGICAL_OPERATOR__EXPRESSION; /** * The feature id for the 'Let Statements' containment reference list. * * * @generated * @ordered */ int IS_EQUAL_TO_OPERATOR__LET_STATEMENTS = LOGICAL_OPERATOR__LET_STATEMENTS; /** * The feature id for the 'Operand' containment reference list. * * * @generated * @ordered */ int IS_EQUAL_TO_OPERATOR__OPERAND = LOGICAL_OPERATOR__OPERAND; /** * The number of structural features of the 'Is Equal To Operator' class. * * * @generated * @ordered */ int IS_EQUAL_TO_OPERATOR_FEATURE_COUNT = LOGICAL_OPERATOR_FEATURE_COUNT + 0; /** * The operation id for the 'Get Underlying Type' operation. * * * @generated * @ordered */ int IS_EQUAL_TO_OPERATOR___GET_UNDERLYING_TYPE = LOGICAL_OPERATOR___GET_UNDERLYING_TYPE; /** * The operation id for the 'Get Expression Text' operation. * * * @generated * @ordered */ int IS_EQUAL_TO_OPERATOR___GET_EXPRESSION_TEXT = LOGICAL_OPERATOR___GET_EXPRESSION_TEXT; /** * The operation id for the 'Get Symbol' operation. * * * @generated * @ordered */ int IS_EQUAL_TO_OPERATOR___GET_SYMBOL = LOGICAL_OPERATOR_OPERATION_COUNT + 0; /** * The number of operations of the 'Is Equal To Operator' class. * * * @generated * @ordered */ int IS_EQUAL_TO_OPERATOR_OPERATION_COUNT = LOGICAL_OPERATOR_OPERATION_COUNT + 1; /** * The meta object id for the '{@link rba.core.impl.IsGreaterThanOperatorImpl Is Greater Than Operator}' class. * * * @see rba.core.impl.IsGreaterThanOperatorImpl * @see rba.core.impl.RBACorePackageImpl#getIsGreaterThanOperator() * @generated */ int IS_GREATER_THAN_OPERATOR = 39; /** * The feature id for the 'Type' attribute. * * * @generated * @ordered */ int IS_GREATER_THAN_OPERATOR__TYPE = LOGICAL_OPERATOR__TYPE; /** * The feature id for the 'Expression' attribute. * * * @generated * @ordered */ int IS_GREATER_THAN_OPERATOR__EXPRESSION = LOGICAL_OPERATOR__EXPRESSION; /** * The feature id for the 'Let Statements' containment reference list. * * * @generated * @ordered */ int IS_GREATER_THAN_OPERATOR__LET_STATEMENTS = LOGICAL_OPERATOR__LET_STATEMENTS; /** * The feature id for the 'Operand' containment reference list. * * * @generated * @ordered */ int IS_GREATER_THAN_OPERATOR__OPERAND = LOGICAL_OPERATOR__OPERAND; /** * The number of structural features of the 'Is Greater Than Operator' class. * * * @generated * @ordered */ int IS_GREATER_THAN_OPERATOR_FEATURE_COUNT = LOGICAL_OPERATOR_FEATURE_COUNT + 0; /** * The operation id for the 'Get Underlying Type' operation. * * * @generated * @ordered */ int IS_GREATER_THAN_OPERATOR___GET_UNDERLYING_TYPE = LOGICAL_OPERATOR___GET_UNDERLYING_TYPE; /** * The operation id for the 'Get Expression Text' operation. * * * @generated * @ordered */ int IS_GREATER_THAN_OPERATOR___GET_EXPRESSION_TEXT = LOGICAL_OPERATOR___GET_EXPRESSION_TEXT; /** * The operation id for the 'Get Symbol' operation. * * * @generated * @ordered */ int IS_GREATER_THAN_OPERATOR___GET_SYMBOL = LOGICAL_OPERATOR_OPERATION_COUNT + 0; /** * The number of operations of the 'Is Greater Than Operator' class. * * * @generated * @ordered */ int IS_GREATER_THAN_OPERATOR_OPERATION_COUNT = LOGICAL_OPERATOR_OPERATION_COUNT + 1; /** * The meta object id for the '{@link rba.core.impl.IsLowerThanOperatorImpl Is Lower Than Operator}' class. * * * @see rba.core.impl.IsLowerThanOperatorImpl * @see rba.core.impl.RBACorePackageImpl#getIsLowerThanOperator() * @generated */ int IS_LOWER_THAN_OPERATOR = 40; /** * The feature id for the 'Type' attribute. * * * @generated * @ordered */ int IS_LOWER_THAN_OPERATOR__TYPE = LOGICAL_OPERATOR__TYPE; /** * The feature id for the 'Expression' attribute. * * * @generated * @ordered */ int IS_LOWER_THAN_OPERATOR__EXPRESSION = LOGICAL_OPERATOR__EXPRESSION; /** * The feature id for the 'Let Statements' containment reference list. * * * @generated * @ordered */ int IS_LOWER_THAN_OPERATOR__LET_STATEMENTS = LOGICAL_OPERATOR__LET_STATEMENTS; /** * The feature id for the 'Operand' containment reference list. * * * @generated * @ordered */ int IS_LOWER_THAN_OPERATOR__OPERAND = LOGICAL_OPERATOR__OPERAND; /** * The number of structural features of the 'Is Lower Than Operator' class. * * * @generated * @ordered */ int IS_LOWER_THAN_OPERATOR_FEATURE_COUNT = LOGICAL_OPERATOR_FEATURE_COUNT + 0; /** * The operation id for the 'Get Underlying Type' operation. * * * @generated * @ordered */ int IS_LOWER_THAN_OPERATOR___GET_UNDERLYING_TYPE = LOGICAL_OPERATOR___GET_UNDERLYING_TYPE; /** * The operation id for the 'Get Expression Text' operation. * * * @generated * @ordered */ int IS_LOWER_THAN_OPERATOR___GET_EXPRESSION_TEXT = LOGICAL_OPERATOR___GET_EXPRESSION_TEXT; /** * The operation id for the 'Get Symbol' operation. * * * @generated * @ordered */ int IS_LOWER_THAN_OPERATOR___GET_SYMBOL = LOGICAL_OPERATOR_OPERATION_COUNT + 0; /** * The number of operations of the 'Is Lower Than Operator' class. * * * @generated * @ordered */ int IS_LOWER_THAN_OPERATOR_OPERATION_COUNT = LOGICAL_OPERATOR_OPERATION_COUNT + 1; /** * The meta object id for the '{@link rba.core.impl.IsGreaterThanEqualOperatorImpl Is Greater Than Equal Operator}' class. * * * @see rba.core.impl.IsGreaterThanEqualOperatorImpl * @see rba.core.impl.RBACorePackageImpl#getIsGreaterThanEqualOperator() * @generated */ int IS_GREATER_THAN_EQUAL_OPERATOR = 41; /** * The feature id for the 'Type' attribute. * * * @generated * @ordered */ int IS_GREATER_THAN_EQUAL_OPERATOR__TYPE = LOGICAL_OPERATOR__TYPE; /** * The feature id for the 'Expression' attribute. * * * @generated * @ordered */ int IS_GREATER_THAN_EQUAL_OPERATOR__EXPRESSION = LOGICAL_OPERATOR__EXPRESSION; /** * The feature id for the 'Let Statements' containment reference list. * * * @generated * @ordered */ int IS_GREATER_THAN_EQUAL_OPERATOR__LET_STATEMENTS = LOGICAL_OPERATOR__LET_STATEMENTS; /** * The feature id for the 'Operand' containment reference list. * * * @generated * @ordered */ int IS_GREATER_THAN_EQUAL_OPERATOR__OPERAND = LOGICAL_OPERATOR__OPERAND; /** * The number of structural features of the 'Is Greater Than Equal Operator' class. * * * @generated * @ordered */ int IS_GREATER_THAN_EQUAL_OPERATOR_FEATURE_COUNT = LOGICAL_OPERATOR_FEATURE_COUNT + 0; /** * The operation id for the 'Get Underlying Type' operation. * * * @generated * @ordered */ int IS_GREATER_THAN_EQUAL_OPERATOR___GET_UNDERLYING_TYPE = LOGICAL_OPERATOR___GET_UNDERLYING_TYPE; /** * The operation id for the 'Get Expression Text' operation. * * * @generated * @ordered */ int IS_GREATER_THAN_EQUAL_OPERATOR___GET_EXPRESSION_TEXT = LOGICAL_OPERATOR___GET_EXPRESSION_TEXT; /** * The operation id for the 'Get Symbol' operation. * * * @generated * @ordered */ int IS_GREATER_THAN_EQUAL_OPERATOR___GET_SYMBOL = LOGICAL_OPERATOR_OPERATION_COUNT + 0; /** * The number of operations of the 'Is Greater Than Equal Operator' class. * * * @generated * @ordered */ int IS_GREATER_THAN_EQUAL_OPERATOR_OPERATION_COUNT = LOGICAL_OPERATOR_OPERATION_COUNT + 1; /** * The meta object id for the '{@link rba.core.impl.IsLowerThanEqualOperatorImpl Is Lower Than Equal Operator}' class. * * * @see rba.core.impl.IsLowerThanEqualOperatorImpl * @see rba.core.impl.RBACorePackageImpl#getIsLowerThanEqualOperator() * @generated */ int IS_LOWER_THAN_EQUAL_OPERATOR = 42; /** * The feature id for the 'Type' attribute. * * * @generated * @ordered */ int IS_LOWER_THAN_EQUAL_OPERATOR__TYPE = LOGICAL_OPERATOR__TYPE; /** * The feature id for the 'Expression' attribute. * * * @generated * @ordered */ int IS_LOWER_THAN_EQUAL_OPERATOR__EXPRESSION = LOGICAL_OPERATOR__EXPRESSION; /** * The feature id for the 'Let Statements' containment reference list. * * * @generated * @ordered */ int IS_LOWER_THAN_EQUAL_OPERATOR__LET_STATEMENTS = LOGICAL_OPERATOR__LET_STATEMENTS; /** * The feature id for the 'Operand' containment reference list. * * * @generated * @ordered */ int IS_LOWER_THAN_EQUAL_OPERATOR__OPERAND = LOGICAL_OPERATOR__OPERAND; /** * The number of structural features of the 'Is Lower Than Equal Operator' class. * * * @generated * @ordered */ int IS_LOWER_THAN_EQUAL_OPERATOR_FEATURE_COUNT = LOGICAL_OPERATOR_FEATURE_COUNT + 0; /** * The operation id for the 'Get Underlying Type' operation. * * * @generated * @ordered */ int IS_LOWER_THAN_EQUAL_OPERATOR___GET_UNDERLYING_TYPE = LOGICAL_OPERATOR___GET_UNDERLYING_TYPE; /** * The operation id for the 'Get Expression Text' operation. * * * @generated * @ordered */ int IS_LOWER_THAN_EQUAL_OPERATOR___GET_EXPRESSION_TEXT = LOGICAL_OPERATOR___GET_EXPRESSION_TEXT; /** * The operation id for the 'Get Symbol' operation. * * * @generated * @ordered */ int IS_LOWER_THAN_EQUAL_OPERATOR___GET_SYMBOL = LOGICAL_OPERATOR_OPERATION_COUNT + 0; /** * The number of operations of the 'Is Lower Than Equal Operator' class. * * * @generated * @ordered */ int IS_LOWER_THAN_EQUAL_OPERATOR_OPERATION_COUNT = LOGICAL_OPERATOR_OPERATION_COUNT + 1; /** * The meta object id for the '{@link rba.core.impl.ArithmeticOperatorImpl Arithmetic Operator}' class. * * * @see rba.core.impl.ArithmeticOperatorImpl * @see rba.core.impl.RBACorePackageImpl#getArithmeticOperator() * @generated */ int ARITHMETIC_OPERATOR = 43; /** * The feature id for the 'Type' attribute. * * * @generated * @ordered */ int ARITHMETIC_OPERATOR__TYPE = OPERATOR__TYPE; /** * The feature id for the 'Expression' attribute. * * * @generated * @ordered */ int ARITHMETIC_OPERATOR__EXPRESSION = OPERATOR__EXPRESSION; /** * The feature id for the 'Let Statements' containment reference list. * * * @generated * @ordered */ int ARITHMETIC_OPERATOR__LET_STATEMENTS = OPERATOR__LET_STATEMENTS; /** * The feature id for the 'Operand' containment reference list. * * * @generated * @ordered */ int ARITHMETIC_OPERATOR__OPERAND = OPERATOR__OPERAND; /** * The number of structural features of the 'Arithmetic Operator' class. * * * @generated * @ordered */ int ARITHMETIC_OPERATOR_FEATURE_COUNT = OPERATOR_FEATURE_COUNT + 0; /** * The operation id for the 'Get Symbol' operation. * * * @generated * @ordered */ int ARITHMETIC_OPERATOR___GET_SYMBOL = OPERATOR___GET_SYMBOL; /** * The operation id for the 'Get Underlying Type' operation. * * * @generated * @ordered */ int ARITHMETIC_OPERATOR___GET_UNDERLYING_TYPE = OPERATOR_OPERATION_COUNT + 0; /** * The operation id for the 'Get Expression Text' operation. * * * @generated * @ordered */ int ARITHMETIC_OPERATOR___GET_EXPRESSION_TEXT = OPERATOR_OPERATION_COUNT + 1; /** * The number of operations of the 'Arithmetic Operator' class. * * * @generated * @ordered */ int ARITHMETIC_OPERATOR_OPERATION_COUNT = OPERATOR_OPERATION_COUNT + 2; /** * The meta object id for the '{@link rba.core.impl.PlusOperatorImpl Plus Operator}' class. * * * @see rba.core.impl.PlusOperatorImpl * @see rba.core.impl.RBACorePackageImpl#getPlusOperator() * @generated */ int PLUS_OPERATOR = 44; /** * The feature id for the 'Type' attribute. * * * @generated * @ordered */ int PLUS_OPERATOR__TYPE = ARITHMETIC_OPERATOR__TYPE; /** * The feature id for the 'Expression' attribute. * * * @generated * @ordered */ int PLUS_OPERATOR__EXPRESSION = ARITHMETIC_OPERATOR__EXPRESSION; /** * The feature id for the 'Let Statements' containment reference list. * * * @generated * @ordered */ int PLUS_OPERATOR__LET_STATEMENTS = ARITHMETIC_OPERATOR__LET_STATEMENTS; /** * The feature id for the 'Operand' containment reference list. * * * @generated * @ordered */ int PLUS_OPERATOR__OPERAND = ARITHMETIC_OPERATOR__OPERAND; /** * The number of structural features of the 'Plus Operator' class. * * * @generated * @ordered */ int PLUS_OPERATOR_FEATURE_COUNT = ARITHMETIC_OPERATOR_FEATURE_COUNT + 0; /** * The operation id for the 'Get Underlying Type' operation. * * * @generated * @ordered */ int PLUS_OPERATOR___GET_UNDERLYING_TYPE = ARITHMETIC_OPERATOR___GET_UNDERLYING_TYPE; /** * The operation id for the 'Get Expression Text' operation. * * * @generated * @ordered */ int PLUS_OPERATOR___GET_EXPRESSION_TEXT = ARITHMETIC_OPERATOR___GET_EXPRESSION_TEXT; /** * The operation id for the 'Get Symbol' operation. * * * @generated * @ordered */ int PLUS_OPERATOR___GET_SYMBOL = ARITHMETIC_OPERATOR_OPERATION_COUNT + 0; /** * The number of operations of the 'Plus Operator' class. * * * @generated * @ordered */ int PLUS_OPERATOR_OPERATION_COUNT = ARITHMETIC_OPERATOR_OPERATION_COUNT + 1; /** * The meta object id for the '{@link rba.core.impl.ImpliesOperatorImpl Implies Operator}' class. * * * @see rba.core.impl.ImpliesOperatorImpl * @see rba.core.impl.RBACorePackageImpl#getImpliesOperator() * @generated */ int IMPLIES_OPERATOR = 45; /** * The feature id for the 'Type' attribute. * * * @generated * @ordered */ int IMPLIES_OPERATOR__TYPE = LOGICAL_OPERATOR__TYPE; /** * The feature id for the 'Expression' attribute. * * * @generated * @ordered */ int IMPLIES_OPERATOR__EXPRESSION = LOGICAL_OPERATOR__EXPRESSION; /** * The feature id for the 'Let Statements' containment reference list. * * * @generated * @ordered */ int IMPLIES_OPERATOR__LET_STATEMENTS = LOGICAL_OPERATOR__LET_STATEMENTS; /** * The feature id for the 'Operand' containment reference list. * * * @generated * @ordered */ int IMPLIES_OPERATOR__OPERAND = LOGICAL_OPERATOR__OPERAND; /** * The number of structural features of the 'Implies Operator' class. * * * @generated * @ordered */ int IMPLIES_OPERATOR_FEATURE_COUNT = LOGICAL_OPERATOR_FEATURE_COUNT + 0; /** * The operation id for the 'Get Underlying Type' operation. * * * @generated * @ordered */ int IMPLIES_OPERATOR___GET_UNDERLYING_TYPE = LOGICAL_OPERATOR___GET_UNDERLYING_TYPE; /** * The operation id for the 'Get Expression Text' operation. * * * @generated * @ordered */ int IMPLIES_OPERATOR___GET_EXPRESSION_TEXT = LOGICAL_OPERATOR___GET_EXPRESSION_TEXT; /** * The operation id for the 'Get Symbol' operation. * * * @generated * @ordered */ int IMPLIES_OPERATOR___GET_SYMBOL = LOGICAL_OPERATOR_OPERATION_COUNT + 0; /** * The number of operations of the 'Implies Operator' class. * * * @generated * @ordered */ int IMPLIES_OPERATOR_OPERATION_COUNT = LOGICAL_OPERATOR_OPERATION_COUNT + 1; /** * The meta object id for the '{@link rba.core.impl.ContentOperatorImpl Content Operator}' class. * * * @see rba.core.impl.ContentOperatorImpl * @see rba.core.impl.RBACorePackageImpl#getContentOperator() * @generated */ int CONTENT_OPERATOR = 46; /** * The feature id for the 'Type' attribute. * * * @generated * @ordered */ int CONTENT_OPERATOR__TYPE = OPERATOR__TYPE; /** * The feature id for the 'Expression' attribute. * * * @generated * @ordered */ int CONTENT_OPERATOR__EXPRESSION = OPERATOR__EXPRESSION; /** * The feature id for the 'Let Statements' containment reference list. * * * @generated * @ordered */ int CONTENT_OPERATOR__LET_STATEMENTS = OPERATOR__LET_STATEMENTS; /** * The feature id for the 'Operand' containment reference list. * * * @generated * @ordered */ int CONTENT_OPERATOR__OPERAND = OPERATOR__OPERAND; /** * The number of structural features of the 'Content Operator' class. * * * @generated * @ordered */ int CONTENT_OPERATOR_FEATURE_COUNT = OPERATOR_FEATURE_COUNT + 0; /** * The operation id for the 'Get Underlying Type' operation. * * * @generated * @ordered */ int CONTENT_OPERATOR___GET_UNDERLYING_TYPE = OPERATOR___GET_UNDERLYING_TYPE; /** * The operation id for the 'Get Symbol' operation. * * * @generated * @ordered */ int CONTENT_OPERATOR___GET_SYMBOL = OPERATOR___GET_SYMBOL; /** * The operation id for the 'Get Expression Text' operation. * * * @generated * @ordered */ int CONTENT_OPERATOR___GET_EXPRESSION_TEXT = OPERATOR_OPERATION_COUNT + 0; /** * The number of operations of the 'Content Operator' class. * * * @generated * @ordered */ int CONTENT_OPERATOR_OPERATION_COUNT = OPERATOR_OPERATION_COUNT + 1; /** * The meta object id for the '{@link rba.core.impl.IsActiveImpl Is Active}' class. * * * @see rba.core.impl.IsActiveImpl * @see rba.core.impl.RBACorePackageImpl#getIsActive() * @generated */ int IS_ACTIVE = 47; /** * The feature id for the 'Type' attribute. * * * @generated * @ordered */ int IS_ACTIVE__TYPE = CONTENT_OPERATOR__TYPE; /** * The feature id for the 'Expression' attribute. * * * @generated * @ordered */ int IS_ACTIVE__EXPRESSION = CONTENT_OPERATOR__EXPRESSION; /** * The feature id for the 'Let Statements' containment reference list. * * * @generated * @ordered */ int IS_ACTIVE__LET_STATEMENTS = CONTENT_OPERATOR__LET_STATEMENTS; /** * The feature id for the 'Operand' containment reference list. * * * @generated * @ordered */ int IS_ACTIVE__OPERAND = CONTENT_OPERATOR__OPERAND; /** * The number of structural features of the 'Is Active' class. * * * @generated * @ordered */ int IS_ACTIVE_FEATURE_COUNT = CONTENT_OPERATOR_FEATURE_COUNT + 0; /** * The operation id for the 'Get Expression Text' operation. * * * @generated * @ordered */ int IS_ACTIVE___GET_EXPRESSION_TEXT = CONTENT_OPERATOR___GET_EXPRESSION_TEXT; /** * The operation id for the 'Get Symbol' operation. * * * @generated * @ordered */ int IS_ACTIVE___GET_SYMBOL = CONTENT_OPERATOR_OPERATION_COUNT + 0; /** * The operation id for the 'Get Underlying Type' operation. * * * @generated * @ordered */ int IS_ACTIVE___GET_UNDERLYING_TYPE = CONTENT_OPERATOR_OPERATION_COUNT + 1; /** * The number of operations of the 'Is Active' class. * * * @generated * @ordered */ int IS_ACTIVE_OPERATION_COUNT = CONTENT_OPERATOR_OPERATION_COUNT + 2; /** * The meta object id for the '{@link rba.core.impl.GetAllocatablesImpl Get Allocatables}' class. * * * @see rba.core.impl.GetAllocatablesImpl * @see rba.core.impl.RBACorePackageImpl#getGetAllocatables() * @generated */ int GET_ALLOCATABLES = 48; /** * The feature id for the 'Type' attribute. * * * @generated * @ordered */ int GET_ALLOCATABLES__TYPE = CONTENT_OPERATOR__TYPE; /** * The feature id for the 'Expression' attribute. * * * @generated * @ordered */ int GET_ALLOCATABLES__EXPRESSION = CONTENT_OPERATOR__EXPRESSION; /** * The feature id for the 'Let Statements' containment reference list. * * * @generated * @ordered */ int GET_ALLOCATABLES__LET_STATEMENTS = CONTENT_OPERATOR__LET_STATEMENTS; /** * The feature id for the 'Operand' containment reference list. * * * @generated * @ordered */ int GET_ALLOCATABLES__OPERAND = CONTENT_OPERATOR__OPERAND; /** * The number of structural features of the 'Get Allocatables' class. * * * @generated * @ordered */ int GET_ALLOCATABLES_FEATURE_COUNT = CONTENT_OPERATOR_FEATURE_COUNT + 0; /** * The operation id for the 'Get Expression Text' operation. * * * @generated * @ordered */ int GET_ALLOCATABLES___GET_EXPRESSION_TEXT = CONTENT_OPERATOR___GET_EXPRESSION_TEXT; /** * The operation id for the 'Get Symbol' operation. * * * @generated * @ordered */ int GET_ALLOCATABLES___GET_SYMBOL = CONTENT_OPERATOR_OPERATION_COUNT + 0; /** * The operation id for the 'Get Underlying Type' operation. * * * @generated * @ordered */ int GET_ALLOCATABLES___GET_UNDERLYING_TYPE = CONTENT_OPERATOR_OPERATION_COUNT + 1; /** * The number of operations of the 'Get Allocatables' class. * * * @generated * @ordered */ int GET_ALLOCATABLES_OPERATION_COUNT = CONTENT_OPERATOR_OPERATION_COUNT + 2; /** * The meta object id for the '{@link rba.core.impl.HasBeenDisplayedImpl Has Been Displayed}' class. * * * @see rba.core.impl.HasBeenDisplayedImpl * @see rba.core.impl.RBACorePackageImpl#getHasBeenDisplayed() * @generated */ int HAS_BEEN_DISPLAYED = 49; /** * The feature id for the 'Type' attribute. * * * @generated * @ordered */ int HAS_BEEN_DISPLAYED__TYPE = CONTENT_OPERATOR__TYPE; /** * The feature id for the 'Expression' attribute. * * * @generated * @ordered */ int HAS_BEEN_DISPLAYED__EXPRESSION = CONTENT_OPERATOR__EXPRESSION; /** * The feature id for the 'Let Statements' containment reference list. * * * @generated * @ordered */ int HAS_BEEN_DISPLAYED__LET_STATEMENTS = CONTENT_OPERATOR__LET_STATEMENTS; /** * The feature id for the 'Operand' containment reference list. * * * @generated * @ordered */ int HAS_BEEN_DISPLAYED__OPERAND = CONTENT_OPERATOR__OPERAND; /** * The number of structural features of the 'Has Been Displayed' class. * * * @generated * @ordered */ int HAS_BEEN_DISPLAYED_FEATURE_COUNT = CONTENT_OPERATOR_FEATURE_COUNT + 0; /** * The operation id for the 'Get Expression Text' operation. * * * @generated * @ordered */ int HAS_BEEN_DISPLAYED___GET_EXPRESSION_TEXT = CONTENT_OPERATOR___GET_EXPRESSION_TEXT; /** * The operation id for the 'Get Symbol' operation. * * * @generated * @ordered */ int HAS_BEEN_DISPLAYED___GET_SYMBOL = CONTENT_OPERATOR_OPERATION_COUNT + 0; /** * The operation id for the 'Get Underlying Type' operation. * * * @generated * @ordered */ int HAS_BEEN_DISPLAYED___GET_UNDERLYING_TYPE = CONTENT_OPERATOR_OPERATION_COUNT + 1; /** * The number of operations of the 'Has Been Displayed' class. * * * @generated * @ordered */ int HAS_BEEN_DISPLAYED_OPERATION_COUNT = CONTENT_OPERATOR_OPERATION_COUNT + 2; /** * The meta object id for the '{@link rba.core.impl.ActiveStateImpl Active State}' class. * * * @see rba.core.impl.ActiveStateImpl * @see rba.core.impl.RBACorePackageImpl#getActiveState() * @generated */ int ACTIVE_STATE = 50; /** * The feature id for the 'Type' attribute. * * * @generated * @ordered */ int ACTIVE_STATE__TYPE = CONTENT_OPERATOR__TYPE; /** * The feature id for the 'Expression' attribute. * * * @generated * @ordered */ int ACTIVE_STATE__EXPRESSION = CONTENT_OPERATOR__EXPRESSION; /** * The feature id for the 'Let Statements' containment reference list. * * * @generated * @ordered */ int ACTIVE_STATE__LET_STATEMENTS = CONTENT_OPERATOR__LET_STATEMENTS; /** * The feature id for the 'Operand' containment reference list. * * * @generated * @ordered */ int ACTIVE_STATE__OPERAND = CONTENT_OPERATOR__OPERAND; /** * The number of structural features of the 'Active State' class. * * * @generated * @ordered */ int ACTIVE_STATE_FEATURE_COUNT = CONTENT_OPERATOR_FEATURE_COUNT + 0; /** * The operation id for the 'Get Expression Text' operation. * * * @generated * @ordered */ int ACTIVE_STATE___GET_EXPRESSION_TEXT = CONTENT_OPERATOR___GET_EXPRESSION_TEXT; /** * The operation id for the 'Get Symbol' operation. * * * @generated * @ordered */ int ACTIVE_STATE___GET_SYMBOL = CONTENT_OPERATOR_OPERATION_COUNT + 0; /** * The operation id for the 'Get Underlying Type' operation. * * * @generated * @ordered */ int ACTIVE_STATE___GET_UNDERLYING_TYPE = CONTENT_OPERATOR_OPERATION_COUNT + 1; /** * The number of operations of the 'Active State' class. * * * @generated * @ordered */ int ACTIVE_STATE_OPERATION_COUNT = CONTENT_OPERATOR_OPERATION_COUNT + 2; /** * The meta object id for the '{@link rba.core.impl.ObjectCompareImpl Object Compare}' class. * * * @see rba.core.impl.ObjectCompareImpl * @see rba.core.impl.RBACorePackageImpl#getObjectCompare() * @generated */ int OBJECT_COMPARE = 51; /** * The feature id for the 'Type' attribute. * * * @generated * @ordered */ int OBJECT_COMPARE__TYPE = OPERATOR__TYPE; /** * The feature id for the 'Expression' attribute. * * * @generated * @ordered */ int OBJECT_COMPARE__EXPRESSION = OPERATOR__EXPRESSION; /** * The feature id for the 'Let Statements' containment reference list. * * * @generated * @ordered */ int OBJECT_COMPARE__LET_STATEMENTS = OPERATOR__LET_STATEMENTS; /** * The feature id for the 'Operand' containment reference list. * * * @generated * @ordered */ int OBJECT_COMPARE__OPERAND = OPERATOR__OPERAND; /** * The number of structural features of the 'Object Compare' class. * * * @generated * @ordered */ int OBJECT_COMPARE_FEATURE_COUNT = OPERATOR_FEATURE_COUNT + 0; /** * The operation id for the 'Get Symbol' operation. * * * @generated * @ordered */ int OBJECT_COMPARE___GET_SYMBOL = OPERATOR_OPERATION_COUNT + 0; /** * The operation id for the 'Get Underlying Type' operation. * * * @generated * @ordered */ int OBJECT_COMPARE___GET_UNDERLYING_TYPE = OPERATOR_OPERATION_COUNT + 1; /** * The operation id for the 'Get Expression Text' operation. * * * @generated * @ordered */ int OBJECT_COMPARE___GET_EXPRESSION_TEXT = OPERATOR_OPERATION_COUNT + 2; /** * The number of operations of the 'Object Compare' class. * * * @generated * @ordered */ int OBJECT_COMPARE_OPERATION_COUNT = OPERATOR_OPERATION_COUNT + 3; /** * The meta object id for the '{@link rba.core.impl.ThatOfOperatorImpl That Of Operator}' class. * * * @see rba.core.impl.ThatOfOperatorImpl * @see rba.core.impl.RBACorePackageImpl#getThatOfOperator() * @generated */ int THAT_OF_OPERATOR = 52; /** * The feature id for the 'Type' attribute. * * * @generated * @ordered */ int THAT_OF_OPERATOR__TYPE = OPERATOR__TYPE; /** * The feature id for the 'Expression' attribute. * * * @generated * @ordered */ int THAT_OF_OPERATOR__EXPRESSION = OPERATOR__EXPRESSION; /** * The feature id for the 'Let Statements' containment reference list. * * * @generated * @ordered */ int THAT_OF_OPERATOR__LET_STATEMENTS = OPERATOR__LET_STATEMENTS; /** * The feature id for the 'Operand' containment reference list. * * * @generated * @ordered */ int THAT_OF_OPERATOR__OPERAND = OPERATOR__OPERAND; /** * The number of structural features of the 'That Of Operator' class. * * * @generated * @ordered */ int THAT_OF_OPERATOR_FEATURE_COUNT = OPERATOR_FEATURE_COUNT + 0; /** * The operation id for the 'Get Expression Text' operation. * * * @generated * @ordered */ int THAT_OF_OPERATOR___GET_EXPRESSION_TEXT = OPERATOR_OPERATION_COUNT + 0; /** * The operation id for the 'Get Symbol' operation. * * * @generated * @ordered */ int THAT_OF_OPERATOR___GET_SYMBOL = OPERATOR_OPERATION_COUNT + 1; /** * The operation id for the 'Get Underlying Type' operation. * * * @generated * @ordered */ int THAT_OF_OPERATOR___GET_UNDERLYING_TYPE = OPERATOR_OPERATION_COUNT + 2; /** * The number of operations of the 'That Of Operator' class. * * * @generated * @ordered */ int THAT_OF_OPERATOR_OPERATION_COUNT = OPERATOR_OPERATION_COUNT + 3; /** * The meta object id for the '{@link rba.core.impl.ValueExpressionImpl Value Expression}' class. * * * @see rba.core.impl.ValueExpressionImpl * @see rba.core.impl.RBACorePackageImpl#getValueExpression() * @generated */ int VALUE_EXPRESSION = 53; /** * The feature id for the 'Type' attribute. * * * @generated * @ordered */ int VALUE_EXPRESSION__TYPE = EXPRESSION__TYPE; /** * The feature id for the 'Expression' attribute. * * * @generated * @ordered */ int VALUE_EXPRESSION__EXPRESSION = EXPRESSION__EXPRESSION; /** * The feature id for the 'Let Statements' containment reference list. * * * @generated * @ordered */ int VALUE_EXPRESSION__LET_STATEMENTS = EXPRESSION__LET_STATEMENTS; /** * The number of structural features of the 'Value Expression' class. * * * @generated * @ordered */ int VALUE_EXPRESSION_FEATURE_COUNT = EXPRESSION_FEATURE_COUNT + 0; /** * The operation id for the 'Get Expression Text' operation. * * * @generated * @ordered */ int VALUE_EXPRESSION___GET_EXPRESSION_TEXT = EXPRESSION___GET_EXPRESSION_TEXT; /** * The operation id for the 'Get Underlying Type' operation. * * * @generated * @ordered */ int VALUE_EXPRESSION___GET_UNDERLYING_TYPE = EXPRESSION_OPERATION_COUNT + 0; /** * The operation id for the 'Get Expression Value' operation. * * * @generated * @ordered */ int VALUE_EXPRESSION___GET_EXPRESSION_VALUE = EXPRESSION_OPERATION_COUNT + 1; /** * The operation id for the 'Get Type' operation. * * * @generated * @ordered */ int VALUE_EXPRESSION___GET_TYPE = EXPRESSION_OPERATION_COUNT + 2; /** * The number of operations of the 'Value Expression' class. * * * @generated * @ordered */ int VALUE_EXPRESSION_OPERATION_COUNT = EXPRESSION_OPERATION_COUNT + 3; /** * The meta object id for the '{@link rba.core.impl.MaxValueImpl Max Value}' class. * * * @see rba.core.impl.MaxValueImpl * @see rba.core.impl.RBACorePackageImpl#getMaxValue() * @generated */ int MAX_VALUE = 54; /** * The feature id for the 'Type' attribute. * * * @generated * @ordered */ int MAX_VALUE__TYPE = VALUE_EXPRESSION__TYPE; /** * The feature id for the 'Expression' attribute. * * * @generated * @ordered */ int MAX_VALUE__EXPRESSION = VALUE_EXPRESSION__EXPRESSION; /** * The feature id for the 'Let Statements' containment reference list. * * * @generated * @ordered */ int MAX_VALUE__LET_STATEMENTS = VALUE_EXPRESSION__LET_STATEMENTS; /** * The number of structural features of the 'Max Value' class. * * * @generated * @ordered */ int MAX_VALUE_FEATURE_COUNT = VALUE_EXPRESSION_FEATURE_COUNT + 0; /** * The operation id for the 'Get Underlying Type' operation. * * * @generated * @ordered */ int MAX_VALUE___GET_UNDERLYING_TYPE = VALUE_EXPRESSION___GET_UNDERLYING_TYPE; /** * The operation id for the 'Get Type' operation. * * * @generated * @ordered */ int MAX_VALUE___GET_TYPE = VALUE_EXPRESSION___GET_TYPE; /** * The operation id for the 'Get Expression Text' operation. * * * @generated * @ordered */ int MAX_VALUE___GET_EXPRESSION_TEXT = VALUE_EXPRESSION_OPERATION_COUNT + 0; /** * The operation id for the 'Get Expression Value' operation. * * * @generated * @ordered */ int MAX_VALUE___GET_EXPRESSION_VALUE = VALUE_EXPRESSION_OPERATION_COUNT + 1; /** * The number of operations of the 'Max Value' class. * * * @generated * @ordered */ int MAX_VALUE_OPERATION_COUNT = VALUE_EXPRESSION_OPERATION_COUNT + 2; /** * The meta object id for the '{@link rba.core.impl.MinValueImpl Min Value}' class. * * * @see rba.core.impl.MinValueImpl * @see rba.core.impl.RBACorePackageImpl#getMinValue() * @generated */ int MIN_VALUE = 55; /** * The feature id for the 'Type' attribute. * * * @generated * @ordered */ int MIN_VALUE__TYPE = VALUE_EXPRESSION__TYPE; /** * The feature id for the 'Expression' attribute. * * * @generated * @ordered */ int MIN_VALUE__EXPRESSION = VALUE_EXPRESSION__EXPRESSION; /** * The feature id for the 'Let Statements' containment reference list. * * * @generated * @ordered */ int MIN_VALUE__LET_STATEMENTS = VALUE_EXPRESSION__LET_STATEMENTS; /** * The number of structural features of the 'Min Value' class. * * * @generated * @ordered */ int MIN_VALUE_FEATURE_COUNT = VALUE_EXPRESSION_FEATURE_COUNT + 0; /** * The operation id for the 'Get Underlying Type' operation. * * * @generated * @ordered */ int MIN_VALUE___GET_UNDERLYING_TYPE = VALUE_EXPRESSION___GET_UNDERLYING_TYPE; /** * The operation id for the 'Get Type' operation. * * * @generated * @ordered */ int MIN_VALUE___GET_TYPE = VALUE_EXPRESSION___GET_TYPE; /** * The operation id for the 'Get Expression Text' operation. * * * @generated * @ordered */ int MIN_VALUE___GET_EXPRESSION_TEXT = VALUE_EXPRESSION_OPERATION_COUNT + 0; /** * The operation id for the 'Get Expression Value' operation. * * * @generated * @ordered */ int MIN_VALUE___GET_EXPRESSION_VALUE = VALUE_EXPRESSION_OPERATION_COUNT + 1; /** * The number of operations of the 'Min Value' class. * * * @generated * @ordered */ int MIN_VALUE_OPERATION_COUNT = VALUE_EXPRESSION_OPERATION_COUNT + 2; /** * The meta object id for the '{@link rba.core.impl.NoneValueImpl None Value}' class. * * * @see rba.core.impl.NoneValueImpl * @see rba.core.impl.RBACorePackageImpl#getNoneValue() * @generated */ int NONE_VALUE = 56; /** * The feature id for the 'Type' attribute. * * * @generated * @ordered */ int NONE_VALUE__TYPE = VALUE_EXPRESSION__TYPE; /** * The feature id for the 'Expression' attribute. * * * @generated * @ordered */ int NONE_VALUE__EXPRESSION = VALUE_EXPRESSION__EXPRESSION; /** * The feature id for the 'Let Statements' containment reference list. * * * @generated * @ordered */ int NONE_VALUE__LET_STATEMENTS = VALUE_EXPRESSION__LET_STATEMENTS; /** * The number of structural features of the 'None Value' class. * * * @generated * @ordered */ int NONE_VALUE_FEATURE_COUNT = VALUE_EXPRESSION_FEATURE_COUNT + 0; /** * The operation id for the 'Get Underlying Type' operation. * * * @generated * @ordered */ int NONE_VALUE___GET_UNDERLYING_TYPE = VALUE_EXPRESSION___GET_UNDERLYING_TYPE; /** * The operation id for the 'Get Type' operation. * * * @generated * @ordered */ int NONE_VALUE___GET_TYPE = VALUE_EXPRESSION___GET_TYPE; /** * The operation id for the 'Get Expression Text' operation. * * * @generated * @ordered */ int NONE_VALUE___GET_EXPRESSION_TEXT = VALUE_EXPRESSION_OPERATION_COUNT + 0; /** * The operation id for the 'Get Expression Value' operation. * * * @generated * @ordered */ int NONE_VALUE___GET_EXPRESSION_VALUE = VALUE_EXPRESSION_OPERATION_COUNT + 1; /** * The number of operations of the 'None Value' class. * * * @generated * @ordered */ int NONE_VALUE_OPERATION_COUNT = VALUE_EXPRESSION_OPERATION_COUNT + 2; /** * The meta object id for the '{@link rba.core.impl.StandardValueImpl Standard Value}' class. * * * @see rba.core.impl.StandardValueImpl * @see rba.core.impl.RBACorePackageImpl#getStandardValue() * @generated */ int STANDARD_VALUE = 57; /** * The feature id for the 'Type' attribute. * * * @generated * @ordered */ int STANDARD_VALUE__TYPE = VALUE_EXPRESSION__TYPE; /** * The feature id for the 'Expression' attribute. * * * @generated * @ordered */ int STANDARD_VALUE__EXPRESSION = VALUE_EXPRESSION__EXPRESSION; /** * The feature id for the 'Let Statements' containment reference list. * * * @generated * @ordered */ int STANDARD_VALUE__LET_STATEMENTS = VALUE_EXPRESSION__LET_STATEMENTS; /** * The number of structural features of the 'Standard Value' class. * * * @generated * @ordered */ int STANDARD_VALUE_FEATURE_COUNT = VALUE_EXPRESSION_FEATURE_COUNT + 0; /** * The operation id for the 'Get Underlying Type' operation. * * * @generated * @ordered */ int STANDARD_VALUE___GET_UNDERLYING_TYPE = VALUE_EXPRESSION___GET_UNDERLYING_TYPE; /** * The operation id for the 'Get Type' operation. * * * @generated * @ordered */ int STANDARD_VALUE___GET_TYPE = VALUE_EXPRESSION___GET_TYPE; /** * The operation id for the 'Get Expression Text' operation. * * * @generated * @ordered */ int STANDARD_VALUE___GET_EXPRESSION_TEXT = VALUE_EXPRESSION_OPERATION_COUNT + 0; /** * The operation id for the 'Get Expression Value' operation. * * * @generated * @ordered */ int STANDARD_VALUE___GET_EXPRESSION_VALUE = VALUE_EXPRESSION_OPERATION_COUNT + 1; /** * The number of operations of the 'Standard Value' class. * * * @generated * @ordered */ int STANDARD_VALUE_OPERATION_COUNT = VALUE_EXPRESSION_OPERATION_COUNT + 2; /** * The meta object id for the '{@link rba.core.impl.IntegerValueImpl Integer Value}' class. * * * @see rba.core.impl.IntegerValueImpl * @see rba.core.impl.RBACorePackageImpl#getIntegerValue() * @generated */ int INTEGER_VALUE = 58; /** * The feature id for the 'Type' attribute. * * * @generated * @ordered */ int INTEGER_VALUE__TYPE = VALUE_EXPRESSION__TYPE; /** * The feature id for the 'Expression' attribute. * * * @generated * @ordered */ int INTEGER_VALUE__EXPRESSION = VALUE_EXPRESSION__EXPRESSION; /** * The feature id for the 'Let Statements' containment reference list. * * * @generated * @ordered */ int INTEGER_VALUE__LET_STATEMENTS = VALUE_EXPRESSION__LET_STATEMENTS; /** * The feature id for the 'Value' attribute. * * * @generated * @ordered */ int INTEGER_VALUE__VALUE = VALUE_EXPRESSION_FEATURE_COUNT + 0; /** * The number of structural features of the 'Integer Value' class. * * * @generated * @ordered */ int INTEGER_VALUE_FEATURE_COUNT = VALUE_EXPRESSION_FEATURE_COUNT + 1; /** * The operation id for the 'Get Underlying Type' operation. * * * @generated * @ordered */ int INTEGER_VALUE___GET_UNDERLYING_TYPE = VALUE_EXPRESSION___GET_UNDERLYING_TYPE; /** * The operation id for the 'Get Type' operation. * * * @generated * @ordered */ int INTEGER_VALUE___GET_TYPE = VALUE_EXPRESSION___GET_TYPE; /** * The operation id for the 'Get Expression Text' operation. * * * @generated * @ordered */ int INTEGER_VALUE___GET_EXPRESSION_TEXT = VALUE_EXPRESSION_OPERATION_COUNT + 0; /** * The operation id for the 'Get Expression Value' operation. * * * @generated * @ordered */ int INTEGER_VALUE___GET_EXPRESSION_VALUE = VALUE_EXPRESSION_OPERATION_COUNT + 1; /** * The number of operations of the 'Integer Value' class. * * * @generated * @ordered */ int INTEGER_VALUE_OPERATION_COUNT = VALUE_EXPRESSION_OPERATION_COUNT + 2; /** * The meta object id for the '{@link rba.core.impl.EnumExpressionImpl Enum Expression}' class. * * * @see rba.core.impl.EnumExpressionImpl * @see rba.core.impl.RBACorePackageImpl#getEnumExpression() * @generated */ int ENUM_EXPRESSION = 59; /** * The feature id for the 'Type' attribute. * * * @generated * @ordered */ int ENUM_EXPRESSION__TYPE = EXPRESSION__TYPE; /** * The feature id for the 'Expression' attribute. * * * @generated * @ordered */ int ENUM_EXPRESSION__EXPRESSION = EXPRESSION__EXPRESSION; /** * The feature id for the 'Let Statements' containment reference list. * * * @generated * @ordered */ int ENUM_EXPRESSION__LET_STATEMENTS = EXPRESSION__LET_STATEMENTS; /** * The number of structural features of the 'Enum Expression' class. * * * @generated * @ordered */ int ENUM_EXPRESSION_FEATURE_COUNT = EXPRESSION_FEATURE_COUNT + 0; /** * The operation id for the 'Get Expression Text' operation. * * * @generated * @ordered */ int ENUM_EXPRESSION___GET_EXPRESSION_TEXT = EXPRESSION___GET_EXPRESSION_TEXT; /** * The operation id for the 'Get Underlying Type' operation. * * * @generated * @ordered */ int ENUM_EXPRESSION___GET_UNDERLYING_TYPE = EXPRESSION_OPERATION_COUNT + 0; /** * The operation id for the 'Get Expression Value' operation. * * * @generated * @ordered */ int ENUM_EXPRESSION___GET_EXPRESSION_VALUE = EXPRESSION_OPERATION_COUNT + 1; /** * The operation id for the 'Get Type' operation. * * * @generated * @ordered */ int ENUM_EXPRESSION___GET_TYPE = EXPRESSION_OPERATION_COUNT + 2; /** * The number of operations of the 'Enum Expression' class. * * * @generated * @ordered */ int ENUM_EXPRESSION_OPERATION_COUNT = EXPRESSION_OPERATION_COUNT + 3; /** * The meta object id for the '{@link rba.core.impl.LoserTypeExpressionImpl Loser Type Expression}' class. * * * @see rba.core.impl.LoserTypeExpressionImpl * @see rba.core.impl.RBACorePackageImpl#getLoserTypeExpression() * @generated */ int LOSER_TYPE_EXPRESSION = 60; /** * The feature id for the 'Type' attribute. * * * @generated * @ordered */ int LOSER_TYPE_EXPRESSION__TYPE = ENUM_EXPRESSION__TYPE; /** * The feature id for the 'Expression' attribute. * * * @generated * @ordered */ int LOSER_TYPE_EXPRESSION__EXPRESSION = ENUM_EXPRESSION__EXPRESSION; /** * The feature id for the 'Let Statements' containment reference list. * * * @generated * @ordered */ int LOSER_TYPE_EXPRESSION__LET_STATEMENTS = ENUM_EXPRESSION__LET_STATEMENTS; /** * The feature id for the 'Value' attribute. * * * @generated * @ordered */ int LOSER_TYPE_EXPRESSION__VALUE = ENUM_EXPRESSION_FEATURE_COUNT + 0; /** * The number of structural features of the 'Loser Type Expression' class. * * * @generated * @ordered */ int LOSER_TYPE_EXPRESSION_FEATURE_COUNT = ENUM_EXPRESSION_FEATURE_COUNT + 1; /** * The operation id for the 'Get Underlying Type' operation. * * * @generated * @ordered */ int LOSER_TYPE_EXPRESSION___GET_UNDERLYING_TYPE = ENUM_EXPRESSION___GET_UNDERLYING_TYPE; /** * The operation id for the 'Get Type' operation. * * * @generated * @ordered */ int LOSER_TYPE_EXPRESSION___GET_TYPE = ENUM_EXPRESSION___GET_TYPE; /** * The operation id for the 'Get Expression Text' operation. * * * @generated * @ordered */ int LOSER_TYPE_EXPRESSION___GET_EXPRESSION_TEXT = ENUM_EXPRESSION_OPERATION_COUNT + 0; /** * The operation id for the 'Get Expression Value' operation. * * * @generated * @ordered */ int LOSER_TYPE_EXPRESSION___GET_EXPRESSION_VALUE = ENUM_EXPRESSION_OPERATION_COUNT + 1; /** * The number of operations of the 'Loser Type Expression' class. * * * @generated * @ordered */ int LOSER_TYPE_EXPRESSION_OPERATION_COUNT = ENUM_EXPRESSION_OPERATION_COUNT + 2; /** * The meta object id for the '{@link rba.core.impl.ArbitrationPolicyExpressionImpl Arbitration Policy Expression}' class. * * * @see rba.core.impl.ArbitrationPolicyExpressionImpl * @see rba.core.impl.RBACorePackageImpl#getArbitrationPolicyExpression() * @generated */ int ARBITRATION_POLICY_EXPRESSION = 61; /** * The feature id for the 'Type' attribute. * * * @generated * @ordered */ int ARBITRATION_POLICY_EXPRESSION__TYPE = ENUM_EXPRESSION__TYPE; /** * The feature id for the 'Expression' attribute. * * * @generated * @ordered */ int ARBITRATION_POLICY_EXPRESSION__EXPRESSION = ENUM_EXPRESSION__EXPRESSION; /** * The feature id for the 'Let Statements' containment reference list. * * * @generated * @ordered */ int ARBITRATION_POLICY_EXPRESSION__LET_STATEMENTS = ENUM_EXPRESSION__LET_STATEMENTS; /** * The feature id for the 'Value' attribute. * * * @generated * @ordered */ int ARBITRATION_POLICY_EXPRESSION__VALUE = ENUM_EXPRESSION_FEATURE_COUNT + 0; /** * The number of structural features of the 'Arbitration Policy Expression' class. * * * @generated * @ordered */ int ARBITRATION_POLICY_EXPRESSION_FEATURE_COUNT = ENUM_EXPRESSION_FEATURE_COUNT + 1; /** * The operation id for the 'Get Underlying Type' operation. * * * @generated * @ordered */ int ARBITRATION_POLICY_EXPRESSION___GET_UNDERLYING_TYPE = ENUM_EXPRESSION___GET_UNDERLYING_TYPE; /** * The operation id for the 'Get Type' operation. * * * @generated * @ordered */ int ARBITRATION_POLICY_EXPRESSION___GET_TYPE = ENUM_EXPRESSION___GET_TYPE; /** * The operation id for the 'Get Expression Text' operation. * * * @generated * @ordered */ int ARBITRATION_POLICY_EXPRESSION___GET_EXPRESSION_TEXT = ENUM_EXPRESSION_OPERATION_COUNT + 0; /** * The operation id for the 'Get Expression Value' operation. * * * @generated * @ordered */ int ARBITRATION_POLICY_EXPRESSION___GET_EXPRESSION_VALUE = ENUM_EXPRESSION_OPERATION_COUNT + 1; /** * The number of operations of the 'Arbitration Policy Expression' class. * * * @generated * @ordered */ int ARBITRATION_POLICY_EXPRESSION_OPERATION_COUNT = ENUM_EXPRESSION_OPERATION_COUNT + 2; /** * The meta object id for the '{@link rba.core.impl.SetExpressionImpl Set Expression}' class. * * * @see rba.core.impl.SetExpressionImpl * @see rba.core.impl.RBACorePackageImpl#getSetExpression() * @generated */ int SET_EXPRESSION = 62; /** * The feature id for the 'Type' attribute. * * * @generated * @ordered */ int SET_EXPRESSION__TYPE = EXPRESSION__TYPE; /** * The feature id for the 'Expression' attribute. * * * @generated * @ordered */ int SET_EXPRESSION__EXPRESSION = EXPRESSION__EXPRESSION; /** * The feature id for the 'Let Statements' containment reference list. * * * @generated * @ordered */ int SET_EXPRESSION__LET_STATEMENTS = EXPRESSION__LET_STATEMENTS; /** * The number of structural features of the 'Set Expression' class. * * * @generated * @ordered */ int SET_EXPRESSION_FEATURE_COUNT = EXPRESSION_FEATURE_COUNT + 0; /** * The operation id for the 'Get Underlying Type' operation. * * * @generated * @ordered */ int SET_EXPRESSION___GET_UNDERLYING_TYPE = EXPRESSION___GET_UNDERLYING_TYPE; /** * The operation id for the 'Get Expression Text' operation. * * * @generated * @ordered */ int SET_EXPRESSION___GET_EXPRESSION_TEXT = EXPRESSION___GET_EXPRESSION_TEXT; /** * The number of operations of the 'Set Expression' class. * * * @generated * @ordered */ int SET_EXPRESSION_OPERATION_COUNT = EXPRESSION_OPERATION_COUNT + 0; /** * The meta object id for the '{@link rba.core.impl.SetOperatorImpl Set Operator}' class. * * * @see rba.core.impl.SetOperatorImpl * @see rba.core.impl.RBACorePackageImpl#getSetOperator() * @generated */ int SET_OPERATOR = 63; /** * The feature id for the 'Type' attribute. * * * @generated * @ordered */ int SET_OPERATOR__TYPE = OPERATOR__TYPE; /** * The feature id for the 'Expression' attribute. * * * @generated * @ordered */ int SET_OPERATOR__EXPRESSION = OPERATOR__EXPRESSION; /** * The feature id for the 'Let Statements' containment reference list. * * * @generated * @ordered */ int SET_OPERATOR__LET_STATEMENTS = OPERATOR__LET_STATEMENTS; /** * The feature id for the 'Operand' containment reference list. * * * @generated * @ordered */ int SET_OPERATOR__OPERAND = OPERATOR__OPERAND; /** * The number of structural features of the 'Set Operator' class. * * * @generated * @ordered */ int SET_OPERATOR_FEATURE_COUNT = OPERATOR_FEATURE_COUNT + 0; /** * The operation id for the 'Get Underlying Type' operation. * * * @generated * @ordered */ int SET_OPERATOR___GET_UNDERLYING_TYPE = OPERATOR___GET_UNDERLYING_TYPE; /** * The operation id for the 'Get Expression Text' operation. * * * @generated * @ordered */ int SET_OPERATOR___GET_EXPRESSION_TEXT = OPERATOR___GET_EXPRESSION_TEXT; /** * The operation id for the 'Get Symbol' operation. * * * @generated * @ordered */ int SET_OPERATOR___GET_SYMBOL = OPERATOR___GET_SYMBOL; /** * The number of operations of the 'Set Operator' class. * * * @generated * @ordered */ int SET_OPERATOR_OPERATION_COUNT = OPERATOR_OPERATION_COUNT + 0; /** * The meta object id for the '{@link rba.core.impl.SizeOperatorImpl Size Operator}' class. * * * @see rba.core.impl.SizeOperatorImpl * @see rba.core.impl.RBACorePackageImpl#getSizeOperator() * @generated */ int SIZE_OPERATOR = 64; /** * The feature id for the 'Type' attribute. * * * @generated * @ordered */ int SIZE_OPERATOR__TYPE = SET_OPERATOR__TYPE; /** * The feature id for the 'Expression' attribute. * * * @generated * @ordered */ int SIZE_OPERATOR__EXPRESSION = SET_OPERATOR__EXPRESSION; /** * The feature id for the 'Let Statements' containment reference list. * * * @generated * @ordered */ int SIZE_OPERATOR__LET_STATEMENTS = SET_OPERATOR__LET_STATEMENTS; /** * The feature id for the 'Operand' containment reference list. * * * @generated * @ordered */ int SIZE_OPERATOR__OPERAND = SET_OPERATOR__OPERAND; /** * The number of structural features of the 'Size Operator' class. * * * @generated * @ordered */ int SIZE_OPERATOR_FEATURE_COUNT = SET_OPERATOR_FEATURE_COUNT + 0; /** * The operation id for the 'Get Expression Text' operation. * * * @generated * @ordered */ int SIZE_OPERATOR___GET_EXPRESSION_TEXT = SET_OPERATOR_OPERATION_COUNT + 0; /** * The operation id for the 'Get Symbol' operation. * * * @generated * @ordered */ int SIZE_OPERATOR___GET_SYMBOL = SET_OPERATOR_OPERATION_COUNT + 1; /** * The operation id for the 'Get Underlying Type' operation. * * * @generated * @ordered */ int SIZE_OPERATOR___GET_UNDERLYING_TYPE = SET_OPERATOR_OPERATION_COUNT + 2; /** * The number of operations of the 'Size Operator' class. * * * @generated * @ordered */ int SIZE_OPERATOR_OPERATION_COUNT = SET_OPERATOR_OPERATION_COUNT + 3; /** * The meta object id for the '{@link rba.core.impl.LambdaContextImpl Lambda Context}' class. * * * @see rba.core.impl.LambdaContextImpl * @see rba.core.impl.RBACorePackageImpl#getLambdaContext() * @generated */ int LAMBDA_CONTEXT = 73; /** * The feature id for the 'Type' attribute. * * * @generated * @ordered */ int LAMBDA_CONTEXT__TYPE = SET_OPERATOR__TYPE; /** * The feature id for the 'Expression' attribute. * * * @generated * @ordered */ int LAMBDA_CONTEXT__EXPRESSION = SET_OPERATOR__EXPRESSION; /** * The feature id for the 'Let Statements' containment reference list. * * * @generated * @ordered */ int LAMBDA_CONTEXT__LET_STATEMENTS = SET_OPERATOR__LET_STATEMENTS; /** * The feature id for the 'Operand' containment reference list. * * * @generated * @ordered */ int LAMBDA_CONTEXT__OPERAND = SET_OPERATOR__OPERAND; /** * The feature id for the 'Lambda' containment reference. * * * @generated * @ordered */ int LAMBDA_CONTEXT__LAMBDA = SET_OPERATOR_FEATURE_COUNT + 0; /** * The number of structural features of the 'Lambda Context' class. * * * @generated * @ordered */ int LAMBDA_CONTEXT_FEATURE_COUNT = SET_OPERATOR_FEATURE_COUNT + 1; /** * The operation id for the 'Get Underlying Type' operation. * * * @generated * @ordered */ int LAMBDA_CONTEXT___GET_UNDERLYING_TYPE = SET_OPERATOR___GET_UNDERLYING_TYPE; /** * The operation id for the 'Get Expression Text' operation. * * * @generated * @ordered */ int LAMBDA_CONTEXT___GET_EXPRESSION_TEXT = SET_OPERATOR___GET_EXPRESSION_TEXT; /** * The operation id for the 'Get Symbol' operation. * * * @generated * @ordered */ int LAMBDA_CONTEXT___GET_SYMBOL = SET_OPERATOR___GET_SYMBOL; /** * The operation id for the 'Get Context Type' operation. * * * @generated * @ordered */ int LAMBDA_CONTEXT___GET_CONTEXT_TYPE = SET_OPERATOR_OPERATION_COUNT + 0; /** * The number of operations of the 'Lambda Context' class. * * * @generated * @ordered */ int LAMBDA_CONTEXT_OPERATION_COUNT = SET_OPERATOR_OPERATION_COUNT + 1; /** * The meta object id for the '{@link rba.core.impl.ExistsOperatorImpl Exists Operator}' class. * * * @see rba.core.impl.ExistsOperatorImpl * @see rba.core.impl.RBACorePackageImpl#getExistsOperator() * @generated */ int EXISTS_OPERATOR = 65; /** * The feature id for the 'Type' attribute. * * * @generated * @ordered */ int EXISTS_OPERATOR__TYPE = LAMBDA_CONTEXT__TYPE; /** * The feature id for the 'Expression' attribute. * * * @generated * @ordered */ int EXISTS_OPERATOR__EXPRESSION = LAMBDA_CONTEXT__EXPRESSION; /** * The feature id for the 'Let Statements' containment reference list. * * * @generated * @ordered */ int EXISTS_OPERATOR__LET_STATEMENTS = LAMBDA_CONTEXT__LET_STATEMENTS; /** * The feature id for the 'Operand' containment reference list. * * * @generated * @ordered */ int EXISTS_OPERATOR__OPERAND = LAMBDA_CONTEXT__OPERAND; /** * The feature id for the 'Lambda' containment reference. * * * @generated * @ordered */ int EXISTS_OPERATOR__LAMBDA = LAMBDA_CONTEXT__LAMBDA; /** * The number of structural features of the 'Exists Operator' class. * * * @generated * @ordered */ int EXISTS_OPERATOR_FEATURE_COUNT = LAMBDA_CONTEXT_FEATURE_COUNT + 0; /** * The operation id for the 'Get Context Type' operation. * * * @generated * @ordered */ int EXISTS_OPERATOR___GET_CONTEXT_TYPE = LAMBDA_CONTEXT___GET_CONTEXT_TYPE; /** * The operation id for the 'Get Expression Text' operation. * * * @generated * @ordered */ int EXISTS_OPERATOR___GET_EXPRESSION_TEXT = LAMBDA_CONTEXT_OPERATION_COUNT + 0; /** * The operation id for the 'Get Symbol' operation. * * * @generated * @ordered */ int EXISTS_OPERATOR___GET_SYMBOL = LAMBDA_CONTEXT_OPERATION_COUNT + 1; /** * The operation id for the 'Get Underlying Type' operation. * * * @generated * @ordered */ int EXISTS_OPERATOR___GET_UNDERLYING_TYPE = LAMBDA_CONTEXT_OPERATION_COUNT + 2; /** * The number of operations of the 'Exists Operator' class. * * * @generated * @ordered */ int EXISTS_OPERATOR_OPERATION_COUNT = LAMBDA_CONTEXT_OPERATION_COUNT + 3; /** * The meta object id for the '{@link rba.core.impl.ForAllOperatorImpl For All Operator}' class. * * * @see rba.core.impl.ForAllOperatorImpl * @see rba.core.impl.RBACorePackageImpl#getForAllOperator() * @generated */ int FOR_ALL_OPERATOR = 66; /** * The feature id for the 'Type' attribute. * * * @generated * @ordered */ int FOR_ALL_OPERATOR__TYPE = LAMBDA_CONTEXT__TYPE; /** * The feature id for the 'Expression' attribute. * * * @generated * @ordered */ int FOR_ALL_OPERATOR__EXPRESSION = LAMBDA_CONTEXT__EXPRESSION; /** * The feature id for the 'Let Statements' containment reference list. * * * @generated * @ordered */ int FOR_ALL_OPERATOR__LET_STATEMENTS = LAMBDA_CONTEXT__LET_STATEMENTS; /** * The feature id for the 'Operand' containment reference list. * * * @generated * @ordered */ int FOR_ALL_OPERATOR__OPERAND = LAMBDA_CONTEXT__OPERAND; /** * The feature id for the 'Lambda' containment reference. * * * @generated * @ordered */ int FOR_ALL_OPERATOR__LAMBDA = LAMBDA_CONTEXT__LAMBDA; /** * The number of structural features of the 'For All Operator' class. * * * @generated * @ordered */ int FOR_ALL_OPERATOR_FEATURE_COUNT = LAMBDA_CONTEXT_FEATURE_COUNT + 0; /** * The operation id for the 'Get Context Type' operation. * * * @generated * @ordered */ int FOR_ALL_OPERATOR___GET_CONTEXT_TYPE = LAMBDA_CONTEXT___GET_CONTEXT_TYPE; /** * The operation id for the 'Get Expression Text' operation. * * * @generated * @ordered */ int FOR_ALL_OPERATOR___GET_EXPRESSION_TEXT = LAMBDA_CONTEXT_OPERATION_COUNT + 0; /** * The operation id for the 'Get Symbol' operation. * * * @generated * @ordered */ int FOR_ALL_OPERATOR___GET_SYMBOL = LAMBDA_CONTEXT_OPERATION_COUNT + 1; /** * The operation id for the 'Get Underlying Type' operation. * * * @generated * @ordered */ int FOR_ALL_OPERATOR___GET_UNDERLYING_TYPE = LAMBDA_CONTEXT_OPERATION_COUNT + 2; /** * The number of operations of the 'For All Operator' class. * * * @generated * @ordered */ int FOR_ALL_OPERATOR_OPERATION_COUNT = LAMBDA_CONTEXT_OPERATION_COUNT + 3; /** * The meta object id for the '{@link rba.core.impl.MaxOperatorImpl Max Operator}' class. * * * @see rba.core.impl.MaxOperatorImpl * @see rba.core.impl.RBACorePackageImpl#getMaxOperator() * @generated */ int MAX_OPERATOR = 67; /** * The feature id for the 'Type' attribute. * * * @generated * @ordered */ int MAX_OPERATOR__TYPE = LAMBDA_CONTEXT__TYPE; /** * The feature id for the 'Expression' attribute. * * * @generated * @ordered */ int MAX_OPERATOR__EXPRESSION = LAMBDA_CONTEXT__EXPRESSION; /** * The feature id for the 'Let Statements' containment reference list. * * * @generated * @ordered */ int MAX_OPERATOR__LET_STATEMENTS = LAMBDA_CONTEXT__LET_STATEMENTS; /** * The feature id for the 'Operand' containment reference list. * * * @generated * @ordered */ int MAX_OPERATOR__OPERAND = LAMBDA_CONTEXT__OPERAND; /** * The feature id for the 'Lambda' containment reference. * * * @generated * @ordered */ int MAX_OPERATOR__LAMBDA = LAMBDA_CONTEXT__LAMBDA; /** * The number of structural features of the 'Max Operator' class. * * * @generated * @ordered */ int MAX_OPERATOR_FEATURE_COUNT = LAMBDA_CONTEXT_FEATURE_COUNT + 0; /** * The operation id for the 'Get Context Type' operation. * * * @generated * @ordered */ int MAX_OPERATOR___GET_CONTEXT_TYPE = LAMBDA_CONTEXT___GET_CONTEXT_TYPE; /** * The operation id for the 'Get Expression Text' operation. * * * @generated * @ordered */ int MAX_OPERATOR___GET_EXPRESSION_TEXT = LAMBDA_CONTEXT_OPERATION_COUNT + 0; /** * The operation id for the 'Get Symbol' operation. * * * @generated * @ordered */ int MAX_OPERATOR___GET_SYMBOL = LAMBDA_CONTEXT_OPERATION_COUNT + 1; /** * The operation id for the 'Get Underlying Type' operation. * * * @generated * @ordered */ int MAX_OPERATOR___GET_UNDERLYING_TYPE = LAMBDA_CONTEXT_OPERATION_COUNT + 2; /** * The number of operations of the 'Max Operator' class. * * * @generated * @ordered */ int MAX_OPERATOR_OPERATION_COUNT = LAMBDA_CONTEXT_OPERATION_COUNT + 3; /** * The meta object id for the '{@link rba.core.impl.MinOperatorImpl Min Operator}' class. * * * @see rba.core.impl.MinOperatorImpl * @see rba.core.impl.RBACorePackageImpl#getMinOperator() * @generated */ int MIN_OPERATOR = 68; /** * The feature id for the 'Type' attribute. * * * @generated * @ordered */ int MIN_OPERATOR__TYPE = LAMBDA_CONTEXT__TYPE; /** * The feature id for the 'Expression' attribute. * * * @generated * @ordered */ int MIN_OPERATOR__EXPRESSION = LAMBDA_CONTEXT__EXPRESSION; /** * The feature id for the 'Let Statements' containment reference list. * * * @generated * @ordered */ int MIN_OPERATOR__LET_STATEMENTS = LAMBDA_CONTEXT__LET_STATEMENTS; /** * The feature id for the 'Operand' containment reference list. * * * @generated * @ordered */ int MIN_OPERATOR__OPERAND = LAMBDA_CONTEXT__OPERAND; /** * The feature id for the 'Lambda' containment reference. * * * @generated * @ordered */ int MIN_OPERATOR__LAMBDA = LAMBDA_CONTEXT__LAMBDA; /** * The number of structural features of the 'Min Operator' class. * * * @generated * @ordered */ int MIN_OPERATOR_FEATURE_COUNT = LAMBDA_CONTEXT_FEATURE_COUNT + 0; /** * The operation id for the 'Get Context Type' operation. * * * @generated * @ordered */ int MIN_OPERATOR___GET_CONTEXT_TYPE = LAMBDA_CONTEXT___GET_CONTEXT_TYPE; /** * The operation id for the 'Get Expression Text' operation. * * * @generated * @ordered */ int MIN_OPERATOR___GET_EXPRESSION_TEXT = LAMBDA_CONTEXT_OPERATION_COUNT + 0; /** * The operation id for the 'Get Symbol' operation. * * * @generated * @ordered */ int MIN_OPERATOR___GET_SYMBOL = LAMBDA_CONTEXT_OPERATION_COUNT + 1; /** * The operation id for the 'Get Underlying Type' operation. * * * @generated * @ordered */ int MIN_OPERATOR___GET_UNDERLYING_TYPE = LAMBDA_CONTEXT_OPERATION_COUNT + 2; /** * The number of operations of the 'Min Operator' class. * * * @generated * @ordered */ int MIN_OPERATOR_OPERATION_COUNT = LAMBDA_CONTEXT_OPERATION_COUNT + 3; /** * The meta object id for the '{@link rba.core.impl.SelectOperatorImpl Select Operator}' class. * * * @see rba.core.impl.SelectOperatorImpl * @see rba.core.impl.RBACorePackageImpl#getSelectOperator() * @generated */ int SELECT_OPERATOR = 69; /** * The feature id for the 'Type' attribute. * * * @generated * @ordered */ int SELECT_OPERATOR__TYPE = LAMBDA_CONTEXT__TYPE; /** * The feature id for the 'Expression' attribute. * * * @generated * @ordered */ int SELECT_OPERATOR__EXPRESSION = LAMBDA_CONTEXT__EXPRESSION; /** * The feature id for the 'Let Statements' containment reference list. * * * @generated * @ordered */ int SELECT_OPERATOR__LET_STATEMENTS = LAMBDA_CONTEXT__LET_STATEMENTS; /** * The feature id for the 'Operand' containment reference list. * * * @generated * @ordered */ int SELECT_OPERATOR__OPERAND = LAMBDA_CONTEXT__OPERAND; /** * The feature id for the 'Lambda' containment reference. * * * @generated * @ordered */ int SELECT_OPERATOR__LAMBDA = LAMBDA_CONTEXT__LAMBDA; /** * The number of structural features of the 'Select Operator' class. * * * @generated * @ordered */ int SELECT_OPERATOR_FEATURE_COUNT = LAMBDA_CONTEXT_FEATURE_COUNT + 0; /** * The operation id for the 'Get Context Type' operation. * * * @generated * @ordered */ int SELECT_OPERATOR___GET_CONTEXT_TYPE = LAMBDA_CONTEXT___GET_CONTEXT_TYPE; /** * The operation id for the 'Get Expression Text' operation. * * * @generated * @ordered */ int SELECT_OPERATOR___GET_EXPRESSION_TEXT = LAMBDA_CONTEXT_OPERATION_COUNT + 0; /** * The operation id for the 'Get Symbol' operation. * * * @generated * @ordered */ int SELECT_OPERATOR___GET_SYMBOL = LAMBDA_CONTEXT_OPERATION_COUNT + 1; /** * The operation id for the 'Get Underlying Type' operation. * * * @generated * @ordered */ int SELECT_OPERATOR___GET_UNDERLYING_TYPE = LAMBDA_CONTEXT_OPERATION_COUNT + 2; /** * The number of operations of the 'Select Operator' class. * * * @generated * @ordered */ int SELECT_OPERATOR_OPERATION_COUNT = LAMBDA_CONTEXT_OPERATION_COUNT + 3; /** * The meta object id for the '{@link rba.core.impl.SetOfOperatorImpl Set Of Operator}' class. * * * @see rba.core.impl.SetOfOperatorImpl * @see rba.core.impl.RBACorePackageImpl#getSetOfOperator() * @generated */ int SET_OF_OPERATOR = 70; /** * The feature id for the 'Type' attribute. * * * @generated * @ordered */ int SET_OF_OPERATOR__TYPE = OPERATOR__TYPE; /** * The feature id for the 'Expression' attribute. * * * @generated * @ordered */ int SET_OF_OPERATOR__EXPRESSION = OPERATOR__EXPRESSION; /** * The feature id for the 'Let Statements' containment reference list. * * * @generated * @ordered */ int SET_OF_OPERATOR__LET_STATEMENTS = OPERATOR__LET_STATEMENTS; /** * The feature id for the 'Operand' containment reference list. * * * @generated * @ordered */ int SET_OF_OPERATOR__OPERAND = OPERATOR__OPERAND; /** * The number of structural features of the 'Set Of Operator' class. * * * @generated * @ordered */ int SET_OF_OPERATOR_FEATURE_COUNT = OPERATOR_FEATURE_COUNT + 0; /** * The operation id for the 'Get Expression Text' operation. * * * @generated * @ordered */ int SET_OF_OPERATOR___GET_EXPRESSION_TEXT = OPERATOR_OPERATION_COUNT + 0; /** * The operation id for the 'Get Symbol' operation. * * * @generated * @ordered */ int SET_OF_OPERATOR___GET_SYMBOL = OPERATOR_OPERATION_COUNT + 1; /** * The operation id for the 'Get Underlying Type' operation. * * * @generated * @ordered */ int SET_OF_OPERATOR___GET_UNDERLYING_TYPE = OPERATOR_OPERATION_COUNT + 2; /** * The number of operations of the 'Set Of Operator' class. * * * @generated * @ordered */ int SET_OF_OPERATOR_OPERATION_COUNT = OPERATOR_OPERATION_COUNT + 3; /** * The meta object id for the '{@link rba.core.impl.LambdaExpressionImpl Lambda Expression}' class. * * * @see rba.core.impl.LambdaExpressionImpl * @see rba.core.impl.RBACorePackageImpl#getLambdaExpression() * @generated */ int LAMBDA_EXPRESSION = 71; /** * The feature id for the 'Type' attribute. * * * @generated * @ordered */ int LAMBDA_EXPRESSION__TYPE = EXPRESSION__TYPE; /** * The feature id for the 'Expression' attribute. * * * @generated * @ordered */ int LAMBDA_EXPRESSION__EXPRESSION = EXPRESSION__EXPRESSION; /** * The feature id for the 'Let Statements' containment reference list. * * * @generated * @ordered */ int LAMBDA_EXPRESSION__LET_STATEMENTS = EXPRESSION__LET_STATEMENTS; /** * The feature id for the 'Context' container reference. * * * @generated * @ordered */ int LAMBDA_EXPRESSION__CONTEXT = EXPRESSION_FEATURE_COUNT + 0; /** * The feature id for the 'X' containment reference. * * * @generated * @ordered */ int LAMBDA_EXPRESSION__X = EXPRESSION_FEATURE_COUNT + 1; /** * The feature id for the 'Body Text' containment reference. * * * @generated * @ordered */ int LAMBDA_EXPRESSION__BODY_TEXT = EXPRESSION_FEATURE_COUNT + 2; /** * The number of structural features of the 'Lambda Expression' class. * * * @generated * @ordered */ int LAMBDA_EXPRESSION_FEATURE_COUNT = EXPRESSION_FEATURE_COUNT + 3; /** * The operation id for the 'Get Expression Text' operation. * * * @generated * @ordered */ int LAMBDA_EXPRESSION___GET_EXPRESSION_TEXT = EXPRESSION_OPERATION_COUNT + 0; /** * The operation id for the 'Get Underlying Type' operation. * * * @generated * @ordered */ int LAMBDA_EXPRESSION___GET_UNDERLYING_TYPE = EXPRESSION_OPERATION_COUNT + 1; /** * The number of operations of the 'Lambda Expression' class. * * * @generated * @ordered */ int LAMBDA_EXPRESSION_OPERATION_COUNT = EXPRESSION_OPERATION_COUNT + 2; /** * The meta object id for the '{@link rba.core.impl.VariableImpl Variable}' class. * * * @see rba.core.impl.VariableImpl * @see rba.core.impl.RBACorePackageImpl#getVariable() * @generated */ int VARIABLE = 72; /** * The feature id for the 'Description' attribute. * * * @generated * @ordered */ int VARIABLE__DESCRIPTION = RULE_OBJECT__DESCRIPTION; /** * The feature id for the 'Name' attribute. * * * @generated * @ordered */ int VARIABLE__NAME = RULE_OBJECT__NAME; /** * The feature id for the 'Tags' containment reference list. * * * @generated * @ordered */ int VARIABLE__TAGS = RULE_OBJECT__TAGS; /** * The number of structural features of the 'Variable' class. * * * @generated * @ordered */ int VARIABLE_FEATURE_COUNT = RULE_OBJECT_FEATURE_COUNT + 0; /** * The operation id for the 'Get Expression Type' operation. * * * @generated * @ordered */ int VARIABLE___GET_EXPRESSION_TYPE = RULE_OBJECT_OPERATION_COUNT + 0; /** * The number of operations of the 'Variable' class. * * * @generated * @ordered */ int VARIABLE_OPERATION_COUNT = RULE_OBJECT_OPERATION_COUNT + 1; /** * The meta object id for the '{@link rba.core.impl.IfStatementImpl If Statement}' class. * * * @see rba.core.impl.IfStatementImpl * @see rba.core.impl.RBACorePackageImpl#getIfStatement() * @generated */ int IF_STATEMENT = 74; /** * The feature id for the 'Type' attribute. * * * @generated * @ordered */ int IF_STATEMENT__TYPE = EXPRESSION__TYPE; /** * The feature id for the 'Expression' attribute. * * * @generated * @ordered */ int IF_STATEMENT__EXPRESSION = EXPRESSION__EXPRESSION; /** * The feature id for the 'Let Statements' containment reference list. * * * @generated * @ordered */ int IF_STATEMENT__LET_STATEMENTS = EXPRESSION__LET_STATEMENTS; /** * The feature id for the 'Condition' containment reference. * * * @generated * @ordered */ int IF_STATEMENT__CONDITION = EXPRESSION_FEATURE_COUNT + 0; /** * The feature id for the 'Then Expression' containment reference. * * * @generated * @ordered */ int IF_STATEMENT__THEN_EXPRESSION = EXPRESSION_FEATURE_COUNT + 1; /** * The feature id for the 'Else Expression' containment reference. * * * @generated * @ordered */ int IF_STATEMENT__ELSE_EXPRESSION = EXPRESSION_FEATURE_COUNT + 2; /** * The number of structural features of the 'If Statement' class. * * * @generated * @ordered */ int IF_STATEMENT_FEATURE_COUNT = EXPRESSION_FEATURE_COUNT + 3; /** * The operation id for the 'Get Underlying Type' operation. * * * @generated * @ordered */ int IF_STATEMENT___GET_UNDERLYING_TYPE = EXPRESSION_OPERATION_COUNT + 0; /** * The operation id for the 'Get Expression Text' operation. * * * @generated * @ordered */ int IF_STATEMENT___GET_EXPRESSION_TEXT = EXPRESSION_OPERATION_COUNT + 1; /** * The number of operations of the 'If Statement' class. * * * @generated * @ordered */ int IF_STATEMENT_OPERATION_COUNT = EXPRESSION_OPERATION_COUNT + 2; /** * The meta object id for the '{@link rba.core.impl.SceneOperatorImpl Scene Operator}' class. * * * @see rba.core.impl.SceneOperatorImpl * @see rba.core.impl.RBACorePackageImpl#getSceneOperator() * @generated */ int SCENE_OPERATOR = 75; /** * The feature id for the 'Type' attribute. * * * @generated * @ordered */ int SCENE_OPERATOR__TYPE = OPERATOR__TYPE; /** * The feature id for the 'Expression' attribute. * * * @generated * @ordered */ int SCENE_OPERATOR__EXPRESSION = OPERATOR__EXPRESSION; /** * The feature id for the 'Let Statements' containment reference list. * * * @generated * @ordered */ int SCENE_OPERATOR__LET_STATEMENTS = OPERATOR__LET_STATEMENTS; /** * The feature id for the 'Operand' containment reference list. * * * @generated * @ordered */ int SCENE_OPERATOR__OPERAND = OPERATOR__OPERAND; /** * The number of structural features of the 'Scene Operator' class. * * * @generated * @ordered */ int SCENE_OPERATOR_FEATURE_COUNT = OPERATOR_FEATURE_COUNT + 0; /** * The operation id for the 'Get Underlying Type' operation. * * * @generated * @ordered */ int SCENE_OPERATOR___GET_UNDERLYING_TYPE = OPERATOR___GET_UNDERLYING_TYPE; /** * The operation id for the 'Get Symbol' operation. * * * @generated * @ordered */ int SCENE_OPERATOR___GET_SYMBOL = OPERATOR___GET_SYMBOL; /** * The operation id for the 'Get Expression Text' operation. * * * @generated * @ordered */ int SCENE_OPERATOR___GET_EXPRESSION_TEXT = OPERATOR_OPERATION_COUNT + 0; /** * The number of operations of the 'Scene Operator' class. * * * @generated * @ordered */ int SCENE_OPERATOR_OPERATION_COUNT = OPERATOR_OPERATION_COUNT + 1; /** * The meta object id for the '{@link rba.core.impl.IsOnImpl Is On}' class. * * * @see rba.core.impl.IsOnImpl * @see rba.core.impl.RBACorePackageImpl#getIsOn() * @generated */ int IS_ON = 76; /** * The feature id for the 'Type' attribute. * * * @generated * @ordered */ int IS_ON__TYPE = SCENE_OPERATOR__TYPE; /** * The feature id for the 'Expression' attribute. * * * @generated * @ordered */ int IS_ON__EXPRESSION = SCENE_OPERATOR__EXPRESSION; /** * The feature id for the 'Let Statements' containment reference list. * * * @generated * @ordered */ int IS_ON__LET_STATEMENTS = SCENE_OPERATOR__LET_STATEMENTS; /** * The feature id for the 'Operand' containment reference list. * * * @generated * @ordered */ int IS_ON__OPERAND = SCENE_OPERATOR__OPERAND; /** * The number of structural features of the 'Is On' class. * * * @generated * @ordered */ int IS_ON_FEATURE_COUNT = SCENE_OPERATOR_FEATURE_COUNT + 0; /** * The operation id for the 'Get Expression Text' operation. * * * @generated * @ordered */ int IS_ON___GET_EXPRESSION_TEXT = SCENE_OPERATOR___GET_EXPRESSION_TEXT; /** * The operation id for the 'Get Symbol' operation. * * * @generated * @ordered */ int IS_ON___GET_SYMBOL = SCENE_OPERATOR_OPERATION_COUNT + 0; /** * The operation id for the 'Get Underlying Type' operation. * * * @generated * @ordered */ int IS_ON___GET_UNDERLYING_TYPE = SCENE_OPERATOR_OPERATION_COUNT + 1; /** * The number of operations of the 'Is On' class. * * * @generated * @ordered */ int IS_ON_OPERATION_COUNT = SCENE_OPERATOR_OPERATION_COUNT + 2; /** * The meta object id for the '{@link rba.core.impl.AllocatableOperatorImpl Allocatable Operator}' class. * * * @see rba.core.impl.AllocatableOperatorImpl * @see rba.core.impl.RBACorePackageImpl#getAllocatableOperator() * @generated */ int ALLOCATABLE_OPERATOR = 77; /** * The feature id for the 'Type' attribute. * * * @generated * @ordered */ int ALLOCATABLE_OPERATOR__TYPE = OPERATOR__TYPE; /** * The feature id for the 'Expression' attribute. * * * @generated * @ordered */ int ALLOCATABLE_OPERATOR__EXPRESSION = OPERATOR__EXPRESSION; /** * The feature id for the 'Let Statements' containment reference list. * * * @generated * @ordered */ int ALLOCATABLE_OPERATOR__LET_STATEMENTS = OPERATOR__LET_STATEMENTS; /** * The feature id for the 'Operand' containment reference list. * * * @generated * @ordered */ int ALLOCATABLE_OPERATOR__OPERAND = OPERATOR__OPERAND; /** * The number of structural features of the 'Allocatable Operator' class. * * * @generated * @ordered */ int ALLOCATABLE_OPERATOR_FEATURE_COUNT = OPERATOR_FEATURE_COUNT + 0; /** * The operation id for the 'Get Underlying Type' operation. * * * @generated * @ordered */ int ALLOCATABLE_OPERATOR___GET_UNDERLYING_TYPE = OPERATOR___GET_UNDERLYING_TYPE; /** * The operation id for the 'Get Symbol' operation. * * * @generated * @ordered */ int ALLOCATABLE_OPERATOR___GET_SYMBOL = OPERATOR___GET_SYMBOL; /** * The operation id for the 'Get Expression Text' operation. * * * @generated * @ordered */ int ALLOCATABLE_OPERATOR___GET_EXPRESSION_TEXT = OPERATOR_OPERATION_COUNT + 0; /** * The number of operations of the 'Allocatable Operator' class. * * * @generated * @ordered */ int ALLOCATABLE_OPERATOR_OPERATION_COUNT = OPERATOR_OPERATION_COUNT + 1; /** * The meta object id for the '{@link rba.core.impl.AllocatedContentImpl Allocated Content}' class. * * * @see rba.core.impl.AllocatedContentImpl * @see rba.core.impl.RBACorePackageImpl#getAllocatedContent() * @generated */ int ALLOCATED_CONTENT = 78; /** * The feature id for the 'Type' attribute. * * * @generated * @ordered */ int ALLOCATED_CONTENT__TYPE = ALLOCATABLE_OPERATOR__TYPE; /** * The feature id for the 'Expression' attribute. * * * @generated * @ordered */ int ALLOCATED_CONTENT__EXPRESSION = ALLOCATABLE_OPERATOR__EXPRESSION; /** * The feature id for the 'Let Statements' containment reference list. * * * @generated * @ordered */ int ALLOCATED_CONTENT__LET_STATEMENTS = ALLOCATABLE_OPERATOR__LET_STATEMENTS; /** * The feature id for the 'Operand' containment reference list. * * * @generated * @ordered */ int ALLOCATED_CONTENT__OPERAND = ALLOCATABLE_OPERATOR__OPERAND; /** * The number of structural features of the 'Allocated Content' class. * * * @generated * @ordered */ int ALLOCATED_CONTENT_FEATURE_COUNT = ALLOCATABLE_OPERATOR_FEATURE_COUNT + 0; /** * The operation id for the 'Get Expression Text' operation. * * * @generated * @ordered */ int ALLOCATED_CONTENT___GET_EXPRESSION_TEXT = ALLOCATABLE_OPERATOR___GET_EXPRESSION_TEXT; /** * The operation id for the 'Get Symbol' operation. * * * @generated * @ordered */ int ALLOCATED_CONTENT___GET_SYMBOL = ALLOCATABLE_OPERATOR_OPERATION_COUNT + 0; /** * The operation id for the 'Get Underlying Type' operation. * * * @generated * @ordered */ int ALLOCATED_CONTENT___GET_UNDERLYING_TYPE = ALLOCATABLE_OPERATOR_OPERATION_COUNT + 1; /** * The number of operations of the 'Allocated Content' class. * * * @generated * @ordered */ int ALLOCATED_CONTENT_OPERATION_COUNT = ALLOCATABLE_OPERATOR_OPERATION_COUNT + 2; /** * The meta object id for the '{@link rba.core.impl.ContentValueImpl Content Value}' class. * * * @see rba.core.impl.ContentValueImpl * @see rba.core.impl.RBACorePackageImpl#getContentValue() * @generated */ int CONTENT_VALUE = 79; /** * The feature id for the 'Type' attribute. * * * @generated * @ordered */ int CONTENT_VALUE__TYPE = ALLOCATABLE_OPERATOR__TYPE; /** * The feature id for the 'Expression' attribute. * * * @generated * @ordered */ int CONTENT_VALUE__EXPRESSION = ALLOCATABLE_OPERATOR__EXPRESSION; /** * The feature id for the 'Let Statements' containment reference list. * * * @generated * @ordered */ int CONTENT_VALUE__LET_STATEMENTS = ALLOCATABLE_OPERATOR__LET_STATEMENTS; /** * The feature id for the 'Operand' containment reference list. * * * @generated * @ordered */ int CONTENT_VALUE__OPERAND = ALLOCATABLE_OPERATOR__OPERAND; /** * The number of structural features of the 'Content Value' class. * * * @generated * @ordered */ int CONTENT_VALUE_FEATURE_COUNT = ALLOCATABLE_OPERATOR_FEATURE_COUNT + 0; /** * The operation id for the 'Get Expression Text' operation. * * * @generated * @ordered */ int CONTENT_VALUE___GET_EXPRESSION_TEXT = ALLOCATABLE_OPERATOR___GET_EXPRESSION_TEXT; /** * The operation id for the 'Get Symbol' operation. * * * @generated * @ordered */ int CONTENT_VALUE___GET_SYMBOL = ALLOCATABLE_OPERATOR_OPERATION_COUNT + 0; /** * The operation id for the 'Get Underlying Type' operation. * * * @generated * @ordered */ int CONTENT_VALUE___GET_UNDERLYING_TYPE = ALLOCATABLE_OPERATOR_OPERATION_COUNT + 1; /** * The number of operations of the 'Content Value' class. * * * @generated * @ordered */ int CONTENT_VALUE_OPERATION_COUNT = ALLOCATABLE_OPERATOR_OPERATION_COUNT + 2; /** * The meta object id for the '{@link rba.core.impl.GetContentsListImpl Get Contents List}' class. * * * @see rba.core.impl.GetContentsListImpl * @see rba.core.impl.RBACorePackageImpl#getGetContentsList() * @generated */ int GET_CONTENTS_LIST = 80; /** * The feature id for the 'Type' attribute. * * * @generated * @ordered */ int GET_CONTENTS_LIST__TYPE = ALLOCATABLE_OPERATOR__TYPE; /** * The feature id for the 'Expression' attribute. * * * @generated * @ordered */ int GET_CONTENTS_LIST__EXPRESSION = ALLOCATABLE_OPERATOR__EXPRESSION; /** * The feature id for the 'Let Statements' containment reference list. * * * @generated * @ordered */ int GET_CONTENTS_LIST__LET_STATEMENTS = ALLOCATABLE_OPERATOR__LET_STATEMENTS; /** * The feature id for the 'Operand' containment reference list. * * * @generated * @ordered */ int GET_CONTENTS_LIST__OPERAND = ALLOCATABLE_OPERATOR__OPERAND; /** * The number of structural features of the 'Get Contents List' class. * * * @generated * @ordered */ int GET_CONTENTS_LIST_FEATURE_COUNT = ALLOCATABLE_OPERATOR_FEATURE_COUNT + 0; /** * The operation id for the 'Get Expression Text' operation. * * * @generated * @ordered */ int GET_CONTENTS_LIST___GET_EXPRESSION_TEXT = ALLOCATABLE_OPERATOR___GET_EXPRESSION_TEXT; /** * The operation id for the 'Get Symbol' operation. * * * @generated * @ordered */ int GET_CONTENTS_LIST___GET_SYMBOL = ALLOCATABLE_OPERATOR_OPERATION_COUNT + 0; /** * The operation id for the 'Get Underlying Type' operation. * * * @generated * @ordered */ int GET_CONTENTS_LIST___GET_UNDERLYING_TYPE = ALLOCATABLE_OPERATOR_OPERATION_COUNT + 1; /** * The number of operations of the 'Get Contents List' class. * * * @generated * @ordered */ int GET_CONTENTS_LIST_OPERATION_COUNT = ALLOCATABLE_OPERATOR_OPERATION_COUNT + 2; /** * The meta object id for the '{@link rba.core.impl.ActiveContentsImpl Active Contents}' class. * * * @see rba.core.impl.ActiveContentsImpl * @see rba.core.impl.RBACorePackageImpl#getActiveContents() * @generated */ int ACTIVE_CONTENTS = 81; /** * The feature id for the 'Type' attribute. * * * @generated * @ordered */ int ACTIVE_CONTENTS__TYPE = ALLOCATABLE_OPERATOR__TYPE; /** * The feature id for the 'Expression' attribute. * * * @generated * @ordered */ int ACTIVE_CONTENTS__EXPRESSION = ALLOCATABLE_OPERATOR__EXPRESSION; /** * The feature id for the 'Let Statements' containment reference list. * * * @generated * @ordered */ int ACTIVE_CONTENTS__LET_STATEMENTS = ALLOCATABLE_OPERATOR__LET_STATEMENTS; /** * The feature id for the 'Operand' containment reference list. * * * @generated * @ordered */ int ACTIVE_CONTENTS__OPERAND = ALLOCATABLE_OPERATOR__OPERAND; /** * The number of structural features of the 'Active Contents' class. * * * @generated * @ordered */ int ACTIVE_CONTENTS_FEATURE_COUNT = ALLOCATABLE_OPERATOR_FEATURE_COUNT + 0; /** * The operation id for the 'Get Expression Text' operation. * * * @generated * @ordered */ int ACTIVE_CONTENTS___GET_EXPRESSION_TEXT = ALLOCATABLE_OPERATOR___GET_EXPRESSION_TEXT; /** * The operation id for the 'Get Symbol' operation. * * * @generated * @ordered */ int ACTIVE_CONTENTS___GET_SYMBOL = ALLOCATABLE_OPERATOR_OPERATION_COUNT + 0; /** * The operation id for the 'Get Underlying Type' operation. * * * @generated * @ordered */ int ACTIVE_CONTENTS___GET_UNDERLYING_TYPE = ALLOCATABLE_OPERATOR_OPERATION_COUNT + 1; /** * The number of operations of the 'Active Contents' class. * * * @generated * @ordered */ int ACTIVE_CONTENTS_OPERATION_COUNT = ALLOCATABLE_OPERATOR_OPERATION_COUNT + 2; /** * The meta object id for the '{@link rba.core.impl.PropertyOperatorImpl Property Operator}' class. * * * @see rba.core.impl.PropertyOperatorImpl * @see rba.core.impl.RBACorePackageImpl#getPropertyOperator() * @generated */ int PROPERTY_OPERATOR = 82; /** * The feature id for the 'Type' attribute. * * * @generated * @ordered */ int PROPERTY_OPERATOR__TYPE = OPERATOR__TYPE; /** * The feature id for the 'Expression' attribute. * * * @generated * @ordered */ int PROPERTY_OPERATOR__EXPRESSION = OPERATOR__EXPRESSION; /** * The feature id for the 'Let Statements' containment reference list. * * * @generated * @ordered */ int PROPERTY_OPERATOR__LET_STATEMENTS = OPERATOR__LET_STATEMENTS; /** * The feature id for the 'Operand' containment reference list. * * * @generated * @ordered */ int PROPERTY_OPERATOR__OPERAND = OPERATOR__OPERAND; /** * The number of structural features of the 'Property Operator' class. * * * @generated * @ordered */ int PROPERTY_OPERATOR_FEATURE_COUNT = OPERATOR_FEATURE_COUNT + 0; /** * The operation id for the 'Get Symbol' operation. * * * @generated * @ordered */ int PROPERTY_OPERATOR___GET_SYMBOL = OPERATOR___GET_SYMBOL; /** * The operation id for the 'Get Underlying Type' operation. * * * @generated * @ordered */ int PROPERTY_OPERATOR___GET_UNDERLYING_TYPE = OPERATOR_OPERATION_COUNT + 0; /** * The operation id for the 'Get Expression Text' operation. * * * @generated * @ordered */ int PROPERTY_OPERATOR___GET_EXPRESSION_TEXT = OPERATOR_OPERATION_COUNT + 1; /** * The number of operations of the 'Property Operator' class. * * * @generated * @ordered */ int PROPERTY_OPERATOR_OPERATION_COUNT = OPERATOR_OPERATION_COUNT + 2; /** * The meta object id for the '{@link rba.core.impl.GetPropertyImpl Get Property}' class. * * * @see rba.core.impl.GetPropertyImpl * @see rba.core.impl.RBACorePackageImpl#getGetProperty() * @generated */ int GET_PROPERTY = 83; /** * The feature id for the 'Type' attribute. * * * @generated * @ordered */ int GET_PROPERTY__TYPE = PROPERTY_OPERATOR__TYPE; /** * The feature id for the 'Expression' attribute. * * * @generated * @ordered */ int GET_PROPERTY__EXPRESSION = PROPERTY_OPERATOR__EXPRESSION; /** * The feature id for the 'Let Statements' containment reference list. * * * @generated * @ordered */ int GET_PROPERTY__LET_STATEMENTS = PROPERTY_OPERATOR__LET_STATEMENTS; /** * The feature id for the 'Operand' containment reference list. * * * @generated * @ordered */ int GET_PROPERTY__OPERAND = PROPERTY_OPERATOR__OPERAND; /** * The number of structural features of the 'Get Property' class. * * * @generated * @ordered */ int GET_PROPERTY_FEATURE_COUNT = PROPERTY_OPERATOR_FEATURE_COUNT + 0; /** * The operation id for the 'Get Expression Text' operation. * * * @generated * @ordered */ int GET_PROPERTY___GET_EXPRESSION_TEXT = PROPERTY_OPERATOR___GET_EXPRESSION_TEXT; /** * The operation id for the 'Get Symbol' operation. * * * @generated * @ordered */ int GET_PROPERTY___GET_SYMBOL = PROPERTY_OPERATOR_OPERATION_COUNT + 0; /** * The operation id for the 'Get Underlying Type' operation. * * * @generated * @ordered */ int GET_PROPERTY___GET_UNDERLYING_TYPE = PROPERTY_OPERATOR_OPERATION_COUNT + 1; /** * The number of operations of the 'Get Property' class. * * * @generated * @ordered */ int GET_PROPERTY_OPERATION_COUNT = PROPERTY_OPERATOR_OPERATION_COUNT + 2; /** * The meta object id for the '{@link rba.core.impl.StateValueImpl State Value}' class. * * * @see rba.core.impl.StateValueImpl * @see rba.core.impl.RBACorePackageImpl#getStateValue() * @generated */ int STATE_VALUE = 84; /** * The feature id for the 'Type' attribute. * * * @generated * @ordered */ int STATE_VALUE__TYPE = CONTENT_OPERATOR__TYPE; /** * The feature id for the 'Expression' attribute. * * * @generated * @ordered */ int STATE_VALUE__EXPRESSION = CONTENT_OPERATOR__EXPRESSION; /** * The feature id for the 'Let Statements' containment reference list. * * * @generated * @ordered */ int STATE_VALUE__LET_STATEMENTS = CONTENT_OPERATOR__LET_STATEMENTS; /** * The feature id for the 'Operand' containment reference list. * * * @generated * @ordered */ int STATE_VALUE__OPERAND = CONTENT_OPERATOR__OPERAND; /** * The number of structural features of the 'State Value' class. * * * @generated * @ordered */ int STATE_VALUE_FEATURE_COUNT = CONTENT_OPERATOR_FEATURE_COUNT + 0; /** * The operation id for the 'Get Expression Text' operation. * * * @generated * @ordered */ int STATE_VALUE___GET_EXPRESSION_TEXT = CONTENT_OPERATOR___GET_EXPRESSION_TEXT; /** * The operation id for the 'Get Symbol' operation. * * * @generated * @ordered */ int STATE_VALUE___GET_SYMBOL = CONTENT_OPERATOR_OPERATION_COUNT + 0; /** * The operation id for the 'Get Underlying Type' operation. * * * @generated * @ordered */ int STATE_VALUE___GET_UNDERLYING_TYPE = CONTENT_OPERATOR_OPERATION_COUNT + 1; /** * The number of operations of the 'State Value' class. * * * @generated * @ordered */ int STATE_VALUE_OPERATION_COUNT = CONTENT_OPERATOR_OPERATION_COUNT + 2; /** * The meta object id for the '{@link rba.core.impl.HasComeLaterThanImpl Has Come Later Than}' class. * * * @see rba.core.impl.HasComeLaterThanImpl * @see rba.core.impl.RBACorePackageImpl#getHasComeLaterThan() * @generated */ int HAS_COME_LATER_THAN = 85; /** * The feature id for the 'Type' attribute. * * * @generated * @ordered */ int HAS_COME_LATER_THAN__TYPE = CONTENT_OPERATOR__TYPE; /** * The feature id for the 'Expression' attribute. * * * @generated * @ordered */ int HAS_COME_LATER_THAN__EXPRESSION = CONTENT_OPERATOR__EXPRESSION; /** * The feature id for the 'Let Statements' containment reference list. * * * @generated * @ordered */ int HAS_COME_LATER_THAN__LET_STATEMENTS = CONTENT_OPERATOR__LET_STATEMENTS; /** * The feature id for the 'Operand' containment reference list. * * * @generated * @ordered */ int HAS_COME_LATER_THAN__OPERAND = CONTENT_OPERATOR__OPERAND; /** * The number of structural features of the 'Has Come Later Than' class. * * * @generated * @ordered */ int HAS_COME_LATER_THAN_FEATURE_COUNT = CONTENT_OPERATOR_FEATURE_COUNT + 0; /** * The operation id for the 'Get Symbol' operation. * * * @generated * @ordered */ int HAS_COME_LATER_THAN___GET_SYMBOL = CONTENT_OPERATOR_OPERATION_COUNT + 0; /** * The operation id for the 'Get Underlying Type' operation. * * * @generated * @ordered */ int HAS_COME_LATER_THAN___GET_UNDERLYING_TYPE = CONTENT_OPERATOR_OPERATION_COUNT + 1; /** * The operation id for the 'Get Expression Text' operation. * * * @generated * @ordered */ int HAS_COME_LATER_THAN___GET_EXPRESSION_TEXT = CONTENT_OPERATOR_OPERATION_COUNT + 2; /** * The number of operations of the 'Has Come Later Than' class. * * * @generated * @ordered */ int HAS_COME_LATER_THAN_OPERATION_COUNT = CONTENT_OPERATOR_OPERATION_COUNT + 3; /** * The meta object id for the '{@link rba.core.impl.HasComeEarlierThanImpl Has Come Earlier Than}' class. * * * @see rba.core.impl.HasComeEarlierThanImpl * @see rba.core.impl.RBACorePackageImpl#getHasComeEarlierThan() * @generated */ int HAS_COME_EARLIER_THAN = 86; /** * The feature id for the 'Type' attribute. * * * @generated * @ordered */ int HAS_COME_EARLIER_THAN__TYPE = CONTENT_OPERATOR__TYPE; /** * The feature id for the 'Expression' attribute. * * * @generated * @ordered */ int HAS_COME_EARLIER_THAN__EXPRESSION = CONTENT_OPERATOR__EXPRESSION; /** * The feature id for the 'Let Statements' containment reference list. * * * @generated * @ordered */ int HAS_COME_EARLIER_THAN__LET_STATEMENTS = CONTENT_OPERATOR__LET_STATEMENTS; /** * The feature id for the 'Operand' containment reference list. * * * @generated * @ordered */ int HAS_COME_EARLIER_THAN__OPERAND = CONTENT_OPERATOR__OPERAND; /** * The number of structural features of the 'Has Come Earlier Than' class. * * * @generated * @ordered */ int HAS_COME_EARLIER_THAN_FEATURE_COUNT = CONTENT_OPERATOR_FEATURE_COUNT + 0; /** * The operation id for the 'Get Symbol' operation. * * * @generated * @ordered */ int HAS_COME_EARLIER_THAN___GET_SYMBOL = CONTENT_OPERATOR_OPERATION_COUNT + 0; /** * The operation id for the 'Get Underlying Type' operation. * * * @generated * @ordered */ int HAS_COME_EARLIER_THAN___GET_UNDERLYING_TYPE = CONTENT_OPERATOR_OPERATION_COUNT + 1; /** * The operation id for the 'Get Expression Text' operation. * * * @generated * @ordered */ int HAS_COME_EARLIER_THAN___GET_EXPRESSION_TEXT = CONTENT_OPERATOR_OPERATION_COUNT + 2; /** * The number of operations of the 'Has Come Earlier Than' class. * * * @generated * @ordered */ int HAS_COME_EARLIER_THAN_OPERATION_COUNT = CONTENT_OPERATOR_OPERATION_COUNT + 3; /** * The meta object id for the '{@link rba.core.SugarExpression Sugar Expression}' class. * * * @see rba.core.SugarExpression * @see rba.core.impl.RBACorePackageImpl#getSugarExpression() * @generated */ int SUGAR_EXPRESSION = 87; /** * The number of structural features of the 'Sugar Expression' class. * * * @generated * @ordered */ int SUGAR_EXPRESSION_FEATURE_COUNT = 0; /** * The operation id for the 'Can Expand' operation. * * * @generated * @ordered */ int SUGAR_EXPRESSION___CAN_EXPAND = 0; /** * The operation id for the 'Get Expanded' operation. * * * @generated * @ordered */ int SUGAR_EXPRESSION___GET_EXPANDED = 1; /** * The number of operations of the 'Sugar Expression' class. * * * @generated * @ordered */ int SUGAR_EXPRESSION_OPERATION_COUNT = 2; /** * The meta object id for the '{@link rba.core.SugarExpressionBase Sugar Expression Base}' class. * * * @see rba.core.SugarExpressionBase * @see rba.core.impl.RBACorePackageImpl#getSugarExpressionBase() * @generated */ int SUGAR_EXPRESSION_BASE = 88; /** * The number of structural features of the 'Sugar Expression Base' class. * * * @generated * @ordered */ int SUGAR_EXPRESSION_BASE_FEATURE_COUNT = SUGAR_EXPRESSION_FEATURE_COUNT + 0; /** * The operation id for the 'Get Expanded' operation. * * * @generated * @ordered */ int SUGAR_EXPRESSION_BASE___GET_EXPANDED = SUGAR_EXPRESSION___GET_EXPANDED; /** * The operation id for the 'Can Expand' operation. * * * @generated * @ordered */ int SUGAR_EXPRESSION_BASE___CAN_EXPAND = SUGAR_EXPRESSION_OPERATION_COUNT + 0; /** * The number of operations of the 'Sugar Expression Base' class. * * * @generated * @ordered */ int SUGAR_EXPRESSION_BASE_OPERATION_COUNT = SUGAR_EXPRESSION_OPERATION_COUNT + 1; /** * The meta object id for the '{@link rba.core.impl.ObjectCompareNotImpl Object Compare Not}' class. * * * @see rba.core.impl.ObjectCompareNotImpl * @see rba.core.impl.RBACorePackageImpl#getObjectCompareNot() * @generated */ int OBJECT_COMPARE_NOT = 89; /** * The feature id for the 'Type' attribute. * * * @generated * @ordered */ int OBJECT_COMPARE_NOT__TYPE = OPERATOR__TYPE; /** * The feature id for the 'Expression' attribute. * * * @generated * @ordered */ int OBJECT_COMPARE_NOT__EXPRESSION = OPERATOR__EXPRESSION; /** * The feature id for the 'Let Statements' containment reference list. * * * @generated * @ordered */ int OBJECT_COMPARE_NOT__LET_STATEMENTS = OPERATOR__LET_STATEMENTS; /** * The feature id for the 'Operand' containment reference list. * * * @generated * @ordered */ int OBJECT_COMPARE_NOT__OPERAND = OPERATOR__OPERAND; /** * The number of structural features of the 'Object Compare Not' class. * * * @generated * @ordered */ int OBJECT_COMPARE_NOT_FEATURE_COUNT = OPERATOR_FEATURE_COUNT + 0; /** * The operation id for the 'Get Expanded' operation. * * * @generated * @ordered */ int OBJECT_COMPARE_NOT___GET_EXPANDED = OPERATOR_OPERATION_COUNT + 1; /** * The operation id for the 'Can Expand' operation. * * * @generated * @ordered */ int OBJECT_COMPARE_NOT___CAN_EXPAND = OPERATOR_OPERATION_COUNT + 2; /** * The operation id for the 'Get Symbol' operation. * * * @generated * @ordered */ int OBJECT_COMPARE_NOT___GET_SYMBOL = OPERATOR_OPERATION_COUNT + 3; /** * The operation id for the 'Get Underlying Type' operation. * * * @generated * @ordered */ int OBJECT_COMPARE_NOT___GET_UNDERLYING_TYPE = OPERATOR_OPERATION_COUNT + 4; /** * The operation id for the 'Get Expression Text' operation. * * * @generated * @ordered */ int OBJECT_COMPARE_NOT___GET_EXPRESSION_TEXT = OPERATOR_OPERATION_COUNT + 5; /** * The number of operations of the 'Object Compare Not' class. * * * @generated * @ordered */ int OBJECT_COMPARE_NOT_OPERATION_COUNT = OPERATOR_OPERATION_COUNT + 6; /** * The meta object id for the '{@link rba.core.impl.IsAllocatedToImpl Is Allocated To}' class. * * * @see rba.core.impl.IsAllocatedToImpl * @see rba.core.impl.RBACorePackageImpl#getIsAllocatedTo() * @generated */ int IS_ALLOCATED_TO = 90; /** * The feature id for the 'Type' attribute. * * * @generated * @ordered */ int IS_ALLOCATED_TO__TYPE = CONTENT_OPERATOR__TYPE; /** * The feature id for the 'Expression' attribute. * * * @generated * @ordered */ int IS_ALLOCATED_TO__EXPRESSION = CONTENT_OPERATOR__EXPRESSION; /** * The feature id for the 'Let Statements' containment reference list. * * * @generated * @ordered */ int IS_ALLOCATED_TO__LET_STATEMENTS = CONTENT_OPERATOR__LET_STATEMENTS; /** * The feature id for the 'Operand' containment reference list. * * * @generated * @ordered */ int IS_ALLOCATED_TO__OPERAND = CONTENT_OPERATOR__OPERAND; /** * The number of structural features of the 'Is Allocated To' class. * * * @generated * @ordered */ int IS_ALLOCATED_TO_FEATURE_COUNT = CONTENT_OPERATOR_FEATURE_COUNT + 0; /** * The operation id for the 'Get Expanded' operation. * * * @generated * @ordered */ int IS_ALLOCATED_TO___GET_EXPANDED = CONTENT_OPERATOR_OPERATION_COUNT + 1; /** * The operation id for the 'Can Expand' operation. * * * @generated * @ordered */ int IS_ALLOCATED_TO___CAN_EXPAND = CONTENT_OPERATOR_OPERATION_COUNT + 2; /** * The operation id for the 'Get Symbol' operation. * * * @generated * @ordered */ int IS_ALLOCATED_TO___GET_SYMBOL = CONTENT_OPERATOR_OPERATION_COUNT + 3; /** * The operation id for the 'Get Underlying Type' operation. * * * @generated * @ordered */ int IS_ALLOCATED_TO___GET_UNDERLYING_TYPE = CONTENT_OPERATOR_OPERATION_COUNT + 4; /** * The operation id for the 'Get Expression Text' operation. * * * @generated * @ordered */ int IS_ALLOCATED_TO___GET_EXPRESSION_TEXT = CONTENT_OPERATOR_OPERATION_COUNT + 5; /** * The number of operations of the 'Is Allocated To' class. * * * @generated * @ordered */ int IS_ALLOCATED_TO_OPERATION_COUNT = CONTENT_OPERATOR_OPERATION_COUNT + 6; /** * The meta object id for the '{@link rba.core.impl.IsChangedImpl Is Changed}' class. * * * @see rba.core.impl.IsChangedImpl * @see rba.core.impl.RBACorePackageImpl#getIsChanged() * @generated */ int IS_CHANGED = 91; /** * The feature id for the 'Type' attribute. * * * @generated * @ordered */ int IS_CHANGED__TYPE = ALLOCATABLE_OPERATOR__TYPE; /** * The feature id for the 'Expression' attribute. * * * @generated * @ordered */ int IS_CHANGED__EXPRESSION = ALLOCATABLE_OPERATOR__EXPRESSION; /** * The feature id for the 'Let Statements' containment reference list. * * * @generated * @ordered */ int IS_CHANGED__LET_STATEMENTS = ALLOCATABLE_OPERATOR__LET_STATEMENTS; /** * The feature id for the 'Operand' containment reference list. * * * @generated * @ordered */ int IS_CHANGED__OPERAND = ALLOCATABLE_OPERATOR__OPERAND; /** * The number of structural features of the 'Is Changed' class. * * * @generated * @ordered */ int IS_CHANGED_FEATURE_COUNT = ALLOCATABLE_OPERATOR_FEATURE_COUNT + 0; /** * The operation id for the 'Get Expression Text' operation. * * * @generated * @ordered */ int IS_CHANGED___GET_EXPRESSION_TEXT = ALLOCATABLE_OPERATOR___GET_EXPRESSION_TEXT; /** * The operation id for the 'Get Expanded' operation. * * * @generated * @ordered */ int IS_CHANGED___GET_EXPANDED = ALLOCATABLE_OPERATOR_OPERATION_COUNT + 1; /** * The operation id for the 'Can Expand' operation. * * * @generated * @ordered */ int IS_CHANGED___CAN_EXPAND = ALLOCATABLE_OPERATOR_OPERATION_COUNT + 2; /** * The operation id for the 'Get Symbol' operation. * * * @generated * @ordered */ int IS_CHANGED___GET_SYMBOL = ALLOCATABLE_OPERATOR_OPERATION_COUNT + 3; /** * The operation id for the 'Get Underlying Type' operation. * * * @generated * @ordered */ int IS_CHANGED___GET_UNDERLYING_TYPE = ALLOCATABLE_OPERATOR_OPERATION_COUNT + 4; /** * The number of operations of the 'Is Changed' class. * * * @generated * @ordered */ int IS_CHANGED_OPERATION_COUNT = ALLOCATABLE_OPERATOR_OPERATION_COUNT + 5; /** * The meta object id for the '{@link rba.core.impl.IsTranslatedToImpl Is Translated To}' class. * * * @see rba.core.impl.IsTranslatedToImpl * @see rba.core.impl.RBACorePackageImpl#getIsTranslatedTo() * @generated */ int IS_TRANSLATED_TO = 92; /** * The feature id for the 'Type' attribute. * * * @generated * @ordered */ int IS_TRANSLATED_TO__TYPE = ALLOCATABLE_OPERATOR__TYPE; /** * The feature id for the 'Expression' attribute. * * * @generated * @ordered */ int IS_TRANSLATED_TO__EXPRESSION = ALLOCATABLE_OPERATOR__EXPRESSION; /** * The feature id for the 'Let Statements' containment reference list. * * * @generated * @ordered */ int IS_TRANSLATED_TO__LET_STATEMENTS = ALLOCATABLE_OPERATOR__LET_STATEMENTS; /** * The feature id for the 'Operand' containment reference list. * * * @generated * @ordered */ int IS_TRANSLATED_TO__OPERAND = ALLOCATABLE_OPERATOR__OPERAND; /** * The number of structural features of the 'Is Translated To' class. * * * @generated * @ordered */ int IS_TRANSLATED_TO_FEATURE_COUNT = ALLOCATABLE_OPERATOR_FEATURE_COUNT + 0; /** * The operation id for the 'Get Expanded' operation. * * * @generated * @ordered */ int IS_TRANSLATED_TO___GET_EXPANDED = ALLOCATABLE_OPERATOR_OPERATION_COUNT + 1; /** * The operation id for the 'Can Expand' operation. * * * @generated * @ordered */ int IS_TRANSLATED_TO___CAN_EXPAND = ALLOCATABLE_OPERATOR_OPERATION_COUNT + 2; /** * The operation id for the 'Get Symbol' operation. * * * @generated * @ordered */ int IS_TRANSLATED_TO___GET_SYMBOL = ALLOCATABLE_OPERATOR_OPERATION_COUNT + 3; /** * The operation id for the 'Get Underlying Type' operation. * * * @generated * @ordered */ int IS_TRANSLATED_TO___GET_UNDERLYING_TYPE = ALLOCATABLE_OPERATOR_OPERATION_COUNT + 4; /** * The operation id for the 'Get Expression Text' operation. * * * @generated * @ordered */ int IS_TRANSLATED_TO___GET_EXPRESSION_TEXT = ALLOCATABLE_OPERATOR_OPERATION_COUNT + 5; /** * The number of operations of the 'Is Translated To' class. * * * @generated * @ordered */ int IS_TRANSLATED_TO_OPERATION_COUNT = ALLOCATABLE_OPERATOR_OPERATION_COUNT + 6; /** * The meta object id for the '{@link rba.core.impl.GetStateImpl Get State}' class. * * * @see rba.core.impl.GetStateImpl * @see rba.core.impl.RBACorePackageImpl#getGetState() * @generated */ int GET_STATE = 93; /** * The number of structural features of the 'Get State' class. * * * @generated * @ordered */ int GET_STATE_FEATURE_COUNT = 0; /** * The operation id for the 'Get Symbol' operation. * * * @generated * @ordered */ int GET_STATE___GET_SYMBOL = 0; /** * The number of operations of the 'Get State' class. * * * @generated * @ordered */ int GET_STATE_OPERATION_COUNT = 1; /** * The meta object id for the '{@link rba.core.impl.ContentStateOperatorImpl Content State Operator}' class. * * * @see rba.core.impl.ContentStateOperatorImpl * @see rba.core.impl.RBACorePackageImpl#getContentStateOperator() * @generated */ int CONTENT_STATE_OPERATOR = 94; /** * The feature id for the 'Type' attribute. * * * @generated * @ordered */ int CONTENT_STATE_OPERATOR__TYPE = OPERATOR__TYPE; /** * The feature id for the 'Expression' attribute. * * * @generated * @ordered */ int CONTENT_STATE_OPERATOR__EXPRESSION = OPERATOR__EXPRESSION; /** * The feature id for the 'Let Statements' containment reference list. * * * @generated * @ordered */ int CONTENT_STATE_OPERATOR__LET_STATEMENTS = OPERATOR__LET_STATEMENTS; /** * The feature id for the 'Operand' containment reference list. * * * @generated * @ordered */ int CONTENT_STATE_OPERATOR__OPERAND = OPERATOR__OPERAND; /** * The number of structural features of the 'Content State Operator' class. * * * @generated * @ordered */ int CONTENT_STATE_OPERATOR_FEATURE_COUNT = OPERATOR_FEATURE_COUNT + 0; /** * The operation id for the 'Get Underlying Type' operation. * * * @generated * @ordered */ int CONTENT_STATE_OPERATOR___GET_UNDERLYING_TYPE = OPERATOR___GET_UNDERLYING_TYPE; /** * The operation id for the 'Get Symbol' operation. * * * @generated * @ordered */ int CONTENT_STATE_OPERATOR___GET_SYMBOL = OPERATOR___GET_SYMBOL; /** * The operation id for the 'Get Expression Text' operation. * * * @generated * @ordered */ int CONTENT_STATE_OPERATOR___GET_EXPRESSION_TEXT = OPERATOR_OPERATION_COUNT + 0; /** * The number of operations of the 'Content State Operator' class. * * * @generated * @ordered */ int CONTENT_STATE_OPERATOR_OPERATION_COUNT = OPERATOR_OPERATION_COUNT + 1; /** * The meta object id for the '{@link rba.core.impl.NullExpressionImpl Null Expression}' class. * * * @see rba.core.impl.NullExpressionImpl * @see rba.core.impl.RBACorePackageImpl#getNullExpression() * @generated */ int NULL_EXPRESSION = 95; /** * The feature id for the 'Type' attribute. * * * @generated * @ordered */ int NULL_EXPRESSION__TYPE = EXPRESSION__TYPE; /** * The feature id for the 'Expression' attribute. * * * @generated * @ordered */ int NULL_EXPRESSION__EXPRESSION = EXPRESSION__EXPRESSION; /** * The feature id for the 'Let Statements' containment reference list. * * * @generated * @ordered */ int NULL_EXPRESSION__LET_STATEMENTS = EXPRESSION__LET_STATEMENTS; /** * The number of structural features of the 'Null Expression' class. * * * @generated * @ordered */ int NULL_EXPRESSION_FEATURE_COUNT = EXPRESSION_FEATURE_COUNT + 0; /** * The operation id for the 'Get Underlying Type' operation. * * * @generated * @ordered */ int NULL_EXPRESSION___GET_UNDERLYING_TYPE = EXPRESSION_OPERATION_COUNT + 0; /** * The operation id for the 'Get Expression Text' operation. * * * @generated * @ordered */ int NULL_EXPRESSION___GET_EXPRESSION_TEXT = EXPRESSION_OPERATION_COUNT + 1; /** * The number of operations of the 'Null Expression' class. * * * @generated * @ordered */ int NULL_EXPRESSION_OPERATION_COUNT = EXPRESSION_OPERATION_COUNT + 2; /** * The meta object id for the '{@link rba.core.ArbitrationPolicy Arbitration Policy}' enum. * * * @see rba.core.ArbitrationPolicy * @see rba.core.impl.RBACorePackageImpl#getArbitrationPolicy() * @generated */ int ARBITRATION_POLICY = 96; /** * The meta object id for the '{@link rba.core.ExpressionType Expression Type}' enum. * * * @see rba.core.ExpressionType * @see rba.core.impl.RBACorePackageImpl#getExpressionType() * @generated */ int EXPRESSION_TYPE = 97; /** * The meta object id for the '{@link rba.core.LoserType Loser Type}' enum. * * * @see rba.core.LoserType * @see rba.core.impl.RBACorePackageImpl#getLoserType() * @generated */ int LOSER_TYPE = 98; /** * Returns the meta object for class '{@link rba.core.ModelElement Model Element}'. * * * @return the meta object for class 'Model Element'. * @see rba.core.ModelElement * @generated */ EClass getModelElement(); /** * Returns the meta object for the attribute '{@link rba.core.ModelElement#getDescription Description}'. * * * @return the meta object for the attribute 'Description'. * @see rba.core.ModelElement#getDescription() * @see #getModelElement() * @generated */ EAttribute getModelElement_Description(); /** * Returns the meta object for class '{@link rba.core.NamedElement Named Element}'. * * * @return the meta object for class 'Named Element'. * @see rba.core.NamedElement * @generated */ EClass getNamedElement(); /** * Returns the meta object for the attribute '{@link rba.core.NamedElement#getName Name}'. * * * @return the meta object for the attribute 'Name'. * @see rba.core.NamedElement#getName() * @see #getNamedElement() * @generated */ EAttribute getNamedElement_Name(); /** * Returns the meta object for class '{@link rba.core.AbstractAllocatable Abstract Allocatable}'. * * * @return the meta object for class 'Abstract Allocatable'. * @see rba.core.AbstractAllocatable * @generated */ EClass getAbstractAllocatable(); /** * Returns the meta object for the reference list '{@link rba.core.AbstractAllocatable#getContents Contents}'. * * * @return the meta object for the reference list 'Contents'. * @see rba.core.AbstractAllocatable#getContents() * @see #getAbstractAllocatable() * @generated */ EReference getAbstractAllocatable_Contents(); /** * Returns the meta object for the reference list '{@link rba.core.AbstractAllocatable#getAllocatableGroup Allocatable Group}'. * * * @return the meta object for the reference list 'Allocatable Group'. * @see rba.core.AbstractAllocatable#getAllocatableGroup() * @see #getAbstractAllocatable() * @generated */ EReference getAbstractAllocatable_AllocatableGroup(); /** * Returns the meta object for the '{@link rba.core.AbstractAllocatable#getContentsList() Get Contents List}' operation. * * * @return the meta object for the 'Get Contents List' operation. * @see rba.core.AbstractAllocatable#getContentsList() * @generated */ EOperation getAbstractAllocatable__GetContentsList(); /** * Returns the meta object for the '{@link rba.core.AbstractAllocatable#collectLeafAllocatable() Collect Leaf Allocatable}' operation. * * * @return the meta object for the 'Collect Leaf Allocatable' operation. * @see rba.core.AbstractAllocatable#collectLeafAllocatable() * @generated */ EOperation getAbstractAllocatable__CollectLeafAllocatable(); /** * Returns the meta object for class '{@link rba.core.Allocatable Allocatable}'. * * * @return the meta object for class 'Allocatable'. * @see rba.core.Allocatable * @generated */ EClass getAllocatable(); /** * Returns the meta object for the attribute '{@link rba.core.Allocatable#getArbitrationPolicy Arbitration Policy}'. * * * @return the meta object for the attribute 'Arbitration Policy'. * @see rba.core.Allocatable#getArbitrationPolicy() * @see #getAllocatable() * @generated */ EAttribute getAllocatable_ArbitrationPolicy(); /** * Returns the meta object for the containment reference '{@link rba.core.Allocatable#getVisibility Visibility}'. * * * @return the meta object for the containment reference 'Visibility'. * @see rba.core.Allocatable#getVisibility() * @see #getAllocatable() * @generated */ EReference getAllocatable_Visibility(); /** * Returns the meta object for the '{@link rba.core.Allocatable#collectLeafAllocatable() Collect Leaf Allocatable}' operation. * * * @return the meta object for the 'Collect Leaf Allocatable' operation. * @see rba.core.Allocatable#collectLeafAllocatable() * @generated */ EOperation getAllocatable__CollectLeafAllocatable(); /** * Returns the meta object for class '{@link rba.core.AllocatableSet Allocatable Set}'. * * * @return the meta object for class 'Allocatable Set'. * @see rba.core.AllocatableSet * @generated */ EClass getAllocatableSet(); /** * Returns the meta object for the reference list '{@link rba.core.AllocatableSet#getTarget Target}'. * * * @return the meta object for the reference list 'Target'. * @see rba.core.AllocatableSet#getTarget() * @see #getAllocatableSet() * @generated */ EReference getAllocatableSet_Target(); /** * Returns the meta object for the '{@link rba.core.AllocatableSet#collectLeafAllocatable() Collect Leaf Allocatable}' operation. * * * @return the meta object for the 'Collect Leaf Allocatable' operation. * @see rba.core.AllocatableSet#collectLeafAllocatable() * @generated */ EOperation getAllocatableSet__CollectLeafAllocatable(); /** * Returns the meta object for class '{@link rba.core.Project Project}'. * * * @return the meta object for class 'Project'. * @see rba.core.Project * @generated */ EClass getProject(); /** * Returns the meta object for the attribute '{@link rba.core.Project#getVersion Version}'. * * * @return the meta object for the attribute 'Version'. * @see rba.core.Project#getVersion() * @see #getProject() * @generated */ EAttribute getProject_Version(); /** * Returns the meta object for the attribute '{@link rba.core.Project#getDummyName Dummy Name}'. * * * @return the meta object for the attribute 'Dummy Name'. * @see rba.core.Project#getDummyName() * @see #getProject() * @generated */ EAttribute getProject_DummyName(); /** * Returns the meta object for the '{@link rba.core.Project#getName() Get Name}' operation. * * * @return the meta object for the 'Get Name' operation. * @see rba.core.Project#getName() * @generated */ EOperation getProject__GetName(); /** * Returns the meta object for class '{@link rba.core.PackagableElement Packagable Element}'. * * * @return the meta object for class 'Packagable Element'. * @see rba.core.PackagableElement * @generated */ EClass getPackagableElement(); /** * Returns the meta object for class '{@link rba.core.Package Package}'. * * * @return the meta object for class 'Package'. * @see rba.core.Package * @generated */ EClass getPackage(); /** * Returns the meta object for the containment reference list '{@link rba.core.Package#getPackagableelement Packagableelement}'. * * * @return the meta object for the containment reference list 'Packagableelement'. * @see rba.core.Package#getPackagableelement() * @see #getPackage() * @generated */ EReference getPackage_Packagableelement(); /** * Returns the meta object for class '{@link rba.core.Stereotype Stereotype}'. * * * @return the meta object for class 'Stereotype'. * @see rba.core.Stereotype * @generated */ EClass getStereotype(); /** * Returns the meta object for the attribute '{@link rba.core.Stereotype#getTargetModelName Target Model Name}'. * * * @return the meta object for the attribute 'Target Model Name'. * @see rba.core.Stereotype#getTargetModelName() * @see #getStereotype() * @generated */ EAttribute getStereotype_TargetModelName(); /** * Returns the meta object for the containment reference list '{@link rba.core.Stereotype#getVariables Variables}'. * * * @return the meta object for the containment reference list 'Variables'. * @see rba.core.Stereotype#getVariables() * @see #getStereotype() * @generated */ EReference getStereotype_Variables(); /** * Returns the meta object for the attribute '{@link rba.core.Stereotype#getBodyText Body Text}'. * * * @return the meta object for the attribute 'Body Text'. * @see rba.core.Stereotype#getBodyText() * @see #getStereotype() * @generated */ EAttribute getStereotype_BodyText(); /** * Returns the meta object for class '{@link rba.core.Tag Tag}'. * * * @return the meta object for class 'Tag'. * @see rba.core.Tag * @generated */ EClass getTag(); /** * Returns the meta object for the attribute list '{@link rba.core.Tag#getValues Values}'. * * * @return the meta object for the attribute list 'Values'. * @see rba.core.Tag#getValues() * @see #getTag() * @generated */ EAttribute getTag_Values(); /** * Returns the meta object for class '{@link rba.core.RuleObject Rule Object}'. * * * @return the meta object for class 'Rule Object'. * @see rba.core.RuleObject * @generated */ EClass getRuleObject(); /** * Returns the meta object for the containment reference list '{@link rba.core.RuleObject#getTags Tags}'. * * * @return the meta object for the containment reference list 'Tags'. * @see rba.core.RuleObject#getTags() * @see #getRuleObject() * @generated */ EReference getRuleObject_Tags(); /** * Returns the meta object for the '{@link rba.core.RuleObject#getExpressionType() Get Expression Type}' operation. * * * @return the meta object for the 'Get Expression Type' operation. * @see rba.core.RuleObject#getExpressionType() * @generated */ EOperation getRuleObject__GetExpressionType(); /** * Returns the meta object for class '{@link rba.core.AbstractContent Abstract Content}'. * * * @return the meta object for class 'Abstract Content'. * @see rba.core.AbstractContent * @generated */ EClass getAbstractContent(); /** * Returns the meta object for the reference list '{@link rba.core.AbstractContent#getContentGroup Content Group}'. * * * @return the meta object for the reference list 'Content Group'. * @see rba.core.AbstractContent#getContentGroup() * @see #getAbstractContent() * @generated */ EReference getAbstractContent_ContentGroup(); /** * Returns the meta object for the reference list '{@link rba.core.AbstractContent#getAllocatable Allocatable}'. * * * @return the meta object for the reference list 'Allocatable'. * @see rba.core.AbstractContent#getAllocatable() * @see #getAbstractContent() * @generated */ EReference getAbstractContent_Allocatable(); /** * Returns the meta object for the '{@link rba.core.AbstractContent#getAllocatableList() Get Allocatable List}' operation. * * * @return the meta object for the 'Get Allocatable List' operation. * @see rba.core.AbstractContent#getAllocatableList() * @generated */ EOperation getAbstractContent__GetAllocatableList(); /** * Returns the meta object for the '{@link rba.core.AbstractContent#collectLeafContents() Collect Leaf Contents}' operation. * * * @return the meta object for the 'Collect Leaf Contents' operation. * @see rba.core.AbstractContent#collectLeafContents() * @generated */ EOperation getAbstractContent__CollectLeafContents(); /** * Returns the meta object for class '{@link rba.core.AbstractScene Abstract Scene}'. * * * @return the meta object for class 'Abstract Scene'. * @see rba.core.AbstractScene * @generated */ EClass getAbstractScene(); /** * Returns the meta object for class '{@link rba.core.Scene Scene}'. * * * @return the meta object for class 'Scene'. * @see rba.core.Scene * @generated */ EClass getScene(); /** * Returns the meta object for the attribute '{@link rba.core.Scene#isGlobal Global}'. * * * @return the meta object for the attribute 'Global'. * @see rba.core.Scene#isGlobal() * @see #getScene() * @generated */ EAttribute getScene_Global(); /** * Returns the meta object for the containment reference list '{@link rba.core.Scene#getProperties Properties}'. * * * @return the meta object for the containment reference list 'Properties'. * @see rba.core.Scene#getProperties() * @see #getScene() * @generated */ EReference getScene_Properties(); /** * Returns the meta object for the '{@link rba.core.Scene#getExpressionType() Get Expression Type}' operation. * * * @return the meta object for the 'Get Expression Type' operation. * @see rba.core.Scene#getExpressionType() * @generated */ EOperation getScene__GetExpressionType(); /** * Returns the meta object for class '{@link rba.core.Content Content}'. * * * @return the meta object for class 'Content'. * @see rba.core.Content * @generated */ EClass getContent(); /** * Returns the meta object for the attribute '{@link rba.core.Content#getLoserType Loser Type}'. * * * @return the meta object for the attribute 'Loser Type'. * @see rba.core.Content#getLoserType() * @see #getContent() * @generated */ EAttribute getContent_LoserType(); /** * Returns the meta object for the containment reference list '{@link rba.core.Content#getStates States}'. * * * @return the meta object for the containment reference list 'States'. * @see rba.core.Content#getStates() * @see #getContent() * @generated */ EReference getContent_States(); /** * Returns the meta object for the '{@link rba.core.Content#collectLeafContents() Collect Leaf Contents}' operation. * * * @return the meta object for the 'Collect Leaf Contents' operation. * @see rba.core.Content#collectLeafContents() * @generated */ EOperation getContent__CollectLeafContents(); /** * Returns the meta object for class '{@link rba.core.ContentSet Content Set}'. * * * @return the meta object for class 'Content Set'. * @see rba.core.ContentSet * @generated */ EClass getContentSet(); /** * Returns the meta object for the reference list '{@link rba.core.ContentSet#getTarget Target}'. * * * @return the meta object for the reference list 'Target'. * @see rba.core.ContentSet#getTarget() * @see #getContentSet() * @generated */ EReference getContentSet_Target(); /** * Returns the meta object for the '{@link rba.core.ContentSet#collectLeafContents() Collect Leaf Contents}' operation. * * * @return the meta object for the 'Collect Leaf Contents' operation. * @see rba.core.ContentSet#collectLeafContents() * @generated */ EOperation getContentSet__CollectLeafContents(); /** * Returns the meta object for class '{@link rba.core.ContentState Content State}'. * * * @return the meta object for class 'Content State'. * @see rba.core.ContentState * @generated */ EClass getContentState(); /** * Returns the meta object for the containment reference '{@link rba.core.ContentState#getValue Value}'. * * * @return the meta object for the containment reference 'Value'. * @see rba.core.ContentState#getValue() * @see #getContentState() * @generated */ EReference getContentState_Value(); /** * Returns the meta object for the container reference '{@link rba.core.ContentState#getOwner Owner}'. * * * @return the meta object for the container reference 'Owner'. * @see rba.core.ContentState#getOwner() * @see #getContentState() * @generated */ EReference getContentState_Owner(); /** * Returns the meta object for class '{@link rba.core.AbstractProperty Abstract Property}'. * * * @return the meta object for class 'Abstract Property'. * @see rba.core.AbstractProperty * @generated */ EClass getAbstractProperty(); /** * Returns the meta object for the container reference '{@link rba.core.AbstractProperty#getOwner Owner}'. * * * @return the meta object for the container reference 'Owner'. * @see rba.core.AbstractProperty#getOwner() * @see #getAbstractProperty() * @generated */ EReference getAbstractProperty_Owner(); /** * Returns the meta object for the '{@link rba.core.AbstractProperty#getExpressionType() Get Expression Type}' operation. * * * @return the meta object for the 'Get Expression Type' operation. * @see rba.core.AbstractProperty#getExpressionType() * @generated */ EOperation getAbstractProperty__GetExpressionType(); /** * Returns the meta object for class '{@link rba.core.IntegerProperty Integer Property}'. * * * @return the meta object for class 'Integer Property'. * @see rba.core.IntegerProperty * @generated */ EClass getIntegerProperty(); /** * Returns the meta object for the containment reference '{@link rba.core.IntegerProperty#getValue Value}'. * * * @return the meta object for the containment reference 'Value'. * @see rba.core.IntegerProperty#getValue() * @see #getIntegerProperty() * @generated */ EReference getIntegerProperty_Value(); /** * Returns the meta object for class '{@link rba.core.AbstractConstraint Abstract Constraint}'. * * * @return the meta object for class 'Abstract Constraint'. * @see rba.core.AbstractConstraint * @generated */ EClass getAbstractConstraint(); /** * Returns the meta object for the containment reference '{@link rba.core.AbstractConstraint#getExpression Expression}'. * * * @return the meta object for the containment reference 'Expression'. * @see rba.core.AbstractConstraint#getExpression() * @see #getAbstractConstraint() * @generated */ EReference getAbstractConstraint_Expression(); /** * Returns the meta object for class '{@link rba.core.Constraint Constraint}'. * * * @return the meta object for class 'Constraint'. * @see rba.core.Constraint * @generated */ EClass getConstraint(); /** * Returns the meta object for the attribute '{@link rba.core.Constraint#isRuntime Runtime}'. * * * @return the meta object for the attribute 'Runtime'. * @see rba.core.Constraint#isRuntime() * @see #getConstraint() * @generated */ EAttribute getConstraint_Runtime(); /** * Returns the meta object for class '{@link rba.core.Expression Expression}'. * * * @return the meta object for class 'Expression'. * @see rba.core.Expression * @generated */ EClass getExpression(); /** * Returns the meta object for the attribute '{@link rba.core.Expression#getType Type}'. * * * @return the meta object for the attribute 'Type'. * @see rba.core.Expression#getType() * @see #getExpression() * @generated */ EAttribute getExpression_Type(); /** * Returns the meta object for the attribute '{@link rba.core.Expression#getExpression Expression}'. * * * @return the meta object for the attribute 'Expression'. * @see rba.core.Expression#getExpression() * @see #getExpression() * @generated */ EAttribute getExpression_Expression(); /** * Returns the meta object for the containment reference list '{@link rba.core.Expression#getLetStatements Let Statements}'. * * * @return the meta object for the containment reference list 'Let Statements'. * @see rba.core.Expression#getLetStatements() * @see #getExpression() * @generated */ EReference getExpression_LetStatements(); /** * Returns the meta object for the '{@link rba.core.Expression#getUnderlyingType() Get Underlying Type}' operation. * * * @return the meta object for the 'Get Underlying Type' operation. * @see rba.core.Expression#getUnderlyingType() * @generated */ EOperation getExpression__GetUnderlyingType(); /** * Returns the meta object for the '{@link rba.core.Expression#getExpressionText() Get Expression Text}' operation. * * * @return the meta object for the 'Get Expression Text' operation. * @see rba.core.Expression#getExpressionText() * @generated */ EOperation getExpression__GetExpressionText(); /** * Returns the meta object for class '{@link rba.core.LetStatement Let Statement}'. * * * @return the meta object for class 'Let Statement'. * @see rba.core.LetStatement * @generated */ EClass getLetStatement(); /** * Returns the meta object for the containment reference '{@link rba.core.LetStatement#getVariable Variable}'. * * * @return the meta object for the containment reference 'Variable'. * @see rba.core.LetStatement#getVariable() * @see #getLetStatement() * @generated */ EReference getLetStatement_Variable(); /** * Returns the meta object for the containment reference '{@link rba.core.LetStatement#getBody Body}'. * * * @return the meta object for the containment reference 'Body'. * @see rba.core.LetStatement#getBody() * @see #getLetStatement() * @generated */ EReference getLetStatement_Body(); /** * Returns the meta object for the '{@link rba.core.LetStatement#toString() To String}' operation. * * * @return the meta object for the 'To String' operation. * @see rba.core.LetStatement#toString() * @generated */ EOperation getLetStatement__ToString(); /** * Returns the meta object for class '{@link rba.core.ComplexExpression Complex Expression}'. * * * @return the meta object for class 'Complex Expression'. * @see rba.core.ComplexExpression * @generated */ EClass getComplexExpression(); /** * Returns the meta object for the containment reference '{@link rba.core.ComplexExpression#getOtherExpression Other Expression}'. * * * @return the meta object for the containment reference 'Other Expression'. * @see rba.core.ComplexExpression#getOtherExpression() * @see #getComplexExpression() * @generated */ EReference getComplexExpression_OtherExpression(); /** * Returns the meta object for the '{@link rba.core.ComplexExpression#getExpressionText() Get Expression Text}' operation. * * * @return the meta object for the 'Get Expression Text' operation. * @see rba.core.ComplexExpression#getExpressionText() * @generated */ EOperation getComplexExpression__GetExpressionText(); /** * Returns the meta object for the '{@link rba.core.ComplexExpression#getUnderlyingType() Get Underlying Type}' operation. * * * @return the meta object for the 'Get Underlying Type' operation. * @see rba.core.ComplexExpression#getUnderlyingType() * @generated */ EOperation getComplexExpression__GetUnderlyingType(); /** * Returns the meta object for the '{@link rba.core.ComplexExpression#getType() Get Type}' operation. * * * @return the meta object for the 'Get Type' operation. * @see rba.core.ComplexExpression#getType() * @generated */ EOperation getComplexExpression__GetType(); /** * Returns the meta object for class '{@link rba.core.Operator Operator}'. * * * @return the meta object for class 'Operator'. * @see rba.core.Operator * @generated */ EClass getOperator(); /** * Returns the meta object for the containment reference list '{@link rba.core.Operator#getOperand Operand}'. * * * @return the meta object for the containment reference list 'Operand'. * @see rba.core.Operator#getOperand() * @see #getOperator() * @generated */ EReference getOperator_Operand(); /** * Returns the meta object for the '{@link rba.core.Operator#getSymbol() Get Symbol}' operation. * * * @return the meta object for the 'Get Symbol' operation. * @see rba.core.Operator#getSymbol() * @generated */ EOperation getOperator__GetSymbol(); /** * Returns the meta object for class '{@link rba.core.IsTypeOf Is Type Of}'. * * * @return the meta object for class 'Is Type Of'. * @see rba.core.IsTypeOf * @generated */ EClass getIsTypeOf(); /** * Returns the meta object for the attribute '{@link rba.core.IsTypeOf#getTagName Tag Name}'. * * * @return the meta object for the attribute 'Tag Name'. * @see rba.core.IsTypeOf#getTagName() * @see #getIsTypeOf() * @generated */ EAttribute getIsTypeOf_TagName(); /** * Returns the meta object for the '{@link rba.core.IsTypeOf#getExpressionText() Get Expression Text}' operation. * * * @return the meta object for the 'Get Expression Text' operation. * @see rba.core.IsTypeOf#getExpressionText() * @generated */ EOperation getIsTypeOf__GetExpressionText(); /** * Returns the meta object for the '{@link rba.core.IsTypeOf#getSymbol() Get Symbol}' operation. * * * @return the meta object for the 'Get Symbol' operation. * @see rba.core.IsTypeOf#getSymbol() * @generated */ EOperation getIsTypeOf__GetSymbol(); /** * Returns the meta object for the '{@link rba.core.IsTypeOf#getUnderlyingType() Get Underlying Type}' operation. * * * @return the meta object for the 'Get Underlying Type' operation. * @see rba.core.IsTypeOf#getUnderlyingType() * @generated */ EOperation getIsTypeOf__GetUnderlyingType(); /** * Returns the meta object for class '{@link rba.core.ObjectReference Object Reference}'. * * * @return the meta object for class 'Object Reference'. * @see rba.core.ObjectReference * @generated */ EClass getObjectReference(); /** * Returns the meta object for the reference '{@link rba.core.ObjectReference#getRefObject Ref Object}'. * * * @return the meta object for the reference 'Ref Object'. * @see rba.core.ObjectReference#getRefObject() * @see #getObjectReference() * @generated */ EReference getObjectReference_RefObject(); /** * Returns the meta object for the '{@link rba.core.ObjectReference#getUnderlyingType() Get Underlying Type}' operation. * * * @return the meta object for the 'Get Underlying Type' operation. * @see rba.core.ObjectReference#getUnderlyingType() * @generated */ EOperation getObjectReference__GetUnderlyingType(); /** * Returns the meta object for the '{@link rba.core.ObjectReference#getExpressionText() Get Expression Text}' operation. * * * @return the meta object for the 'Get Expression Text' operation. * @see rba.core.ObjectReference#getExpressionText() * @generated */ EOperation getObjectReference__GetExpressionText(); /** * Returns the meta object for class '{@link rba.core.PreviousModifier Previous Modifier}'. * * * @return the meta object for class 'Previous Modifier'. * @see rba.core.PreviousModifier * @generated */ EClass getPreviousModifier(); /** * Returns the meta object for the containment reference '{@link rba.core.PreviousModifier#getObjReference Obj Reference}'. * * * @return the meta object for the containment reference 'Obj Reference'. * @see rba.core.PreviousModifier#getObjReference() * @see #getPreviousModifier() * @generated */ EReference getPreviousModifier_ObjReference(); /** * Returns the meta object for the '{@link rba.core.PreviousModifier#getSymbol() Get Symbol}' operation. * * * @return the meta object for the 'Get Symbol' operation. * @see rba.core.PreviousModifier#getSymbol() * @generated */ EOperation getPreviousModifier__GetSymbol(); /** * Returns the meta object for the '{@link rba.core.PreviousModifier#getUnderlyingType() Get Underlying Type}' operation. * * * @return the meta object for the 'Get Underlying Type' operation. * @see rba.core.PreviousModifier#getUnderlyingType() * @generated */ EOperation getPreviousModifier__GetUnderlyingType(); /** * Returns the meta object for the '{@link rba.core.PreviousModifier#getExpressionText() Get Expression Text}' operation. * * * @return the meta object for the 'Get Expression Text' operation. * @see rba.core.PreviousModifier#getExpressionText() * @generated */ EOperation getPreviousModifier__GetExpressionText(); /** * Returns the meta object for class '{@link rba.core.GreaterThanOperator Greater Than Operator}'. * * * @return the meta object for class 'Greater Than Operator'. * @see rba.core.GreaterThanOperator * @generated */ EClass getGreaterThanOperator(); /** * Returns the meta object for the '{@link rba.core.GreaterThanOperator#getSymbol() Get Symbol}' operation. * * * @return the meta object for the 'Get Symbol' operation. * @see rba.core.GreaterThanOperator#getSymbol() * @generated */ EOperation getGreaterThanOperator__GetSymbol(); /** * Returns the meta object for class '{@link rba.core.MuchGreaterThanOperator Much Greater Than Operator}'. * * * @return the meta object for class 'Much Greater Than Operator'. * @see rba.core.MuchGreaterThanOperator * @generated */ EClass getMuchGreaterThanOperator(); /** * Returns the meta object for the '{@link rba.core.MuchGreaterThanOperator#getSymbol() Get Symbol}' operation. * * * @return the meta object for the 'Get Symbol' operation. * @see rba.core.MuchGreaterThanOperator#getSymbol() * @generated */ EOperation getMuchGreaterThanOperator__GetSymbol(); /** * Returns the meta object for class '{@link rba.core.LowerThanOperator Lower Than Operator}'. * * * @return the meta object for class 'Lower Than Operator'. * @see rba.core.LowerThanOperator * @generated */ EClass getLowerThanOperator(); /** * Returns the meta object for the '{@link rba.core.LowerThanOperator#getSymbol() Get Symbol}' operation. * * * @return the meta object for the 'Get Symbol' operation. * @see rba.core.LowerThanOperator#getSymbol() * @generated */ EOperation getLowerThanOperator__GetSymbol(); /** * Returns the meta object for class '{@link rba.core.ComparisonOperator Comparison Operator}'. * * * @return the meta object for class 'Comparison Operator'. * @see rba.core.ComparisonOperator * @generated */ EClass getComparisonOperator(); /** * Returns the meta object for the '{@link rba.core.ComparisonOperator#getUnderlyingType() Get Underlying Type}' operation. * * * @return the meta object for the 'Get Underlying Type' operation. * @see rba.core.ComparisonOperator#getUnderlyingType() * @generated */ EOperation getComparisonOperator__GetUnderlyingType(); /** * Returns the meta object for the '{@link rba.core.ComparisonOperator#getExpressionText() Get Expression Text}' operation. * * * @return the meta object for the 'Get Expression Text' operation. * @see rba.core.ComparisonOperator#getExpressionText() * @generated */ EOperation getComparisonOperator__GetExpressionText(); /** * Returns the meta object for class '{@link rba.core.EqualToOperator Equal To Operator}'. * * * @return the meta object for class 'Equal To Operator'. * @see rba.core.EqualToOperator * @generated */ EClass getEqualToOperator(); /** * Returns the meta object for the '{@link rba.core.EqualToOperator#getSymbol() Get Symbol}' operation. * * * @return the meta object for the 'Get Symbol' operation. * @see rba.core.EqualToOperator#getSymbol() * @generated */ EOperation getEqualToOperator__GetSymbol(); /** * Returns the meta object for class '{@link rba.core.ComparisonAnd Comparison And}'. * * * @return the meta object for class 'Comparison And'. * @see rba.core.ComparisonAnd * @generated */ EClass getComparisonAnd(); /** * Returns the meta object for the '{@link rba.core.ComparisonAnd#getSymbol() Get Symbol}' operation. * * * @return the meta object for the 'Get Symbol' operation. * @see rba.core.ComparisonAnd#getSymbol() * @generated */ EOperation getComparisonAnd__GetSymbol(); /** * Returns the meta object for the '{@link rba.core.ComparisonAnd#getExpressionText() Get Expression Text}' operation. * * * @return the meta object for the 'Get Expression Text' operation. * @see rba.core.ComparisonAnd#getExpressionText() * @generated */ EOperation getComparisonAnd__GetExpressionText(); /** * Returns the meta object for class '{@link rba.core.LogicalOperator Logical Operator}'. * * * @return the meta object for class 'Logical Operator'. * @see rba.core.LogicalOperator * @generated */ EClass getLogicalOperator(); /** * Returns the meta object for the '{@link rba.core.LogicalOperator#getUnderlyingType() Get Underlying Type}' operation. * * * @return the meta object for the 'Get Underlying Type' operation. * @see rba.core.LogicalOperator#getUnderlyingType() * @generated */ EOperation getLogicalOperator__GetUnderlyingType(); /** * Returns the meta object for the '{@link rba.core.LogicalOperator#getExpressionText() Get Expression Text}' operation. * * * @return the meta object for the 'Get Expression Text' operation. * @see rba.core.LogicalOperator#getExpressionText() * @generated */ EOperation getLogicalOperator__GetExpressionText(); /** * Returns the meta object for class '{@link rba.core.AndOperator And Operator}'. * * * @return the meta object for class 'And Operator'. * @see rba.core.AndOperator * @generated */ EClass getAndOperator(); /** * Returns the meta object for the '{@link rba.core.AndOperator#getSymbol() Get Symbol}' operation. * * * @return the meta object for the 'Get Symbol' operation. * @see rba.core.AndOperator#getSymbol() * @generated */ EOperation getAndOperator__GetSymbol(); /** * Returns the meta object for class '{@link rba.core.OrOperator Or Operator}'. * * * @return the meta object for class 'Or Operator'. * @see rba.core.OrOperator * @generated */ EClass getOrOperator(); /** * Returns the meta object for the '{@link rba.core.OrOperator#getSymbol() Get Symbol}' operation. * * * @return the meta object for the 'Get Symbol' operation. * @see rba.core.OrOperator#getSymbol() * @generated */ EOperation getOrOperator__GetSymbol(); /** * Returns the meta object for class '{@link rba.core.NotOperator Not Operator}'. * * * @return the meta object for class 'Not Operator'. * @see rba.core.NotOperator * @generated */ EClass getNotOperator(); /** * Returns the meta object for the '{@link rba.core.NotOperator#getSymbol() Get Symbol}' operation. * * * @return the meta object for the 'Get Symbol' operation. * @see rba.core.NotOperator#getSymbol() * @generated */ EOperation getNotOperator__GetSymbol(); /** * Returns the meta object for the '{@link rba.core.NotOperator#getExpressionText() Get Expression Text}' operation. * * * @return the meta object for the 'Get Expression Text' operation. * @see rba.core.NotOperator#getExpressionText() * @generated */ EOperation getNotOperator__GetExpressionText(); /** * Returns the meta object for class '{@link rba.core.IsEqualToOperator Is Equal To Operator}'. * * * @return the meta object for class 'Is Equal To Operator'. * @see rba.core.IsEqualToOperator * @generated */ EClass getIsEqualToOperator(); /** * Returns the meta object for the '{@link rba.core.IsEqualToOperator#getSymbol() Get Symbol}' operation. * * * @return the meta object for the 'Get Symbol' operation. * @see rba.core.IsEqualToOperator#getSymbol() * @generated */ EOperation getIsEqualToOperator__GetSymbol(); /** * Returns the meta object for class '{@link rba.core.IsGreaterThanOperator Is Greater Than Operator}'. * * * @return the meta object for class 'Is Greater Than Operator'. * @see rba.core.IsGreaterThanOperator * @generated */ EClass getIsGreaterThanOperator(); /** * Returns the meta object for the '{@link rba.core.IsGreaterThanOperator#getSymbol() Get Symbol}' operation. * * * @return the meta object for the 'Get Symbol' operation. * @see rba.core.IsGreaterThanOperator#getSymbol() * @generated */ EOperation getIsGreaterThanOperator__GetSymbol(); /** * Returns the meta object for class '{@link rba.core.IsLowerThanOperator Is Lower Than Operator}'. * * * @return the meta object for class 'Is Lower Than Operator'. * @see rba.core.IsLowerThanOperator * @generated */ EClass getIsLowerThanOperator(); /** * Returns the meta object for the '{@link rba.core.IsLowerThanOperator#getSymbol() Get Symbol}' operation. * * * @return the meta object for the 'Get Symbol' operation. * @see rba.core.IsLowerThanOperator#getSymbol() * @generated */ EOperation getIsLowerThanOperator__GetSymbol(); /** * Returns the meta object for class '{@link rba.core.IsGreaterThanEqualOperator Is Greater Than Equal Operator}'. * * * @return the meta object for class 'Is Greater Than Equal Operator'. * @see rba.core.IsGreaterThanEqualOperator * @generated */ EClass getIsGreaterThanEqualOperator(); /** * Returns the meta object for the '{@link rba.core.IsGreaterThanEqualOperator#getSymbol() Get Symbol}' operation. * * * @return the meta object for the 'Get Symbol' operation. * @see rba.core.IsGreaterThanEqualOperator#getSymbol() * @generated */ EOperation getIsGreaterThanEqualOperator__GetSymbol(); /** * Returns the meta object for class '{@link rba.core.IsLowerThanEqualOperator Is Lower Than Equal Operator}'. * * * @return the meta object for class 'Is Lower Than Equal Operator'. * @see rba.core.IsLowerThanEqualOperator * @generated */ EClass getIsLowerThanEqualOperator(); /** * Returns the meta object for the '{@link rba.core.IsLowerThanEqualOperator#getSymbol() Get Symbol}' operation. * * * @return the meta object for the 'Get Symbol' operation. * @see rba.core.IsLowerThanEqualOperator#getSymbol() * @generated */ EOperation getIsLowerThanEqualOperator__GetSymbol(); /** * Returns the meta object for class '{@link rba.core.ArithmeticOperator Arithmetic Operator}'. * * * @return the meta object for class 'Arithmetic Operator'. * @see rba.core.ArithmeticOperator * @generated */ EClass getArithmeticOperator(); /** * Returns the meta object for the '{@link rba.core.ArithmeticOperator#getUnderlyingType() Get Underlying Type}' operation. * * * @return the meta object for the 'Get Underlying Type' operation. * @see rba.core.ArithmeticOperator#getUnderlyingType() * @generated */ EOperation getArithmeticOperator__GetUnderlyingType(); /** * Returns the meta object for the '{@link rba.core.ArithmeticOperator#getExpressionText() Get Expression Text}' operation. * * * @return the meta object for the 'Get Expression Text' operation. * @see rba.core.ArithmeticOperator#getExpressionText() * @generated */ EOperation getArithmeticOperator__GetExpressionText(); /** * Returns the meta object for class '{@link rba.core.PlusOperator Plus Operator}'. * * * @return the meta object for class 'Plus Operator'. * @see rba.core.PlusOperator * @generated */ EClass getPlusOperator(); /** * Returns the meta object for the '{@link rba.core.PlusOperator#getSymbol() Get Symbol}' operation. * * * @return the meta object for the 'Get Symbol' operation. * @see rba.core.PlusOperator#getSymbol() * @generated */ EOperation getPlusOperator__GetSymbol(); /** * Returns the meta object for class '{@link rba.core.ImpliesOperator Implies Operator}'. * * * @return the meta object for class 'Implies Operator'. * @see rba.core.ImpliesOperator * @generated */ EClass getImpliesOperator(); /** * Returns the meta object for the '{@link rba.core.ImpliesOperator#getSymbol() Get Symbol}' operation. * * * @return the meta object for the 'Get Symbol' operation. * @see rba.core.ImpliesOperator#getSymbol() * @generated */ EOperation getImpliesOperator__GetSymbol(); /** * Returns the meta object for class '{@link rba.core.ContentOperator Content Operator}'. * * * @return the meta object for class 'Content Operator'. * @see rba.core.ContentOperator * @generated */ EClass getContentOperator(); /** * Returns the meta object for the '{@link rba.core.ContentOperator#getExpressionText() Get Expression Text}' operation. * * * @return the meta object for the 'Get Expression Text' operation. * @see rba.core.ContentOperator#getExpressionText() * @generated */ EOperation getContentOperator__GetExpressionText(); /** * Returns the meta object for class '{@link rba.core.IsActive Is Active}'. * * * @return the meta object for class 'Is Active'. * @see rba.core.IsActive * @generated */ EClass getIsActive(); /** * Returns the meta object for the '{@link rba.core.IsActive#getSymbol() Get Symbol}' operation. * * * @return the meta object for the 'Get Symbol' operation. * @see rba.core.IsActive#getSymbol() * @generated */ EOperation getIsActive__GetSymbol(); /** * Returns the meta object for the '{@link rba.core.IsActive#getUnderlyingType() Get Underlying Type}' operation. * * * @return the meta object for the 'Get Underlying Type' operation. * @see rba.core.IsActive#getUnderlyingType() * @generated */ EOperation getIsActive__GetUnderlyingType(); /** * Returns the meta object for class '{@link rba.core.GetAllocatables Get Allocatables}'. * * * @return the meta object for class 'Get Allocatables'. * @see rba.core.GetAllocatables * @generated */ EClass getGetAllocatables(); /** * Returns the meta object for the '{@link rba.core.GetAllocatables#getSymbol() Get Symbol}' operation. * * * @return the meta object for the 'Get Symbol' operation. * @see rba.core.GetAllocatables#getSymbol() * @generated */ EOperation getGetAllocatables__GetSymbol(); /** * Returns the meta object for the '{@link rba.core.GetAllocatables#getUnderlyingType() Get Underlying Type}' operation. * * * @return the meta object for the 'Get Underlying Type' operation. * @see rba.core.GetAllocatables#getUnderlyingType() * @generated */ EOperation getGetAllocatables__GetUnderlyingType(); /** * Returns the meta object for class '{@link rba.core.HasBeenDisplayed Has Been Displayed}'. * * * @return the meta object for class 'Has Been Displayed'. * @see rba.core.HasBeenDisplayed * @generated */ EClass getHasBeenDisplayed(); /** * Returns the meta object for the '{@link rba.core.HasBeenDisplayed#getSymbol() Get Symbol}' operation. * * * @return the meta object for the 'Get Symbol' operation. * @see rba.core.HasBeenDisplayed#getSymbol() * @generated */ EOperation getHasBeenDisplayed__GetSymbol(); /** * Returns the meta object for the '{@link rba.core.HasBeenDisplayed#getUnderlyingType() Get Underlying Type}' operation. * * * @return the meta object for the 'Get Underlying Type' operation. * @see rba.core.HasBeenDisplayed#getUnderlyingType() * @generated */ EOperation getHasBeenDisplayed__GetUnderlyingType(); /** * Returns the meta object for class '{@link rba.core.ActiveState Active State}'. * * * @return the meta object for class 'Active State'. * @see rba.core.ActiveState * @generated */ EClass getActiveState(); /** * Returns the meta object for the '{@link rba.core.ActiveState#getSymbol() Get Symbol}' operation. * * * @return the meta object for the 'Get Symbol' operation. * @see rba.core.ActiveState#getSymbol() * @generated */ EOperation getActiveState__GetSymbol(); /** * Returns the meta object for the '{@link rba.core.ActiveState#getUnderlyingType() Get Underlying Type}' operation. * * * @return the meta object for the 'Get Underlying Type' operation. * @see rba.core.ActiveState#getUnderlyingType() * @generated */ EOperation getActiveState__GetUnderlyingType(); /** * Returns the meta object for class '{@link rba.core.ObjectCompare Object Compare}'. * * * @return the meta object for class 'Object Compare'. * @see rba.core.ObjectCompare * @generated */ EClass getObjectCompare(); /** * Returns the meta object for the '{@link rba.core.ObjectCompare#getSymbol() Get Symbol}' operation. * * * @return the meta object for the 'Get Symbol' operation. * @see rba.core.ObjectCompare#getSymbol() * @generated */ EOperation getObjectCompare__GetSymbol(); /** * Returns the meta object for the '{@link rba.core.ObjectCompare#getUnderlyingType() Get Underlying Type}' operation. * * * @return the meta object for the 'Get Underlying Type' operation. * @see rba.core.ObjectCompare#getUnderlyingType() * @generated */ EOperation getObjectCompare__GetUnderlyingType(); /** * Returns the meta object for the '{@link rba.core.ObjectCompare#getExpressionText() Get Expression Text}' operation. * * * @return the meta object for the 'Get Expression Text' operation. * @see rba.core.ObjectCompare#getExpressionText() * @generated */ EOperation getObjectCompare__GetExpressionText(); /** * Returns the meta object for class '{@link rba.core.ThatOfOperator That Of Operator}'. * * * @return the meta object for class 'That Of Operator'. * @see rba.core.ThatOfOperator * @generated */ EClass getThatOfOperator(); /** * Returns the meta object for the '{@link rba.core.ThatOfOperator#getExpressionText() Get Expression Text}' operation. * * * @return the meta object for the 'Get Expression Text' operation. * @see rba.core.ThatOfOperator#getExpressionText() * @generated */ EOperation getThatOfOperator__GetExpressionText(); /** * Returns the meta object for the '{@link rba.core.ThatOfOperator#getSymbol() Get Symbol}' operation. * * * @return the meta object for the 'Get Symbol' operation. * @see rba.core.ThatOfOperator#getSymbol() * @generated */ EOperation getThatOfOperator__GetSymbol(); /** * Returns the meta object for the '{@link rba.core.ThatOfOperator#getUnderlyingType() Get Underlying Type}' operation. * * * @return the meta object for the 'Get Underlying Type' operation. * @see rba.core.ThatOfOperator#getUnderlyingType() * @generated */ EOperation getThatOfOperator__GetUnderlyingType(); /** * Returns the meta object for class '{@link rba.core.ValueExpression Value Expression}'. * * * @return the meta object for class 'Value Expression'. * @see rba.core.ValueExpression * @generated */ EClass getValueExpression(); /** * Returns the meta object for the '{@link rba.core.ValueExpression#getUnderlyingType() Get Underlying Type}' operation. * * * @return the meta object for the 'Get Underlying Type' operation. * @see rba.core.ValueExpression#getUnderlyingType() * @generated */ EOperation getValueExpression__GetUnderlyingType(); /** * Returns the meta object for the '{@link rba.core.ValueExpression#getExpressionValue() Get Expression Value}' operation. * * * @return the meta object for the 'Get Expression Value' operation. * @see rba.core.ValueExpression#getExpressionValue() * @generated */ EOperation getValueExpression__GetExpressionValue(); /** * Returns the meta object for the '{@link rba.core.ValueExpression#getType() Get Type}' operation. * * * @return the meta object for the 'Get Type' operation. * @see rba.core.ValueExpression#getType() * @generated */ EOperation getValueExpression__GetType(); /** * Returns the meta object for class '{@link rba.core.MaxValue Max Value}'. * * * @return the meta object for class 'Max Value'. * @see rba.core.MaxValue * @generated */ EClass getMaxValue(); /** * Returns the meta object for the '{@link rba.core.MaxValue#getExpressionText() Get Expression Text}' operation. * * * @return the meta object for the 'Get Expression Text' operation. * @see rba.core.MaxValue#getExpressionText() * @generated */ EOperation getMaxValue__GetExpressionText(); /** * Returns the meta object for the '{@link rba.core.MaxValue#getExpressionValue() Get Expression Value}' operation. * * * @return the meta object for the 'Get Expression Value' operation. * @see rba.core.MaxValue#getExpressionValue() * @generated */ EOperation getMaxValue__GetExpressionValue(); /** * Returns the meta object for class '{@link rba.core.MinValue Min Value}'. * * * @return the meta object for class 'Min Value'. * @see rba.core.MinValue * @generated */ EClass getMinValue(); /** * Returns the meta object for the '{@link rba.core.MinValue#getExpressionText() Get Expression Text}' operation. * * * @return the meta object for the 'Get Expression Text' operation. * @see rba.core.MinValue#getExpressionText() * @generated */ EOperation getMinValue__GetExpressionText(); /** * Returns the meta object for the '{@link rba.core.MinValue#getExpressionValue() Get Expression Value}' operation. * * * @return the meta object for the 'Get Expression Value' operation. * @see rba.core.MinValue#getExpressionValue() * @generated */ EOperation getMinValue__GetExpressionValue(); /** * Returns the meta object for class '{@link rba.core.NoneValue None Value}'. * * * @return the meta object for class 'None Value'. * @see rba.core.NoneValue * @generated */ EClass getNoneValue(); /** * Returns the meta object for the '{@link rba.core.NoneValue#getExpressionText() Get Expression Text}' operation. * * * @return the meta object for the 'Get Expression Text' operation. * @see rba.core.NoneValue#getExpressionText() * @generated */ EOperation getNoneValue__GetExpressionText(); /** * Returns the meta object for the '{@link rba.core.NoneValue#getExpressionValue() Get Expression Value}' operation. * * * @return the meta object for the 'Get Expression Value' operation. * @see rba.core.NoneValue#getExpressionValue() * @generated */ EOperation getNoneValue__GetExpressionValue(); /** * Returns the meta object for class '{@link rba.core.StandardValue Standard Value}'. * * * @return the meta object for class 'Standard Value'. * @see rba.core.StandardValue * @generated */ EClass getStandardValue(); /** * Returns the meta object for the '{@link rba.core.StandardValue#getExpressionText() Get Expression Text}' operation. * * * @return the meta object for the 'Get Expression Text' operation. * @see rba.core.StandardValue#getExpressionText() * @generated */ EOperation getStandardValue__GetExpressionText(); /** * Returns the meta object for the '{@link rba.core.StandardValue#getExpressionValue() Get Expression Value}' operation. * * * @return the meta object for the 'Get Expression Value' operation. * @see rba.core.StandardValue#getExpressionValue() * @generated */ EOperation getStandardValue__GetExpressionValue(); /** * Returns the meta object for class '{@link rba.core.IntegerValue Integer Value}'. * * * @return the meta object for class 'Integer Value'. * @see rba.core.IntegerValue * @generated */ EClass getIntegerValue(); /** * Returns the meta object for the attribute '{@link rba.core.IntegerValue#getValue Value}'. * * * @return the meta object for the attribute 'Value'. * @see rba.core.IntegerValue#getValue() * @see #getIntegerValue() * @generated */ EAttribute getIntegerValue_Value(); /** * Returns the meta object for the '{@link rba.core.IntegerValue#getExpressionText() Get Expression Text}' operation. * * * @return the meta object for the 'Get Expression Text' operation. * @see rba.core.IntegerValue#getExpressionText() * @generated */ EOperation getIntegerValue__GetExpressionText(); /** * Returns the meta object for the '{@link rba.core.IntegerValue#getExpressionValue() Get Expression Value}' operation. * * * @return the meta object for the 'Get Expression Value' operation. * @see rba.core.IntegerValue#getExpressionValue() * @generated */ EOperation getIntegerValue__GetExpressionValue(); /** * Returns the meta object for class '{@link rba.core.EnumExpression Enum Expression}'. * * * @return the meta object for class 'Enum Expression'. * @see rba.core.EnumExpression * @generated */ EClass getEnumExpression(); /** * Returns the meta object for the '{@link rba.core.EnumExpression#getUnderlyingType() Get Underlying Type}' operation. * * * @return the meta object for the 'Get Underlying Type' operation. * @see rba.core.EnumExpression#getUnderlyingType() * @generated */ EOperation getEnumExpression__GetUnderlyingType(); /** * Returns the meta object for the '{@link rba.core.EnumExpression#getExpressionValue() Get Expression Value}' operation. * * * @return the meta object for the 'Get Expression Value' operation. * @see rba.core.EnumExpression#getExpressionValue() * @generated */ EOperation getEnumExpression__GetExpressionValue(); /** * Returns the meta object for the '{@link rba.core.EnumExpression#getType() Get Type}' operation. * * * @return the meta object for the 'Get Type' operation. * @see rba.core.EnumExpression#getType() * @generated */ EOperation getEnumExpression__GetType(); /** * Returns the meta object for class '{@link rba.core.LoserTypeExpression Loser Type Expression}'. * * * @return the meta object for class 'Loser Type Expression'. * @see rba.core.LoserTypeExpression * @generated */ EClass getLoserTypeExpression(); /** * Returns the meta object for the attribute '{@link rba.core.LoserTypeExpression#getValue Value}'. * * * @return the meta object for the attribute 'Value'. * @see rba.core.LoserTypeExpression#getValue() * @see #getLoserTypeExpression() * @generated */ EAttribute getLoserTypeExpression_Value(); /** * Returns the meta object for the '{@link rba.core.LoserTypeExpression#getExpressionText() Get Expression Text}' operation. * * * @return the meta object for the 'Get Expression Text' operation. * @see rba.core.LoserTypeExpression#getExpressionText() * @generated */ EOperation getLoserTypeExpression__GetExpressionText(); /** * Returns the meta object for the '{@link rba.core.LoserTypeExpression#getExpressionValue() Get Expression Value}' operation. * * * @return the meta object for the 'Get Expression Value' operation. * @see rba.core.LoserTypeExpression#getExpressionValue() * @generated */ EOperation getLoserTypeExpression__GetExpressionValue(); /** * Returns the meta object for class '{@link rba.core.ArbitrationPolicyExpression Arbitration Policy Expression}'. * * * @return the meta object for class 'Arbitration Policy Expression'. * @see rba.core.ArbitrationPolicyExpression * @generated */ EClass getArbitrationPolicyExpression(); /** * Returns the meta object for the attribute '{@link rba.core.ArbitrationPolicyExpression#getValue Value}'. * * * @return the meta object for the attribute 'Value'. * @see rba.core.ArbitrationPolicyExpression#getValue() * @see #getArbitrationPolicyExpression() * @generated */ EAttribute getArbitrationPolicyExpression_Value(); /** * Returns the meta object for the '{@link rba.core.ArbitrationPolicyExpression#getExpressionText() Get Expression Text}' operation. * * * @return the meta object for the 'Get Expression Text' operation. * @see rba.core.ArbitrationPolicyExpression#getExpressionText() * @generated */ EOperation getArbitrationPolicyExpression__GetExpressionText(); /** * Returns the meta object for the '{@link rba.core.ArbitrationPolicyExpression#getExpressionValue() Get Expression Value}' operation. * * * @return the meta object for the 'Get Expression Value' operation. * @see rba.core.ArbitrationPolicyExpression#getExpressionValue() * @generated */ EOperation getArbitrationPolicyExpression__GetExpressionValue(); /** * Returns the meta object for class '{@link rba.core.SetExpression Set Expression}'. * * * @return the meta object for class 'Set Expression'. * @see rba.core.SetExpression * @generated */ EClass getSetExpression(); /** * Returns the meta object for class '{@link rba.core.SetOperator Set Operator}'. * * * @return the meta object for class 'Set Operator'. * @see rba.core.SetOperator * @generated */ EClass getSetOperator(); /** * Returns the meta object for class '{@link rba.core.SizeOperator Size Operator}'. * * * @return the meta object for class 'Size Operator'. * @see rba.core.SizeOperator * @generated */ EClass getSizeOperator(); /** * Returns the meta object for the '{@link rba.core.SizeOperator#getExpressionText() Get Expression Text}' operation. * * * @return the meta object for the 'Get Expression Text' operation. * @see rba.core.SizeOperator#getExpressionText() * @generated */ EOperation getSizeOperator__GetExpressionText(); /** * Returns the meta object for the '{@link rba.core.SizeOperator#getSymbol() Get Symbol}' operation. * * * @return the meta object for the 'Get Symbol' operation. * @see rba.core.SizeOperator#getSymbol() * @generated */ EOperation getSizeOperator__GetSymbol(); /** * Returns the meta object for the '{@link rba.core.SizeOperator#getUnderlyingType() Get Underlying Type}' operation. * * * @return the meta object for the 'Get Underlying Type' operation. * @see rba.core.SizeOperator#getUnderlyingType() * @generated */ EOperation getSizeOperator__GetUnderlyingType(); /** * Returns the meta object for class '{@link rba.core.ExistsOperator Exists Operator}'. * * * @return the meta object for class 'Exists Operator'. * @see rba.core.ExistsOperator * @generated */ EClass getExistsOperator(); /** * Returns the meta object for the '{@link rba.core.ExistsOperator#getExpressionText() Get Expression Text}' operation. * * * @return the meta object for the 'Get Expression Text' operation. * @see rba.core.ExistsOperator#getExpressionText() * @generated */ EOperation getExistsOperator__GetExpressionText(); /** * Returns the meta object for the '{@link rba.core.ExistsOperator#getSymbol() Get Symbol}' operation. * * * @return the meta object for the 'Get Symbol' operation. * @see rba.core.ExistsOperator#getSymbol() * @generated */ EOperation getExistsOperator__GetSymbol(); /** * Returns the meta object for the '{@link rba.core.ExistsOperator#getUnderlyingType() Get Underlying Type}' operation. * * * @return the meta object for the 'Get Underlying Type' operation. * @see rba.core.ExistsOperator#getUnderlyingType() * @generated */ EOperation getExistsOperator__GetUnderlyingType(); /** * Returns the meta object for class '{@link rba.core.ForAllOperator For All Operator}'. * * * @return the meta object for class 'For All Operator'. * @see rba.core.ForAllOperator * @generated */ EClass getForAllOperator(); /** * Returns the meta object for the '{@link rba.core.ForAllOperator#getExpressionText() Get Expression Text}' operation. * * * @return the meta object for the 'Get Expression Text' operation. * @see rba.core.ForAllOperator#getExpressionText() * @generated */ EOperation getForAllOperator__GetExpressionText(); /** * Returns the meta object for the '{@link rba.core.ForAllOperator#getSymbol() Get Symbol}' operation. * * * @return the meta object for the 'Get Symbol' operation. * @see rba.core.ForAllOperator#getSymbol() * @generated */ EOperation getForAllOperator__GetSymbol(); /** * Returns the meta object for the '{@link rba.core.ForAllOperator#getUnderlyingType() Get Underlying Type}' operation. * * * @return the meta object for the 'Get Underlying Type' operation. * @see rba.core.ForAllOperator#getUnderlyingType() * @generated */ EOperation getForAllOperator__GetUnderlyingType(); /** * Returns the meta object for class '{@link rba.core.MaxOperator Max Operator}'. * * * @return the meta object for class 'Max Operator'. * @see rba.core.MaxOperator * @generated */ EClass getMaxOperator(); /** * Returns the meta object for the '{@link rba.core.MaxOperator#getExpressionText() Get Expression Text}' operation. * * * @return the meta object for the 'Get Expression Text' operation. * @see rba.core.MaxOperator#getExpressionText() * @generated */ EOperation getMaxOperator__GetExpressionText(); /** * Returns the meta object for the '{@link rba.core.MaxOperator#getSymbol() Get Symbol}' operation. * * * @return the meta object for the 'Get Symbol' operation. * @see rba.core.MaxOperator#getSymbol() * @generated */ EOperation getMaxOperator__GetSymbol(); /** * Returns the meta object for the '{@link rba.core.MaxOperator#getUnderlyingType() Get Underlying Type}' operation. * * * @return the meta object for the 'Get Underlying Type' operation. * @see rba.core.MaxOperator#getUnderlyingType() * @generated */ EOperation getMaxOperator__GetUnderlyingType(); /** * Returns the meta object for class '{@link rba.core.MinOperator Min Operator}'. * * * @return the meta object for class 'Min Operator'. * @see rba.core.MinOperator * @generated */ EClass getMinOperator(); /** * Returns the meta object for the '{@link rba.core.MinOperator#getExpressionText() Get Expression Text}' operation. * * * @return the meta object for the 'Get Expression Text' operation. * @see rba.core.MinOperator#getExpressionText() * @generated */ EOperation getMinOperator__GetExpressionText(); /** * Returns the meta object for the '{@link rba.core.MinOperator#getSymbol() Get Symbol}' operation. * * * @return the meta object for the 'Get Symbol' operation. * @see rba.core.MinOperator#getSymbol() * @generated */ EOperation getMinOperator__GetSymbol(); /** * Returns the meta object for the '{@link rba.core.MinOperator#getUnderlyingType() Get Underlying Type}' operation. * * * @return the meta object for the 'Get Underlying Type' operation. * @see rba.core.MinOperator#getUnderlyingType() * @generated */ EOperation getMinOperator__GetUnderlyingType(); /** * Returns the meta object for class '{@link rba.core.SelectOperator Select Operator}'. * * * @return the meta object for class 'Select Operator'. * @see rba.core.SelectOperator * @generated */ EClass getSelectOperator(); /** * Returns the meta object for the '{@link rba.core.SelectOperator#getExpressionText() Get Expression Text}' operation. * * * @return the meta object for the 'Get Expression Text' operation. * @see rba.core.SelectOperator#getExpressionText() * @generated */ EOperation getSelectOperator__GetExpressionText(); /** * Returns the meta object for the '{@link rba.core.SelectOperator#getSymbol() Get Symbol}' operation. * * * @return the meta object for the 'Get Symbol' operation. * @see rba.core.SelectOperator#getSymbol() * @generated */ EOperation getSelectOperator__GetSymbol(); /** * Returns the meta object for the '{@link rba.core.SelectOperator#getUnderlyingType() Get Underlying Type}' operation. * * * @return the meta object for the 'Get Underlying Type' operation. * @see rba.core.SelectOperator#getUnderlyingType() * @generated */ EOperation getSelectOperator__GetUnderlyingType(); /** * Returns the meta object for class '{@link rba.core.SetOfOperator Set Of Operator}'. * * * @return the meta object for class 'Set Of Operator'. * @see rba.core.SetOfOperator * @generated */ EClass getSetOfOperator(); /** * Returns the meta object for the '{@link rba.core.SetOfOperator#getExpressionText() Get Expression Text}' operation. * * * @return the meta object for the 'Get Expression Text' operation. * @see rba.core.SetOfOperator#getExpressionText() * @generated */ EOperation getSetOfOperator__GetExpressionText(); /** * Returns the meta object for the '{@link rba.core.SetOfOperator#getSymbol() Get Symbol}' operation. * * * @return the meta object for the 'Get Symbol' operation. * @see rba.core.SetOfOperator#getSymbol() * @generated */ EOperation getSetOfOperator__GetSymbol(); /** * Returns the meta object for the '{@link rba.core.SetOfOperator#getUnderlyingType() Get Underlying Type}' operation. * * * @return the meta object for the 'Get Underlying Type' operation. * @see rba.core.SetOfOperator#getUnderlyingType() * @generated */ EOperation getSetOfOperator__GetUnderlyingType(); /** * Returns the meta object for class '{@link rba.core.LambdaExpression Lambda Expression}'. * * * @return the meta object for class 'Lambda Expression'. * @see rba.core.LambdaExpression * @generated */ EClass getLambdaExpression(); /** * Returns the meta object for the container reference '{@link rba.core.LambdaExpression#getContext Context}'. * * * @return the meta object for the container reference 'Context'. * @see rba.core.LambdaExpression#getContext() * @see #getLambdaExpression() * @generated */ EReference getLambdaExpression_Context(); /** * Returns the meta object for the containment reference '{@link rba.core.LambdaExpression#getX X}'. * * * @return the meta object for the containment reference 'X'. * @see rba.core.LambdaExpression#getX() * @see #getLambdaExpression() * @generated */ EReference getLambdaExpression_X(); /** * Returns the meta object for the containment reference '{@link rba.core.LambdaExpression#getBodyText Body Text}'. * * * @return the meta object for the containment reference 'Body Text'. * @see rba.core.LambdaExpression#getBodyText() * @see #getLambdaExpression() * @generated */ EReference getLambdaExpression_BodyText(); /** * Returns the meta object for the '{@link rba.core.LambdaExpression#getExpressionText() Get Expression Text}' operation. * * * @return the meta object for the 'Get Expression Text' operation. * @see rba.core.LambdaExpression#getExpressionText() * @generated */ EOperation getLambdaExpression__GetExpressionText(); /** * Returns the meta object for the '{@link rba.core.LambdaExpression#getUnderlyingType() Get Underlying Type}' operation. * * * @return the meta object for the 'Get Underlying Type' operation. * @see rba.core.LambdaExpression#getUnderlyingType() * @generated */ EOperation getLambdaExpression__GetUnderlyingType(); /** * Returns the meta object for class '{@link rba.core.Variable Variable}'. * * * @return the meta object for class 'Variable'. * @see rba.core.Variable * @generated */ EClass getVariable(); /** * Returns the meta object for the '{@link rba.core.Variable#getExpressionType() Get Expression Type}' operation. * * * @return the meta object for the 'Get Expression Type' operation. * @see rba.core.Variable#getExpressionType() * @generated */ EOperation getVariable__GetExpressionType(); /** * Returns the meta object for class '{@link rba.core.LambdaContext Lambda Context}'. * * * @return the meta object for class 'Lambda Context'. * @see rba.core.LambdaContext * @generated */ EClass getLambdaContext(); /** * Returns the meta object for the containment reference '{@link rba.core.LambdaContext#getLambda Lambda}'. * * * @return the meta object for the containment reference 'Lambda'. * @see rba.core.LambdaContext#getLambda() * @see #getLambdaContext() * @generated */ EReference getLambdaContext_Lambda(); /** * Returns the meta object for the '{@link rba.core.LambdaContext#getContextType() Get Context Type}' operation. * * * @return the meta object for the 'Get Context Type' operation. * @see rba.core.LambdaContext#getContextType() * @generated */ EOperation getLambdaContext__GetContextType(); /** * Returns the meta object for class '{@link rba.core.IfStatement If Statement}'. * * * @return the meta object for class 'If Statement'. * @see rba.core.IfStatement * @generated */ EClass getIfStatement(); /** * Returns the meta object for the containment reference '{@link rba.core.IfStatement#getCondition Condition}'. * * * @return the meta object for the containment reference 'Condition'. * @see rba.core.IfStatement#getCondition() * @see #getIfStatement() * @generated */ EReference getIfStatement_Condition(); /** * Returns the meta object for the containment reference '{@link rba.core.IfStatement#getThenExpression Then Expression}'. * * * @return the meta object for the containment reference 'Then Expression'. * @see rba.core.IfStatement#getThenExpression() * @see #getIfStatement() * @generated */ EReference getIfStatement_ThenExpression(); /** * Returns the meta object for the containment reference '{@link rba.core.IfStatement#getElseExpression Else Expression}'. * * * @return the meta object for the containment reference 'Else Expression'. * @see rba.core.IfStatement#getElseExpression() * @see #getIfStatement() * @generated */ EReference getIfStatement_ElseExpression(); /** * Returns the meta object for the '{@link rba.core.IfStatement#getUnderlyingType() Get Underlying Type}' operation. * * * @return the meta object for the 'Get Underlying Type' operation. * @see rba.core.IfStatement#getUnderlyingType() * @generated */ EOperation getIfStatement__GetUnderlyingType(); /** * Returns the meta object for the '{@link rba.core.IfStatement#getExpressionText() Get Expression Text}' operation. * * * @return the meta object for the 'Get Expression Text' operation. * @see rba.core.IfStatement#getExpressionText() * @generated */ EOperation getIfStatement__GetExpressionText(); /** * Returns the meta object for class '{@link rba.core.SceneOperator Scene Operator}'. * * * @return the meta object for class 'Scene Operator'. * @see rba.core.SceneOperator * @generated */ EClass getSceneOperator(); /** * Returns the meta object for the '{@link rba.core.SceneOperator#getExpressionText() Get Expression Text}' operation. * * * @return the meta object for the 'Get Expression Text' operation. * @see rba.core.SceneOperator#getExpressionText() * @generated */ EOperation getSceneOperator__GetExpressionText(); /** * Returns the meta object for class '{@link rba.core.IsOn Is On}'. * * * @return the meta object for class 'Is On'. * @see rba.core.IsOn * @generated */ EClass getIsOn(); /** * Returns the meta object for the '{@link rba.core.IsOn#getSymbol() Get Symbol}' operation. * * * @return the meta object for the 'Get Symbol' operation. * @see rba.core.IsOn#getSymbol() * @generated */ EOperation getIsOn__GetSymbol(); /** * Returns the meta object for the '{@link rba.core.IsOn#getUnderlyingType() Get Underlying Type}' operation. * * * @return the meta object for the 'Get Underlying Type' operation. * @see rba.core.IsOn#getUnderlyingType() * @generated */ EOperation getIsOn__GetUnderlyingType(); /** * Returns the meta object for class '{@link rba.core.AllocatableOperator Allocatable Operator}'. * * * @return the meta object for class 'Allocatable Operator'. * @see rba.core.AllocatableOperator * @generated */ EClass getAllocatableOperator(); /** * Returns the meta object for the '{@link rba.core.AllocatableOperator#getExpressionText() Get Expression Text}' operation. * * * @return the meta object for the 'Get Expression Text' operation. * @see rba.core.AllocatableOperator#getExpressionText() * @generated */ EOperation getAllocatableOperator__GetExpressionText(); /** * Returns the meta object for class '{@link rba.core.AllocatedContent Allocated Content}'. * * * @return the meta object for class 'Allocated Content'. * @see rba.core.AllocatedContent * @generated */ EClass getAllocatedContent(); /** * Returns the meta object for the '{@link rba.core.AllocatedContent#getSymbol() Get Symbol}' operation. * * * @return the meta object for the 'Get Symbol' operation. * @see rba.core.AllocatedContent#getSymbol() * @generated */ EOperation getAllocatedContent__GetSymbol(); /** * Returns the meta object for the '{@link rba.core.AllocatedContent#getUnderlyingType() Get Underlying Type}' operation. * * * @return the meta object for the 'Get Underlying Type' operation. * @see rba.core.AllocatedContent#getUnderlyingType() * @generated */ EOperation getAllocatedContent__GetUnderlyingType(); /** * Returns the meta object for class '{@link rba.core.ContentValue Content Value}'. * * * @return the meta object for class 'Content Value'. * @see rba.core.ContentValue * @generated */ EClass getContentValue(); /** * Returns the meta object for the '{@link rba.core.ContentValue#getSymbol() Get Symbol}' operation. * * * @return the meta object for the 'Get Symbol' operation. * @see rba.core.ContentValue#getSymbol() * @generated */ EOperation getContentValue__GetSymbol(); /** * Returns the meta object for the '{@link rba.core.ContentValue#getUnderlyingType() Get Underlying Type}' operation. * * * @return the meta object for the 'Get Underlying Type' operation. * @see rba.core.ContentValue#getUnderlyingType() * @generated */ EOperation getContentValue__GetUnderlyingType(); /** * Returns the meta object for class '{@link rba.core.GetContentsList Get Contents List}'. * * * @return the meta object for class 'Get Contents List'. * @see rba.core.GetContentsList * @generated */ EClass getGetContentsList(); /** * Returns the meta object for the '{@link rba.core.GetContentsList#getSymbol() Get Symbol}' operation. * * * @return the meta object for the 'Get Symbol' operation. * @see rba.core.GetContentsList#getSymbol() * @generated */ EOperation getGetContentsList__GetSymbol(); /** * Returns the meta object for the '{@link rba.core.GetContentsList#getUnderlyingType() Get Underlying Type}' operation. * * * @return the meta object for the 'Get Underlying Type' operation. * @see rba.core.GetContentsList#getUnderlyingType() * @generated */ EOperation getGetContentsList__GetUnderlyingType(); /** * Returns the meta object for class '{@link rba.core.ActiveContents Active Contents}'. * * * @return the meta object for class 'Active Contents'. * @see rba.core.ActiveContents * @generated */ EClass getActiveContents(); /** * Returns the meta object for the '{@link rba.core.ActiveContents#getSymbol() Get Symbol}' operation. * * * @return the meta object for the 'Get Symbol' operation. * @see rba.core.ActiveContents#getSymbol() * @generated */ EOperation getActiveContents__GetSymbol(); /** * Returns the meta object for the '{@link rba.core.ActiveContents#getUnderlyingType() Get Underlying Type}' operation. * * * @return the meta object for the 'Get Underlying Type' operation. * @see rba.core.ActiveContents#getUnderlyingType() * @generated */ EOperation getActiveContents__GetUnderlyingType(); /** * Returns the meta object for class '{@link rba.core.PropertyOperator Property Operator}'. * * * @return the meta object for class 'Property Operator'. * @see rba.core.PropertyOperator * @generated */ EClass getPropertyOperator(); /** * Returns the meta object for the '{@link rba.core.PropertyOperator#getUnderlyingType() Get Underlying Type}' operation. * * * @return the meta object for the 'Get Underlying Type' operation. * @see rba.core.PropertyOperator#getUnderlyingType() * @generated */ EOperation getPropertyOperator__GetUnderlyingType(); /** * Returns the meta object for the '{@link rba.core.PropertyOperator#getExpressionText() Get Expression Text}' operation. * * * @return the meta object for the 'Get Expression Text' operation. * @see rba.core.PropertyOperator#getExpressionText() * @generated */ EOperation getPropertyOperator__GetExpressionText(); /** * Returns the meta object for class '{@link rba.core.GetProperty Get Property}'. * * * @return the meta object for class 'Get Property'. * @see rba.core.GetProperty * @generated */ EClass getGetProperty(); /** * Returns the meta object for the '{@link rba.core.GetProperty#getSymbol() Get Symbol}' operation. * * * @return the meta object for the 'Get Symbol' operation. * @see rba.core.GetProperty#getSymbol() * @generated */ EOperation getGetProperty__GetSymbol(); /** * Returns the meta object for the '{@link rba.core.GetProperty#getUnderlyingType() Get Underlying Type}' operation. * * * @return the meta object for the 'Get Underlying Type' operation. * @see rba.core.GetProperty#getUnderlyingType() * @generated */ EOperation getGetProperty__GetUnderlyingType(); /** * Returns the meta object for class '{@link rba.core.StateValue State Value}'. * * * @return the meta object for class 'State Value'. * @see rba.core.StateValue * @generated */ EClass getStateValue(); /** * Returns the meta object for the '{@link rba.core.StateValue#getSymbol() Get Symbol}' operation. * * * @return the meta object for the 'Get Symbol' operation. * @see rba.core.StateValue#getSymbol() * @generated */ EOperation getStateValue__GetSymbol(); /** * Returns the meta object for the '{@link rba.core.StateValue#getUnderlyingType() Get Underlying Type}' operation. * * * @return the meta object for the 'Get Underlying Type' operation. * @see rba.core.StateValue#getUnderlyingType() * @generated */ EOperation getStateValue__GetUnderlyingType(); /** * Returns the meta object for class '{@link rba.core.HasComeLaterThan Has Come Later Than}'. * * * @return the meta object for class 'Has Come Later Than'. * @see rba.core.HasComeLaterThan * @generated */ EClass getHasComeLaterThan(); /** * Returns the meta object for the '{@link rba.core.HasComeLaterThan#getSymbol() Get Symbol}' operation. * * * @return the meta object for the 'Get Symbol' operation. * @see rba.core.HasComeLaterThan#getSymbol() * @generated */ EOperation getHasComeLaterThan__GetSymbol(); /** * Returns the meta object for the '{@link rba.core.HasComeLaterThan#getUnderlyingType() Get Underlying Type}' operation. * * * @return the meta object for the 'Get Underlying Type' operation. * @see rba.core.HasComeLaterThan#getUnderlyingType() * @generated */ EOperation getHasComeLaterThan__GetUnderlyingType(); /** * Returns the meta object for the '{@link rba.core.HasComeLaterThan#getExpressionText() Get Expression Text}' operation. * * * @return the meta object for the 'Get Expression Text' operation. * @see rba.core.HasComeLaterThan#getExpressionText() * @generated */ EOperation getHasComeLaterThan__GetExpressionText(); /** * Returns the meta object for class '{@link rba.core.HasComeEarlierThan Has Come Earlier Than}'. * * * @return the meta object for class 'Has Come Earlier Than'. * @see rba.core.HasComeEarlierThan * @generated */ EClass getHasComeEarlierThan(); /** * Returns the meta object for the '{@link rba.core.HasComeEarlierThan#getSymbol() Get Symbol}' operation. * * * @return the meta object for the 'Get Symbol' operation. * @see rba.core.HasComeEarlierThan#getSymbol() * @generated */ EOperation getHasComeEarlierThan__GetSymbol(); /** * Returns the meta object for the '{@link rba.core.HasComeEarlierThan#getUnderlyingType() Get Underlying Type}' operation. * * * @return the meta object for the 'Get Underlying Type' operation. * @see rba.core.HasComeEarlierThan#getUnderlyingType() * @generated */ EOperation getHasComeEarlierThan__GetUnderlyingType(); /** * Returns the meta object for the '{@link rba.core.HasComeEarlierThan#getExpressionText() Get Expression Text}' operation. * * * @return the meta object for the 'Get Expression Text' operation. * @see rba.core.HasComeEarlierThan#getExpressionText() * @generated */ EOperation getHasComeEarlierThan__GetExpressionText(); /** * Returns the meta object for class '{@link rba.core.SugarExpression Sugar Expression}'. * * * @return the meta object for class 'Sugar Expression'. * @see rba.core.SugarExpression * @generated */ EClass getSugarExpression(); /** * Returns the meta object for the '{@link rba.core.SugarExpression#canExpand() Can Expand}' operation. * * * @return the meta object for the 'Can Expand' operation. * @see rba.core.SugarExpression#canExpand() * @generated */ EOperation getSugarExpression__CanExpand(); /** * Returns the meta object for the '{@link rba.core.SugarExpression#getExpanded() Get Expanded}' operation. * * * @return the meta object for the 'Get Expanded' operation. * @see rba.core.SugarExpression#getExpanded() * @generated */ EOperation getSugarExpression__GetExpanded(); /** * Returns the meta object for class '{@link rba.core.SugarExpressionBase Sugar Expression Base}'. * * * @return the meta object for class 'Sugar Expression Base'. * @see rba.core.SugarExpressionBase * @generated */ EClass getSugarExpressionBase(); /** * Returns the meta object for the '{@link rba.core.SugarExpressionBase#canExpand() Can Expand}' operation. * * * @return the meta object for the 'Can Expand' operation. * @see rba.core.SugarExpressionBase#canExpand() * @generated */ EOperation getSugarExpressionBase__CanExpand(); /** * Returns the meta object for class '{@link rba.core.ObjectCompareNot Object Compare Not}'. * * * @return the meta object for class 'Object Compare Not'. * @see rba.core.ObjectCompareNot * @generated */ EClass getObjectCompareNot(); /** * Returns the meta object for the '{@link rba.core.ObjectCompareNot#getSymbol() Get Symbol}' operation. * * * @return the meta object for the 'Get Symbol' operation. * @see rba.core.ObjectCompareNot#getSymbol() * @generated */ EOperation getObjectCompareNot__GetSymbol(); /** * Returns the meta object for the '{@link rba.core.ObjectCompareNot#getUnderlyingType() Get Underlying Type}' operation. * * * @return the meta object for the 'Get Underlying Type' operation. * @see rba.core.ObjectCompareNot#getUnderlyingType() * @generated */ EOperation getObjectCompareNot__GetUnderlyingType(); /** * Returns the meta object for the '{@link rba.core.ObjectCompareNot#getExpressionText() Get Expression Text}' operation. * * * @return the meta object for the 'Get Expression Text' operation. * @see rba.core.ObjectCompareNot#getExpressionText() * @generated */ EOperation getObjectCompareNot__GetExpressionText(); /** * Returns the meta object for class '{@link rba.core.IsAllocatedTo Is Allocated To}'. * * * @return the meta object for class 'Is Allocated To'. * @see rba.core.IsAllocatedTo * @generated */ EClass getIsAllocatedTo(); /** * Returns the meta object for the '{@link rba.core.IsAllocatedTo#getSymbol() Get Symbol}' operation. * * * @return the meta object for the 'Get Symbol' operation. * @see rba.core.IsAllocatedTo#getSymbol() * @generated */ EOperation getIsAllocatedTo__GetSymbol(); /** * Returns the meta object for the '{@link rba.core.IsAllocatedTo#getUnderlyingType() Get Underlying Type}' operation. * * * @return the meta object for the 'Get Underlying Type' operation. * @see rba.core.IsAllocatedTo#getUnderlyingType() * @generated */ EOperation getIsAllocatedTo__GetUnderlyingType(); /** * Returns the meta object for the '{@link rba.core.IsAllocatedTo#getExpressionText() Get Expression Text}' operation. * * * @return the meta object for the 'Get Expression Text' operation. * @see rba.core.IsAllocatedTo#getExpressionText() * @generated */ EOperation getIsAllocatedTo__GetExpressionText(); /** * Returns the meta object for class '{@link rba.core.IsChanged Is Changed}'. * * * @return the meta object for class 'Is Changed'. * @see rba.core.IsChanged * @generated */ EClass getIsChanged(); /** * Returns the meta object for the '{@link rba.core.IsChanged#getSymbol() Get Symbol}' operation. * * * @return the meta object for the 'Get Symbol' operation. * @see rba.core.IsChanged#getSymbol() * @generated */ EOperation getIsChanged__GetSymbol(); /** * Returns the meta object for the '{@link rba.core.IsChanged#getUnderlyingType() Get Underlying Type}' operation. * * * @return the meta object for the 'Get Underlying Type' operation. * @see rba.core.IsChanged#getUnderlyingType() * @generated */ EOperation getIsChanged__GetUnderlyingType(); /** * Returns the meta object for class '{@link rba.core.IsTranslatedTo Is Translated To}'. * * * @return the meta object for class 'Is Translated To'. * @see rba.core.IsTranslatedTo * @generated */ EClass getIsTranslatedTo(); /** * Returns the meta object for the '{@link rba.core.IsTranslatedTo#getSymbol() Get Symbol}' operation. * * * @return the meta object for the 'Get Symbol' operation. * @see rba.core.IsTranslatedTo#getSymbol() * @generated */ EOperation getIsTranslatedTo__GetSymbol(); /** * Returns the meta object for the '{@link rba.core.IsTranslatedTo#getUnderlyingType() Get Underlying Type}' operation. * * * @return the meta object for the 'Get Underlying Type' operation. * @see rba.core.IsTranslatedTo#getUnderlyingType() * @generated */ EOperation getIsTranslatedTo__GetUnderlyingType(); /** * Returns the meta object for the '{@link rba.core.IsTranslatedTo#getExpressionText() Get Expression Text}' operation. * * * @return the meta object for the 'Get Expression Text' operation. * @see rba.core.IsTranslatedTo#getExpressionText() * @generated */ EOperation getIsTranslatedTo__GetExpressionText(); /** * Returns the meta object for class '{@link rba.core.GetState Get State}'. * * * @return the meta object for class 'Get State'. * @see rba.core.GetState * @generated */ EClass getGetState(); /** * Returns the meta object for the '{@link rba.core.GetState#getSymbol() Get Symbol}' operation. * * * @return the meta object for the 'Get Symbol' operation. * @see rba.core.GetState#getSymbol() * @generated */ EOperation getGetState__GetSymbol(); /** * Returns the meta object for class '{@link rba.core.ContentStateOperator Content State Operator}'. * * * @return the meta object for class 'Content State Operator'. * @see rba.core.ContentStateOperator * @generated */ EClass getContentStateOperator(); /** * Returns the meta object for the '{@link rba.core.ContentStateOperator#getExpressionText() Get Expression Text}' operation. * * * @return the meta object for the 'Get Expression Text' operation. * @see rba.core.ContentStateOperator#getExpressionText() * @generated */ EOperation getContentStateOperator__GetExpressionText(); /** * Returns the meta object for class '{@link rba.core.NullExpression Null Expression}'. * * * @return the meta object for class 'Null Expression'. * @see rba.core.NullExpression * @generated */ EClass getNullExpression(); /** * Returns the meta object for the '{@link rba.core.NullExpression#getUnderlyingType() Get Underlying Type}' operation. * * * @return the meta object for the 'Get Underlying Type' operation. * @see rba.core.NullExpression#getUnderlyingType() * @generated */ EOperation getNullExpression__GetUnderlyingType(); /** * Returns the meta object for the '{@link rba.core.NullExpression#getExpressionText() Get Expression Text}' operation. * * * @return the meta object for the 'Get Expression Text' operation. * @see rba.core.NullExpression#getExpressionText() * @generated */ EOperation getNullExpression__GetExpressionText(); /** * Returns the meta object for enum '{@link rba.core.ArbitrationPolicy Arbitration Policy}'. * * * @return the meta object for enum 'Arbitration Policy'. * @see rba.core.ArbitrationPolicy * @generated */ EEnum getArbitrationPolicy(); /** * Returns the meta object for enum '{@link rba.core.ExpressionType Expression Type}'. * * * @return the meta object for enum 'Expression Type'. * @see rba.core.ExpressionType * @generated */ EEnum getExpressionType(); /** * Returns the meta object for enum '{@link rba.core.LoserType Loser Type}'. * * * @return the meta object for enum 'Loser Type'. * @see rba.core.LoserType * @generated */ EEnum getLoserType(); /** * Returns the factory that creates the instances of the model. * * * @return the factory that creates the instances of the model. * @generated */ RBACoreFactory getRBACoreFactory(); /** * * Defines literals for the meta objects that represent * * * @generated */ interface Literals { /** * The meta object literal for the '{@link rba.core.impl.ModelElementImpl Model Element}' class. * * * @see rba.core.impl.ModelElementImpl * @see rba.core.impl.RBACorePackageImpl#getModelElement() * @generated */ EClass MODEL_ELEMENT = eINSTANCE.getModelElement(); /** * The meta object literal for the 'Description' attribute feature. * * * @generated */ EAttribute MODEL_ELEMENT__DESCRIPTION = eINSTANCE.getModelElement_Description(); /** * The meta object literal for the '{@link rba.core.impl.NamedElementImpl Named Element}' class. * * * @see rba.core.impl.NamedElementImpl * @see rba.core.impl.RBACorePackageImpl#getNamedElement() * @generated */ EClass NAMED_ELEMENT = eINSTANCE.getNamedElement(); /** * The meta object literal for the 'Name' attribute feature. * * * @generated */ EAttribute NAMED_ELEMENT__NAME = eINSTANCE.getNamedElement_Name(); /** * The meta object literal for the '{@link rba.core.impl.AbstractAllocatableImpl Abstract Allocatable}' class. * * * @see rba.core.impl.AbstractAllocatableImpl * @see rba.core.impl.RBACorePackageImpl#getAbstractAllocatable() * @generated */ EClass ABSTRACT_ALLOCATABLE = eINSTANCE.getAbstractAllocatable(); /** * The meta object literal for the 'Contents' reference list feature. * * * @generated */ EReference ABSTRACT_ALLOCATABLE__CONTENTS = eINSTANCE.getAbstractAllocatable_Contents(); /** * The meta object literal for the 'Allocatable Group' reference list feature. * * * @generated */ EReference ABSTRACT_ALLOCATABLE__ALLOCATABLE_GROUP = eINSTANCE.getAbstractAllocatable_AllocatableGroup(); /** * The meta object literal for the 'Get Contents List' operation. * * * @generated */ EOperation ABSTRACT_ALLOCATABLE___GET_CONTENTS_LIST = eINSTANCE.getAbstractAllocatable__GetContentsList(); /** * The meta object literal for the 'Collect Leaf Allocatable' operation. * * * @generated */ EOperation ABSTRACT_ALLOCATABLE___COLLECT_LEAF_ALLOCATABLE = eINSTANCE .getAbstractAllocatable__CollectLeafAllocatable(); /** * The meta object literal for the '{@link rba.core.impl.AllocatableImpl Allocatable}' class. * * * @see rba.core.impl.AllocatableImpl * @see rba.core.impl.RBACorePackageImpl#getAllocatable() * @generated */ EClass ALLOCATABLE = eINSTANCE.getAllocatable(); /** * The meta object literal for the 'Arbitration Policy' attribute feature. * * * @generated */ EAttribute ALLOCATABLE__ARBITRATION_POLICY = eINSTANCE.getAllocatable_ArbitrationPolicy(); /** * The meta object literal for the 'Visibility' containment reference feature. * * * @generated */ EReference ALLOCATABLE__VISIBILITY = eINSTANCE.getAllocatable_Visibility(); /** * The meta object literal for the 'Collect Leaf Allocatable' operation. * * * @generated */ EOperation ALLOCATABLE___COLLECT_LEAF_ALLOCATABLE = eINSTANCE.getAllocatable__CollectLeafAllocatable(); /** * The meta object literal for the '{@link rba.core.impl.AllocatableSetImpl Allocatable Set}' class. * * * @see rba.core.impl.AllocatableSetImpl * @see rba.core.impl.RBACorePackageImpl#getAllocatableSet() * @generated */ EClass ALLOCATABLE_SET = eINSTANCE.getAllocatableSet(); /** * The meta object literal for the 'Target' reference list feature. * * * @generated */ EReference ALLOCATABLE_SET__TARGET = eINSTANCE.getAllocatableSet_Target(); /** * The meta object literal for the 'Collect Leaf Allocatable' operation. * * * @generated */ EOperation ALLOCATABLE_SET___COLLECT_LEAF_ALLOCATABLE = eINSTANCE.getAllocatableSet__CollectLeafAllocatable(); /** * The meta object literal for the '{@link rba.core.impl.ProjectImpl Project}' class. * * * @see rba.core.impl.ProjectImpl * @see rba.core.impl.RBACorePackageImpl#getProject() * @generated */ EClass PROJECT = eINSTANCE.getProject(); /** * The meta object literal for the 'Version' attribute feature. * * * @generated */ EAttribute PROJECT__VERSION = eINSTANCE.getProject_Version(); /** * The meta object literal for the 'Dummy Name' attribute feature. * * * @generated */ EAttribute PROJECT__DUMMY_NAME = eINSTANCE.getProject_DummyName(); /** * The meta object literal for the 'Get Name' operation. * * * @generated */ EOperation PROJECT___GET_NAME = eINSTANCE.getProject__GetName(); /** * The meta object literal for the '{@link rba.core.impl.PackagableElementImpl Packagable Element}' class. * * * @see rba.core.impl.PackagableElementImpl * @see rba.core.impl.RBACorePackageImpl#getPackagableElement() * @generated */ EClass PACKAGABLE_ELEMENT = eINSTANCE.getPackagableElement(); /** * The meta object literal for the '{@link rba.core.impl.PackageImpl Package}' class. * * * @see rba.core.impl.PackageImpl * @see rba.core.impl.RBACorePackageImpl#getPackage() * @generated */ EClass PACKAGE = eINSTANCE.getPackage(); /** * The meta object literal for the 'Packagableelement' containment reference list feature. * * * @generated */ EReference PACKAGE__PACKAGABLEELEMENT = eINSTANCE.getPackage_Packagableelement(); /** * The meta object literal for the '{@link rba.core.impl.StereotypeImpl Stereotype}' class. * * * @see rba.core.impl.StereotypeImpl * @see rba.core.impl.RBACorePackageImpl#getStereotype() * @generated */ EClass STEREOTYPE = eINSTANCE.getStereotype(); /** * The meta object literal for the 'Target Model Name' attribute feature. * * * @generated */ EAttribute STEREOTYPE__TARGET_MODEL_NAME = eINSTANCE.getStereotype_TargetModelName(); /** * The meta object literal for the 'Variables' containment reference list feature. * * * @generated */ EReference STEREOTYPE__VARIABLES = eINSTANCE.getStereotype_Variables(); /** * The meta object literal for the 'Body Text' attribute feature. * * * @generated */ EAttribute STEREOTYPE__BODY_TEXT = eINSTANCE.getStereotype_BodyText(); /** * The meta object literal for the '{@link rba.core.impl.TagImpl Tag}' class. * * * @see rba.core.impl.TagImpl * @see rba.core.impl.RBACorePackageImpl#getTag() * @generated */ EClass TAG = eINSTANCE.getTag(); /** * The meta object literal for the 'Values' attribute list feature. * * * @generated */ EAttribute TAG__VALUES = eINSTANCE.getTag_Values(); /** * The meta object literal for the '{@link rba.core.impl.RuleObjectImpl Rule Object}' class. * * * @see rba.core.impl.RuleObjectImpl * @see rba.core.impl.RBACorePackageImpl#getRuleObject() * @generated */ EClass RULE_OBJECT = eINSTANCE.getRuleObject(); /** * The meta object literal for the 'Tags' containment reference list feature. * * * @generated */ EReference RULE_OBJECT__TAGS = eINSTANCE.getRuleObject_Tags(); /** * The meta object literal for the 'Get Expression Type' operation. * * * @generated */ EOperation RULE_OBJECT___GET_EXPRESSION_TYPE = eINSTANCE.getRuleObject__GetExpressionType(); /** * The meta object literal for the '{@link rba.core.impl.AbstractContentImpl Abstract Content}' class. * * * @see rba.core.impl.AbstractContentImpl * @see rba.core.impl.RBACorePackageImpl#getAbstractContent() * @generated */ EClass ABSTRACT_CONTENT = eINSTANCE.getAbstractContent(); /** * The meta object literal for the 'Content Group' reference list feature. * * * @generated */ EReference ABSTRACT_CONTENT__CONTENT_GROUP = eINSTANCE.getAbstractContent_ContentGroup(); /** * The meta object literal for the 'Allocatable' reference list feature. * * * @generated */ EReference ABSTRACT_CONTENT__ALLOCATABLE = eINSTANCE.getAbstractContent_Allocatable(); /** * The meta object literal for the 'Get Allocatable List' operation. * * * @generated */ EOperation ABSTRACT_CONTENT___GET_ALLOCATABLE_LIST = eINSTANCE.getAbstractContent__GetAllocatableList(); /** * The meta object literal for the 'Collect Leaf Contents' operation. * * * @generated */ EOperation ABSTRACT_CONTENT___COLLECT_LEAF_CONTENTS = eINSTANCE.getAbstractContent__CollectLeafContents(); /** * The meta object literal for the '{@link rba.core.impl.AbstractSceneImpl Abstract Scene}' class. * * * @see rba.core.impl.AbstractSceneImpl * @see rba.core.impl.RBACorePackageImpl#getAbstractScene() * @generated */ EClass ABSTRACT_SCENE = eINSTANCE.getAbstractScene(); /** * The meta object literal for the '{@link rba.core.impl.SceneImpl Scene}' class. * * * @see rba.core.impl.SceneImpl * @see rba.core.impl.RBACorePackageImpl#getScene() * @generated */ EClass SCENE = eINSTANCE.getScene(); /** * The meta object literal for the 'Global' attribute feature. * * * @generated */ EAttribute SCENE__GLOBAL = eINSTANCE.getScene_Global(); /** * The meta object literal for the 'Properties' containment reference list feature. * * * @generated */ EReference SCENE__PROPERTIES = eINSTANCE.getScene_Properties(); /** * The meta object literal for the 'Get Expression Type' operation. * * * @generated */ EOperation SCENE___GET_EXPRESSION_TYPE = eINSTANCE.getScene__GetExpressionType(); /** * The meta object literal for the '{@link rba.core.impl.ContentImpl Content}' class. * * * @see rba.core.impl.ContentImpl * @see rba.core.impl.RBACorePackageImpl#getContent() * @generated */ EClass CONTENT = eINSTANCE.getContent(); /** * The meta object literal for the 'Loser Type' attribute feature. * * * @generated */ EAttribute CONTENT__LOSER_TYPE = eINSTANCE.getContent_LoserType(); /** * The meta object literal for the 'States' containment reference list feature. * * * @generated */ EReference CONTENT__STATES = eINSTANCE.getContent_States(); /** * The meta object literal for the 'Collect Leaf Contents' operation. * * * @generated */ EOperation CONTENT___COLLECT_LEAF_CONTENTS = eINSTANCE.getContent__CollectLeafContents(); /** * The meta object literal for the '{@link rba.core.impl.ContentSetImpl Content Set}' class. * * * @see rba.core.impl.ContentSetImpl * @see rba.core.impl.RBACorePackageImpl#getContentSet() * @generated */ EClass CONTENT_SET = eINSTANCE.getContentSet(); /** * The meta object literal for the 'Target' reference list feature. * * * @generated */ EReference CONTENT_SET__TARGET = eINSTANCE.getContentSet_Target(); /** * The meta object literal for the 'Collect Leaf Contents' operation. * * * @generated */ EOperation CONTENT_SET___COLLECT_LEAF_CONTENTS = eINSTANCE.getContentSet__CollectLeafContents(); /** * The meta object literal for the '{@link rba.core.impl.ContentStateImpl Content State}' class. * * * @see rba.core.impl.ContentStateImpl * @see rba.core.impl.RBACorePackageImpl#getContentState() * @generated */ EClass CONTENT_STATE = eINSTANCE.getContentState(); /** * The meta object literal for the 'Value' containment reference feature. * * * @generated */ EReference CONTENT_STATE__VALUE = eINSTANCE.getContentState_Value(); /** * The meta object literal for the 'Owner' container reference feature. * * * @generated */ EReference CONTENT_STATE__OWNER = eINSTANCE.getContentState_Owner(); /** * The meta object literal for the '{@link rba.core.impl.AbstractPropertyImpl Abstract Property}' class. * * * @see rba.core.impl.AbstractPropertyImpl * @see rba.core.impl.RBACorePackageImpl#getAbstractProperty() * @generated */ EClass ABSTRACT_PROPERTY = eINSTANCE.getAbstractProperty(); /** * The meta object literal for the 'Owner' container reference feature. * * * @generated */ EReference ABSTRACT_PROPERTY__OWNER = eINSTANCE.getAbstractProperty_Owner(); /** * The meta object literal for the 'Get Expression Type' operation. * * * @generated */ EOperation ABSTRACT_PROPERTY___GET_EXPRESSION_TYPE = eINSTANCE.getAbstractProperty__GetExpressionType(); /** * The meta object literal for the '{@link rba.core.impl.IntegerPropertyImpl Integer Property}' class. * * * @see rba.core.impl.IntegerPropertyImpl * @see rba.core.impl.RBACorePackageImpl#getIntegerProperty() * @generated */ EClass INTEGER_PROPERTY = eINSTANCE.getIntegerProperty(); /** * The meta object literal for the 'Value' containment reference feature. * * * @generated */ EReference INTEGER_PROPERTY__VALUE = eINSTANCE.getIntegerProperty_Value(); /** * The meta object literal for the '{@link rba.core.impl.AbstractConstraintImpl Abstract Constraint}' class. * * * @see rba.core.impl.AbstractConstraintImpl * @see rba.core.impl.RBACorePackageImpl#getAbstractConstraint() * @generated */ EClass ABSTRACT_CONSTRAINT = eINSTANCE.getAbstractConstraint(); /** * The meta object literal for the 'Expression' containment reference feature. * * * @generated */ EReference ABSTRACT_CONSTRAINT__EXPRESSION = eINSTANCE.getAbstractConstraint_Expression(); /** * The meta object literal for the '{@link rba.core.impl.ConstraintImpl Constraint}' class. * * * @see rba.core.impl.ConstraintImpl * @see rba.core.impl.RBACorePackageImpl#getConstraint() * @generated */ EClass CONSTRAINT = eINSTANCE.getConstraint(); /** * The meta object literal for the 'Runtime' attribute feature. * * * @generated */ EAttribute CONSTRAINT__RUNTIME = eINSTANCE.getConstraint_Runtime(); /** * The meta object literal for the '{@link rba.core.impl.ExpressionImpl Expression}' class. * * * @see rba.core.impl.ExpressionImpl * @see rba.core.impl.RBACorePackageImpl#getExpression() * @generated */ EClass EXPRESSION = eINSTANCE.getExpression(); /** * The meta object literal for the 'Type' attribute feature. * * * @generated */ EAttribute EXPRESSION__TYPE = eINSTANCE.getExpression_Type(); /** * The meta object literal for the 'Expression' attribute feature. * * * @generated */ EAttribute EXPRESSION__EXPRESSION = eINSTANCE.getExpression_Expression(); /** * The meta object literal for the 'Let Statements' containment reference list feature. * * * @generated */ EReference EXPRESSION__LET_STATEMENTS = eINSTANCE.getExpression_LetStatements(); /** * The meta object literal for the 'Get Underlying Type' operation. * * * @generated */ EOperation EXPRESSION___GET_UNDERLYING_TYPE = eINSTANCE.getExpression__GetUnderlyingType(); /** * The meta object literal for the 'Get Expression Text' operation. * * * @generated */ EOperation EXPRESSION___GET_EXPRESSION_TEXT = eINSTANCE.getExpression__GetExpressionText(); /** * The meta object literal for the '{@link rba.core.impl.LetStatementImpl Let Statement}' class. * * * @see rba.core.impl.LetStatementImpl * @see rba.core.impl.RBACorePackageImpl#getLetStatement() * @generated */ EClass LET_STATEMENT = eINSTANCE.getLetStatement(); /** * The meta object literal for the 'Variable' containment reference feature. * * * @generated */ EReference LET_STATEMENT__VARIABLE = eINSTANCE.getLetStatement_Variable(); /** * The meta object literal for the 'Body' containment reference feature. * * * @generated */ EReference LET_STATEMENT__BODY = eINSTANCE.getLetStatement_Body(); /** * The meta object literal for the 'To String' operation. * * * @generated */ EOperation LET_STATEMENT___TO_STRING = eINSTANCE.getLetStatement__ToString(); /** * The meta object literal for the '{@link rba.core.impl.ComplexExpressionImpl Complex Expression}' class. * * * @see rba.core.impl.ComplexExpressionImpl * @see rba.core.impl.RBACorePackageImpl#getComplexExpression() * @generated */ EClass COMPLEX_EXPRESSION = eINSTANCE.getComplexExpression(); /** * The meta object literal for the 'Other Expression' containment reference feature. * * * @generated */ EReference COMPLEX_EXPRESSION__OTHER_EXPRESSION = eINSTANCE.getComplexExpression_OtherExpression(); /** * The meta object literal for the 'Get Expression Text' operation. * * * @generated */ EOperation COMPLEX_EXPRESSION___GET_EXPRESSION_TEXT = eINSTANCE.getComplexExpression__GetExpressionText(); /** * The meta object literal for the 'Get Underlying Type' operation. * * * @generated */ EOperation COMPLEX_EXPRESSION___GET_UNDERLYING_TYPE = eINSTANCE.getComplexExpression__GetUnderlyingType(); /** * The meta object literal for the 'Get Type' operation. * * * @generated */ EOperation COMPLEX_EXPRESSION___GET_TYPE = eINSTANCE.getComplexExpression__GetType(); /** * The meta object literal for the '{@link rba.core.impl.OperatorImpl Operator}' class. * * * @see rba.core.impl.OperatorImpl * @see rba.core.impl.RBACorePackageImpl#getOperator() * @generated */ EClass OPERATOR = eINSTANCE.getOperator(); /** * The meta object literal for the 'Operand' containment reference list feature. * * * @generated */ EReference OPERATOR__OPERAND = eINSTANCE.getOperator_Operand(); /** * The meta object literal for the 'Get Symbol' operation. * * * @generated */ EOperation OPERATOR___GET_SYMBOL = eINSTANCE.getOperator__GetSymbol(); /** * The meta object literal for the '{@link rba.core.impl.IsTypeOfImpl Is Type Of}' class. * * * @see rba.core.impl.IsTypeOfImpl * @see rba.core.impl.RBACorePackageImpl#getIsTypeOf() * @generated */ EClass IS_TYPE_OF = eINSTANCE.getIsTypeOf(); /** * The meta object literal for the 'Tag Name' attribute feature. * * * @generated */ EAttribute IS_TYPE_OF__TAG_NAME = eINSTANCE.getIsTypeOf_TagName(); /** * The meta object literal for the 'Get Expression Text' operation. * * * @generated */ EOperation IS_TYPE_OF___GET_EXPRESSION_TEXT = eINSTANCE.getIsTypeOf__GetExpressionText(); /** * The meta object literal for the 'Get Symbol' operation. * * * @generated */ EOperation IS_TYPE_OF___GET_SYMBOL = eINSTANCE.getIsTypeOf__GetSymbol(); /** * The meta object literal for the 'Get Underlying Type' operation. * * * @generated */ EOperation IS_TYPE_OF___GET_UNDERLYING_TYPE = eINSTANCE.getIsTypeOf__GetUnderlyingType(); /** * The meta object literal for the '{@link rba.core.impl.ObjectReferenceImpl Object Reference}' class. * * * @see rba.core.impl.ObjectReferenceImpl * @see rba.core.impl.RBACorePackageImpl#getObjectReference() * @generated */ EClass OBJECT_REFERENCE = eINSTANCE.getObjectReference(); /** * The meta object literal for the 'Ref Object' reference feature. * * * @generated */ EReference OBJECT_REFERENCE__REF_OBJECT = eINSTANCE.getObjectReference_RefObject(); /** * The meta object literal for the 'Get Underlying Type' operation. * * * @generated */ EOperation OBJECT_REFERENCE___GET_UNDERLYING_TYPE = eINSTANCE.getObjectReference__GetUnderlyingType(); /** * The meta object literal for the 'Get Expression Text' operation. * * * @generated */ EOperation OBJECT_REFERENCE___GET_EXPRESSION_TEXT = eINSTANCE.getObjectReference__GetExpressionText(); /** * The meta object literal for the '{@link rba.core.impl.PreviousModifierImpl Previous Modifier}' class. * * * @see rba.core.impl.PreviousModifierImpl * @see rba.core.impl.RBACorePackageImpl#getPreviousModifier() * @generated */ EClass PREVIOUS_MODIFIER = eINSTANCE.getPreviousModifier(); /** * The meta object literal for the 'Obj Reference' containment reference feature. * * * @generated */ EReference PREVIOUS_MODIFIER__OBJ_REFERENCE = eINSTANCE.getPreviousModifier_ObjReference(); /** * The meta object literal for the 'Get Symbol' operation. * * * @generated */ EOperation PREVIOUS_MODIFIER___GET_SYMBOL = eINSTANCE.getPreviousModifier__GetSymbol(); /** * The meta object literal for the 'Get Underlying Type' operation. * * * @generated */ EOperation PREVIOUS_MODIFIER___GET_UNDERLYING_TYPE = eINSTANCE.getPreviousModifier__GetUnderlyingType(); /** * The meta object literal for the 'Get Expression Text' operation. * * * @generated */ EOperation PREVIOUS_MODIFIER___GET_EXPRESSION_TEXT = eINSTANCE.getPreviousModifier__GetExpressionText(); /** * The meta object literal for the '{@link rba.core.impl.GreaterThanOperatorImpl Greater Than Operator}' class. * * * @see rba.core.impl.GreaterThanOperatorImpl * @see rba.core.impl.RBACorePackageImpl#getGreaterThanOperator() * @generated */ EClass GREATER_THAN_OPERATOR = eINSTANCE.getGreaterThanOperator(); /** * The meta object literal for the 'Get Symbol' operation. * * * @generated */ EOperation GREATER_THAN_OPERATOR___GET_SYMBOL = eINSTANCE.getGreaterThanOperator__GetSymbol(); /** * The meta object literal for the '{@link rba.core.impl.MuchGreaterThanOperatorImpl Much Greater Than Operator}' class. * * * @see rba.core.impl.MuchGreaterThanOperatorImpl * @see rba.core.impl.RBACorePackageImpl#getMuchGreaterThanOperator() * @generated */ EClass MUCH_GREATER_THAN_OPERATOR = eINSTANCE.getMuchGreaterThanOperator(); /** * The meta object literal for the 'Get Symbol' operation. * * * @generated */ EOperation MUCH_GREATER_THAN_OPERATOR___GET_SYMBOL = eINSTANCE.getMuchGreaterThanOperator__GetSymbol(); /** * The meta object literal for the '{@link rba.core.impl.LowerThanOperatorImpl Lower Than Operator}' class. * * * @see rba.core.impl.LowerThanOperatorImpl * @see rba.core.impl.RBACorePackageImpl#getLowerThanOperator() * @generated */ EClass LOWER_THAN_OPERATOR = eINSTANCE.getLowerThanOperator(); /** * The meta object literal for the 'Get Symbol' operation. * * * @generated */ EOperation LOWER_THAN_OPERATOR___GET_SYMBOL = eINSTANCE.getLowerThanOperator__GetSymbol(); /** * The meta object literal for the '{@link rba.core.impl.ComparisonOperatorImpl Comparison Operator}' class. * * * @see rba.core.impl.ComparisonOperatorImpl * @see rba.core.impl.RBACorePackageImpl#getComparisonOperator() * @generated */ EClass COMPARISON_OPERATOR = eINSTANCE.getComparisonOperator(); /** * The meta object literal for the 'Get Underlying Type' operation. * * * @generated */ EOperation COMPARISON_OPERATOR___GET_UNDERLYING_TYPE = eINSTANCE.getComparisonOperator__GetUnderlyingType(); /** * The meta object literal for the 'Get Expression Text' operation. * * * @generated */ EOperation COMPARISON_OPERATOR___GET_EXPRESSION_TEXT = eINSTANCE.getComparisonOperator__GetExpressionText(); /** * The meta object literal for the '{@link rba.core.impl.EqualToOperatorImpl Equal To Operator}' class. * * * @see rba.core.impl.EqualToOperatorImpl * @see rba.core.impl.RBACorePackageImpl#getEqualToOperator() * @generated */ EClass EQUAL_TO_OPERATOR = eINSTANCE.getEqualToOperator(); /** * The meta object literal for the 'Get Symbol' operation. * * * @generated */ EOperation EQUAL_TO_OPERATOR___GET_SYMBOL = eINSTANCE.getEqualToOperator__GetSymbol(); /** * The meta object literal for the '{@link rba.core.impl.ComparisonAndImpl Comparison And}' class. * * * @see rba.core.impl.ComparisonAndImpl * @see rba.core.impl.RBACorePackageImpl#getComparisonAnd() * @generated */ EClass COMPARISON_AND = eINSTANCE.getComparisonAnd(); /** * The meta object literal for the 'Get Symbol' operation. * * * @generated */ EOperation COMPARISON_AND___GET_SYMBOL = eINSTANCE.getComparisonAnd__GetSymbol(); /** * The meta object literal for the 'Get Expression Text' operation. * * * @generated */ EOperation COMPARISON_AND___GET_EXPRESSION_TEXT = eINSTANCE.getComparisonAnd__GetExpressionText(); /** * The meta object literal for the '{@link rba.core.impl.LogicalOperatorImpl Logical Operator}' class. * * * @see rba.core.impl.LogicalOperatorImpl * @see rba.core.impl.RBACorePackageImpl#getLogicalOperator() * @generated */ EClass LOGICAL_OPERATOR = eINSTANCE.getLogicalOperator(); /** * The meta object literal for the 'Get Underlying Type' operation. * * * @generated */ EOperation LOGICAL_OPERATOR___GET_UNDERLYING_TYPE = eINSTANCE.getLogicalOperator__GetUnderlyingType(); /** * The meta object literal for the 'Get Expression Text' operation. * * * @generated */ EOperation LOGICAL_OPERATOR___GET_EXPRESSION_TEXT = eINSTANCE.getLogicalOperator__GetExpressionText(); /** * The meta object literal for the '{@link rba.core.impl.AndOperatorImpl And Operator}' class. * * * @see rba.core.impl.AndOperatorImpl * @see rba.core.impl.RBACorePackageImpl#getAndOperator() * @generated */ EClass AND_OPERATOR = eINSTANCE.getAndOperator(); /** * The meta object literal for the 'Get Symbol' operation. * * * @generated */ EOperation AND_OPERATOR___GET_SYMBOL = eINSTANCE.getAndOperator__GetSymbol(); /** * The meta object literal for the '{@link rba.core.impl.OrOperatorImpl Or Operator}' class. * * * @see rba.core.impl.OrOperatorImpl * @see rba.core.impl.RBACorePackageImpl#getOrOperator() * @generated */ EClass OR_OPERATOR = eINSTANCE.getOrOperator(); /** * The meta object literal for the 'Get Symbol' operation. * * * @generated */ EOperation OR_OPERATOR___GET_SYMBOL = eINSTANCE.getOrOperator__GetSymbol(); /** * The meta object literal for the '{@link rba.core.impl.NotOperatorImpl Not Operator}' class. * * * @see rba.core.impl.NotOperatorImpl * @see rba.core.impl.RBACorePackageImpl#getNotOperator() * @generated */ EClass NOT_OPERATOR = eINSTANCE.getNotOperator(); /** * The meta object literal for the 'Get Symbol' operation. * * * @generated */ EOperation NOT_OPERATOR___GET_SYMBOL = eINSTANCE.getNotOperator__GetSymbol(); /** * The meta object literal for the 'Get Expression Text' operation. * * * @generated */ EOperation NOT_OPERATOR___GET_EXPRESSION_TEXT = eINSTANCE.getNotOperator__GetExpressionText(); /** * The meta object literal for the '{@link rba.core.impl.IsEqualToOperatorImpl Is Equal To Operator}' class. * * * @see rba.core.impl.IsEqualToOperatorImpl * @see rba.core.impl.RBACorePackageImpl#getIsEqualToOperator() * @generated */ EClass IS_EQUAL_TO_OPERATOR = eINSTANCE.getIsEqualToOperator(); /** * The meta object literal for the 'Get Symbol' operation. * * * @generated */ EOperation IS_EQUAL_TO_OPERATOR___GET_SYMBOL = eINSTANCE.getIsEqualToOperator__GetSymbol(); /** * The meta object literal for the '{@link rba.core.impl.IsGreaterThanOperatorImpl Is Greater Than Operator}' class. * * * @see rba.core.impl.IsGreaterThanOperatorImpl * @see rba.core.impl.RBACorePackageImpl#getIsGreaterThanOperator() * @generated */ EClass IS_GREATER_THAN_OPERATOR = eINSTANCE.getIsGreaterThanOperator(); /** * The meta object literal for the 'Get Symbol' operation. * * * @generated */ EOperation IS_GREATER_THAN_OPERATOR___GET_SYMBOL = eINSTANCE.getIsGreaterThanOperator__GetSymbol(); /** * The meta object literal for the '{@link rba.core.impl.IsLowerThanOperatorImpl Is Lower Than Operator}' class. * * * @see rba.core.impl.IsLowerThanOperatorImpl * @see rba.core.impl.RBACorePackageImpl#getIsLowerThanOperator() * @generated */ EClass IS_LOWER_THAN_OPERATOR = eINSTANCE.getIsLowerThanOperator(); /** * The meta object literal for the 'Get Symbol' operation. * * * @generated */ EOperation IS_LOWER_THAN_OPERATOR___GET_SYMBOL = eINSTANCE.getIsLowerThanOperator__GetSymbol(); /** * The meta object literal for the '{@link rba.core.impl.IsGreaterThanEqualOperatorImpl Is Greater Than Equal Operator}' class. * * * @see rba.core.impl.IsGreaterThanEqualOperatorImpl * @see rba.core.impl.RBACorePackageImpl#getIsGreaterThanEqualOperator() * @generated */ EClass IS_GREATER_THAN_EQUAL_OPERATOR = eINSTANCE.getIsGreaterThanEqualOperator(); /** * The meta object literal for the 'Get Symbol' operation. * * * @generated */ EOperation IS_GREATER_THAN_EQUAL_OPERATOR___GET_SYMBOL = eINSTANCE.getIsGreaterThanEqualOperator__GetSymbol(); /** * The meta object literal for the '{@link rba.core.impl.IsLowerThanEqualOperatorImpl Is Lower Than Equal Operator}' class. * * * @see rba.core.impl.IsLowerThanEqualOperatorImpl * @see rba.core.impl.RBACorePackageImpl#getIsLowerThanEqualOperator() * @generated */ EClass IS_LOWER_THAN_EQUAL_OPERATOR = eINSTANCE.getIsLowerThanEqualOperator(); /** * The meta object literal for the 'Get Symbol' operation. * * * @generated */ EOperation IS_LOWER_THAN_EQUAL_OPERATOR___GET_SYMBOL = eINSTANCE.getIsLowerThanEqualOperator__GetSymbol(); /** * The meta object literal for the '{@link rba.core.impl.ArithmeticOperatorImpl Arithmetic Operator}' class. * * * @see rba.core.impl.ArithmeticOperatorImpl * @see rba.core.impl.RBACorePackageImpl#getArithmeticOperator() * @generated */ EClass ARITHMETIC_OPERATOR = eINSTANCE.getArithmeticOperator(); /** * The meta object literal for the 'Get Underlying Type' operation. * * * @generated */ EOperation ARITHMETIC_OPERATOR___GET_UNDERLYING_TYPE = eINSTANCE.getArithmeticOperator__GetUnderlyingType(); /** * The meta object literal for the 'Get Expression Text' operation. * * * @generated */ EOperation ARITHMETIC_OPERATOR___GET_EXPRESSION_TEXT = eINSTANCE.getArithmeticOperator__GetExpressionText(); /** * The meta object literal for the '{@link rba.core.impl.PlusOperatorImpl Plus Operator}' class. * * * @see rba.core.impl.PlusOperatorImpl * @see rba.core.impl.RBACorePackageImpl#getPlusOperator() * @generated */ EClass PLUS_OPERATOR = eINSTANCE.getPlusOperator(); /** * The meta object literal for the 'Get Symbol' operation. * * * @generated */ EOperation PLUS_OPERATOR___GET_SYMBOL = eINSTANCE.getPlusOperator__GetSymbol(); /** * The meta object literal for the '{@link rba.core.impl.ImpliesOperatorImpl Implies Operator}' class. * * * @see rba.core.impl.ImpliesOperatorImpl * @see rba.core.impl.RBACorePackageImpl#getImpliesOperator() * @generated */ EClass IMPLIES_OPERATOR = eINSTANCE.getImpliesOperator(); /** * The meta object literal for the 'Get Symbol' operation. * * * @generated */ EOperation IMPLIES_OPERATOR___GET_SYMBOL = eINSTANCE.getImpliesOperator__GetSymbol(); /** * The meta object literal for the '{@link rba.core.impl.ContentOperatorImpl Content Operator}' class. * * * @see rba.core.impl.ContentOperatorImpl * @see rba.core.impl.RBACorePackageImpl#getContentOperator() * @generated */ EClass CONTENT_OPERATOR = eINSTANCE.getContentOperator(); /** * The meta object literal for the 'Get Expression Text' operation. * * * @generated */ EOperation CONTENT_OPERATOR___GET_EXPRESSION_TEXT = eINSTANCE.getContentOperator__GetExpressionText(); /** * The meta object literal for the '{@link rba.core.impl.IsActiveImpl Is Active}' class. * * * @see rba.core.impl.IsActiveImpl * @see rba.core.impl.RBACorePackageImpl#getIsActive() * @generated */ EClass IS_ACTIVE = eINSTANCE.getIsActive(); /** * The meta object literal for the 'Get Symbol' operation. * * * @generated */ EOperation IS_ACTIVE___GET_SYMBOL = eINSTANCE.getIsActive__GetSymbol(); /** * The meta object literal for the 'Get Underlying Type' operation. * * * @generated */ EOperation IS_ACTIVE___GET_UNDERLYING_TYPE = eINSTANCE.getIsActive__GetUnderlyingType(); /** * The meta object literal for the '{@link rba.core.impl.GetAllocatablesImpl Get Allocatables}' class. * * * @see rba.core.impl.GetAllocatablesImpl * @see rba.core.impl.RBACorePackageImpl#getGetAllocatables() * @generated */ EClass GET_ALLOCATABLES = eINSTANCE.getGetAllocatables(); /** * The meta object literal for the 'Get Symbol' operation. * * * @generated */ EOperation GET_ALLOCATABLES___GET_SYMBOL = eINSTANCE.getGetAllocatables__GetSymbol(); /** * The meta object literal for the 'Get Underlying Type' operation. * * * @generated */ EOperation GET_ALLOCATABLES___GET_UNDERLYING_TYPE = eINSTANCE.getGetAllocatables__GetUnderlyingType(); /** * The meta object literal for the '{@link rba.core.impl.HasBeenDisplayedImpl Has Been Displayed}' class. * * * @see rba.core.impl.HasBeenDisplayedImpl * @see rba.core.impl.RBACorePackageImpl#getHasBeenDisplayed() * @generated */ EClass HAS_BEEN_DISPLAYED = eINSTANCE.getHasBeenDisplayed(); /** * The meta object literal for the 'Get Symbol' operation. * * * @generated */ EOperation HAS_BEEN_DISPLAYED___GET_SYMBOL = eINSTANCE.getHasBeenDisplayed__GetSymbol(); /** * The meta object literal for the 'Get Underlying Type' operation. * * * @generated */ EOperation HAS_BEEN_DISPLAYED___GET_UNDERLYING_TYPE = eINSTANCE.getHasBeenDisplayed__GetUnderlyingType(); /** * The meta object literal for the '{@link rba.core.impl.ActiveStateImpl Active State}' class. * * * @see rba.core.impl.ActiveStateImpl * @see rba.core.impl.RBACorePackageImpl#getActiveState() * @generated */ EClass ACTIVE_STATE = eINSTANCE.getActiveState(); /** * The meta object literal for the 'Get Symbol' operation. * * * @generated */ EOperation ACTIVE_STATE___GET_SYMBOL = eINSTANCE.getActiveState__GetSymbol(); /** * The meta object literal for the 'Get Underlying Type' operation. * * * @generated */ EOperation ACTIVE_STATE___GET_UNDERLYING_TYPE = eINSTANCE.getActiveState__GetUnderlyingType(); /** * The meta object literal for the '{@link rba.core.impl.ObjectCompareImpl Object Compare}' class. * * * @see rba.core.impl.ObjectCompareImpl * @see rba.core.impl.RBACorePackageImpl#getObjectCompare() * @generated */ EClass OBJECT_COMPARE = eINSTANCE.getObjectCompare(); /** * The meta object literal for the 'Get Symbol' operation. * * * @generated */ EOperation OBJECT_COMPARE___GET_SYMBOL = eINSTANCE.getObjectCompare__GetSymbol(); /** * The meta object literal for the 'Get Underlying Type' operation. * * * @generated */ EOperation OBJECT_COMPARE___GET_UNDERLYING_TYPE = eINSTANCE.getObjectCompare__GetUnderlyingType(); /** * The meta object literal for the 'Get Expression Text' operation. * * * @generated */ EOperation OBJECT_COMPARE___GET_EXPRESSION_TEXT = eINSTANCE.getObjectCompare__GetExpressionText(); /** * The meta object literal for the '{@link rba.core.impl.ThatOfOperatorImpl That Of Operator}' class. * * * @see rba.core.impl.ThatOfOperatorImpl * @see rba.core.impl.RBACorePackageImpl#getThatOfOperator() * @generated */ EClass THAT_OF_OPERATOR = eINSTANCE.getThatOfOperator(); /** * The meta object literal for the 'Get Expression Text' operation. * * * @generated */ EOperation THAT_OF_OPERATOR___GET_EXPRESSION_TEXT = eINSTANCE.getThatOfOperator__GetExpressionText(); /** * The meta object literal for the 'Get Symbol' operation. * * * @generated */ EOperation THAT_OF_OPERATOR___GET_SYMBOL = eINSTANCE.getThatOfOperator__GetSymbol(); /** * The meta object literal for the 'Get Underlying Type' operation. * * * @generated */ EOperation THAT_OF_OPERATOR___GET_UNDERLYING_TYPE = eINSTANCE.getThatOfOperator__GetUnderlyingType(); /** * The meta object literal for the '{@link rba.core.impl.ValueExpressionImpl Value Expression}' class. * * * @see rba.core.impl.ValueExpressionImpl * @see rba.core.impl.RBACorePackageImpl#getValueExpression() * @generated */ EClass VALUE_EXPRESSION = eINSTANCE.getValueExpression(); /** * The meta object literal for the 'Get Underlying Type' operation. * * * @generated */ EOperation VALUE_EXPRESSION___GET_UNDERLYING_TYPE = eINSTANCE.getValueExpression__GetUnderlyingType(); /** * The meta object literal for the 'Get Expression Value' operation. * * * @generated */ EOperation VALUE_EXPRESSION___GET_EXPRESSION_VALUE = eINSTANCE.getValueExpression__GetExpressionValue(); /** * The meta object literal for the 'Get Type' operation. * * * @generated */ EOperation VALUE_EXPRESSION___GET_TYPE = eINSTANCE.getValueExpression__GetType(); /** * The meta object literal for the '{@link rba.core.impl.MaxValueImpl Max Value}' class. * * * @see rba.core.impl.MaxValueImpl * @see rba.core.impl.RBACorePackageImpl#getMaxValue() * @generated */ EClass MAX_VALUE = eINSTANCE.getMaxValue(); /** * The meta object literal for the 'Get Expression Text' operation. * * * @generated */ EOperation MAX_VALUE___GET_EXPRESSION_TEXT = eINSTANCE.getMaxValue__GetExpressionText(); /** * The meta object literal for the 'Get Expression Value' operation. * * * @generated */ EOperation MAX_VALUE___GET_EXPRESSION_VALUE = eINSTANCE.getMaxValue__GetExpressionValue(); /** * The meta object literal for the '{@link rba.core.impl.MinValueImpl Min Value}' class. * * * @see rba.core.impl.MinValueImpl * @see rba.core.impl.RBACorePackageImpl#getMinValue() * @generated */ EClass MIN_VALUE = eINSTANCE.getMinValue(); /** * The meta object literal for the 'Get Expression Text' operation. * * * @generated */ EOperation MIN_VALUE___GET_EXPRESSION_TEXT = eINSTANCE.getMinValue__GetExpressionText(); /** * The meta object literal for the 'Get Expression Value' operation. * * * @generated */ EOperation MIN_VALUE___GET_EXPRESSION_VALUE = eINSTANCE.getMinValue__GetExpressionValue(); /** * The meta object literal for the '{@link rba.core.impl.NoneValueImpl None Value}' class. * * * @see rba.core.impl.NoneValueImpl * @see rba.core.impl.RBACorePackageImpl#getNoneValue() * @generated */ EClass NONE_VALUE = eINSTANCE.getNoneValue(); /** * The meta object literal for the 'Get Expression Text' operation. * * * @generated */ EOperation NONE_VALUE___GET_EXPRESSION_TEXT = eINSTANCE.getNoneValue__GetExpressionText(); /** * The meta object literal for the 'Get Expression Value' operation. * * * @generated */ EOperation NONE_VALUE___GET_EXPRESSION_VALUE = eINSTANCE.getNoneValue__GetExpressionValue(); /** * The meta object literal for the '{@link rba.core.impl.StandardValueImpl Standard Value}' class. * * * @see rba.core.impl.StandardValueImpl * @see rba.core.impl.RBACorePackageImpl#getStandardValue() * @generated */ EClass STANDARD_VALUE = eINSTANCE.getStandardValue(); /** * The meta object literal for the 'Get Expression Text' operation. * * * @generated */ EOperation STANDARD_VALUE___GET_EXPRESSION_TEXT = eINSTANCE.getStandardValue__GetExpressionText(); /** * The meta object literal for the 'Get Expression Value' operation. * * * @generated */ EOperation STANDARD_VALUE___GET_EXPRESSION_VALUE = eINSTANCE.getStandardValue__GetExpressionValue(); /** * The meta object literal for the '{@link rba.core.impl.IntegerValueImpl Integer Value}' class. * * * @see rba.core.impl.IntegerValueImpl * @see rba.core.impl.RBACorePackageImpl#getIntegerValue() * @generated */ EClass INTEGER_VALUE = eINSTANCE.getIntegerValue(); /** * The meta object literal for the 'Value' attribute feature. * * * @generated */ EAttribute INTEGER_VALUE__VALUE = eINSTANCE.getIntegerValue_Value(); /** * The meta object literal for the 'Get Expression Text' operation. * * * @generated */ EOperation INTEGER_VALUE___GET_EXPRESSION_TEXT = eINSTANCE.getIntegerValue__GetExpressionText(); /** * The meta object literal for the 'Get Expression Value' operation. * * * @generated */ EOperation INTEGER_VALUE___GET_EXPRESSION_VALUE = eINSTANCE.getIntegerValue__GetExpressionValue(); /** * The meta object literal for the '{@link rba.core.impl.EnumExpressionImpl Enum Expression}' class. * * * @see rba.core.impl.EnumExpressionImpl * @see rba.core.impl.RBACorePackageImpl#getEnumExpression() * @generated */ EClass ENUM_EXPRESSION = eINSTANCE.getEnumExpression(); /** * The meta object literal for the 'Get Underlying Type' operation. * * * @generated */ EOperation ENUM_EXPRESSION___GET_UNDERLYING_TYPE = eINSTANCE.getEnumExpression__GetUnderlyingType(); /** * The meta object literal for the 'Get Expression Value' operation. * * * @generated */ EOperation ENUM_EXPRESSION___GET_EXPRESSION_VALUE = eINSTANCE.getEnumExpression__GetExpressionValue(); /** * The meta object literal for the 'Get Type' operation. * * * @generated */ EOperation ENUM_EXPRESSION___GET_TYPE = eINSTANCE.getEnumExpression__GetType(); /** * The meta object literal for the '{@link rba.core.impl.LoserTypeExpressionImpl Loser Type Expression}' class. * * * @see rba.core.impl.LoserTypeExpressionImpl * @see rba.core.impl.RBACorePackageImpl#getLoserTypeExpression() * @generated */ EClass LOSER_TYPE_EXPRESSION = eINSTANCE.getLoserTypeExpression(); /** * The meta object literal for the 'Value' attribute feature. * * * @generated */ EAttribute LOSER_TYPE_EXPRESSION__VALUE = eINSTANCE.getLoserTypeExpression_Value(); /** * The meta object literal for the 'Get Expression Text' operation. * * * @generated */ EOperation LOSER_TYPE_EXPRESSION___GET_EXPRESSION_TEXT = eINSTANCE.getLoserTypeExpression__GetExpressionText(); /** * The meta object literal for the 'Get Expression Value' operation. * * * @generated */ EOperation LOSER_TYPE_EXPRESSION___GET_EXPRESSION_VALUE = eINSTANCE .getLoserTypeExpression__GetExpressionValue(); /** * The meta object literal for the '{@link rba.core.impl.ArbitrationPolicyExpressionImpl Arbitration Policy Expression}' class. * * * @see rba.core.impl.ArbitrationPolicyExpressionImpl * @see rba.core.impl.RBACorePackageImpl#getArbitrationPolicyExpression() * @generated */ EClass ARBITRATION_POLICY_EXPRESSION = eINSTANCE.getArbitrationPolicyExpression(); /** * The meta object literal for the 'Value' attribute feature. * * * @generated */ EAttribute ARBITRATION_POLICY_EXPRESSION__VALUE = eINSTANCE.getArbitrationPolicyExpression_Value(); /** * The meta object literal for the 'Get Expression Text' operation. * * * @generated */ EOperation ARBITRATION_POLICY_EXPRESSION___GET_EXPRESSION_TEXT = eINSTANCE .getArbitrationPolicyExpression__GetExpressionText(); /** * The meta object literal for the 'Get Expression Value' operation. * * * @generated */ EOperation ARBITRATION_POLICY_EXPRESSION___GET_EXPRESSION_VALUE = eINSTANCE .getArbitrationPolicyExpression__GetExpressionValue(); /** * The meta object literal for the '{@link rba.core.impl.SetExpressionImpl Set Expression}' class. * * * @see rba.core.impl.SetExpressionImpl * @see rba.core.impl.RBACorePackageImpl#getSetExpression() * @generated */ EClass SET_EXPRESSION = eINSTANCE.getSetExpression(); /** * The meta object literal for the '{@link rba.core.impl.SetOperatorImpl Set Operator}' class. * * * @see rba.core.impl.SetOperatorImpl * @see rba.core.impl.RBACorePackageImpl#getSetOperator() * @generated */ EClass SET_OPERATOR = eINSTANCE.getSetOperator(); /** * The meta object literal for the '{@link rba.core.impl.SizeOperatorImpl Size Operator}' class. * * * @see rba.core.impl.SizeOperatorImpl * @see rba.core.impl.RBACorePackageImpl#getSizeOperator() * @generated */ EClass SIZE_OPERATOR = eINSTANCE.getSizeOperator(); /** * The meta object literal for the 'Get Expression Text' operation. * * * @generated */ EOperation SIZE_OPERATOR___GET_EXPRESSION_TEXT = eINSTANCE.getSizeOperator__GetExpressionText(); /** * The meta object literal for the 'Get Symbol' operation. * * * @generated */ EOperation SIZE_OPERATOR___GET_SYMBOL = eINSTANCE.getSizeOperator__GetSymbol(); /** * The meta object literal for the 'Get Underlying Type' operation. * * * @generated */ EOperation SIZE_OPERATOR___GET_UNDERLYING_TYPE = eINSTANCE.getSizeOperator__GetUnderlyingType(); /** * The meta object literal for the '{@link rba.core.impl.ExistsOperatorImpl Exists Operator}' class. * * * @see rba.core.impl.ExistsOperatorImpl * @see rba.core.impl.RBACorePackageImpl#getExistsOperator() * @generated */ EClass EXISTS_OPERATOR = eINSTANCE.getExistsOperator(); /** * The meta object literal for the 'Get Expression Text' operation. * * * @generated */ EOperation EXISTS_OPERATOR___GET_EXPRESSION_TEXT = eINSTANCE.getExistsOperator__GetExpressionText(); /** * The meta object literal for the 'Get Symbol' operation. * * * @generated */ EOperation EXISTS_OPERATOR___GET_SYMBOL = eINSTANCE.getExistsOperator__GetSymbol(); /** * The meta object literal for the 'Get Underlying Type' operation. * * * @generated */ EOperation EXISTS_OPERATOR___GET_UNDERLYING_TYPE = eINSTANCE.getExistsOperator__GetUnderlyingType(); /** * The meta object literal for the '{@link rba.core.impl.ForAllOperatorImpl For All Operator}' class. * * * @see rba.core.impl.ForAllOperatorImpl * @see rba.core.impl.RBACorePackageImpl#getForAllOperator() * @generated */ EClass FOR_ALL_OPERATOR = eINSTANCE.getForAllOperator(); /** * The meta object literal for the 'Get Expression Text' operation. * * * @generated */ EOperation FOR_ALL_OPERATOR___GET_EXPRESSION_TEXT = eINSTANCE.getForAllOperator__GetExpressionText(); /** * The meta object literal for the 'Get Symbol' operation. * * * @generated */ EOperation FOR_ALL_OPERATOR___GET_SYMBOL = eINSTANCE.getForAllOperator__GetSymbol(); /** * The meta object literal for the 'Get Underlying Type' operation. * * * @generated */ EOperation FOR_ALL_OPERATOR___GET_UNDERLYING_TYPE = eINSTANCE.getForAllOperator__GetUnderlyingType(); /** * The meta object literal for the '{@link rba.core.impl.MaxOperatorImpl Max Operator}' class. * * * @see rba.core.impl.MaxOperatorImpl * @see rba.core.impl.RBACorePackageImpl#getMaxOperator() * @generated */ EClass MAX_OPERATOR = eINSTANCE.getMaxOperator(); /** * The meta object literal for the 'Get Expression Text' operation. * * * @generated */ EOperation MAX_OPERATOR___GET_EXPRESSION_TEXT = eINSTANCE.getMaxOperator__GetExpressionText(); /** * The meta object literal for the 'Get Symbol' operation. * * * @generated */ EOperation MAX_OPERATOR___GET_SYMBOL = eINSTANCE.getMaxOperator__GetSymbol(); /** * The meta object literal for the 'Get Underlying Type' operation. * * * @generated */ EOperation MAX_OPERATOR___GET_UNDERLYING_TYPE = eINSTANCE.getMaxOperator__GetUnderlyingType(); /** * The meta object literal for the '{@link rba.core.impl.MinOperatorImpl Min Operator}' class. * * * @see rba.core.impl.MinOperatorImpl * @see rba.core.impl.RBACorePackageImpl#getMinOperator() * @generated */ EClass MIN_OPERATOR = eINSTANCE.getMinOperator(); /** * The meta object literal for the 'Get Expression Text' operation. * * * @generated */ EOperation MIN_OPERATOR___GET_EXPRESSION_TEXT = eINSTANCE.getMinOperator__GetExpressionText(); /** * The meta object literal for the 'Get Symbol' operation. * * * @generated */ EOperation MIN_OPERATOR___GET_SYMBOL = eINSTANCE.getMinOperator__GetSymbol(); /** * The meta object literal for the 'Get Underlying Type' operation. * * * @generated */ EOperation MIN_OPERATOR___GET_UNDERLYING_TYPE = eINSTANCE.getMinOperator__GetUnderlyingType(); /** * The meta object literal for the '{@link rba.core.impl.SelectOperatorImpl Select Operator}' class. * * * @see rba.core.impl.SelectOperatorImpl * @see rba.core.impl.RBACorePackageImpl#getSelectOperator() * @generated */ EClass SELECT_OPERATOR = eINSTANCE.getSelectOperator(); /** * The meta object literal for the 'Get Expression Text' operation. * * * @generated */ EOperation SELECT_OPERATOR___GET_EXPRESSION_TEXT = eINSTANCE.getSelectOperator__GetExpressionText(); /** * The meta object literal for the 'Get Symbol' operation. * * * @generated */ EOperation SELECT_OPERATOR___GET_SYMBOL = eINSTANCE.getSelectOperator__GetSymbol(); /** * The meta object literal for the 'Get Underlying Type' operation. * * * @generated */ EOperation SELECT_OPERATOR___GET_UNDERLYING_TYPE = eINSTANCE.getSelectOperator__GetUnderlyingType(); /** * The meta object literal for the '{@link rba.core.impl.SetOfOperatorImpl Set Of Operator}' class. * * * @see rba.core.impl.SetOfOperatorImpl * @see rba.core.impl.RBACorePackageImpl#getSetOfOperator() * @generated */ EClass SET_OF_OPERATOR = eINSTANCE.getSetOfOperator(); /** * The meta object literal for the 'Get Expression Text' operation. * * * @generated */ EOperation SET_OF_OPERATOR___GET_EXPRESSION_TEXT = eINSTANCE.getSetOfOperator__GetExpressionText(); /** * The meta object literal for the 'Get Symbol' operation. * * * @generated */ EOperation SET_OF_OPERATOR___GET_SYMBOL = eINSTANCE.getSetOfOperator__GetSymbol(); /** * The meta object literal for the 'Get Underlying Type' operation. * * * @generated */ EOperation SET_OF_OPERATOR___GET_UNDERLYING_TYPE = eINSTANCE.getSetOfOperator__GetUnderlyingType(); /** * The meta object literal for the '{@link rba.core.impl.LambdaExpressionImpl Lambda Expression}' class. * * * @see rba.core.impl.LambdaExpressionImpl * @see rba.core.impl.RBACorePackageImpl#getLambdaExpression() * @generated */ EClass LAMBDA_EXPRESSION = eINSTANCE.getLambdaExpression(); /** * The meta object literal for the 'Context' container reference feature. * * * @generated */ EReference LAMBDA_EXPRESSION__CONTEXT = eINSTANCE.getLambdaExpression_Context(); /** * The meta object literal for the 'X' containment reference feature. * * * @generated */ EReference LAMBDA_EXPRESSION__X = eINSTANCE.getLambdaExpression_X(); /** * The meta object literal for the 'Body Text' containment reference feature. * * * @generated */ EReference LAMBDA_EXPRESSION__BODY_TEXT = eINSTANCE.getLambdaExpression_BodyText(); /** * The meta object literal for the 'Get Expression Text' operation. * * * @generated */ EOperation LAMBDA_EXPRESSION___GET_EXPRESSION_TEXT = eINSTANCE.getLambdaExpression__GetExpressionText(); /** * The meta object literal for the 'Get Underlying Type' operation. * * * @generated */ EOperation LAMBDA_EXPRESSION___GET_UNDERLYING_TYPE = eINSTANCE.getLambdaExpression__GetUnderlyingType(); /** * The meta object literal for the '{@link rba.core.impl.VariableImpl Variable}' class. * * * @see rba.core.impl.VariableImpl * @see rba.core.impl.RBACorePackageImpl#getVariable() * @generated */ EClass VARIABLE = eINSTANCE.getVariable(); /** * The meta object literal for the 'Get Expression Type' operation. * * * @generated */ EOperation VARIABLE___GET_EXPRESSION_TYPE = eINSTANCE.getVariable__GetExpressionType(); /** * The meta object literal for the '{@link rba.core.impl.LambdaContextImpl Lambda Context}' class. * * * @see rba.core.impl.LambdaContextImpl * @see rba.core.impl.RBACorePackageImpl#getLambdaContext() * @generated */ EClass LAMBDA_CONTEXT = eINSTANCE.getLambdaContext(); /** * The meta object literal for the 'Lambda' containment reference feature. * * * @generated */ EReference LAMBDA_CONTEXT__LAMBDA = eINSTANCE.getLambdaContext_Lambda(); /** * The meta object literal for the 'Get Context Type' operation. * * * @generated */ EOperation LAMBDA_CONTEXT___GET_CONTEXT_TYPE = eINSTANCE.getLambdaContext__GetContextType(); /** * The meta object literal for the '{@link rba.core.impl.IfStatementImpl If Statement}' class. * * * @see rba.core.impl.IfStatementImpl * @see rba.core.impl.RBACorePackageImpl#getIfStatement() * @generated */ EClass IF_STATEMENT = eINSTANCE.getIfStatement(); /** * The meta object literal for the 'Condition' containment reference feature. * * * @generated */ EReference IF_STATEMENT__CONDITION = eINSTANCE.getIfStatement_Condition(); /** * The meta object literal for the 'Then Expression' containment reference feature. * * * @generated */ EReference IF_STATEMENT__THEN_EXPRESSION = eINSTANCE.getIfStatement_ThenExpression(); /** * The meta object literal for the 'Else Expression' containment reference feature. * * * @generated */ EReference IF_STATEMENT__ELSE_EXPRESSION = eINSTANCE.getIfStatement_ElseExpression(); /** * The meta object literal for the 'Get Underlying Type' operation. * * * @generated */ EOperation IF_STATEMENT___GET_UNDERLYING_TYPE = eINSTANCE.getIfStatement__GetUnderlyingType(); /** * The meta object literal for the 'Get Expression Text' operation. * * * @generated */ EOperation IF_STATEMENT___GET_EXPRESSION_TEXT = eINSTANCE.getIfStatement__GetExpressionText(); /** * The meta object literal for the '{@link rba.core.impl.SceneOperatorImpl Scene Operator}' class. * * * @see rba.core.impl.SceneOperatorImpl * @see rba.core.impl.RBACorePackageImpl#getSceneOperator() * @generated */ EClass SCENE_OPERATOR = eINSTANCE.getSceneOperator(); /** * The meta object literal for the 'Get Expression Text' operation. * * * @generated */ EOperation SCENE_OPERATOR___GET_EXPRESSION_TEXT = eINSTANCE.getSceneOperator__GetExpressionText(); /** * The meta object literal for the '{@link rba.core.impl.IsOnImpl Is On}' class. * * * @see rba.core.impl.IsOnImpl * @see rba.core.impl.RBACorePackageImpl#getIsOn() * @generated */ EClass IS_ON = eINSTANCE.getIsOn(); /** * The meta object literal for the 'Get Symbol' operation. * * * @generated */ EOperation IS_ON___GET_SYMBOL = eINSTANCE.getIsOn__GetSymbol(); /** * The meta object literal for the 'Get Underlying Type' operation. * * * @generated */ EOperation IS_ON___GET_UNDERLYING_TYPE = eINSTANCE.getIsOn__GetUnderlyingType(); /** * The meta object literal for the '{@link rba.core.impl.AllocatableOperatorImpl Allocatable Operator}' class. * * * @see rba.core.impl.AllocatableOperatorImpl * @see rba.core.impl.RBACorePackageImpl#getAllocatableOperator() * @generated */ EClass ALLOCATABLE_OPERATOR = eINSTANCE.getAllocatableOperator(); /** * The meta object literal for the 'Get Expression Text' operation. * * * @generated */ EOperation ALLOCATABLE_OPERATOR___GET_EXPRESSION_TEXT = eINSTANCE.getAllocatableOperator__GetExpressionText(); /** * The meta object literal for the '{@link rba.core.impl.AllocatedContentImpl Allocated Content}' class. * * * @see rba.core.impl.AllocatedContentImpl * @see rba.core.impl.RBACorePackageImpl#getAllocatedContent() * @generated */ EClass ALLOCATED_CONTENT = eINSTANCE.getAllocatedContent(); /** * The meta object literal for the 'Get Symbol' operation. * * * @generated */ EOperation ALLOCATED_CONTENT___GET_SYMBOL = eINSTANCE.getAllocatedContent__GetSymbol(); /** * The meta object literal for the 'Get Underlying Type' operation. * * * @generated */ EOperation ALLOCATED_CONTENT___GET_UNDERLYING_TYPE = eINSTANCE.getAllocatedContent__GetUnderlyingType(); /** * The meta object literal for the '{@link rba.core.impl.ContentValueImpl Content Value}' class. * * * @see rba.core.impl.ContentValueImpl * @see rba.core.impl.RBACorePackageImpl#getContentValue() * @generated */ EClass CONTENT_VALUE = eINSTANCE.getContentValue(); /** * The meta object literal for the 'Get Symbol' operation. * * * @generated */ EOperation CONTENT_VALUE___GET_SYMBOL = eINSTANCE.getContentValue__GetSymbol(); /** * The meta object literal for the 'Get Underlying Type' operation. * * * @generated */ EOperation CONTENT_VALUE___GET_UNDERLYING_TYPE = eINSTANCE.getContentValue__GetUnderlyingType(); /** * The meta object literal for the '{@link rba.core.impl.GetContentsListImpl Get Contents List}' class. * * * @see rba.core.impl.GetContentsListImpl * @see rba.core.impl.RBACorePackageImpl#getGetContentsList() * @generated */ EClass GET_CONTENTS_LIST = eINSTANCE.getGetContentsList(); /** * The meta object literal for the 'Get Symbol' operation. * * * @generated */ EOperation GET_CONTENTS_LIST___GET_SYMBOL = eINSTANCE.getGetContentsList__GetSymbol(); /** * The meta object literal for the 'Get Underlying Type' operation. * * * @generated */ EOperation GET_CONTENTS_LIST___GET_UNDERLYING_TYPE = eINSTANCE.getGetContentsList__GetUnderlyingType(); /** * The meta object literal for the '{@link rba.core.impl.ActiveContentsImpl Active Contents}' class. * * * @see rba.core.impl.ActiveContentsImpl * @see rba.core.impl.RBACorePackageImpl#getActiveContents() * @generated */ EClass ACTIVE_CONTENTS = eINSTANCE.getActiveContents(); /** * The meta object literal for the 'Get Symbol' operation. * * * @generated */ EOperation ACTIVE_CONTENTS___GET_SYMBOL = eINSTANCE.getActiveContents__GetSymbol(); /** * The meta object literal for the 'Get Underlying Type' operation. * * * @generated */ EOperation ACTIVE_CONTENTS___GET_UNDERLYING_TYPE = eINSTANCE.getActiveContents__GetUnderlyingType(); /** * The meta object literal for the '{@link rba.core.impl.PropertyOperatorImpl Property Operator}' class. * * * @see rba.core.impl.PropertyOperatorImpl * @see rba.core.impl.RBACorePackageImpl#getPropertyOperator() * @generated */ EClass PROPERTY_OPERATOR = eINSTANCE.getPropertyOperator(); /** * The meta object literal for the 'Get Underlying Type' operation. * * * @generated */ EOperation PROPERTY_OPERATOR___GET_UNDERLYING_TYPE = eINSTANCE.getPropertyOperator__GetUnderlyingType(); /** * The meta object literal for the 'Get Expression Text' operation. * * * @generated */ EOperation PROPERTY_OPERATOR___GET_EXPRESSION_TEXT = eINSTANCE.getPropertyOperator__GetExpressionText(); /** * The meta object literal for the '{@link rba.core.impl.GetPropertyImpl Get Property}' class. * * * @see rba.core.impl.GetPropertyImpl * @see rba.core.impl.RBACorePackageImpl#getGetProperty() * @generated */ EClass GET_PROPERTY = eINSTANCE.getGetProperty(); /** * The meta object literal for the 'Get Symbol' operation. * * * @generated */ EOperation GET_PROPERTY___GET_SYMBOL = eINSTANCE.getGetProperty__GetSymbol(); /** * The meta object literal for the 'Get Underlying Type' operation. * * * @generated */ EOperation GET_PROPERTY___GET_UNDERLYING_TYPE = eINSTANCE.getGetProperty__GetUnderlyingType(); /** * The meta object literal for the '{@link rba.core.impl.StateValueImpl State Value}' class. * * * @see rba.core.impl.StateValueImpl * @see rba.core.impl.RBACorePackageImpl#getStateValue() * @generated */ EClass STATE_VALUE = eINSTANCE.getStateValue(); /** * The meta object literal for the 'Get Symbol' operation. * * * @generated */ EOperation STATE_VALUE___GET_SYMBOL = eINSTANCE.getStateValue__GetSymbol(); /** * The meta object literal for the 'Get Underlying Type' operation. * * * @generated */ EOperation STATE_VALUE___GET_UNDERLYING_TYPE = eINSTANCE.getStateValue__GetUnderlyingType(); /** * The meta object literal for the '{@link rba.core.impl.HasComeLaterThanImpl Has Come Later Than}' class. * * * @see rba.core.impl.HasComeLaterThanImpl * @see rba.core.impl.RBACorePackageImpl#getHasComeLaterThan() * @generated */ EClass HAS_COME_LATER_THAN = eINSTANCE.getHasComeLaterThan(); /** * The meta object literal for the 'Get Symbol' operation. * * * @generated */ EOperation HAS_COME_LATER_THAN___GET_SYMBOL = eINSTANCE.getHasComeLaterThan__GetSymbol(); /** * The meta object literal for the 'Get Underlying Type' operation. * * * @generated */ EOperation HAS_COME_LATER_THAN___GET_UNDERLYING_TYPE = eINSTANCE.getHasComeLaterThan__GetUnderlyingType(); /** * The meta object literal for the 'Get Expression Text' operation. * * * @generated */ EOperation HAS_COME_LATER_THAN___GET_EXPRESSION_TEXT = eINSTANCE.getHasComeLaterThan__GetExpressionText(); /** * The meta object literal for the '{@link rba.core.impl.HasComeEarlierThanImpl Has Come Earlier Than}' class. * * * @see rba.core.impl.HasComeEarlierThanImpl * @see rba.core.impl.RBACorePackageImpl#getHasComeEarlierThan() * @generated */ EClass HAS_COME_EARLIER_THAN = eINSTANCE.getHasComeEarlierThan(); /** * The meta object literal for the 'Get Symbol' operation. * * * @generated */ EOperation HAS_COME_EARLIER_THAN___GET_SYMBOL = eINSTANCE.getHasComeEarlierThan__GetSymbol(); /** * The meta object literal for the 'Get Underlying Type' operation. * * * @generated */ EOperation HAS_COME_EARLIER_THAN___GET_UNDERLYING_TYPE = eINSTANCE.getHasComeEarlierThan__GetUnderlyingType(); /** * The meta object literal for the 'Get Expression Text' operation. * * * @generated */ EOperation HAS_COME_EARLIER_THAN___GET_EXPRESSION_TEXT = eINSTANCE.getHasComeEarlierThan__GetExpressionText(); /** * The meta object literal for the '{@link rba.core.SugarExpression Sugar Expression}' class. * * * @see rba.core.SugarExpression * @see rba.core.impl.RBACorePackageImpl#getSugarExpression() * @generated */ EClass SUGAR_EXPRESSION = eINSTANCE.getSugarExpression(); /** * The meta object literal for the 'Can Expand' operation. * * * @generated */ EOperation SUGAR_EXPRESSION___CAN_EXPAND = eINSTANCE.getSugarExpression__CanExpand(); /** * The meta object literal for the 'Get Expanded' operation. * * * @generated */ EOperation SUGAR_EXPRESSION___GET_EXPANDED = eINSTANCE.getSugarExpression__GetExpanded(); /** * The meta object literal for the '{@link rba.core.SugarExpressionBase Sugar Expression Base}' class. * * * @see rba.core.SugarExpressionBase * @see rba.core.impl.RBACorePackageImpl#getSugarExpressionBase() * @generated */ EClass SUGAR_EXPRESSION_BASE = eINSTANCE.getSugarExpressionBase(); /** * The meta object literal for the 'Can Expand' operation. * * * @generated */ EOperation SUGAR_EXPRESSION_BASE___CAN_EXPAND = eINSTANCE.getSugarExpressionBase__CanExpand(); /** * The meta object literal for the '{@link rba.core.impl.ObjectCompareNotImpl Object Compare Not}' class. * * * @see rba.core.impl.ObjectCompareNotImpl * @see rba.core.impl.RBACorePackageImpl#getObjectCompareNot() * @generated */ EClass OBJECT_COMPARE_NOT = eINSTANCE.getObjectCompareNot(); /** * The meta object literal for the 'Get Symbol' operation. * * * @generated */ EOperation OBJECT_COMPARE_NOT___GET_SYMBOL = eINSTANCE.getObjectCompareNot__GetSymbol(); /** * The meta object literal for the 'Get Underlying Type' operation. * * * @generated */ EOperation OBJECT_COMPARE_NOT___GET_UNDERLYING_TYPE = eINSTANCE.getObjectCompareNot__GetUnderlyingType(); /** * The meta object literal for the 'Get Expression Text' operation. * * * @generated */ EOperation OBJECT_COMPARE_NOT___GET_EXPRESSION_TEXT = eINSTANCE.getObjectCompareNot__GetExpressionText(); /** * The meta object literal for the '{@link rba.core.impl.IsAllocatedToImpl Is Allocated To}' class. * * * @see rba.core.impl.IsAllocatedToImpl * @see rba.core.impl.RBACorePackageImpl#getIsAllocatedTo() * @generated */ EClass IS_ALLOCATED_TO = eINSTANCE.getIsAllocatedTo(); /** * The meta object literal for the 'Get Symbol' operation. * * * @generated */ EOperation IS_ALLOCATED_TO___GET_SYMBOL = eINSTANCE.getIsAllocatedTo__GetSymbol(); /** * The meta object literal for the 'Get Underlying Type' operation. * * * @generated */ EOperation IS_ALLOCATED_TO___GET_UNDERLYING_TYPE = eINSTANCE.getIsAllocatedTo__GetUnderlyingType(); /** * The meta object literal for the 'Get Expression Text' operation. * * * @generated */ EOperation IS_ALLOCATED_TO___GET_EXPRESSION_TEXT = eINSTANCE.getIsAllocatedTo__GetExpressionText(); /** * The meta object literal for the '{@link rba.core.impl.IsChangedImpl Is Changed}' class. * * * @see rba.core.impl.IsChangedImpl * @see rba.core.impl.RBACorePackageImpl#getIsChanged() * @generated */ EClass IS_CHANGED = eINSTANCE.getIsChanged(); /** * The meta object literal for the 'Get Symbol' operation. * * * @generated */ EOperation IS_CHANGED___GET_SYMBOL = eINSTANCE.getIsChanged__GetSymbol(); /** * The meta object literal for the 'Get Underlying Type' operation. * * * @generated */ EOperation IS_CHANGED___GET_UNDERLYING_TYPE = eINSTANCE.getIsChanged__GetUnderlyingType(); /** * The meta object literal for the '{@link rba.core.impl.IsTranslatedToImpl Is Translated To}' class. * * * @see rba.core.impl.IsTranslatedToImpl * @see rba.core.impl.RBACorePackageImpl#getIsTranslatedTo() * @generated */ EClass IS_TRANSLATED_TO = eINSTANCE.getIsTranslatedTo(); /** * The meta object literal for the 'Get Symbol' operation. * * * @generated */ EOperation IS_TRANSLATED_TO___GET_SYMBOL = eINSTANCE.getIsTranslatedTo__GetSymbol(); /** * The meta object literal for the 'Get Underlying Type' operation. * * * @generated */ EOperation IS_TRANSLATED_TO___GET_UNDERLYING_TYPE = eINSTANCE.getIsTranslatedTo__GetUnderlyingType(); /** * The meta object literal for the 'Get Expression Text' operation. * * * @generated */ EOperation IS_TRANSLATED_TO___GET_EXPRESSION_TEXT = eINSTANCE.getIsTranslatedTo__GetExpressionText(); /** * The meta object literal for the '{@link rba.core.impl.GetStateImpl Get State}' class. * * * @see rba.core.impl.GetStateImpl * @see rba.core.impl.RBACorePackageImpl#getGetState() * @generated */ EClass GET_STATE = eINSTANCE.getGetState(); /** * The meta object literal for the 'Get Symbol' operation. * * * @generated */ EOperation GET_STATE___GET_SYMBOL = eINSTANCE.getGetState__GetSymbol(); /** * The meta object literal for the '{@link rba.core.impl.ContentStateOperatorImpl Content State Operator}' class. * * * @see rba.core.impl.ContentStateOperatorImpl * @see rba.core.impl.RBACorePackageImpl#getContentStateOperator() * @generated */ EClass CONTENT_STATE_OPERATOR = eINSTANCE.getContentStateOperator(); /** * The meta object literal for the 'Get Expression Text' operation. * * * @generated */ EOperation CONTENT_STATE_OPERATOR___GET_EXPRESSION_TEXT = eINSTANCE .getContentStateOperator__GetExpressionText(); /** * The meta object literal for the '{@link rba.core.impl.NullExpressionImpl Null Expression}' class. * * * @see rba.core.impl.NullExpressionImpl * @see rba.core.impl.RBACorePackageImpl#getNullExpression() * @generated */ EClass NULL_EXPRESSION = eINSTANCE.getNullExpression(); /** * The meta object literal for the 'Get Underlying Type' operation. * * * @generated */ EOperation NULL_EXPRESSION___GET_UNDERLYING_TYPE = eINSTANCE.getNullExpression__GetUnderlyingType(); /** * The meta object literal for the 'Get Expression Text' operation. * * * @generated */ EOperation NULL_EXPRESSION___GET_EXPRESSION_TEXT = eINSTANCE.getNullExpression__GetExpressionText(); /** * The meta object literal for the '{@link rba.core.ArbitrationPolicy Arbitration Policy}' enum. * * * @see rba.core.ArbitrationPolicy * @see rba.core.impl.RBACorePackageImpl#getArbitrationPolicy() * @generated */ EEnum ARBITRATION_POLICY = eINSTANCE.getArbitrationPolicy(); /** * The meta object literal for the '{@link rba.core.ExpressionType Expression Type}' enum. * * * @see rba.core.ExpressionType * @see rba.core.impl.RBACorePackageImpl#getExpressionType() * @generated */ EEnum EXPRESSION_TYPE = eINSTANCE.getExpressionType(); /** * The meta object literal for the '{@link rba.core.LoserType Loser Type}' enum. * * * @see rba.core.LoserType * @see rba.core.impl.RBACorePackageImpl#getLoserType() * @generated */ EEnum LOSER_TYPE = eINSTANCE.getLoserType(); } } //RBACorePackage