org.eclipse.bpmn2.Bpmn2Package Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kie-wb-common-stunner-bpmn-emf Show documentation
Show all versions of kie-wb-common-stunner-bpmn-emf Show documentation
Kie Workbench - Common - Stunner - BPMN Definition Set - GWT Support for Eclipse EMF/XMI
/**
*
*
* Copyright (c) 2010 SAP AG.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Reiner Hille-Doering (SAP AG) - initial API and implementation and/or initial documentation
*
*
*/
package org.eclipse.bpmn2;
import org.eclipse.emf.ecore.EAttribute;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.EEnum;
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
*
* - each class,
* - each feature of each class,
* - each enum,
* - and each data type
*
*
* @see org.eclipse.bpmn2.Bpmn2Factory
* @model kind="package"
* @generated
*/
public interface Bpmn2Package extends EPackage {
/**
* The package name.
*
*
* @generated
*/
String eNAME = "bpmn2";
/**
* The package namespace URI.
*
*
* @generated
*/
String eNS_URI = "http://www.omg.org/spec/BPMN/20100524/MODEL-XMI";
/**
* The package namespace name.
*
*
* @generated
*/
String eNS_PREFIX = "bpmn2";
/**
* The singleton instance of the package.
*
*
* @generated
*/
Bpmn2Package eINSTANCE = org.eclipse.bpmn2.impl.Bpmn2PackageImpl.init();
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.DocumentRootImpl Document Root}' class.
*
*
* @see org.eclipse.bpmn2.impl.DocumentRootImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getDocumentRoot()
* @generated
*/
int DOCUMENT_ROOT = 0;
/**
* The feature id for the 'Mixed' attribute list.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__MIXED = 0;
/**
* The feature id for the 'XMLNS Prefix Map' map.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__XMLNS_PREFIX_MAP = 1;
/**
* The feature id for the 'XSI Schema Location' map.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__XSI_SCHEMA_LOCATION = 2;
/**
* The feature id for the 'Activity' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__ACTIVITY = 3;
/**
* The feature id for the 'Ad Hoc Sub Process' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__AD_HOC_SUB_PROCESS = 4;
/**
* The feature id for the 'Flow Element' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__FLOW_ELEMENT = 5;
/**
* The feature id for the 'Artifact' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__ARTIFACT = 6;
/**
* The feature id for the 'Assignment' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__ASSIGNMENT = 7;
/**
* The feature id for the 'Association' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__ASSOCIATION = 8;
/**
* The feature id for the 'Auditing' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__AUDITING = 9;
/**
* The feature id for the 'Base Element' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__BASE_ELEMENT = 10;
/**
* The feature id for the 'Base Element With Mixed Content' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__BASE_ELEMENT_WITH_MIXED_CONTENT = 11;
/**
* The feature id for the 'Boundary Event' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__BOUNDARY_EVENT = 12;
/**
* The feature id for the 'Business Rule Task' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__BUSINESS_RULE_TASK = 13;
/**
* The feature id for the 'Callable Element' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__CALLABLE_ELEMENT = 14;
/**
* The feature id for the 'Call Activity' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__CALL_ACTIVITY = 15;
/**
* The feature id for the 'Call Choreography' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__CALL_CHOREOGRAPHY = 16;
/**
* The feature id for the 'Call Conversation' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__CALL_CONVERSATION = 17;
/**
* The feature id for the 'Conversation Node' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__CONVERSATION_NODE = 18;
/**
* The feature id for the 'Cancel Event Definition' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__CANCEL_EVENT_DEFINITION = 19;
/**
* The feature id for the 'Event Definition' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__EVENT_DEFINITION = 20;
/**
* The feature id for the 'Root Element' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__ROOT_ELEMENT = 21;
/**
* The feature id for the 'Catch Event' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__CATCH_EVENT = 22;
/**
* The feature id for the 'Category' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__CATEGORY = 23;
/**
* The feature id for the 'Category Value' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__CATEGORY_VALUE = 24;
/**
* The feature id for the 'Choreography' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__CHOREOGRAPHY = 25;
/**
* The feature id for the 'Collaboration' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__COLLABORATION = 26;
/**
* The feature id for the 'Choreography Activity' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__CHOREOGRAPHY_ACTIVITY = 27;
/**
* The feature id for the 'Choreography Task' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__CHOREOGRAPHY_TASK = 28;
/**
* The feature id for the 'Compensate Event Definition' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__COMPENSATE_EVENT_DEFINITION = 29;
/**
* The feature id for the 'Complex Behavior Definition' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__COMPLEX_BEHAVIOR_DEFINITION = 30;
/**
* The feature id for the 'Complex Gateway' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__COMPLEX_GATEWAY = 31;
/**
* The feature id for the 'Conditional Event Definition' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__CONDITIONAL_EVENT_DEFINITION = 32;
/**
* The feature id for the 'Conversation' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__CONVERSATION = 33;
/**
* The feature id for the 'Conversation Association' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__CONVERSATION_ASSOCIATION = 34;
/**
* The feature id for the 'Conversation Link' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__CONVERSATION_LINK = 35;
/**
* The feature id for the 'Correlation Key' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__CORRELATION_KEY = 36;
/**
* The feature id for the 'Correlation Property' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__CORRELATION_PROPERTY = 37;
/**
* The feature id for the 'Correlation Property Binding' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__CORRELATION_PROPERTY_BINDING = 38;
/**
* The feature id for the 'Correlation Property Retrieval Expression' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__CORRELATION_PROPERTY_RETRIEVAL_EXPRESSION = 39;
/**
* The feature id for the 'Correlation Subscription' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__CORRELATION_SUBSCRIPTION = 40;
/**
* The feature id for the 'Data Association' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__DATA_ASSOCIATION = 41;
/**
* The feature id for the 'Data Input' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__DATA_INPUT = 42;
/**
* The feature id for the 'Data Input Association' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__DATA_INPUT_ASSOCIATION = 43;
/**
* The feature id for the 'Data Object' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__DATA_OBJECT = 44;
/**
* The feature id for the 'Data Object Reference' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__DATA_OBJECT_REFERENCE = 45;
/**
* The feature id for the 'Data Output' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__DATA_OUTPUT = 46;
/**
* The feature id for the 'Data Output Association' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__DATA_OUTPUT_ASSOCIATION = 47;
/**
* The feature id for the 'Data State' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__DATA_STATE = 48;
/**
* The feature id for the 'Data Store' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__DATA_STORE = 49;
/**
* The feature id for the 'Data Store Reference' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__DATA_STORE_REFERENCE = 50;
/**
* The feature id for the 'Definitions' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__DEFINITIONS = 51;
/**
* The feature id for the 'Documentation' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__DOCUMENTATION = 52;
/**
* The feature id for the 'End Event' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__END_EVENT = 53;
/**
* The feature id for the 'End Point' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__END_POINT = 54;
/**
* The feature id for the 'Error' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__ERROR = 55;
/**
* The feature id for the 'Error Event Definition' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__ERROR_EVENT_DEFINITION = 56;
/**
* The feature id for the 'Escalation' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__ESCALATION = 57;
/**
* The feature id for the 'Escalation Event Definition' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__ESCALATION_EVENT_DEFINITION = 58;
/**
* The feature id for the 'Event' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__EVENT = 59;
/**
* The feature id for the 'Event Based Gateway' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__EVENT_BASED_GATEWAY = 60;
/**
* The feature id for the 'Exclusive Gateway' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__EXCLUSIVE_GATEWAY = 61;
/**
* The feature id for the 'Expression' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__EXPRESSION = 62;
/**
* The feature id for the 'Extension' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__EXTENSION = 63;
/**
* The feature id for the 'Extension Elements' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__EXTENSION_ELEMENTS = 64;
/**
* The feature id for the 'Flow Node' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__FLOW_NODE = 65;
/**
* The feature id for the 'Formal Expression' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__FORMAL_EXPRESSION = 66;
/**
* The feature id for the 'Gateway' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__GATEWAY = 67;
/**
* The feature id for the 'Global Business Rule Task' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__GLOBAL_BUSINESS_RULE_TASK = 68;
/**
* The feature id for the 'Global Choreography Task' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__GLOBAL_CHOREOGRAPHY_TASK = 69;
/**
* The feature id for the 'Global Conversation' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__GLOBAL_CONVERSATION = 70;
/**
* The feature id for the 'Global Manual Task' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__GLOBAL_MANUAL_TASK = 71;
/**
* The feature id for the 'Global Script Task' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__GLOBAL_SCRIPT_TASK = 72;
/**
* The feature id for the 'Global Task' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__GLOBAL_TASK = 73;
/**
* The feature id for the 'Global User Task' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__GLOBAL_USER_TASK = 74;
/**
* The feature id for the 'Group' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__GROUP = 75;
/**
* The feature id for the 'Human Performer' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__HUMAN_PERFORMER = 76;
/**
* The feature id for the 'Performer' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__PERFORMER = 77;
/**
* The feature id for the 'Resource Role' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__RESOURCE_ROLE = 78;
/**
* The feature id for the 'Implicit Throw Event' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__IMPLICIT_THROW_EVENT = 79;
/**
* The feature id for the 'Import' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__IMPORT = 80;
/**
* The feature id for the 'Inclusive Gateway' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__INCLUSIVE_GATEWAY = 81;
/**
* The feature id for the 'Input Set' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__INPUT_SET = 82;
/**
* The feature id for the 'Interface' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__INTERFACE = 83;
/**
* The feature id for the 'Intermediate Catch Event' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__INTERMEDIATE_CATCH_EVENT = 84;
/**
* The feature id for the 'Intermediate Throw Event' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__INTERMEDIATE_THROW_EVENT = 85;
/**
* The feature id for the 'Io Binding' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__IO_BINDING = 86;
/**
* The feature id for the 'Io Specification' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__IO_SPECIFICATION = 87;
/**
* The feature id for the 'Item Definition' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__ITEM_DEFINITION = 88;
/**
* The feature id for the 'Lane' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__LANE = 89;
/**
* The feature id for the 'Lane Set' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__LANE_SET = 90;
/**
* The feature id for the 'Link Event Definition' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__LINK_EVENT_DEFINITION = 91;
/**
* The feature id for the 'Loop Characteristics' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__LOOP_CHARACTERISTICS = 92;
/**
* The feature id for the 'Manual Task' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__MANUAL_TASK = 93;
/**
* The feature id for the 'Message' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__MESSAGE = 94;
/**
* The feature id for the 'Message Event Definition' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__MESSAGE_EVENT_DEFINITION = 95;
/**
* The feature id for the 'Message Flow' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__MESSAGE_FLOW = 96;
/**
* The feature id for the 'Message Flow Association' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__MESSAGE_FLOW_ASSOCIATION = 97;
/**
* The feature id for the 'Monitoring' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__MONITORING = 98;
/**
* The feature id for the 'Multi Instance Loop Characteristics' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__MULTI_INSTANCE_LOOP_CHARACTERISTICS = 99;
/**
* The feature id for the 'Operation' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__OPERATION = 100;
/**
* The feature id for the 'Output Set' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__OUTPUT_SET = 101;
/**
* The feature id for the 'Parallel Gateway' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__PARALLEL_GATEWAY = 102;
/**
* The feature id for the 'Participant' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__PARTICIPANT = 103;
/**
* The feature id for the 'Participant Association' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__PARTICIPANT_ASSOCIATION = 104;
/**
* The feature id for the 'Participant Multiplicity' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__PARTICIPANT_MULTIPLICITY = 105;
/**
* The feature id for the 'Partner Entity' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__PARTNER_ENTITY = 106;
/**
* The feature id for the 'Partner Role' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__PARTNER_ROLE = 107;
/**
* The feature id for the 'Potential Owner' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__POTENTIAL_OWNER = 108;
/**
* The feature id for the 'Process' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__PROCESS = 109;
/**
* The feature id for the 'Property' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__PROPERTY = 110;
/**
* The feature id for the 'Receive Task' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__RECEIVE_TASK = 111;
/**
* The feature id for the 'Relationship' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__RELATIONSHIP = 112;
/**
* The feature id for the 'Rendering' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__RENDERING = 113;
/**
* The feature id for the 'Resource' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__RESOURCE = 114;
/**
* The feature id for the 'Resource Assignment Expression' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__RESOURCE_ASSIGNMENT_EXPRESSION = 115;
/**
* The feature id for the 'Resource Parameter' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__RESOURCE_PARAMETER = 116;
/**
* The feature id for the 'Resource Parameter Binding' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__RESOURCE_PARAMETER_BINDING = 117;
/**
* The feature id for the 'Script' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__SCRIPT = 118;
/**
* The feature id for the 'Script Task' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__SCRIPT_TASK = 119;
/**
* The feature id for the 'Send Task' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__SEND_TASK = 120;
/**
* The feature id for the 'Sequence Flow' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__SEQUENCE_FLOW = 121;
/**
* The feature id for the 'Service Task' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__SERVICE_TASK = 122;
/**
* The feature id for the 'Signal' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__SIGNAL = 123;
/**
* The feature id for the 'Signal Event Definition' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__SIGNAL_EVENT_DEFINITION = 124;
/**
* The feature id for the 'Standard Loop Characteristics' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__STANDARD_LOOP_CHARACTERISTICS = 125;
/**
* The feature id for the 'Start Event' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__START_EVENT = 126;
/**
* The feature id for the 'Sub Choreography' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__SUB_CHOREOGRAPHY = 127;
/**
* The feature id for the 'Sub Conversation' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__SUB_CONVERSATION = 128;
/**
* The feature id for the 'Sub Process' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__SUB_PROCESS = 129;
/**
* The feature id for the 'Task' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__TASK = 130;
/**
* The feature id for the 'Terminate Event Definition' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__TERMINATE_EVENT_DEFINITION = 131;
/**
* The feature id for the 'Text' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__TEXT = 132;
/**
* The feature id for the 'Text Annotation' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__TEXT_ANNOTATION = 133;
/**
* The feature id for the 'Throw Event' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__THROW_EVENT = 134;
/**
* The feature id for the 'Timer Event Definition' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__TIMER_EVENT_DEFINITION = 135;
/**
* The feature id for the 'Transaction' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__TRANSACTION = 136;
/**
* The feature id for the 'User Task' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__USER_TASK = 137;
/**
* The feature id for the 'Event Sub Process' containment reference.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT__EVENT_SUB_PROCESS = 138;
/**
* The number of structural features of the 'Document Root' class.
*
*
* @generated
* @ordered
*/
int DOCUMENT_ROOT_FEATURE_COUNT = 139;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.BaseElementImpl Base Element}' class.
*
*
* @see org.eclipse.bpmn2.impl.BaseElementImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getBaseElement()
* @generated
*/
int BASE_ELEMENT = 7;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int BASE_ELEMENT__DOCUMENTATION = 0;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int BASE_ELEMENT__EXTENSION_VALUES = 1;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int BASE_ELEMENT__EXTENSION_DEFINITIONS = 2;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int BASE_ELEMENT__ID = 3;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int BASE_ELEMENT__ANY_ATTRIBUTE = 4;
/**
* The number of structural features of the 'Base Element' class.
*
*
* @generated
* @ordered
*/
int BASE_ELEMENT_FEATURE_COUNT = 5;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.FlowElementImpl Flow Element}' class.
*
*
* @see org.eclipse.bpmn2.impl.FlowElementImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getFlowElement()
* @generated
*/
int FLOW_ELEMENT = 62;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int FLOW_ELEMENT__DOCUMENTATION = BASE_ELEMENT__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int FLOW_ELEMENT__EXTENSION_VALUES = BASE_ELEMENT__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int FLOW_ELEMENT__EXTENSION_DEFINITIONS = BASE_ELEMENT__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int FLOW_ELEMENT__ID = BASE_ELEMENT__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int FLOW_ELEMENT__ANY_ATTRIBUTE = BASE_ELEMENT__ANY_ATTRIBUTE;
/**
* The feature id for the 'Auditing' containment reference.
*
*
* @generated
* @ordered
*/
int FLOW_ELEMENT__AUDITING = BASE_ELEMENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Monitoring' containment reference.
*
*
* @generated
* @ordered
*/
int FLOW_ELEMENT__MONITORING = BASE_ELEMENT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Category Value Ref' reference list.
*
*
* @generated
* @ordered
*/
int FLOW_ELEMENT__CATEGORY_VALUE_REF = BASE_ELEMENT_FEATURE_COUNT + 2;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int FLOW_ELEMENT__NAME = BASE_ELEMENT_FEATURE_COUNT + 3;
/**
* The number of structural features of the 'Flow Element' class.
*
*
* @generated
* @ordered
*/
int FLOW_ELEMENT_FEATURE_COUNT = BASE_ELEMENT_FEATURE_COUNT + 4;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.FlowNodeImpl Flow Node}' class.
*
*
* @see org.eclipse.bpmn2.impl.FlowNodeImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getFlowNode()
* @generated
*/
int FLOW_NODE = 64;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int FLOW_NODE__DOCUMENTATION = FLOW_ELEMENT__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int FLOW_NODE__EXTENSION_VALUES = FLOW_ELEMENT__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int FLOW_NODE__EXTENSION_DEFINITIONS = FLOW_ELEMENT__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int FLOW_NODE__ID = FLOW_ELEMENT__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int FLOW_NODE__ANY_ATTRIBUTE = FLOW_ELEMENT__ANY_ATTRIBUTE;
/**
* The feature id for the 'Auditing' containment reference.
*
*
* @generated
* @ordered
*/
int FLOW_NODE__AUDITING = FLOW_ELEMENT__AUDITING;
/**
* The feature id for the 'Monitoring' containment reference.
*
*
* @generated
* @ordered
*/
int FLOW_NODE__MONITORING = FLOW_ELEMENT__MONITORING;
/**
* The feature id for the 'Category Value Ref' reference list.
*
*
* @generated
* @ordered
*/
int FLOW_NODE__CATEGORY_VALUE_REF = FLOW_ELEMENT__CATEGORY_VALUE_REF;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int FLOW_NODE__NAME = FLOW_ELEMENT__NAME;
/**
* The feature id for the 'Incoming' reference list.
*
*
* @generated
* @ordered
*/
int FLOW_NODE__INCOMING = FLOW_ELEMENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Lanes' reference list.
*
*
* @generated
* @ordered
*/
int FLOW_NODE__LANES = FLOW_ELEMENT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Outgoing' reference list.
*
*
* @generated
* @ordered
*/
int FLOW_NODE__OUTGOING = FLOW_ELEMENT_FEATURE_COUNT + 2;
/**
* The number of structural features of the 'Flow Node' class.
*
*
* @generated
* @ordered
*/
int FLOW_NODE_FEATURE_COUNT = FLOW_ELEMENT_FEATURE_COUNT + 3;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.ActivityImpl Activity}' class.
*
*
* @see org.eclipse.bpmn2.impl.ActivityImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getActivity()
* @generated
*/
int ACTIVITY = 1;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int ACTIVITY__DOCUMENTATION = FLOW_NODE__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int ACTIVITY__EXTENSION_VALUES = FLOW_NODE__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int ACTIVITY__EXTENSION_DEFINITIONS = FLOW_NODE__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int ACTIVITY__ID = FLOW_NODE__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int ACTIVITY__ANY_ATTRIBUTE = FLOW_NODE__ANY_ATTRIBUTE;
/**
* The feature id for the 'Auditing' containment reference.
*
*
* @generated
* @ordered
*/
int ACTIVITY__AUDITING = FLOW_NODE__AUDITING;
/**
* The feature id for the 'Monitoring' containment reference.
*
*
* @generated
* @ordered
*/
int ACTIVITY__MONITORING = FLOW_NODE__MONITORING;
/**
* The feature id for the 'Category Value Ref' reference list.
*
*
* @generated
* @ordered
*/
int ACTIVITY__CATEGORY_VALUE_REF = FLOW_NODE__CATEGORY_VALUE_REF;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int ACTIVITY__NAME = FLOW_NODE__NAME;
/**
* The feature id for the 'Incoming' reference list.
*
*
* @generated
* @ordered
*/
int ACTIVITY__INCOMING = FLOW_NODE__INCOMING;
/**
* The feature id for the 'Lanes' reference list.
*
*
* @generated
* @ordered
*/
int ACTIVITY__LANES = FLOW_NODE__LANES;
/**
* The feature id for the 'Outgoing' reference list.
*
*
* @generated
* @ordered
*/
int ACTIVITY__OUTGOING = FLOW_NODE__OUTGOING;
/**
* The feature id for the 'Io Specification' containment reference.
*
*
* @generated
* @ordered
*/
int ACTIVITY__IO_SPECIFICATION = FLOW_NODE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Boundary Event Refs' reference list.
*
*
* @generated
* @ordered
*/
int ACTIVITY__BOUNDARY_EVENT_REFS = FLOW_NODE_FEATURE_COUNT + 1;
/**
* The feature id for the 'Properties' containment reference list.
*
*
* @generated
* @ordered
*/
int ACTIVITY__PROPERTIES = FLOW_NODE_FEATURE_COUNT + 2;
/**
* The feature id for the 'Data Input Associations' containment reference list.
*
*
* @generated
* @ordered
*/
int ACTIVITY__DATA_INPUT_ASSOCIATIONS = FLOW_NODE_FEATURE_COUNT + 3;
/**
* The feature id for the 'Data Output Associations' containment reference list.
*
*
* @generated
* @ordered
*/
int ACTIVITY__DATA_OUTPUT_ASSOCIATIONS = FLOW_NODE_FEATURE_COUNT + 4;
/**
* The feature id for the 'Resources' containment reference list.
*
*
* @generated
* @ordered
*/
int ACTIVITY__RESOURCES = FLOW_NODE_FEATURE_COUNT + 5;
/**
* The feature id for the 'Loop Characteristics' containment reference.
*
*
* @generated
* @ordered
*/
int ACTIVITY__LOOP_CHARACTERISTICS = FLOW_NODE_FEATURE_COUNT + 6;
/**
* The feature id for the 'Completion Quantity' attribute.
*
*
* @generated
* @ordered
*/
int ACTIVITY__COMPLETION_QUANTITY = FLOW_NODE_FEATURE_COUNT + 7;
/**
* The feature id for the 'Default' reference.
*
*
* @generated
* @ordered
*/
int ACTIVITY__DEFAULT = FLOW_NODE_FEATURE_COUNT + 8;
/**
* The feature id for the 'Is For Compensation' attribute.
*
*
* @generated
* @ordered
*/
int ACTIVITY__IS_FOR_COMPENSATION = FLOW_NODE_FEATURE_COUNT + 9;
/**
* The feature id for the 'Start Quantity' attribute.
*
*
* @generated
* @ordered
*/
int ACTIVITY__START_QUANTITY = FLOW_NODE_FEATURE_COUNT + 10;
/**
* The number of structural features of the 'Activity' class.
*
*
* @generated
* @ordered
*/
int ACTIVITY_FEATURE_COUNT = FLOW_NODE_FEATURE_COUNT + 11;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.SubProcessImpl Sub Process}' class.
*
*
* @see org.eclipse.bpmn2.impl.SubProcessImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getSubProcess()
* @generated
*/
int SUB_PROCESS = 130;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int SUB_PROCESS__DOCUMENTATION = ACTIVITY__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int SUB_PROCESS__EXTENSION_VALUES = ACTIVITY__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int SUB_PROCESS__EXTENSION_DEFINITIONS = ACTIVITY__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int SUB_PROCESS__ID = ACTIVITY__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int SUB_PROCESS__ANY_ATTRIBUTE = ACTIVITY__ANY_ATTRIBUTE;
/**
* The feature id for the 'Auditing' containment reference.
*
*
* @generated
* @ordered
*/
int SUB_PROCESS__AUDITING = ACTIVITY__AUDITING;
/**
* The feature id for the 'Monitoring' containment reference.
*
*
* @generated
* @ordered
*/
int SUB_PROCESS__MONITORING = ACTIVITY__MONITORING;
/**
* The feature id for the 'Category Value Ref' reference list.
*
*
* @generated
* @ordered
*/
int SUB_PROCESS__CATEGORY_VALUE_REF = ACTIVITY__CATEGORY_VALUE_REF;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int SUB_PROCESS__NAME = ACTIVITY__NAME;
/**
* The feature id for the 'Incoming' reference list.
*
*
* @generated
* @ordered
*/
int SUB_PROCESS__INCOMING = ACTIVITY__INCOMING;
/**
* The feature id for the 'Lanes' reference list.
*
*
* @generated
* @ordered
*/
int SUB_PROCESS__LANES = ACTIVITY__LANES;
/**
* The feature id for the 'Outgoing' reference list.
*
*
* @generated
* @ordered
*/
int SUB_PROCESS__OUTGOING = ACTIVITY__OUTGOING;
/**
* The feature id for the 'Io Specification' containment reference.
*
*
* @generated
* @ordered
*/
int SUB_PROCESS__IO_SPECIFICATION = ACTIVITY__IO_SPECIFICATION;
/**
* The feature id for the 'Boundary Event Refs' reference list.
*
*
* @generated
* @ordered
*/
int SUB_PROCESS__BOUNDARY_EVENT_REFS = ACTIVITY__BOUNDARY_EVENT_REFS;
/**
* The feature id for the 'Properties' containment reference list.
*
*
* @generated
* @ordered
*/
int SUB_PROCESS__PROPERTIES = ACTIVITY__PROPERTIES;
/**
* The feature id for the 'Data Input Associations' containment reference list.
*
*
* @generated
* @ordered
*/
int SUB_PROCESS__DATA_INPUT_ASSOCIATIONS = ACTIVITY__DATA_INPUT_ASSOCIATIONS;
/**
* The feature id for the 'Data Output Associations' containment reference list.
*
*
* @generated
* @ordered
*/
int SUB_PROCESS__DATA_OUTPUT_ASSOCIATIONS = ACTIVITY__DATA_OUTPUT_ASSOCIATIONS;
/**
* The feature id for the 'Resources' containment reference list.
*
*
* @generated
* @ordered
*/
int SUB_PROCESS__RESOURCES = ACTIVITY__RESOURCES;
/**
* The feature id for the 'Loop Characteristics' containment reference.
*
*
* @generated
* @ordered
*/
int SUB_PROCESS__LOOP_CHARACTERISTICS = ACTIVITY__LOOP_CHARACTERISTICS;
/**
* The feature id for the 'Completion Quantity' attribute.
*
*
* @generated
* @ordered
*/
int SUB_PROCESS__COMPLETION_QUANTITY = ACTIVITY__COMPLETION_QUANTITY;
/**
* The feature id for the 'Default' reference.
*
*
* @generated
* @ordered
*/
int SUB_PROCESS__DEFAULT = ACTIVITY__DEFAULT;
/**
* The feature id for the 'Is For Compensation' attribute.
*
*
* @generated
* @ordered
*/
int SUB_PROCESS__IS_FOR_COMPENSATION = ACTIVITY__IS_FOR_COMPENSATION;
/**
* The feature id for the 'Start Quantity' attribute.
*
*
* @generated
* @ordered
*/
int SUB_PROCESS__START_QUANTITY = ACTIVITY__START_QUANTITY;
/**
* The feature id for the 'Lane Sets' containment reference list.
*
*
* @generated
* @ordered
*/
int SUB_PROCESS__LANE_SETS = ACTIVITY_FEATURE_COUNT + 0;
/**
* The feature id for the 'Flow Elements' containment reference list.
*
*
* @generated
* @ordered
*/
int SUB_PROCESS__FLOW_ELEMENTS = ACTIVITY_FEATURE_COUNT + 1;
/**
* The feature id for the 'Artifacts' containment reference list.
*
*
* @generated
* @ordered
*/
int SUB_PROCESS__ARTIFACTS = ACTIVITY_FEATURE_COUNT + 2;
/**
* The feature id for the 'Triggered By Event' attribute.
*
*
* @generated
* @ordered
*/
int SUB_PROCESS__TRIGGERED_BY_EVENT = ACTIVITY_FEATURE_COUNT + 3;
/**
* The number of structural features of the 'Sub Process' class.
*
*
* @generated
* @ordered
*/
int SUB_PROCESS_FEATURE_COUNT = ACTIVITY_FEATURE_COUNT + 4;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.AdHocSubProcessImpl Ad Hoc Sub Process}' class.
*
*
* @see org.eclipse.bpmn2.impl.AdHocSubProcessImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getAdHocSubProcess()
* @generated
*/
int AD_HOC_SUB_PROCESS = 2;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int AD_HOC_SUB_PROCESS__DOCUMENTATION = SUB_PROCESS__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int AD_HOC_SUB_PROCESS__EXTENSION_VALUES = SUB_PROCESS__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int AD_HOC_SUB_PROCESS__EXTENSION_DEFINITIONS = SUB_PROCESS__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int AD_HOC_SUB_PROCESS__ID = SUB_PROCESS__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int AD_HOC_SUB_PROCESS__ANY_ATTRIBUTE = SUB_PROCESS__ANY_ATTRIBUTE;
/**
* The feature id for the 'Auditing' containment reference.
*
*
* @generated
* @ordered
*/
int AD_HOC_SUB_PROCESS__AUDITING = SUB_PROCESS__AUDITING;
/**
* The feature id for the 'Monitoring' containment reference.
*
*
* @generated
* @ordered
*/
int AD_HOC_SUB_PROCESS__MONITORING = SUB_PROCESS__MONITORING;
/**
* The feature id for the 'Category Value Ref' reference list.
*
*
* @generated
* @ordered
*/
int AD_HOC_SUB_PROCESS__CATEGORY_VALUE_REF = SUB_PROCESS__CATEGORY_VALUE_REF;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int AD_HOC_SUB_PROCESS__NAME = SUB_PROCESS__NAME;
/**
* The feature id for the 'Incoming' reference list.
*
*
* @generated
* @ordered
*/
int AD_HOC_SUB_PROCESS__INCOMING = SUB_PROCESS__INCOMING;
/**
* The feature id for the 'Lanes' reference list.
*
*
* @generated
* @ordered
*/
int AD_HOC_SUB_PROCESS__LANES = SUB_PROCESS__LANES;
/**
* The feature id for the 'Outgoing' reference list.
*
*
* @generated
* @ordered
*/
int AD_HOC_SUB_PROCESS__OUTGOING = SUB_PROCESS__OUTGOING;
/**
* The feature id for the 'Io Specification' containment reference.
*
*
* @generated
* @ordered
*/
int AD_HOC_SUB_PROCESS__IO_SPECIFICATION = SUB_PROCESS__IO_SPECIFICATION;
/**
* The feature id for the 'Boundary Event Refs' reference list.
*
*
* @generated
* @ordered
*/
int AD_HOC_SUB_PROCESS__BOUNDARY_EVENT_REFS = SUB_PROCESS__BOUNDARY_EVENT_REFS;
/**
* The feature id for the 'Properties' containment reference list.
*
*
* @generated
* @ordered
*/
int AD_HOC_SUB_PROCESS__PROPERTIES = SUB_PROCESS__PROPERTIES;
/**
* The feature id for the 'Data Input Associations' containment reference list.
*
*
* @generated
* @ordered
*/
int AD_HOC_SUB_PROCESS__DATA_INPUT_ASSOCIATIONS = SUB_PROCESS__DATA_INPUT_ASSOCIATIONS;
/**
* The feature id for the 'Data Output Associations' containment reference list.
*
*
* @generated
* @ordered
*/
int AD_HOC_SUB_PROCESS__DATA_OUTPUT_ASSOCIATIONS = SUB_PROCESS__DATA_OUTPUT_ASSOCIATIONS;
/**
* The feature id for the 'Resources' containment reference list.
*
*
* @generated
* @ordered
*/
int AD_HOC_SUB_PROCESS__RESOURCES = SUB_PROCESS__RESOURCES;
/**
* The feature id for the 'Loop Characteristics' containment reference.
*
*
* @generated
* @ordered
*/
int AD_HOC_SUB_PROCESS__LOOP_CHARACTERISTICS = SUB_PROCESS__LOOP_CHARACTERISTICS;
/**
* The feature id for the 'Completion Quantity' attribute.
*
*
* @generated
* @ordered
*/
int AD_HOC_SUB_PROCESS__COMPLETION_QUANTITY = SUB_PROCESS__COMPLETION_QUANTITY;
/**
* The feature id for the 'Default' reference.
*
*
* @generated
* @ordered
*/
int AD_HOC_SUB_PROCESS__DEFAULT = SUB_PROCESS__DEFAULT;
/**
* The feature id for the 'Is For Compensation' attribute.
*
*
* @generated
* @ordered
*/
int AD_HOC_SUB_PROCESS__IS_FOR_COMPENSATION = SUB_PROCESS__IS_FOR_COMPENSATION;
/**
* The feature id for the 'Start Quantity' attribute.
*
*
* @generated
* @ordered
*/
int AD_HOC_SUB_PROCESS__START_QUANTITY = SUB_PROCESS__START_QUANTITY;
/**
* The feature id for the 'Lane Sets' containment reference list.
*
*
* @generated
* @ordered
*/
int AD_HOC_SUB_PROCESS__LANE_SETS = SUB_PROCESS__LANE_SETS;
/**
* The feature id for the 'Flow Elements' containment reference list.
*
*
* @generated
* @ordered
*/
int AD_HOC_SUB_PROCESS__FLOW_ELEMENTS = SUB_PROCESS__FLOW_ELEMENTS;
/**
* The feature id for the 'Artifacts' containment reference list.
*
*
* @generated
* @ordered
*/
int AD_HOC_SUB_PROCESS__ARTIFACTS = SUB_PROCESS__ARTIFACTS;
/**
* The feature id for the 'Triggered By Event' attribute.
*
*
* @generated
* @ordered
*/
int AD_HOC_SUB_PROCESS__TRIGGERED_BY_EVENT = SUB_PROCESS__TRIGGERED_BY_EVENT;
/**
* The feature id for the 'Completion Condition' containment reference.
*
*
* @generated
* @ordered
*/
int AD_HOC_SUB_PROCESS__COMPLETION_CONDITION = SUB_PROCESS_FEATURE_COUNT + 0;
/**
* The feature id for the 'Cancel Remaining Instances' attribute.
*
*
* @generated
* @ordered
*/
int AD_HOC_SUB_PROCESS__CANCEL_REMAINING_INSTANCES = SUB_PROCESS_FEATURE_COUNT + 1;
/**
* The feature id for the 'Ordering' attribute.
*
*
* @generated
* @ordered
*/
int AD_HOC_SUB_PROCESS__ORDERING = SUB_PROCESS_FEATURE_COUNT + 2;
/**
* The number of structural features of the 'Ad Hoc Sub Process' class.
*
*
* @generated
* @ordered
*/
int AD_HOC_SUB_PROCESS_FEATURE_COUNT = SUB_PROCESS_FEATURE_COUNT + 3;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.ArtifactImpl Artifact}' class.
*
*
* @see org.eclipse.bpmn2.impl.ArtifactImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getArtifact()
* @generated
*/
int ARTIFACT = 3;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int ARTIFACT__DOCUMENTATION = BASE_ELEMENT__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int ARTIFACT__EXTENSION_VALUES = BASE_ELEMENT__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int ARTIFACT__EXTENSION_DEFINITIONS = BASE_ELEMENT__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int ARTIFACT__ID = BASE_ELEMENT__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int ARTIFACT__ANY_ATTRIBUTE = BASE_ELEMENT__ANY_ATTRIBUTE;
/**
* The number of structural features of the 'Artifact' class.
*
*
* @generated
* @ordered
*/
int ARTIFACT_FEATURE_COUNT = BASE_ELEMENT_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.AssignmentImpl Assignment}' class.
*
*
* @see org.eclipse.bpmn2.impl.AssignmentImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getAssignment()
* @generated
*/
int ASSIGNMENT = 4;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int ASSIGNMENT__DOCUMENTATION = BASE_ELEMENT__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int ASSIGNMENT__EXTENSION_VALUES = BASE_ELEMENT__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int ASSIGNMENT__EXTENSION_DEFINITIONS = BASE_ELEMENT__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int ASSIGNMENT__ID = BASE_ELEMENT__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int ASSIGNMENT__ANY_ATTRIBUTE = BASE_ELEMENT__ANY_ATTRIBUTE;
/**
* The feature id for the 'From' containment reference.
*
*
* @generated
* @ordered
*/
int ASSIGNMENT__FROM = BASE_ELEMENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'To' containment reference.
*
*
* @generated
* @ordered
*/
int ASSIGNMENT__TO = BASE_ELEMENT_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Assignment' class.
*
*
* @generated
* @ordered
*/
int ASSIGNMENT_FEATURE_COUNT = BASE_ELEMENT_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.AssociationImpl Association}' class.
*
*
* @see org.eclipse.bpmn2.impl.AssociationImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getAssociation()
* @generated
*/
int ASSOCIATION = 5;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int ASSOCIATION__DOCUMENTATION = ARTIFACT__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int ASSOCIATION__EXTENSION_VALUES = ARTIFACT__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int ASSOCIATION__EXTENSION_DEFINITIONS = ARTIFACT__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int ASSOCIATION__ID = ARTIFACT__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int ASSOCIATION__ANY_ATTRIBUTE = ARTIFACT__ANY_ATTRIBUTE;
/**
* The feature id for the 'Association Direction' attribute.
*
*
* @generated
* @ordered
*/
int ASSOCIATION__ASSOCIATION_DIRECTION = ARTIFACT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Source Ref' reference.
*
*
* @generated
* @ordered
*/
int ASSOCIATION__SOURCE_REF = ARTIFACT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Target Ref' reference.
*
*
* @generated
* @ordered
*/
int ASSOCIATION__TARGET_REF = ARTIFACT_FEATURE_COUNT + 2;
/**
* The number of structural features of the 'Association' class.
*
*
* @generated
* @ordered
*/
int ASSOCIATION_FEATURE_COUNT = ARTIFACT_FEATURE_COUNT + 3;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.AuditingImpl Auditing}' class.
*
*
* @see org.eclipse.bpmn2.impl.AuditingImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getAuditing()
* @generated
*/
int AUDITING = 6;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int AUDITING__DOCUMENTATION = BASE_ELEMENT__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int AUDITING__EXTENSION_VALUES = BASE_ELEMENT__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int AUDITING__EXTENSION_DEFINITIONS = BASE_ELEMENT__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int AUDITING__ID = BASE_ELEMENT__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int AUDITING__ANY_ATTRIBUTE = BASE_ELEMENT__ANY_ATTRIBUTE;
/**
* The number of structural features of the 'Auditing' class.
*
*
* @generated
* @ordered
*/
int AUDITING_FEATURE_COUNT = BASE_ELEMENT_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.EventImpl Event}' class.
*
*
* @see org.eclipse.bpmn2.impl.EventImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getEvent()
* @generated
*/
int EVENT = 53;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int EVENT__DOCUMENTATION = FLOW_NODE__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int EVENT__EXTENSION_VALUES = FLOW_NODE__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int EVENT__EXTENSION_DEFINITIONS = FLOW_NODE__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int EVENT__ID = FLOW_NODE__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int EVENT__ANY_ATTRIBUTE = FLOW_NODE__ANY_ATTRIBUTE;
/**
* The feature id for the 'Auditing' containment reference.
*
*
* @generated
* @ordered
*/
int EVENT__AUDITING = FLOW_NODE__AUDITING;
/**
* The feature id for the 'Monitoring' containment reference.
*
*
* @generated
* @ordered
*/
int EVENT__MONITORING = FLOW_NODE__MONITORING;
/**
* The feature id for the 'Category Value Ref' reference list.
*
*
* @generated
* @ordered
*/
int EVENT__CATEGORY_VALUE_REF = FLOW_NODE__CATEGORY_VALUE_REF;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int EVENT__NAME = FLOW_NODE__NAME;
/**
* The feature id for the 'Incoming' reference list.
*
*
* @generated
* @ordered
*/
int EVENT__INCOMING = FLOW_NODE__INCOMING;
/**
* The feature id for the 'Lanes' reference list.
*
*
* @generated
* @ordered
*/
int EVENT__LANES = FLOW_NODE__LANES;
/**
* The feature id for the 'Outgoing' reference list.
*
*
* @generated
* @ordered
*/
int EVENT__OUTGOING = FLOW_NODE__OUTGOING;
/**
* The feature id for the 'Incoming Conversation Links' reference list.
*
*
* @generated
* @ordered
*/
int EVENT__INCOMING_CONVERSATION_LINKS = FLOW_NODE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Outgoing Conversation Links' reference list.
*
*
* @generated
* @ordered
*/
int EVENT__OUTGOING_CONVERSATION_LINKS = FLOW_NODE_FEATURE_COUNT + 1;
/**
* The feature id for the 'Properties' containment reference list.
*
*
* @generated
* @ordered
*/
int EVENT__PROPERTIES = FLOW_NODE_FEATURE_COUNT + 2;
/**
* The number of structural features of the 'Event' class.
*
*
* @generated
* @ordered
*/
int EVENT_FEATURE_COUNT = FLOW_NODE_FEATURE_COUNT + 3;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.CatchEventImpl Catch Event}' class.
*
*
* @see org.eclipse.bpmn2.impl.CatchEventImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getCatchEvent()
* @generated
*/
int CATCH_EVENT = 15;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int CATCH_EVENT__DOCUMENTATION = EVENT__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int CATCH_EVENT__EXTENSION_VALUES = EVENT__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int CATCH_EVENT__EXTENSION_DEFINITIONS = EVENT__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int CATCH_EVENT__ID = EVENT__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int CATCH_EVENT__ANY_ATTRIBUTE = EVENT__ANY_ATTRIBUTE;
/**
* The feature id for the 'Auditing' containment reference.
*
*
* @generated
* @ordered
*/
int CATCH_EVENT__AUDITING = EVENT__AUDITING;
/**
* The feature id for the 'Monitoring' containment reference.
*
*
* @generated
* @ordered
*/
int CATCH_EVENT__MONITORING = EVENT__MONITORING;
/**
* The feature id for the 'Category Value Ref' reference list.
*
*
* @generated
* @ordered
*/
int CATCH_EVENT__CATEGORY_VALUE_REF = EVENT__CATEGORY_VALUE_REF;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int CATCH_EVENT__NAME = EVENT__NAME;
/**
* The feature id for the 'Incoming' reference list.
*
*
* @generated
* @ordered
*/
int CATCH_EVENT__INCOMING = EVENT__INCOMING;
/**
* The feature id for the 'Lanes' reference list.
*
*
* @generated
* @ordered
*/
int CATCH_EVENT__LANES = EVENT__LANES;
/**
* The feature id for the 'Outgoing' reference list.
*
*
* @generated
* @ordered
*/
int CATCH_EVENT__OUTGOING = EVENT__OUTGOING;
/**
* The feature id for the 'Incoming Conversation Links' reference list.
*
*
* @generated
* @ordered
*/
int CATCH_EVENT__INCOMING_CONVERSATION_LINKS = EVENT__INCOMING_CONVERSATION_LINKS;
/**
* The feature id for the 'Outgoing Conversation Links' reference list.
*
*
* @generated
* @ordered
*/
int CATCH_EVENT__OUTGOING_CONVERSATION_LINKS = EVENT__OUTGOING_CONVERSATION_LINKS;
/**
* The feature id for the 'Properties' containment reference list.
*
*
* @generated
* @ordered
*/
int CATCH_EVENT__PROPERTIES = EVENT__PROPERTIES;
/**
* The feature id for the 'Data Outputs' containment reference list.
*
*
* @generated
* @ordered
*/
int CATCH_EVENT__DATA_OUTPUTS = EVENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Data Output Association' containment reference list.
*
*
* @generated
* @ordered
*/
int CATCH_EVENT__DATA_OUTPUT_ASSOCIATION = EVENT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Output Set' containment reference.
*
*
* @generated
* @ordered
*/
int CATCH_EVENT__OUTPUT_SET = EVENT_FEATURE_COUNT + 2;
/**
* The feature id for the 'Event Definitions' containment reference list.
*
*
* @generated
* @ordered
*/
int CATCH_EVENT__EVENT_DEFINITIONS = EVENT_FEATURE_COUNT + 3;
/**
* The feature id for the 'Event Definition Refs' reference list.
*
*
* @generated
* @ordered
*/
int CATCH_EVENT__EVENT_DEFINITION_REFS = EVENT_FEATURE_COUNT + 4;
/**
* The feature id for the 'Parallel Multiple' attribute.
*
*
* @generated
* @ordered
*/
int CATCH_EVENT__PARALLEL_MULTIPLE = EVENT_FEATURE_COUNT + 5;
/**
* The number of structural features of the 'Catch Event' class.
*
*
* @generated
* @ordered
*/
int CATCH_EVENT_FEATURE_COUNT = EVENT_FEATURE_COUNT + 6;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.BoundaryEventImpl Boundary Event}' class.
*
*
* @see org.eclipse.bpmn2.impl.BoundaryEventImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getBoundaryEvent()
* @generated
*/
int BOUNDARY_EVENT = 8;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int BOUNDARY_EVENT__DOCUMENTATION = CATCH_EVENT__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int BOUNDARY_EVENT__EXTENSION_VALUES = CATCH_EVENT__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int BOUNDARY_EVENT__EXTENSION_DEFINITIONS = CATCH_EVENT__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int BOUNDARY_EVENT__ID = CATCH_EVENT__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int BOUNDARY_EVENT__ANY_ATTRIBUTE = CATCH_EVENT__ANY_ATTRIBUTE;
/**
* The feature id for the 'Auditing' containment reference.
*
*
* @generated
* @ordered
*/
int BOUNDARY_EVENT__AUDITING = CATCH_EVENT__AUDITING;
/**
* The feature id for the 'Monitoring' containment reference.
*
*
* @generated
* @ordered
*/
int BOUNDARY_EVENT__MONITORING = CATCH_EVENT__MONITORING;
/**
* The feature id for the 'Category Value Ref' reference list.
*
*
* @generated
* @ordered
*/
int BOUNDARY_EVENT__CATEGORY_VALUE_REF = CATCH_EVENT__CATEGORY_VALUE_REF;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int BOUNDARY_EVENT__NAME = CATCH_EVENT__NAME;
/**
* The feature id for the 'Incoming' reference list.
*
*
* @generated
* @ordered
*/
int BOUNDARY_EVENT__INCOMING = CATCH_EVENT__INCOMING;
/**
* The feature id for the 'Lanes' reference list.
*
*
* @generated
* @ordered
*/
int BOUNDARY_EVENT__LANES = CATCH_EVENT__LANES;
/**
* The feature id for the 'Outgoing' reference list.
*
*
* @generated
* @ordered
*/
int BOUNDARY_EVENT__OUTGOING = CATCH_EVENT__OUTGOING;
/**
* The feature id for the 'Incoming Conversation Links' reference list.
*
*
* @generated
* @ordered
*/
int BOUNDARY_EVENT__INCOMING_CONVERSATION_LINKS = CATCH_EVENT__INCOMING_CONVERSATION_LINKS;
/**
* The feature id for the 'Outgoing Conversation Links' reference list.
*
*
* @generated
* @ordered
*/
int BOUNDARY_EVENT__OUTGOING_CONVERSATION_LINKS = CATCH_EVENT__OUTGOING_CONVERSATION_LINKS;
/**
* The feature id for the 'Properties' containment reference list.
*
*
* @generated
* @ordered
*/
int BOUNDARY_EVENT__PROPERTIES = CATCH_EVENT__PROPERTIES;
/**
* The feature id for the 'Data Outputs' containment reference list.
*
*
* @generated
* @ordered
*/
int BOUNDARY_EVENT__DATA_OUTPUTS = CATCH_EVENT__DATA_OUTPUTS;
/**
* The feature id for the 'Data Output Association' containment reference list.
*
*
* @generated
* @ordered
*/
int BOUNDARY_EVENT__DATA_OUTPUT_ASSOCIATION = CATCH_EVENT__DATA_OUTPUT_ASSOCIATION;
/**
* The feature id for the 'Output Set' containment reference.
*
*
* @generated
* @ordered
*/
int BOUNDARY_EVENT__OUTPUT_SET = CATCH_EVENT__OUTPUT_SET;
/**
* The feature id for the 'Event Definitions' containment reference list.
*
*
* @generated
* @ordered
*/
int BOUNDARY_EVENT__EVENT_DEFINITIONS = CATCH_EVENT__EVENT_DEFINITIONS;
/**
* The feature id for the 'Event Definition Refs' reference list.
*
*
* @generated
* @ordered
*/
int BOUNDARY_EVENT__EVENT_DEFINITION_REFS = CATCH_EVENT__EVENT_DEFINITION_REFS;
/**
* The feature id for the 'Parallel Multiple' attribute.
*
*
* @generated
* @ordered
*/
int BOUNDARY_EVENT__PARALLEL_MULTIPLE = CATCH_EVENT__PARALLEL_MULTIPLE;
/**
* The feature id for the 'Attached To Ref' reference.
*
*
* @generated
* @ordered
*/
int BOUNDARY_EVENT__ATTACHED_TO_REF = CATCH_EVENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Cancel Activity' attribute.
*
*
* @generated
* @ordered
*/
int BOUNDARY_EVENT__CANCEL_ACTIVITY = CATCH_EVENT_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Boundary Event' class.
*
*
* @generated
* @ordered
*/
int BOUNDARY_EVENT_FEATURE_COUNT = CATCH_EVENT_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.TaskImpl Task}' class.
*
*
* @see org.eclipse.bpmn2.impl.TaskImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getTask()
* @generated
*/
int TASK = 131;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int TASK__DOCUMENTATION = ACTIVITY__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int TASK__EXTENSION_VALUES = ACTIVITY__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int TASK__EXTENSION_DEFINITIONS = ACTIVITY__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int TASK__ID = ACTIVITY__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int TASK__ANY_ATTRIBUTE = ACTIVITY__ANY_ATTRIBUTE;
/**
* The feature id for the 'Auditing' containment reference.
*
*
* @generated
* @ordered
*/
int TASK__AUDITING = ACTIVITY__AUDITING;
/**
* The feature id for the 'Monitoring' containment reference.
*
*
* @generated
* @ordered
*/
int TASK__MONITORING = ACTIVITY__MONITORING;
/**
* The feature id for the 'Category Value Ref' reference list.
*
*
* @generated
* @ordered
*/
int TASK__CATEGORY_VALUE_REF = ACTIVITY__CATEGORY_VALUE_REF;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int TASK__NAME = ACTIVITY__NAME;
/**
* The feature id for the 'Incoming' reference list.
*
*
* @generated
* @ordered
*/
int TASK__INCOMING = ACTIVITY__INCOMING;
/**
* The feature id for the 'Lanes' reference list.
*
*
* @generated
* @ordered
*/
int TASK__LANES = ACTIVITY__LANES;
/**
* The feature id for the 'Outgoing' reference list.
*
*
* @generated
* @ordered
*/
int TASK__OUTGOING = ACTIVITY__OUTGOING;
/**
* The feature id for the 'Io Specification' containment reference.
*
*
* @generated
* @ordered
*/
int TASK__IO_SPECIFICATION = ACTIVITY__IO_SPECIFICATION;
/**
* The feature id for the 'Boundary Event Refs' reference list.
*
*
* @generated
* @ordered
*/
int TASK__BOUNDARY_EVENT_REFS = ACTIVITY__BOUNDARY_EVENT_REFS;
/**
* The feature id for the 'Properties' containment reference list.
*
*
* @generated
* @ordered
*/
int TASK__PROPERTIES = ACTIVITY__PROPERTIES;
/**
* The feature id for the 'Data Input Associations' containment reference list.
*
*
* @generated
* @ordered
*/
int TASK__DATA_INPUT_ASSOCIATIONS = ACTIVITY__DATA_INPUT_ASSOCIATIONS;
/**
* The feature id for the 'Data Output Associations' containment reference list.
*
*
* @generated
* @ordered
*/
int TASK__DATA_OUTPUT_ASSOCIATIONS = ACTIVITY__DATA_OUTPUT_ASSOCIATIONS;
/**
* The feature id for the 'Resources' containment reference list.
*
*
* @generated
* @ordered
*/
int TASK__RESOURCES = ACTIVITY__RESOURCES;
/**
* The feature id for the 'Loop Characteristics' containment reference.
*
*
* @generated
* @ordered
*/
int TASK__LOOP_CHARACTERISTICS = ACTIVITY__LOOP_CHARACTERISTICS;
/**
* The feature id for the 'Completion Quantity' attribute.
*
*
* @generated
* @ordered
*/
int TASK__COMPLETION_QUANTITY = ACTIVITY__COMPLETION_QUANTITY;
/**
* The feature id for the 'Default' reference.
*
*
* @generated
* @ordered
*/
int TASK__DEFAULT = ACTIVITY__DEFAULT;
/**
* The feature id for the 'Is For Compensation' attribute.
*
*
* @generated
* @ordered
*/
int TASK__IS_FOR_COMPENSATION = ACTIVITY__IS_FOR_COMPENSATION;
/**
* The feature id for the 'Start Quantity' attribute.
*
*
* @generated
* @ordered
*/
int TASK__START_QUANTITY = ACTIVITY__START_QUANTITY;
/**
* The feature id for the 'Incoming Conversation Links' reference list.
*
*
* @generated
* @ordered
*/
int TASK__INCOMING_CONVERSATION_LINKS = ACTIVITY_FEATURE_COUNT + 0;
/**
* The feature id for the 'Outgoing Conversation Links' reference list.
*
*
* @generated
* @ordered
*/
int TASK__OUTGOING_CONVERSATION_LINKS = ACTIVITY_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Task' class.
*
*
* @generated
* @ordered
*/
int TASK_FEATURE_COUNT = ACTIVITY_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.BusinessRuleTaskImpl Business Rule Task}' class.
*
*
* @see org.eclipse.bpmn2.impl.BusinessRuleTaskImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getBusinessRuleTask()
* @generated
*/
int BUSINESS_RULE_TASK = 9;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int BUSINESS_RULE_TASK__DOCUMENTATION = TASK__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int BUSINESS_RULE_TASK__EXTENSION_VALUES = TASK__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int BUSINESS_RULE_TASK__EXTENSION_DEFINITIONS = TASK__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int BUSINESS_RULE_TASK__ID = TASK__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int BUSINESS_RULE_TASK__ANY_ATTRIBUTE = TASK__ANY_ATTRIBUTE;
/**
* The feature id for the 'Auditing' containment reference.
*
*
* @generated
* @ordered
*/
int BUSINESS_RULE_TASK__AUDITING = TASK__AUDITING;
/**
* The feature id for the 'Monitoring' containment reference.
*
*
* @generated
* @ordered
*/
int BUSINESS_RULE_TASK__MONITORING = TASK__MONITORING;
/**
* The feature id for the 'Category Value Ref' reference list.
*
*
* @generated
* @ordered
*/
int BUSINESS_RULE_TASK__CATEGORY_VALUE_REF = TASK__CATEGORY_VALUE_REF;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int BUSINESS_RULE_TASK__NAME = TASK__NAME;
/**
* The feature id for the 'Incoming' reference list.
*
*
* @generated
* @ordered
*/
int BUSINESS_RULE_TASK__INCOMING = TASK__INCOMING;
/**
* The feature id for the 'Lanes' reference list.
*
*
* @generated
* @ordered
*/
int BUSINESS_RULE_TASK__LANES = TASK__LANES;
/**
* The feature id for the 'Outgoing' reference list.
*
*
* @generated
* @ordered
*/
int BUSINESS_RULE_TASK__OUTGOING = TASK__OUTGOING;
/**
* The feature id for the 'Io Specification' containment reference.
*
*
* @generated
* @ordered
*/
int BUSINESS_RULE_TASK__IO_SPECIFICATION = TASK__IO_SPECIFICATION;
/**
* The feature id for the 'Boundary Event Refs' reference list.
*
*
* @generated
* @ordered
*/
int BUSINESS_RULE_TASK__BOUNDARY_EVENT_REFS = TASK__BOUNDARY_EVENT_REFS;
/**
* The feature id for the 'Properties' containment reference list.
*
*
* @generated
* @ordered
*/
int BUSINESS_RULE_TASK__PROPERTIES = TASK__PROPERTIES;
/**
* The feature id for the 'Data Input Associations' containment reference list.
*
*
* @generated
* @ordered
*/
int BUSINESS_RULE_TASK__DATA_INPUT_ASSOCIATIONS = TASK__DATA_INPUT_ASSOCIATIONS;
/**
* The feature id for the 'Data Output Associations' containment reference list.
*
*
* @generated
* @ordered
*/
int BUSINESS_RULE_TASK__DATA_OUTPUT_ASSOCIATIONS = TASK__DATA_OUTPUT_ASSOCIATIONS;
/**
* The feature id for the 'Resources' containment reference list.
*
*
* @generated
* @ordered
*/
int BUSINESS_RULE_TASK__RESOURCES = TASK__RESOURCES;
/**
* The feature id for the 'Loop Characteristics' containment reference.
*
*
* @generated
* @ordered
*/
int BUSINESS_RULE_TASK__LOOP_CHARACTERISTICS = TASK__LOOP_CHARACTERISTICS;
/**
* The feature id for the 'Completion Quantity' attribute.
*
*
* @generated
* @ordered
*/
int BUSINESS_RULE_TASK__COMPLETION_QUANTITY = TASK__COMPLETION_QUANTITY;
/**
* The feature id for the 'Default' reference.
*
*
* @generated
* @ordered
*/
int BUSINESS_RULE_TASK__DEFAULT = TASK__DEFAULT;
/**
* The feature id for the 'Is For Compensation' attribute.
*
*
* @generated
* @ordered
*/
int BUSINESS_RULE_TASK__IS_FOR_COMPENSATION = TASK__IS_FOR_COMPENSATION;
/**
* The feature id for the 'Start Quantity' attribute.
*
*
* @generated
* @ordered
*/
int BUSINESS_RULE_TASK__START_QUANTITY = TASK__START_QUANTITY;
/**
* The feature id for the 'Incoming Conversation Links' reference list.
*
*
* @generated
* @ordered
*/
int BUSINESS_RULE_TASK__INCOMING_CONVERSATION_LINKS = TASK__INCOMING_CONVERSATION_LINKS;
/**
* The feature id for the 'Outgoing Conversation Links' reference list.
*
*
* @generated
* @ordered
*/
int BUSINESS_RULE_TASK__OUTGOING_CONVERSATION_LINKS = TASK__OUTGOING_CONVERSATION_LINKS;
/**
* The feature id for the 'Implementation' attribute.
*
*
* @generated
* @ordered
*/
int BUSINESS_RULE_TASK__IMPLEMENTATION = TASK_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Business Rule Task' class.
*
*
* @generated
* @ordered
*/
int BUSINESS_RULE_TASK_FEATURE_COUNT = TASK_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.CallActivityImpl Call Activity}' class.
*
*
* @see org.eclipse.bpmn2.impl.CallActivityImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getCallActivity()
* @generated
*/
int CALL_ACTIVITY = 10;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int CALL_ACTIVITY__DOCUMENTATION = ACTIVITY__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int CALL_ACTIVITY__EXTENSION_VALUES = ACTIVITY__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int CALL_ACTIVITY__EXTENSION_DEFINITIONS = ACTIVITY__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int CALL_ACTIVITY__ID = ACTIVITY__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int CALL_ACTIVITY__ANY_ATTRIBUTE = ACTIVITY__ANY_ATTRIBUTE;
/**
* The feature id for the 'Auditing' containment reference.
*
*
* @generated
* @ordered
*/
int CALL_ACTIVITY__AUDITING = ACTIVITY__AUDITING;
/**
* The feature id for the 'Monitoring' containment reference.
*
*
* @generated
* @ordered
*/
int CALL_ACTIVITY__MONITORING = ACTIVITY__MONITORING;
/**
* The feature id for the 'Category Value Ref' reference list.
*
*
* @generated
* @ordered
*/
int CALL_ACTIVITY__CATEGORY_VALUE_REF = ACTIVITY__CATEGORY_VALUE_REF;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int CALL_ACTIVITY__NAME = ACTIVITY__NAME;
/**
* The feature id for the 'Incoming' reference list.
*
*
* @generated
* @ordered
*/
int CALL_ACTIVITY__INCOMING = ACTIVITY__INCOMING;
/**
* The feature id for the 'Lanes' reference list.
*
*
* @generated
* @ordered
*/
int CALL_ACTIVITY__LANES = ACTIVITY__LANES;
/**
* The feature id for the 'Outgoing' reference list.
*
*
* @generated
* @ordered
*/
int CALL_ACTIVITY__OUTGOING = ACTIVITY__OUTGOING;
/**
* The feature id for the 'Io Specification' containment reference.
*
*
* @generated
* @ordered
*/
int CALL_ACTIVITY__IO_SPECIFICATION = ACTIVITY__IO_SPECIFICATION;
/**
* The feature id for the 'Boundary Event Refs' reference list.
*
*
* @generated
* @ordered
*/
int CALL_ACTIVITY__BOUNDARY_EVENT_REFS = ACTIVITY__BOUNDARY_EVENT_REFS;
/**
* The feature id for the 'Properties' containment reference list.
*
*
* @generated
* @ordered
*/
int CALL_ACTIVITY__PROPERTIES = ACTIVITY__PROPERTIES;
/**
* The feature id for the 'Data Input Associations' containment reference list.
*
*
* @generated
* @ordered
*/
int CALL_ACTIVITY__DATA_INPUT_ASSOCIATIONS = ACTIVITY__DATA_INPUT_ASSOCIATIONS;
/**
* The feature id for the 'Data Output Associations' containment reference list.
*
*
* @generated
* @ordered
*/
int CALL_ACTIVITY__DATA_OUTPUT_ASSOCIATIONS = ACTIVITY__DATA_OUTPUT_ASSOCIATIONS;
/**
* The feature id for the 'Resources' containment reference list.
*
*
* @generated
* @ordered
*/
int CALL_ACTIVITY__RESOURCES = ACTIVITY__RESOURCES;
/**
* The feature id for the 'Loop Characteristics' containment reference.
*
*
* @generated
* @ordered
*/
int CALL_ACTIVITY__LOOP_CHARACTERISTICS = ACTIVITY__LOOP_CHARACTERISTICS;
/**
* The feature id for the 'Completion Quantity' attribute.
*
*
* @generated
* @ordered
*/
int CALL_ACTIVITY__COMPLETION_QUANTITY = ACTIVITY__COMPLETION_QUANTITY;
/**
* The feature id for the 'Default' reference.
*
*
* @generated
* @ordered
*/
int CALL_ACTIVITY__DEFAULT = ACTIVITY__DEFAULT;
/**
* The feature id for the 'Is For Compensation' attribute.
*
*
* @generated
* @ordered
*/
int CALL_ACTIVITY__IS_FOR_COMPENSATION = ACTIVITY__IS_FOR_COMPENSATION;
/**
* The feature id for the 'Start Quantity' attribute.
*
*
* @generated
* @ordered
*/
int CALL_ACTIVITY__START_QUANTITY = ACTIVITY__START_QUANTITY;
/**
* The feature id for the 'Called Element' attribute.
*
*
* @generated
* @ordered
*/
int CALL_ACTIVITY__CALLED_ELEMENT = ACTIVITY_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Call Activity' class.
*
*
* @generated
* @ordered
*/
int CALL_ACTIVITY_FEATURE_COUNT = ACTIVITY_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.ChoreographyActivityImpl Choreography Activity}' class.
*
*
* @see org.eclipse.bpmn2.impl.ChoreographyActivityImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getChoreographyActivity()
* @generated
*/
int CHOREOGRAPHY_ACTIVITY = 19;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int CHOREOGRAPHY_ACTIVITY__DOCUMENTATION = FLOW_NODE__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int CHOREOGRAPHY_ACTIVITY__EXTENSION_VALUES = FLOW_NODE__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int CHOREOGRAPHY_ACTIVITY__EXTENSION_DEFINITIONS = FLOW_NODE__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int CHOREOGRAPHY_ACTIVITY__ID = FLOW_NODE__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int CHOREOGRAPHY_ACTIVITY__ANY_ATTRIBUTE = FLOW_NODE__ANY_ATTRIBUTE;
/**
* The feature id for the 'Auditing' containment reference.
*
*
* @generated
* @ordered
*/
int CHOREOGRAPHY_ACTIVITY__AUDITING = FLOW_NODE__AUDITING;
/**
* The feature id for the 'Monitoring' containment reference.
*
*
* @generated
* @ordered
*/
int CHOREOGRAPHY_ACTIVITY__MONITORING = FLOW_NODE__MONITORING;
/**
* The feature id for the 'Category Value Ref' reference list.
*
*
* @generated
* @ordered
*/
int CHOREOGRAPHY_ACTIVITY__CATEGORY_VALUE_REF = FLOW_NODE__CATEGORY_VALUE_REF;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int CHOREOGRAPHY_ACTIVITY__NAME = FLOW_NODE__NAME;
/**
* The feature id for the 'Incoming' reference list.
*
*
* @generated
* @ordered
*/
int CHOREOGRAPHY_ACTIVITY__INCOMING = FLOW_NODE__INCOMING;
/**
* The feature id for the 'Lanes' reference list.
*
*
* @generated
* @ordered
*/
int CHOREOGRAPHY_ACTIVITY__LANES = FLOW_NODE__LANES;
/**
* The feature id for the 'Outgoing' reference list.
*
*
* @generated
* @ordered
*/
int CHOREOGRAPHY_ACTIVITY__OUTGOING = FLOW_NODE__OUTGOING;
/**
* The feature id for the 'Participant Refs' reference list.
*
*
* @generated
* @ordered
*/
int CHOREOGRAPHY_ACTIVITY__PARTICIPANT_REFS = FLOW_NODE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Correlation Keys' containment reference list.
*
*
* @generated
* @ordered
*/
int CHOREOGRAPHY_ACTIVITY__CORRELATION_KEYS = FLOW_NODE_FEATURE_COUNT + 1;
/**
* The feature id for the 'Initiating Participant Ref' reference.
*
*
* @generated
* @ordered
*/
int CHOREOGRAPHY_ACTIVITY__INITIATING_PARTICIPANT_REF = FLOW_NODE_FEATURE_COUNT + 2;
/**
* The feature id for the 'Loop Type' attribute.
*
*
* @generated
* @ordered
*/
int CHOREOGRAPHY_ACTIVITY__LOOP_TYPE = FLOW_NODE_FEATURE_COUNT + 3;
/**
* The number of structural features of the 'Choreography Activity' class.
*
*
* @generated
* @ordered
*/
int CHOREOGRAPHY_ACTIVITY_FEATURE_COUNT = FLOW_NODE_FEATURE_COUNT + 4;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.CallChoreographyImpl Call Choreography}' class.
*
*
* @see org.eclipse.bpmn2.impl.CallChoreographyImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getCallChoreography()
* @generated
*/
int CALL_CHOREOGRAPHY = 11;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int CALL_CHOREOGRAPHY__DOCUMENTATION = CHOREOGRAPHY_ACTIVITY__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int CALL_CHOREOGRAPHY__EXTENSION_VALUES = CHOREOGRAPHY_ACTIVITY__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int CALL_CHOREOGRAPHY__EXTENSION_DEFINITIONS = CHOREOGRAPHY_ACTIVITY__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int CALL_CHOREOGRAPHY__ID = CHOREOGRAPHY_ACTIVITY__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int CALL_CHOREOGRAPHY__ANY_ATTRIBUTE = CHOREOGRAPHY_ACTIVITY__ANY_ATTRIBUTE;
/**
* The feature id for the 'Auditing' containment reference.
*
*
* @generated
* @ordered
*/
int CALL_CHOREOGRAPHY__AUDITING = CHOREOGRAPHY_ACTIVITY__AUDITING;
/**
* The feature id for the 'Monitoring' containment reference.
*
*
* @generated
* @ordered
*/
int CALL_CHOREOGRAPHY__MONITORING = CHOREOGRAPHY_ACTIVITY__MONITORING;
/**
* The feature id for the 'Category Value Ref' reference list.
*
*
* @generated
* @ordered
*/
int CALL_CHOREOGRAPHY__CATEGORY_VALUE_REF = CHOREOGRAPHY_ACTIVITY__CATEGORY_VALUE_REF;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int CALL_CHOREOGRAPHY__NAME = CHOREOGRAPHY_ACTIVITY__NAME;
/**
* The feature id for the 'Incoming' reference list.
*
*
* @generated
* @ordered
*/
int CALL_CHOREOGRAPHY__INCOMING = CHOREOGRAPHY_ACTIVITY__INCOMING;
/**
* The feature id for the 'Lanes' reference list.
*
*
* @generated
* @ordered
*/
int CALL_CHOREOGRAPHY__LANES = CHOREOGRAPHY_ACTIVITY__LANES;
/**
* The feature id for the 'Outgoing' reference list.
*
*
* @generated
* @ordered
*/
int CALL_CHOREOGRAPHY__OUTGOING = CHOREOGRAPHY_ACTIVITY__OUTGOING;
/**
* The feature id for the 'Participant Refs' reference list.
*
*
* @generated
* @ordered
*/
int CALL_CHOREOGRAPHY__PARTICIPANT_REFS = CHOREOGRAPHY_ACTIVITY__PARTICIPANT_REFS;
/**
* The feature id for the 'Correlation Keys' containment reference list.
*
*
* @generated
* @ordered
*/
int CALL_CHOREOGRAPHY__CORRELATION_KEYS = CHOREOGRAPHY_ACTIVITY__CORRELATION_KEYS;
/**
* The feature id for the 'Initiating Participant Ref' reference.
*
*
* @generated
* @ordered
*/
int CALL_CHOREOGRAPHY__INITIATING_PARTICIPANT_REF = CHOREOGRAPHY_ACTIVITY__INITIATING_PARTICIPANT_REF;
/**
* The feature id for the 'Loop Type' attribute.
*
*
* @generated
* @ordered
*/
int CALL_CHOREOGRAPHY__LOOP_TYPE = CHOREOGRAPHY_ACTIVITY__LOOP_TYPE;
/**
* The feature id for the 'Participant Associations' containment reference list.
*
*
* @generated
* @ordered
*/
int CALL_CHOREOGRAPHY__PARTICIPANT_ASSOCIATIONS = CHOREOGRAPHY_ACTIVITY_FEATURE_COUNT + 0;
/**
* The feature id for the 'Called Choreography Ref' reference.
*
*
* @generated
* @ordered
*/
int CALL_CHOREOGRAPHY__CALLED_CHOREOGRAPHY_REF = CHOREOGRAPHY_ACTIVITY_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Call Choreography' class.
*
*
* @generated
* @ordered
*/
int CALL_CHOREOGRAPHY_FEATURE_COUNT = CHOREOGRAPHY_ACTIVITY_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.ConversationNodeImpl Conversation Node}' class.
*
*
* @see org.eclipse.bpmn2.impl.ConversationNodeImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getConversationNode()
* @generated
*/
int CONVERSATION_NODE = 29;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int CONVERSATION_NODE__DOCUMENTATION = BASE_ELEMENT__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int CONVERSATION_NODE__EXTENSION_VALUES = BASE_ELEMENT__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int CONVERSATION_NODE__EXTENSION_DEFINITIONS = BASE_ELEMENT__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int CONVERSATION_NODE__ID = BASE_ELEMENT__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int CONVERSATION_NODE__ANY_ATTRIBUTE = BASE_ELEMENT__ANY_ATTRIBUTE;
/**
* The feature id for the 'Incoming Conversation Links' reference list.
*
*
* @generated
* @ordered
*/
int CONVERSATION_NODE__INCOMING_CONVERSATION_LINKS = BASE_ELEMENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Outgoing Conversation Links' reference list.
*
*
* @generated
* @ordered
*/
int CONVERSATION_NODE__OUTGOING_CONVERSATION_LINKS = BASE_ELEMENT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Participant Refs' reference list.
*
*
* @generated
* @ordered
*/
int CONVERSATION_NODE__PARTICIPANT_REFS = BASE_ELEMENT_FEATURE_COUNT + 2;
/**
* The feature id for the 'Message Flow Refs' reference list.
*
*
* @generated
* @ordered
*/
int CONVERSATION_NODE__MESSAGE_FLOW_REFS = BASE_ELEMENT_FEATURE_COUNT + 3;
/**
* The feature id for the 'Correlation Keys' containment reference list.
*
*
* @generated
* @ordered
*/
int CONVERSATION_NODE__CORRELATION_KEYS = BASE_ELEMENT_FEATURE_COUNT + 4;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int CONVERSATION_NODE__NAME = BASE_ELEMENT_FEATURE_COUNT + 5;
/**
* The number of structural features of the 'Conversation Node' class.
*
*
* @generated
* @ordered
*/
int CONVERSATION_NODE_FEATURE_COUNT = BASE_ELEMENT_FEATURE_COUNT + 6;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.CallConversationImpl Call Conversation}' class.
*
*
* @see org.eclipse.bpmn2.impl.CallConversationImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getCallConversation()
* @generated
*/
int CALL_CONVERSATION = 12;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int CALL_CONVERSATION__DOCUMENTATION = CONVERSATION_NODE__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int CALL_CONVERSATION__EXTENSION_VALUES = CONVERSATION_NODE__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int CALL_CONVERSATION__EXTENSION_DEFINITIONS = CONVERSATION_NODE__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int CALL_CONVERSATION__ID = CONVERSATION_NODE__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int CALL_CONVERSATION__ANY_ATTRIBUTE = CONVERSATION_NODE__ANY_ATTRIBUTE;
/**
* The feature id for the 'Incoming Conversation Links' reference list.
*
*
* @generated
* @ordered
*/
int CALL_CONVERSATION__INCOMING_CONVERSATION_LINKS = CONVERSATION_NODE__INCOMING_CONVERSATION_LINKS;
/**
* The feature id for the 'Outgoing Conversation Links' reference list.
*
*
* @generated
* @ordered
*/
int CALL_CONVERSATION__OUTGOING_CONVERSATION_LINKS = CONVERSATION_NODE__OUTGOING_CONVERSATION_LINKS;
/**
* The feature id for the 'Participant Refs' reference list.
*
*
* @generated
* @ordered
*/
int CALL_CONVERSATION__PARTICIPANT_REFS = CONVERSATION_NODE__PARTICIPANT_REFS;
/**
* The feature id for the 'Message Flow Refs' reference list.
*
*
* @generated
* @ordered
*/
int CALL_CONVERSATION__MESSAGE_FLOW_REFS = CONVERSATION_NODE__MESSAGE_FLOW_REFS;
/**
* The feature id for the 'Correlation Keys' containment reference list.
*
*
* @generated
* @ordered
*/
int CALL_CONVERSATION__CORRELATION_KEYS = CONVERSATION_NODE__CORRELATION_KEYS;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int CALL_CONVERSATION__NAME = CONVERSATION_NODE__NAME;
/**
* The feature id for the 'Participant Associations' containment reference list.
*
*
* @generated
* @ordered
*/
int CALL_CONVERSATION__PARTICIPANT_ASSOCIATIONS = CONVERSATION_NODE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Called Collaboration Ref' reference.
*
*
* @generated
* @ordered
*/
int CALL_CONVERSATION__CALLED_COLLABORATION_REF = CONVERSATION_NODE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Call Conversation' class.
*
*
* @generated
* @ordered
*/
int CALL_CONVERSATION_FEATURE_COUNT = CONVERSATION_NODE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.RootElementImpl Root Element}' class.
*
*
* @see org.eclipse.bpmn2.impl.RootElementImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getRootElement()
* @generated
*/
int ROOT_ELEMENT = 119;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int ROOT_ELEMENT__DOCUMENTATION = BASE_ELEMENT__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int ROOT_ELEMENT__EXTENSION_VALUES = BASE_ELEMENT__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int ROOT_ELEMENT__EXTENSION_DEFINITIONS = BASE_ELEMENT__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int ROOT_ELEMENT__ID = BASE_ELEMENT__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int ROOT_ELEMENT__ANY_ATTRIBUTE = BASE_ELEMENT__ANY_ATTRIBUTE;
/**
* The number of structural features of the 'Root Element' class.
*
*
* @generated
* @ordered
*/
int ROOT_ELEMENT_FEATURE_COUNT = BASE_ELEMENT_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.CallableElementImpl Callable Element}' class.
*
*
* @see org.eclipse.bpmn2.impl.CallableElementImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getCallableElement()
* @generated
*/
int CALLABLE_ELEMENT = 13;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int CALLABLE_ELEMENT__DOCUMENTATION = ROOT_ELEMENT__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int CALLABLE_ELEMENT__EXTENSION_VALUES = ROOT_ELEMENT__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int CALLABLE_ELEMENT__EXTENSION_DEFINITIONS = ROOT_ELEMENT__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int CALLABLE_ELEMENT__ID = ROOT_ELEMENT__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int CALLABLE_ELEMENT__ANY_ATTRIBUTE = ROOT_ELEMENT__ANY_ATTRIBUTE;
/**
* The feature id for the 'Supported Interface Refs' reference list.
*
*
* @generated
* @ordered
*/
int CALLABLE_ELEMENT__SUPPORTED_INTERFACE_REFS = ROOT_ELEMENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Io Specification' containment reference.
*
*
* @generated
* @ordered
*/
int CALLABLE_ELEMENT__IO_SPECIFICATION = ROOT_ELEMENT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Io Binding' containment reference list.
*
*
* @generated
* @ordered
*/
int CALLABLE_ELEMENT__IO_BINDING = ROOT_ELEMENT_FEATURE_COUNT + 2;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int CALLABLE_ELEMENT__NAME = ROOT_ELEMENT_FEATURE_COUNT + 3;
/**
* The number of structural features of the 'Callable Element' class.
*
*
* @generated
* @ordered
*/
int CALLABLE_ELEMENT_FEATURE_COUNT = ROOT_ELEMENT_FEATURE_COUNT + 4;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.EventDefinitionImpl Event Definition}' class.
*
*
* @see org.eclipse.bpmn2.impl.EventDefinitionImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getEventDefinition()
* @generated
*/
int EVENT_DEFINITION = 55;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int EVENT_DEFINITION__DOCUMENTATION = ROOT_ELEMENT__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int EVENT_DEFINITION__EXTENSION_VALUES = ROOT_ELEMENT__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int EVENT_DEFINITION__EXTENSION_DEFINITIONS = ROOT_ELEMENT__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int EVENT_DEFINITION__ID = ROOT_ELEMENT__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int EVENT_DEFINITION__ANY_ATTRIBUTE = ROOT_ELEMENT__ANY_ATTRIBUTE;
/**
* The number of structural features of the 'Event Definition' class.
*
*
* @generated
* @ordered
*/
int EVENT_DEFINITION_FEATURE_COUNT = ROOT_ELEMENT_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.CancelEventDefinitionImpl Cancel Event Definition}' class.
*
*
* @see org.eclipse.bpmn2.impl.CancelEventDefinitionImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getCancelEventDefinition()
* @generated
*/
int CANCEL_EVENT_DEFINITION = 14;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int CANCEL_EVENT_DEFINITION__DOCUMENTATION = EVENT_DEFINITION__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int CANCEL_EVENT_DEFINITION__EXTENSION_VALUES = EVENT_DEFINITION__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int CANCEL_EVENT_DEFINITION__EXTENSION_DEFINITIONS = EVENT_DEFINITION__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int CANCEL_EVENT_DEFINITION__ID = EVENT_DEFINITION__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int CANCEL_EVENT_DEFINITION__ANY_ATTRIBUTE = EVENT_DEFINITION__ANY_ATTRIBUTE;
/**
* The number of structural features of the 'Cancel Event Definition' class.
*
*
* @generated
* @ordered
*/
int CANCEL_EVENT_DEFINITION_FEATURE_COUNT = EVENT_DEFINITION_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.CategoryImpl Category}' class.
*
*
* @see org.eclipse.bpmn2.impl.CategoryImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getCategory()
* @generated
*/
int CATEGORY = 16;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int CATEGORY__DOCUMENTATION = ROOT_ELEMENT__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int CATEGORY__EXTENSION_VALUES = ROOT_ELEMENT__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int CATEGORY__EXTENSION_DEFINITIONS = ROOT_ELEMENT__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int CATEGORY__ID = ROOT_ELEMENT__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int CATEGORY__ANY_ATTRIBUTE = ROOT_ELEMENT__ANY_ATTRIBUTE;
/**
* The feature id for the 'Category Value' containment reference list.
*
*
* @generated
* @ordered
*/
int CATEGORY__CATEGORY_VALUE = ROOT_ELEMENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int CATEGORY__NAME = ROOT_ELEMENT_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Category' class.
*
*
* @generated
* @ordered
*/
int CATEGORY_FEATURE_COUNT = ROOT_ELEMENT_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.CategoryValueImpl Category Value}' class.
*
*
* @see org.eclipse.bpmn2.impl.CategoryValueImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getCategoryValue()
* @generated
*/
int CATEGORY_VALUE = 17;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int CATEGORY_VALUE__DOCUMENTATION = BASE_ELEMENT__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int CATEGORY_VALUE__EXTENSION_VALUES = BASE_ELEMENT__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int CATEGORY_VALUE__EXTENSION_DEFINITIONS = BASE_ELEMENT__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int CATEGORY_VALUE__ID = BASE_ELEMENT__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int CATEGORY_VALUE__ANY_ATTRIBUTE = BASE_ELEMENT__ANY_ATTRIBUTE;
/**
* The feature id for the 'Value' attribute.
*
*
* @generated
* @ordered
*/
int CATEGORY_VALUE__VALUE = BASE_ELEMENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Categorized Flow Elements' reference list.
*
*
* @generated
* @ordered
*/
int CATEGORY_VALUE__CATEGORIZED_FLOW_ELEMENTS = BASE_ELEMENT_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Category Value' class.
*
*
* @generated
* @ordered
*/
int CATEGORY_VALUE_FEATURE_COUNT = BASE_ELEMENT_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.CollaborationImpl Collaboration}' class.
*
*
* @see org.eclipse.bpmn2.impl.CollaborationImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getCollaboration()
* @generated
*/
int COLLABORATION = 21;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int COLLABORATION__DOCUMENTATION = ROOT_ELEMENT__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int COLLABORATION__EXTENSION_VALUES = ROOT_ELEMENT__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int COLLABORATION__EXTENSION_DEFINITIONS = ROOT_ELEMENT__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int COLLABORATION__ID = ROOT_ELEMENT__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int COLLABORATION__ANY_ATTRIBUTE = ROOT_ELEMENT__ANY_ATTRIBUTE;
/**
* The feature id for the 'Participants' containment reference list.
*
*
* @generated
* @ordered
*/
int COLLABORATION__PARTICIPANTS = ROOT_ELEMENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Message Flows' containment reference list.
*
*
* @generated
* @ordered
*/
int COLLABORATION__MESSAGE_FLOWS = ROOT_ELEMENT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Artifacts' containment reference list.
*
*
* @generated
* @ordered
*/
int COLLABORATION__ARTIFACTS = ROOT_ELEMENT_FEATURE_COUNT + 2;
/**
* The feature id for the 'Conversations' containment reference list.
*
*
* @generated
* @ordered
*/
int COLLABORATION__CONVERSATIONS = ROOT_ELEMENT_FEATURE_COUNT + 3;
/**
* The feature id for the 'Conversation Associations' containment reference.
*
*
* @generated
* @ordered
*/
int COLLABORATION__CONVERSATION_ASSOCIATIONS = ROOT_ELEMENT_FEATURE_COUNT + 4;
/**
* The feature id for the 'Participant Associations' containment reference list.
*
*
* @generated
* @ordered
*/
int COLLABORATION__PARTICIPANT_ASSOCIATIONS = ROOT_ELEMENT_FEATURE_COUNT + 5;
/**
* The feature id for the 'Message Flow Associations' containment reference list.
*
*
* @generated
* @ordered
*/
int COLLABORATION__MESSAGE_FLOW_ASSOCIATIONS = ROOT_ELEMENT_FEATURE_COUNT + 6;
/**
* The feature id for the 'Correlation Keys' containment reference list.
*
*
* @generated
* @ordered
*/
int COLLABORATION__CORRELATION_KEYS = ROOT_ELEMENT_FEATURE_COUNT + 7;
/**
* The feature id for the 'Choreography Ref' reference list.
*
*
* @generated
* @ordered
*/
int COLLABORATION__CHOREOGRAPHY_REF = ROOT_ELEMENT_FEATURE_COUNT + 8;
/**
* The feature id for the 'Conversation Links' containment reference list.
*
*
* @generated
* @ordered
*/
int COLLABORATION__CONVERSATION_LINKS = ROOT_ELEMENT_FEATURE_COUNT + 9;
/**
* The feature id for the 'Is Closed' attribute.
*
*
* @generated
* @ordered
*/
int COLLABORATION__IS_CLOSED = ROOT_ELEMENT_FEATURE_COUNT + 10;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int COLLABORATION__NAME = ROOT_ELEMENT_FEATURE_COUNT + 11;
/**
* The number of structural features of the 'Collaboration' class.
*
*
* @generated
* @ordered
*/
int COLLABORATION_FEATURE_COUNT = ROOT_ELEMENT_FEATURE_COUNT + 12;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.ChoreographyImpl Choreography}' class.
*
*
* @see org.eclipse.bpmn2.impl.ChoreographyImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getChoreography()
* @generated
*/
int CHOREOGRAPHY = 18;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int CHOREOGRAPHY__DOCUMENTATION = COLLABORATION__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int CHOREOGRAPHY__EXTENSION_VALUES = COLLABORATION__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int CHOREOGRAPHY__EXTENSION_DEFINITIONS = COLLABORATION__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int CHOREOGRAPHY__ID = COLLABORATION__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int CHOREOGRAPHY__ANY_ATTRIBUTE = COLLABORATION__ANY_ATTRIBUTE;
/**
* The feature id for the 'Participants' containment reference list.
*
*
* @generated
* @ordered
*/
int CHOREOGRAPHY__PARTICIPANTS = COLLABORATION__PARTICIPANTS;
/**
* The feature id for the 'Message Flows' containment reference list.
*
*
* @generated
* @ordered
*/
int CHOREOGRAPHY__MESSAGE_FLOWS = COLLABORATION__MESSAGE_FLOWS;
/**
* The feature id for the 'Artifacts' containment reference list.
*
*
* @generated
* @ordered
*/
int CHOREOGRAPHY__ARTIFACTS = COLLABORATION__ARTIFACTS;
/**
* The feature id for the 'Conversations' containment reference list.
*
*
* @generated
* @ordered
*/
int CHOREOGRAPHY__CONVERSATIONS = COLLABORATION__CONVERSATIONS;
/**
* The feature id for the 'Conversation Associations' containment reference.
*
*
* @generated
* @ordered
*/
int CHOREOGRAPHY__CONVERSATION_ASSOCIATIONS = COLLABORATION__CONVERSATION_ASSOCIATIONS;
/**
* The feature id for the 'Participant Associations' containment reference list.
*
*
* @generated
* @ordered
*/
int CHOREOGRAPHY__PARTICIPANT_ASSOCIATIONS = COLLABORATION__PARTICIPANT_ASSOCIATIONS;
/**
* The feature id for the 'Message Flow Associations' containment reference list.
*
*
* @generated
* @ordered
*/
int CHOREOGRAPHY__MESSAGE_FLOW_ASSOCIATIONS = COLLABORATION__MESSAGE_FLOW_ASSOCIATIONS;
/**
* The feature id for the 'Correlation Keys' containment reference list.
*
*
* @generated
* @ordered
*/
int CHOREOGRAPHY__CORRELATION_KEYS = COLLABORATION__CORRELATION_KEYS;
/**
* The feature id for the 'Choreography Ref' reference list.
*
*
* @generated
* @ordered
*/
int CHOREOGRAPHY__CHOREOGRAPHY_REF = COLLABORATION__CHOREOGRAPHY_REF;
/**
* The feature id for the 'Conversation Links' containment reference list.
*
*
* @generated
* @ordered
*/
int CHOREOGRAPHY__CONVERSATION_LINKS = COLLABORATION__CONVERSATION_LINKS;
/**
* The feature id for the 'Is Closed' attribute.
*
*
* @generated
* @ordered
*/
int CHOREOGRAPHY__IS_CLOSED = COLLABORATION__IS_CLOSED;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int CHOREOGRAPHY__NAME = COLLABORATION__NAME;
/**
* The feature id for the 'Lane Sets' containment reference list.
*
*
* @generated
* @ordered
*/
int CHOREOGRAPHY__LANE_SETS = COLLABORATION_FEATURE_COUNT + 0;
/**
* The feature id for the 'Flow Elements' containment reference list.
*
*
* @generated
* @ordered
*/
int CHOREOGRAPHY__FLOW_ELEMENTS = COLLABORATION_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Choreography' class.
*
*
* @generated
* @ordered
*/
int CHOREOGRAPHY_FEATURE_COUNT = COLLABORATION_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.ChoreographyTaskImpl Choreography Task}' class.
*
*
* @see org.eclipse.bpmn2.impl.ChoreographyTaskImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getChoreographyTask()
* @generated
*/
int CHOREOGRAPHY_TASK = 20;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int CHOREOGRAPHY_TASK__DOCUMENTATION = CHOREOGRAPHY_ACTIVITY__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int CHOREOGRAPHY_TASK__EXTENSION_VALUES = CHOREOGRAPHY_ACTIVITY__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int CHOREOGRAPHY_TASK__EXTENSION_DEFINITIONS = CHOREOGRAPHY_ACTIVITY__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int CHOREOGRAPHY_TASK__ID = CHOREOGRAPHY_ACTIVITY__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int CHOREOGRAPHY_TASK__ANY_ATTRIBUTE = CHOREOGRAPHY_ACTIVITY__ANY_ATTRIBUTE;
/**
* The feature id for the 'Auditing' containment reference.
*
*
* @generated
* @ordered
*/
int CHOREOGRAPHY_TASK__AUDITING = CHOREOGRAPHY_ACTIVITY__AUDITING;
/**
* The feature id for the 'Monitoring' containment reference.
*
*
* @generated
* @ordered
*/
int CHOREOGRAPHY_TASK__MONITORING = CHOREOGRAPHY_ACTIVITY__MONITORING;
/**
* The feature id for the 'Category Value Ref' reference list.
*
*
* @generated
* @ordered
*/
int CHOREOGRAPHY_TASK__CATEGORY_VALUE_REF = CHOREOGRAPHY_ACTIVITY__CATEGORY_VALUE_REF;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int CHOREOGRAPHY_TASK__NAME = CHOREOGRAPHY_ACTIVITY__NAME;
/**
* The feature id for the 'Incoming' reference list.
*
*
* @generated
* @ordered
*/
int CHOREOGRAPHY_TASK__INCOMING = CHOREOGRAPHY_ACTIVITY__INCOMING;
/**
* The feature id for the 'Lanes' reference list.
*
*
* @generated
* @ordered
*/
int CHOREOGRAPHY_TASK__LANES = CHOREOGRAPHY_ACTIVITY__LANES;
/**
* The feature id for the 'Outgoing' reference list.
*
*
* @generated
* @ordered
*/
int CHOREOGRAPHY_TASK__OUTGOING = CHOREOGRAPHY_ACTIVITY__OUTGOING;
/**
* The feature id for the 'Participant Refs' reference list.
*
*
* @generated
* @ordered
*/
int CHOREOGRAPHY_TASK__PARTICIPANT_REFS = CHOREOGRAPHY_ACTIVITY__PARTICIPANT_REFS;
/**
* The feature id for the 'Correlation Keys' containment reference list.
*
*
* @generated
* @ordered
*/
int CHOREOGRAPHY_TASK__CORRELATION_KEYS = CHOREOGRAPHY_ACTIVITY__CORRELATION_KEYS;
/**
* The feature id for the 'Initiating Participant Ref' reference.
*
*
* @generated
* @ordered
*/
int CHOREOGRAPHY_TASK__INITIATING_PARTICIPANT_REF = CHOREOGRAPHY_ACTIVITY__INITIATING_PARTICIPANT_REF;
/**
* The feature id for the 'Loop Type' attribute.
*
*
* @generated
* @ordered
*/
int CHOREOGRAPHY_TASK__LOOP_TYPE = CHOREOGRAPHY_ACTIVITY__LOOP_TYPE;
/**
* The feature id for the 'Message Flow Ref' reference list.
*
*
* @generated
* @ordered
*/
int CHOREOGRAPHY_TASK__MESSAGE_FLOW_REF = CHOREOGRAPHY_ACTIVITY_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Choreography Task' class.
*
*
* @generated
* @ordered
*/
int CHOREOGRAPHY_TASK_FEATURE_COUNT = CHOREOGRAPHY_ACTIVITY_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.CompensateEventDefinitionImpl Compensate Event Definition}' class.
*
*
* @see org.eclipse.bpmn2.impl.CompensateEventDefinitionImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getCompensateEventDefinition()
* @generated
*/
int COMPENSATE_EVENT_DEFINITION = 22;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int COMPENSATE_EVENT_DEFINITION__DOCUMENTATION = EVENT_DEFINITION__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int COMPENSATE_EVENT_DEFINITION__EXTENSION_VALUES = EVENT_DEFINITION__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int COMPENSATE_EVENT_DEFINITION__EXTENSION_DEFINITIONS = EVENT_DEFINITION__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int COMPENSATE_EVENT_DEFINITION__ID = EVENT_DEFINITION__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int COMPENSATE_EVENT_DEFINITION__ANY_ATTRIBUTE = EVENT_DEFINITION__ANY_ATTRIBUTE;
/**
* The feature id for the 'Activity Ref' reference.
*
*
* @generated
* @ordered
*/
int COMPENSATE_EVENT_DEFINITION__ACTIVITY_REF = EVENT_DEFINITION_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wait For Completion' attribute.
*
*
* @generated
* @ordered
*/
int COMPENSATE_EVENT_DEFINITION__WAIT_FOR_COMPLETION = EVENT_DEFINITION_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Compensate Event Definition' class.
*
*
* @generated
* @ordered
*/
int COMPENSATE_EVENT_DEFINITION_FEATURE_COUNT = EVENT_DEFINITION_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.ComplexBehaviorDefinitionImpl Complex Behavior Definition}' class.
*
*
* @see org.eclipse.bpmn2.impl.ComplexBehaviorDefinitionImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getComplexBehaviorDefinition()
* @generated
*/
int COMPLEX_BEHAVIOR_DEFINITION = 23;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int COMPLEX_BEHAVIOR_DEFINITION__DOCUMENTATION = BASE_ELEMENT__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int COMPLEX_BEHAVIOR_DEFINITION__EXTENSION_VALUES = BASE_ELEMENT__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int COMPLEX_BEHAVIOR_DEFINITION__EXTENSION_DEFINITIONS = BASE_ELEMENT__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int COMPLEX_BEHAVIOR_DEFINITION__ID = BASE_ELEMENT__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int COMPLEX_BEHAVIOR_DEFINITION__ANY_ATTRIBUTE = BASE_ELEMENT__ANY_ATTRIBUTE;
/**
* The feature id for the 'Condition' containment reference.
*
*
* @generated
* @ordered
*/
int COMPLEX_BEHAVIOR_DEFINITION__CONDITION = BASE_ELEMENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Event' containment reference.
*
*
* @generated
* @ordered
*/
int COMPLEX_BEHAVIOR_DEFINITION__EVENT = BASE_ELEMENT_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Complex Behavior Definition' class.
*
*
* @generated
* @ordered
*/
int COMPLEX_BEHAVIOR_DEFINITION_FEATURE_COUNT = BASE_ELEMENT_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.GatewayImpl Gateway}' class.
*
*
* @see org.eclipse.bpmn2.impl.GatewayImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getGateway()
* @generated
*/
int GATEWAY = 66;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int GATEWAY__DOCUMENTATION = FLOW_NODE__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int GATEWAY__EXTENSION_VALUES = FLOW_NODE__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int GATEWAY__EXTENSION_DEFINITIONS = FLOW_NODE__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int GATEWAY__ID = FLOW_NODE__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int GATEWAY__ANY_ATTRIBUTE = FLOW_NODE__ANY_ATTRIBUTE;
/**
* The feature id for the 'Auditing' containment reference.
*
*
* @generated
* @ordered
*/
int GATEWAY__AUDITING = FLOW_NODE__AUDITING;
/**
* The feature id for the 'Monitoring' containment reference.
*
*
* @generated
* @ordered
*/
int GATEWAY__MONITORING = FLOW_NODE__MONITORING;
/**
* The feature id for the 'Category Value Ref' reference list.
*
*
* @generated
* @ordered
*/
int GATEWAY__CATEGORY_VALUE_REF = FLOW_NODE__CATEGORY_VALUE_REF;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int GATEWAY__NAME = FLOW_NODE__NAME;
/**
* The feature id for the 'Incoming' reference list.
*
*
* @generated
* @ordered
*/
int GATEWAY__INCOMING = FLOW_NODE__INCOMING;
/**
* The feature id for the 'Lanes' reference list.
*
*
* @generated
* @ordered
*/
int GATEWAY__LANES = FLOW_NODE__LANES;
/**
* The feature id for the 'Outgoing' reference list.
*
*
* @generated
* @ordered
*/
int GATEWAY__OUTGOING = FLOW_NODE__OUTGOING;
/**
* The feature id for the 'Gateway Direction' attribute.
*
*
* @generated
* @ordered
*/
int GATEWAY__GATEWAY_DIRECTION = FLOW_NODE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Gateway' class.
*
*
* @generated
* @ordered
*/
int GATEWAY_FEATURE_COUNT = FLOW_NODE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.ComplexGatewayImpl Complex Gateway}' class.
*
*
* @see org.eclipse.bpmn2.impl.ComplexGatewayImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getComplexGateway()
* @generated
*/
int COMPLEX_GATEWAY = 24;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int COMPLEX_GATEWAY__DOCUMENTATION = GATEWAY__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int COMPLEX_GATEWAY__EXTENSION_VALUES = GATEWAY__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int COMPLEX_GATEWAY__EXTENSION_DEFINITIONS = GATEWAY__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int COMPLEX_GATEWAY__ID = GATEWAY__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int COMPLEX_GATEWAY__ANY_ATTRIBUTE = GATEWAY__ANY_ATTRIBUTE;
/**
* The feature id for the 'Auditing' containment reference.
*
*
* @generated
* @ordered
*/
int COMPLEX_GATEWAY__AUDITING = GATEWAY__AUDITING;
/**
* The feature id for the 'Monitoring' containment reference.
*
*
* @generated
* @ordered
*/
int COMPLEX_GATEWAY__MONITORING = GATEWAY__MONITORING;
/**
* The feature id for the 'Category Value Ref' reference list.
*
*
* @generated
* @ordered
*/
int COMPLEX_GATEWAY__CATEGORY_VALUE_REF = GATEWAY__CATEGORY_VALUE_REF;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int COMPLEX_GATEWAY__NAME = GATEWAY__NAME;
/**
* The feature id for the 'Incoming' reference list.
*
*
* @generated
* @ordered
*/
int COMPLEX_GATEWAY__INCOMING = GATEWAY__INCOMING;
/**
* The feature id for the 'Lanes' reference list.
*
*
* @generated
* @ordered
*/
int COMPLEX_GATEWAY__LANES = GATEWAY__LANES;
/**
* The feature id for the 'Outgoing' reference list.
*
*
* @generated
* @ordered
*/
int COMPLEX_GATEWAY__OUTGOING = GATEWAY__OUTGOING;
/**
* The feature id for the 'Gateway Direction' attribute.
*
*
* @generated
* @ordered
*/
int COMPLEX_GATEWAY__GATEWAY_DIRECTION = GATEWAY__GATEWAY_DIRECTION;
/**
* The feature id for the 'Activation Condition' containment reference.
*
*
* @generated
* @ordered
*/
int COMPLEX_GATEWAY__ACTIVATION_CONDITION = GATEWAY_FEATURE_COUNT + 0;
/**
* The feature id for the 'Default' reference.
*
*
* @generated
* @ordered
*/
int COMPLEX_GATEWAY__DEFAULT = GATEWAY_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Complex Gateway' class.
*
*
* @generated
* @ordered
*/
int COMPLEX_GATEWAY_FEATURE_COUNT = GATEWAY_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.ConditionalEventDefinitionImpl Conditional Event Definition}' class.
*
*
* @see org.eclipse.bpmn2.impl.ConditionalEventDefinitionImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getConditionalEventDefinition()
* @generated
*/
int CONDITIONAL_EVENT_DEFINITION = 25;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int CONDITIONAL_EVENT_DEFINITION__DOCUMENTATION = EVENT_DEFINITION__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int CONDITIONAL_EVENT_DEFINITION__EXTENSION_VALUES = EVENT_DEFINITION__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int CONDITIONAL_EVENT_DEFINITION__EXTENSION_DEFINITIONS = EVENT_DEFINITION__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int CONDITIONAL_EVENT_DEFINITION__ID = EVENT_DEFINITION__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int CONDITIONAL_EVENT_DEFINITION__ANY_ATTRIBUTE = EVENT_DEFINITION__ANY_ATTRIBUTE;
/**
* The feature id for the 'Condition' containment reference.
*
*
* @generated
* @ordered
*/
int CONDITIONAL_EVENT_DEFINITION__CONDITION = EVENT_DEFINITION_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Conditional Event Definition' class.
*
*
* @generated
* @ordered
*/
int CONDITIONAL_EVENT_DEFINITION_FEATURE_COUNT = EVENT_DEFINITION_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.ConversationImpl Conversation}' class.
*
*
* @see org.eclipse.bpmn2.impl.ConversationImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getConversation()
* @generated
*/
int CONVERSATION = 26;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int CONVERSATION__DOCUMENTATION = CONVERSATION_NODE__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int CONVERSATION__EXTENSION_VALUES = CONVERSATION_NODE__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int CONVERSATION__EXTENSION_DEFINITIONS = CONVERSATION_NODE__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int CONVERSATION__ID = CONVERSATION_NODE__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int CONVERSATION__ANY_ATTRIBUTE = CONVERSATION_NODE__ANY_ATTRIBUTE;
/**
* The feature id for the 'Incoming Conversation Links' reference list.
*
*
* @generated
* @ordered
*/
int CONVERSATION__INCOMING_CONVERSATION_LINKS = CONVERSATION_NODE__INCOMING_CONVERSATION_LINKS;
/**
* The feature id for the 'Outgoing Conversation Links' reference list.
*
*
* @generated
* @ordered
*/
int CONVERSATION__OUTGOING_CONVERSATION_LINKS = CONVERSATION_NODE__OUTGOING_CONVERSATION_LINKS;
/**
* The feature id for the 'Participant Refs' reference list.
*
*
* @generated
* @ordered
*/
int CONVERSATION__PARTICIPANT_REFS = CONVERSATION_NODE__PARTICIPANT_REFS;
/**
* The feature id for the 'Message Flow Refs' reference list.
*
*
* @generated
* @ordered
*/
int CONVERSATION__MESSAGE_FLOW_REFS = CONVERSATION_NODE__MESSAGE_FLOW_REFS;
/**
* The feature id for the 'Correlation Keys' containment reference list.
*
*
* @generated
* @ordered
*/
int CONVERSATION__CORRELATION_KEYS = CONVERSATION_NODE__CORRELATION_KEYS;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int CONVERSATION__NAME = CONVERSATION_NODE__NAME;
/**
* The number of structural features of the 'Conversation' class.
*
*
* @generated
* @ordered
*/
int CONVERSATION_FEATURE_COUNT = CONVERSATION_NODE_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.ConversationAssociationImpl Conversation Association}' class.
*
*
* @see org.eclipse.bpmn2.impl.ConversationAssociationImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getConversationAssociation()
* @generated
*/
int CONVERSATION_ASSOCIATION = 27;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int CONVERSATION_ASSOCIATION__DOCUMENTATION = BASE_ELEMENT__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int CONVERSATION_ASSOCIATION__EXTENSION_VALUES = BASE_ELEMENT__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int CONVERSATION_ASSOCIATION__EXTENSION_DEFINITIONS = BASE_ELEMENT__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int CONVERSATION_ASSOCIATION__ID = BASE_ELEMENT__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int CONVERSATION_ASSOCIATION__ANY_ATTRIBUTE = BASE_ELEMENT__ANY_ATTRIBUTE;
/**
* The feature id for the 'Inner Conversation Node Ref' reference.
*
*
* @generated
* @ordered
*/
int CONVERSATION_ASSOCIATION__INNER_CONVERSATION_NODE_REF = BASE_ELEMENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Outer Conversation Node Ref' reference.
*
*
* @generated
* @ordered
*/
int CONVERSATION_ASSOCIATION__OUTER_CONVERSATION_NODE_REF = BASE_ELEMENT_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Conversation Association' class.
*
*
* @generated
* @ordered
*/
int CONVERSATION_ASSOCIATION_FEATURE_COUNT = BASE_ELEMENT_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.ConversationLinkImpl Conversation Link}' class.
*
*
* @see org.eclipse.bpmn2.impl.ConversationLinkImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getConversationLink()
* @generated
*/
int CONVERSATION_LINK = 28;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int CONVERSATION_LINK__DOCUMENTATION = BASE_ELEMENT__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int CONVERSATION_LINK__EXTENSION_VALUES = BASE_ELEMENT__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int CONVERSATION_LINK__EXTENSION_DEFINITIONS = BASE_ELEMENT__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int CONVERSATION_LINK__ID = BASE_ELEMENT__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int CONVERSATION_LINK__ANY_ATTRIBUTE = BASE_ELEMENT__ANY_ATTRIBUTE;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int CONVERSATION_LINK__NAME = BASE_ELEMENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Source Ref' reference.
*
*
* @generated
* @ordered
*/
int CONVERSATION_LINK__SOURCE_REF = BASE_ELEMENT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Target Ref' reference.
*
*
* @generated
* @ordered
*/
int CONVERSATION_LINK__TARGET_REF = BASE_ELEMENT_FEATURE_COUNT + 2;
/**
* The number of structural features of the 'Conversation Link' class.
*
*
* @generated
* @ordered
*/
int CONVERSATION_LINK_FEATURE_COUNT = BASE_ELEMENT_FEATURE_COUNT + 3;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.CorrelationKeyImpl Correlation Key}' class.
*
*
* @see org.eclipse.bpmn2.impl.CorrelationKeyImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getCorrelationKey()
* @generated
*/
int CORRELATION_KEY = 30;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int CORRELATION_KEY__DOCUMENTATION = BASE_ELEMENT__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int CORRELATION_KEY__EXTENSION_VALUES = BASE_ELEMENT__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int CORRELATION_KEY__EXTENSION_DEFINITIONS = BASE_ELEMENT__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int CORRELATION_KEY__ID = BASE_ELEMENT__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int CORRELATION_KEY__ANY_ATTRIBUTE = BASE_ELEMENT__ANY_ATTRIBUTE;
/**
* The feature id for the 'Correlation Property Ref' reference list.
*
*
* @generated
* @ordered
*/
int CORRELATION_KEY__CORRELATION_PROPERTY_REF = BASE_ELEMENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int CORRELATION_KEY__NAME = BASE_ELEMENT_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Correlation Key' class.
*
*
* @generated
* @ordered
*/
int CORRELATION_KEY_FEATURE_COUNT = BASE_ELEMENT_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.CorrelationPropertyImpl Correlation Property}' class.
*
*
* @see org.eclipse.bpmn2.impl.CorrelationPropertyImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getCorrelationProperty()
* @generated
*/
int CORRELATION_PROPERTY = 31;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int CORRELATION_PROPERTY__DOCUMENTATION = ROOT_ELEMENT__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int CORRELATION_PROPERTY__EXTENSION_VALUES = ROOT_ELEMENT__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int CORRELATION_PROPERTY__EXTENSION_DEFINITIONS = ROOT_ELEMENT__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int CORRELATION_PROPERTY__ID = ROOT_ELEMENT__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int CORRELATION_PROPERTY__ANY_ATTRIBUTE = ROOT_ELEMENT__ANY_ATTRIBUTE;
/**
* The feature id for the 'Correlation Property Retrieval Expression' containment reference list.
*
*
* @generated
* @ordered
*/
int CORRELATION_PROPERTY__CORRELATION_PROPERTY_RETRIEVAL_EXPRESSION = ROOT_ELEMENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int CORRELATION_PROPERTY__NAME = ROOT_ELEMENT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Type' reference.
*
*
* @generated
* @ordered
*/
int CORRELATION_PROPERTY__TYPE = ROOT_ELEMENT_FEATURE_COUNT + 2;
/**
* The number of structural features of the 'Correlation Property' class.
*
*
* @generated
* @ordered
*/
int CORRELATION_PROPERTY_FEATURE_COUNT = ROOT_ELEMENT_FEATURE_COUNT + 3;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.CorrelationPropertyBindingImpl Correlation Property Binding}' class.
*
*
* @see org.eclipse.bpmn2.impl.CorrelationPropertyBindingImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getCorrelationPropertyBinding()
* @generated
*/
int CORRELATION_PROPERTY_BINDING = 32;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int CORRELATION_PROPERTY_BINDING__DOCUMENTATION = BASE_ELEMENT__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int CORRELATION_PROPERTY_BINDING__EXTENSION_VALUES = BASE_ELEMENT__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int CORRELATION_PROPERTY_BINDING__EXTENSION_DEFINITIONS = BASE_ELEMENT__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int CORRELATION_PROPERTY_BINDING__ID = BASE_ELEMENT__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int CORRELATION_PROPERTY_BINDING__ANY_ATTRIBUTE = BASE_ELEMENT__ANY_ATTRIBUTE;
/**
* The feature id for the 'Data Path' containment reference.
*
*
* @generated
* @ordered
*/
int CORRELATION_PROPERTY_BINDING__DATA_PATH = BASE_ELEMENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Correlation Property Ref' reference.
*
*
* @generated
* @ordered
*/
int CORRELATION_PROPERTY_BINDING__CORRELATION_PROPERTY_REF = BASE_ELEMENT_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Correlation Property Binding' class.
*
*
* @generated
* @ordered
*/
int CORRELATION_PROPERTY_BINDING_FEATURE_COUNT = BASE_ELEMENT_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.CorrelationPropertyRetrievalExpressionImpl Correlation Property Retrieval Expression}' class.
*
*
* @see org.eclipse.bpmn2.impl.CorrelationPropertyRetrievalExpressionImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getCorrelationPropertyRetrievalExpression()
* @generated
*/
int CORRELATION_PROPERTY_RETRIEVAL_EXPRESSION = 33;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int CORRELATION_PROPERTY_RETRIEVAL_EXPRESSION__DOCUMENTATION = BASE_ELEMENT__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int CORRELATION_PROPERTY_RETRIEVAL_EXPRESSION__EXTENSION_VALUES = BASE_ELEMENT__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int CORRELATION_PROPERTY_RETRIEVAL_EXPRESSION__EXTENSION_DEFINITIONS = BASE_ELEMENT__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int CORRELATION_PROPERTY_RETRIEVAL_EXPRESSION__ID = BASE_ELEMENT__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int CORRELATION_PROPERTY_RETRIEVAL_EXPRESSION__ANY_ATTRIBUTE = BASE_ELEMENT__ANY_ATTRIBUTE;
/**
* The feature id for the 'Message Path' containment reference.
*
*
* @generated
* @ordered
*/
int CORRELATION_PROPERTY_RETRIEVAL_EXPRESSION__MESSAGE_PATH = BASE_ELEMENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Message Ref' reference.
*
*
* @generated
* @ordered
*/
int CORRELATION_PROPERTY_RETRIEVAL_EXPRESSION__MESSAGE_REF = BASE_ELEMENT_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Correlation Property Retrieval Expression' class.
*
*
* @generated
* @ordered
*/
int CORRELATION_PROPERTY_RETRIEVAL_EXPRESSION_FEATURE_COUNT = BASE_ELEMENT_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.CorrelationSubscriptionImpl Correlation Subscription}' class.
*
*
* @see org.eclipse.bpmn2.impl.CorrelationSubscriptionImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getCorrelationSubscription()
* @generated
*/
int CORRELATION_SUBSCRIPTION = 34;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int CORRELATION_SUBSCRIPTION__DOCUMENTATION = BASE_ELEMENT__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int CORRELATION_SUBSCRIPTION__EXTENSION_VALUES = BASE_ELEMENT__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int CORRELATION_SUBSCRIPTION__EXTENSION_DEFINITIONS = BASE_ELEMENT__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int CORRELATION_SUBSCRIPTION__ID = BASE_ELEMENT__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int CORRELATION_SUBSCRIPTION__ANY_ATTRIBUTE = BASE_ELEMENT__ANY_ATTRIBUTE;
/**
* The feature id for the 'Correlation Property Binding' containment reference list.
*
*
* @generated
* @ordered
*/
int CORRELATION_SUBSCRIPTION__CORRELATION_PROPERTY_BINDING = BASE_ELEMENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Correlation Key Ref' reference.
*
*
* @generated
* @ordered
*/
int CORRELATION_SUBSCRIPTION__CORRELATION_KEY_REF = BASE_ELEMENT_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Correlation Subscription' class.
*
*
* @generated
* @ordered
*/
int CORRELATION_SUBSCRIPTION_FEATURE_COUNT = BASE_ELEMENT_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.DataAssociationImpl Data Association}' class.
*
*
* @see org.eclipse.bpmn2.impl.DataAssociationImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getDataAssociation()
* @generated
*/
int DATA_ASSOCIATION = 35;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int DATA_ASSOCIATION__DOCUMENTATION = BASE_ELEMENT__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int DATA_ASSOCIATION__EXTENSION_VALUES = BASE_ELEMENT__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int DATA_ASSOCIATION__EXTENSION_DEFINITIONS = BASE_ELEMENT__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int DATA_ASSOCIATION__ID = BASE_ELEMENT__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int DATA_ASSOCIATION__ANY_ATTRIBUTE = BASE_ELEMENT__ANY_ATTRIBUTE;
/**
* The feature id for the 'Source Ref' reference list.
*
*
* @generated
* @ordered
*/
int DATA_ASSOCIATION__SOURCE_REF = BASE_ELEMENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Target Ref' reference.
*
*
* @generated
* @ordered
*/
int DATA_ASSOCIATION__TARGET_REF = BASE_ELEMENT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Transformation' containment reference.
*
*
* @generated
* @ordered
*/
int DATA_ASSOCIATION__TRANSFORMATION = BASE_ELEMENT_FEATURE_COUNT + 2;
/**
* The feature id for the 'Assignment' containment reference list.
*
*
* @generated
* @ordered
*/
int DATA_ASSOCIATION__ASSIGNMENT = BASE_ELEMENT_FEATURE_COUNT + 3;
/**
* The number of structural features of the 'Data Association' class.
*
*
* @generated
* @ordered
*/
int DATA_ASSOCIATION_FEATURE_COUNT = BASE_ELEMENT_FEATURE_COUNT + 4;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.ItemAwareElementImpl Item Aware Element}' class.
*
*
* @see org.eclipse.bpmn2.impl.ItemAwareElementImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getItemAwareElement()
* @generated
*/
int ITEM_AWARE_ELEMENT = 86;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int ITEM_AWARE_ELEMENT__DOCUMENTATION = BASE_ELEMENT__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int ITEM_AWARE_ELEMENT__EXTENSION_VALUES = BASE_ELEMENT__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int ITEM_AWARE_ELEMENT__EXTENSION_DEFINITIONS = BASE_ELEMENT__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int ITEM_AWARE_ELEMENT__ID = BASE_ELEMENT__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int ITEM_AWARE_ELEMENT__ANY_ATTRIBUTE = BASE_ELEMENT__ANY_ATTRIBUTE;
/**
* The feature id for the 'Data State' containment reference.
*
*
* @generated
* @ordered
*/
int ITEM_AWARE_ELEMENT__DATA_STATE = BASE_ELEMENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Item Subject Ref' reference.
*
*
* @generated
* @ordered
*/
int ITEM_AWARE_ELEMENT__ITEM_SUBJECT_REF = BASE_ELEMENT_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Item Aware Element' class.
*
*
* @generated
* @ordered
*/
int ITEM_AWARE_ELEMENT_FEATURE_COUNT = BASE_ELEMENT_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.DataInputImpl Data Input}' class.
*
*
* @see org.eclipse.bpmn2.impl.DataInputImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getDataInput()
* @generated
*/
int DATA_INPUT = 36;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int DATA_INPUT__DOCUMENTATION = ITEM_AWARE_ELEMENT__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int DATA_INPUT__EXTENSION_VALUES = ITEM_AWARE_ELEMENT__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int DATA_INPUT__EXTENSION_DEFINITIONS = ITEM_AWARE_ELEMENT__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int DATA_INPUT__ID = ITEM_AWARE_ELEMENT__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int DATA_INPUT__ANY_ATTRIBUTE = ITEM_AWARE_ELEMENT__ANY_ATTRIBUTE;
/**
* The feature id for the 'Data State' containment reference.
*
*
* @generated
* @ordered
*/
int DATA_INPUT__DATA_STATE = ITEM_AWARE_ELEMENT__DATA_STATE;
/**
* The feature id for the 'Item Subject Ref' reference.
*
*
* @generated
* @ordered
*/
int DATA_INPUT__ITEM_SUBJECT_REF = ITEM_AWARE_ELEMENT__ITEM_SUBJECT_REF;
/**
* The feature id for the 'Input Set With Optional' reference list.
*
*
* @generated
* @ordered
*/
int DATA_INPUT__INPUT_SET_WITH_OPTIONAL = ITEM_AWARE_ELEMENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Input Set With While Executing' reference list.
*
*
* @generated
* @ordered
*/
int DATA_INPUT__INPUT_SET_WITH_WHILE_EXECUTING = ITEM_AWARE_ELEMENT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Input Set Refs' reference list.
*
*
* @generated
* @ordered
*/
int DATA_INPUT__INPUT_SET_REFS = ITEM_AWARE_ELEMENT_FEATURE_COUNT + 2;
/**
* The feature id for the 'Is Collection' attribute.
*
*
* @generated
* @ordered
*/
int DATA_INPUT__IS_COLLECTION = ITEM_AWARE_ELEMENT_FEATURE_COUNT + 3;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int DATA_INPUT__NAME = ITEM_AWARE_ELEMENT_FEATURE_COUNT + 4;
/**
* The number of structural features of the 'Data Input' class.
*
*
* @generated
* @ordered
*/
int DATA_INPUT_FEATURE_COUNT = ITEM_AWARE_ELEMENT_FEATURE_COUNT + 5;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.DataInputAssociationImpl Data Input Association}' class.
*
*
* @see org.eclipse.bpmn2.impl.DataInputAssociationImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getDataInputAssociation()
* @generated
*/
int DATA_INPUT_ASSOCIATION = 37;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int DATA_INPUT_ASSOCIATION__DOCUMENTATION = DATA_ASSOCIATION__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int DATA_INPUT_ASSOCIATION__EXTENSION_VALUES = DATA_ASSOCIATION__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int DATA_INPUT_ASSOCIATION__EXTENSION_DEFINITIONS = DATA_ASSOCIATION__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int DATA_INPUT_ASSOCIATION__ID = DATA_ASSOCIATION__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int DATA_INPUT_ASSOCIATION__ANY_ATTRIBUTE = DATA_ASSOCIATION__ANY_ATTRIBUTE;
/**
* The feature id for the 'Source Ref' reference list.
*
*
* @generated
* @ordered
*/
int DATA_INPUT_ASSOCIATION__SOURCE_REF = DATA_ASSOCIATION__SOURCE_REF;
/**
* The feature id for the 'Target Ref' reference.
*
*
* @generated
* @ordered
*/
int DATA_INPUT_ASSOCIATION__TARGET_REF = DATA_ASSOCIATION__TARGET_REF;
/**
* The feature id for the 'Transformation' containment reference.
*
*
* @generated
* @ordered
*/
int DATA_INPUT_ASSOCIATION__TRANSFORMATION = DATA_ASSOCIATION__TRANSFORMATION;
/**
* The feature id for the 'Assignment' containment reference list.
*
*
* @generated
* @ordered
*/
int DATA_INPUT_ASSOCIATION__ASSIGNMENT = DATA_ASSOCIATION__ASSIGNMENT;
/**
* The number of structural features of the 'Data Input Association' class.
*
*
* @generated
* @ordered
*/
int DATA_INPUT_ASSOCIATION_FEATURE_COUNT = DATA_ASSOCIATION_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.DataObjectImpl Data Object}' class.
*
*
* @see org.eclipse.bpmn2.impl.DataObjectImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getDataObject()
* @generated
*/
int DATA_OBJECT = 38;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int DATA_OBJECT__DOCUMENTATION = FLOW_ELEMENT__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int DATA_OBJECT__EXTENSION_VALUES = FLOW_ELEMENT__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int DATA_OBJECT__EXTENSION_DEFINITIONS = FLOW_ELEMENT__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int DATA_OBJECT__ID = FLOW_ELEMENT__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int DATA_OBJECT__ANY_ATTRIBUTE = FLOW_ELEMENT__ANY_ATTRIBUTE;
/**
* The feature id for the 'Auditing' containment reference.
*
*
* @generated
* @ordered
*/
int DATA_OBJECT__AUDITING = FLOW_ELEMENT__AUDITING;
/**
* The feature id for the 'Monitoring' containment reference.
*
*
* @generated
* @ordered
*/
int DATA_OBJECT__MONITORING = FLOW_ELEMENT__MONITORING;
/**
* The feature id for the 'Category Value Ref' reference list.
*
*
* @generated
* @ordered
*/
int DATA_OBJECT__CATEGORY_VALUE_REF = FLOW_ELEMENT__CATEGORY_VALUE_REF;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int DATA_OBJECT__NAME = FLOW_ELEMENT__NAME;
/**
* The feature id for the 'Data State' containment reference.
*
*
* @generated
* @ordered
*/
int DATA_OBJECT__DATA_STATE = FLOW_ELEMENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Item Subject Ref' reference.
*
*
* @generated
* @ordered
*/
int DATA_OBJECT__ITEM_SUBJECT_REF = FLOW_ELEMENT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Is Collection' attribute.
*
*
* @generated
* @ordered
*/
int DATA_OBJECT__IS_COLLECTION = FLOW_ELEMENT_FEATURE_COUNT + 2;
/**
* The number of structural features of the 'Data Object' class.
*
*
* @generated
* @ordered
*/
int DATA_OBJECT_FEATURE_COUNT = FLOW_ELEMENT_FEATURE_COUNT + 3;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.DataObjectReferenceImpl Data Object Reference}' class.
*
*
* @see org.eclipse.bpmn2.impl.DataObjectReferenceImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getDataObjectReference()
* @generated
*/
int DATA_OBJECT_REFERENCE = 39;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int DATA_OBJECT_REFERENCE__DOCUMENTATION = FLOW_ELEMENT__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int DATA_OBJECT_REFERENCE__EXTENSION_VALUES = FLOW_ELEMENT__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int DATA_OBJECT_REFERENCE__EXTENSION_DEFINITIONS = FLOW_ELEMENT__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int DATA_OBJECT_REFERENCE__ID = FLOW_ELEMENT__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int DATA_OBJECT_REFERENCE__ANY_ATTRIBUTE = FLOW_ELEMENT__ANY_ATTRIBUTE;
/**
* The feature id for the 'Auditing' containment reference.
*
*
* @generated
* @ordered
*/
int DATA_OBJECT_REFERENCE__AUDITING = FLOW_ELEMENT__AUDITING;
/**
* The feature id for the 'Monitoring' containment reference.
*
*
* @generated
* @ordered
*/
int DATA_OBJECT_REFERENCE__MONITORING = FLOW_ELEMENT__MONITORING;
/**
* The feature id for the 'Category Value Ref' reference list.
*
*
* @generated
* @ordered
*/
int DATA_OBJECT_REFERENCE__CATEGORY_VALUE_REF = FLOW_ELEMENT__CATEGORY_VALUE_REF;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int DATA_OBJECT_REFERENCE__NAME = FLOW_ELEMENT__NAME;
/**
* The feature id for the 'Data State' containment reference.
*
*
* @generated
* @ordered
*/
int DATA_OBJECT_REFERENCE__DATA_STATE = FLOW_ELEMENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Item Subject Ref' reference.
*
*
* @generated
* @ordered
*/
int DATA_OBJECT_REFERENCE__ITEM_SUBJECT_REF = FLOW_ELEMENT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Data Object Ref' reference.
*
*
* @generated
* @ordered
*/
int DATA_OBJECT_REFERENCE__DATA_OBJECT_REF = FLOW_ELEMENT_FEATURE_COUNT + 2;
/**
* The number of structural features of the 'Data Object Reference' class.
*
*
* @generated
* @ordered
*/
int DATA_OBJECT_REFERENCE_FEATURE_COUNT = FLOW_ELEMENT_FEATURE_COUNT + 3;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.DataOutputImpl Data Output}' class.
*
*
* @see org.eclipse.bpmn2.impl.DataOutputImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getDataOutput()
* @generated
*/
int DATA_OUTPUT = 40;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int DATA_OUTPUT__DOCUMENTATION = ITEM_AWARE_ELEMENT__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int DATA_OUTPUT__EXTENSION_VALUES = ITEM_AWARE_ELEMENT__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int DATA_OUTPUT__EXTENSION_DEFINITIONS = ITEM_AWARE_ELEMENT__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int DATA_OUTPUT__ID = ITEM_AWARE_ELEMENT__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int DATA_OUTPUT__ANY_ATTRIBUTE = ITEM_AWARE_ELEMENT__ANY_ATTRIBUTE;
/**
* The feature id for the 'Data State' containment reference.
*
*
* @generated
* @ordered
*/
int DATA_OUTPUT__DATA_STATE = ITEM_AWARE_ELEMENT__DATA_STATE;
/**
* The feature id for the 'Item Subject Ref' reference.
*
*
* @generated
* @ordered
*/
int DATA_OUTPUT__ITEM_SUBJECT_REF = ITEM_AWARE_ELEMENT__ITEM_SUBJECT_REF;
/**
* The feature id for the 'Output Set With Optional' reference list.
*
*
* @generated
* @ordered
*/
int DATA_OUTPUT__OUTPUT_SET_WITH_OPTIONAL = ITEM_AWARE_ELEMENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Output Set With While Executing' reference list.
*
*
* @generated
* @ordered
*/
int DATA_OUTPUT__OUTPUT_SET_WITH_WHILE_EXECUTING = ITEM_AWARE_ELEMENT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Output Set Refs' reference list.
*
*
* @generated
* @ordered
*/
int DATA_OUTPUT__OUTPUT_SET_REFS = ITEM_AWARE_ELEMENT_FEATURE_COUNT + 2;
/**
* The feature id for the 'Is Collection' attribute.
*
*
* @generated
* @ordered
*/
int DATA_OUTPUT__IS_COLLECTION = ITEM_AWARE_ELEMENT_FEATURE_COUNT + 3;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int DATA_OUTPUT__NAME = ITEM_AWARE_ELEMENT_FEATURE_COUNT + 4;
/**
* The number of structural features of the 'Data Output' class.
*
*
* @generated
* @ordered
*/
int DATA_OUTPUT_FEATURE_COUNT = ITEM_AWARE_ELEMENT_FEATURE_COUNT + 5;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.DataOutputAssociationImpl Data Output Association}' class.
*
*
* @see org.eclipse.bpmn2.impl.DataOutputAssociationImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getDataOutputAssociation()
* @generated
*/
int DATA_OUTPUT_ASSOCIATION = 41;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int DATA_OUTPUT_ASSOCIATION__DOCUMENTATION = DATA_ASSOCIATION__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int DATA_OUTPUT_ASSOCIATION__EXTENSION_VALUES = DATA_ASSOCIATION__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int DATA_OUTPUT_ASSOCIATION__EXTENSION_DEFINITIONS = DATA_ASSOCIATION__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int DATA_OUTPUT_ASSOCIATION__ID = DATA_ASSOCIATION__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int DATA_OUTPUT_ASSOCIATION__ANY_ATTRIBUTE = DATA_ASSOCIATION__ANY_ATTRIBUTE;
/**
* The feature id for the 'Source Ref' reference list.
*
*
* @generated
* @ordered
*/
int DATA_OUTPUT_ASSOCIATION__SOURCE_REF = DATA_ASSOCIATION__SOURCE_REF;
/**
* The feature id for the 'Target Ref' reference.
*
*
* @generated
* @ordered
*/
int DATA_OUTPUT_ASSOCIATION__TARGET_REF = DATA_ASSOCIATION__TARGET_REF;
/**
* The feature id for the 'Transformation' containment reference.
*
*
* @generated
* @ordered
*/
int DATA_OUTPUT_ASSOCIATION__TRANSFORMATION = DATA_ASSOCIATION__TRANSFORMATION;
/**
* The feature id for the 'Assignment' containment reference list.
*
*
* @generated
* @ordered
*/
int DATA_OUTPUT_ASSOCIATION__ASSIGNMENT = DATA_ASSOCIATION__ASSIGNMENT;
/**
* The number of structural features of the 'Data Output Association' class.
*
*
* @generated
* @ordered
*/
int DATA_OUTPUT_ASSOCIATION_FEATURE_COUNT = DATA_ASSOCIATION_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.DataStateImpl Data State}' class.
*
*
* @see org.eclipse.bpmn2.impl.DataStateImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getDataState()
* @generated
*/
int DATA_STATE = 42;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int DATA_STATE__DOCUMENTATION = BASE_ELEMENT__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int DATA_STATE__EXTENSION_VALUES = BASE_ELEMENT__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int DATA_STATE__EXTENSION_DEFINITIONS = BASE_ELEMENT__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int DATA_STATE__ID = BASE_ELEMENT__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int DATA_STATE__ANY_ATTRIBUTE = BASE_ELEMENT__ANY_ATTRIBUTE;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int DATA_STATE__NAME = BASE_ELEMENT_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Data State' class.
*
*
* @generated
* @ordered
*/
int DATA_STATE_FEATURE_COUNT = BASE_ELEMENT_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.DataStoreImpl Data Store}' class.
*
*
* @see org.eclipse.bpmn2.impl.DataStoreImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getDataStore()
* @generated
*/
int DATA_STORE = 43;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int DATA_STORE__DOCUMENTATION = ITEM_AWARE_ELEMENT__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int DATA_STORE__EXTENSION_VALUES = ITEM_AWARE_ELEMENT__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int DATA_STORE__EXTENSION_DEFINITIONS = ITEM_AWARE_ELEMENT__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int DATA_STORE__ID = ITEM_AWARE_ELEMENT__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int DATA_STORE__ANY_ATTRIBUTE = ITEM_AWARE_ELEMENT__ANY_ATTRIBUTE;
/**
* The feature id for the 'Data State' containment reference.
*
*
* @generated
* @ordered
*/
int DATA_STORE__DATA_STATE = ITEM_AWARE_ELEMENT__DATA_STATE;
/**
* The feature id for the 'Item Subject Ref' reference.
*
*
* @generated
* @ordered
*/
int DATA_STORE__ITEM_SUBJECT_REF = ITEM_AWARE_ELEMENT__ITEM_SUBJECT_REF;
/**
* The feature id for the 'Capacity' attribute.
*
*
* @generated
* @ordered
*/
int DATA_STORE__CAPACITY = ITEM_AWARE_ELEMENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Is Unlimited' attribute.
*
*
* @generated
* @ordered
*/
int DATA_STORE__IS_UNLIMITED = ITEM_AWARE_ELEMENT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int DATA_STORE__NAME = ITEM_AWARE_ELEMENT_FEATURE_COUNT + 2;
/**
* The number of structural features of the 'Data Store' class.
*
*
* @generated
* @ordered
*/
int DATA_STORE_FEATURE_COUNT = ITEM_AWARE_ELEMENT_FEATURE_COUNT + 3;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.DataStoreReferenceImpl Data Store Reference}' class.
*
*
* @see org.eclipse.bpmn2.impl.DataStoreReferenceImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getDataStoreReference()
* @generated
*/
int DATA_STORE_REFERENCE = 44;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int DATA_STORE_REFERENCE__DOCUMENTATION = FLOW_ELEMENT__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int DATA_STORE_REFERENCE__EXTENSION_VALUES = FLOW_ELEMENT__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int DATA_STORE_REFERENCE__EXTENSION_DEFINITIONS = FLOW_ELEMENT__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int DATA_STORE_REFERENCE__ID = FLOW_ELEMENT__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int DATA_STORE_REFERENCE__ANY_ATTRIBUTE = FLOW_ELEMENT__ANY_ATTRIBUTE;
/**
* The feature id for the 'Auditing' containment reference.
*
*
* @generated
* @ordered
*/
int DATA_STORE_REFERENCE__AUDITING = FLOW_ELEMENT__AUDITING;
/**
* The feature id for the 'Monitoring' containment reference.
*
*
* @generated
* @ordered
*/
int DATA_STORE_REFERENCE__MONITORING = FLOW_ELEMENT__MONITORING;
/**
* The feature id for the 'Category Value Ref' reference list.
*
*
* @generated
* @ordered
*/
int DATA_STORE_REFERENCE__CATEGORY_VALUE_REF = FLOW_ELEMENT__CATEGORY_VALUE_REF;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int DATA_STORE_REFERENCE__NAME = FLOW_ELEMENT__NAME;
/**
* The feature id for the 'Data State' containment reference.
*
*
* @generated
* @ordered
*/
int DATA_STORE_REFERENCE__DATA_STATE = FLOW_ELEMENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Item Subject Ref' reference.
*
*
* @generated
* @ordered
*/
int DATA_STORE_REFERENCE__ITEM_SUBJECT_REF = FLOW_ELEMENT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Data Store Ref' reference.
*
*
* @generated
* @ordered
*/
int DATA_STORE_REFERENCE__DATA_STORE_REF = FLOW_ELEMENT_FEATURE_COUNT + 2;
/**
* The number of structural features of the 'Data Store Reference' class.
*
*
* @generated
* @ordered
*/
int DATA_STORE_REFERENCE_FEATURE_COUNT = FLOW_ELEMENT_FEATURE_COUNT + 3;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.DefinitionsImpl Definitions}' class.
*
*
* @see org.eclipse.bpmn2.impl.DefinitionsImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getDefinitions()
* @generated
*/
int DEFINITIONS = 45;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int DEFINITIONS__DOCUMENTATION = BASE_ELEMENT__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int DEFINITIONS__EXTENSION_VALUES = BASE_ELEMENT__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int DEFINITIONS__EXTENSION_DEFINITIONS = BASE_ELEMENT__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int DEFINITIONS__ID = BASE_ELEMENT__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int DEFINITIONS__ANY_ATTRIBUTE = BASE_ELEMENT__ANY_ATTRIBUTE;
/**
* The feature id for the 'Imports' containment reference list.
*
*
* @generated
* @ordered
*/
int DEFINITIONS__IMPORTS = BASE_ELEMENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Extensions' containment reference list.
*
*
* @generated
* @ordered
*/
int DEFINITIONS__EXTENSIONS = BASE_ELEMENT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Root Elements' containment reference list.
*
*
* @generated
* @ordered
*/
int DEFINITIONS__ROOT_ELEMENTS = BASE_ELEMENT_FEATURE_COUNT + 2;
/**
* The feature id for the 'Diagrams' containment reference list.
*
*
* @generated
* @ordered
*/
int DEFINITIONS__DIAGRAMS = BASE_ELEMENT_FEATURE_COUNT + 3;
/**
* The feature id for the 'Relationships' containment reference list.
*
*
* @generated
* @ordered
*/
int DEFINITIONS__RELATIONSHIPS = BASE_ELEMENT_FEATURE_COUNT + 4;
/**
* The feature id for the 'Exporter' attribute.
*
*
* @generated
* @ordered
*/
int DEFINITIONS__EXPORTER = BASE_ELEMENT_FEATURE_COUNT + 5;
/**
* The feature id for the 'Exporter Version' attribute.
*
*
* @generated
* @ordered
*/
int DEFINITIONS__EXPORTER_VERSION = BASE_ELEMENT_FEATURE_COUNT + 6;
/**
* The feature id for the 'Expression Language' attribute.
*
*
* @generated
* @ordered
*/
int DEFINITIONS__EXPRESSION_LANGUAGE = BASE_ELEMENT_FEATURE_COUNT + 7;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int DEFINITIONS__NAME = BASE_ELEMENT_FEATURE_COUNT + 8;
/**
* The feature id for the 'Target Namespace' attribute.
*
*
* @generated
* @ordered
*/
int DEFINITIONS__TARGET_NAMESPACE = BASE_ELEMENT_FEATURE_COUNT + 9;
/**
* The feature id for the 'Type Language' attribute.
*
*
* @generated
* @ordered
*/
int DEFINITIONS__TYPE_LANGUAGE = BASE_ELEMENT_FEATURE_COUNT + 10;
/**
* The number of structural features of the 'Definitions' class.
*
*
* @generated
* @ordered
*/
int DEFINITIONS_FEATURE_COUNT = BASE_ELEMENT_FEATURE_COUNT + 11;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.DocumentationImpl Documentation}' class.
*
*
* @see org.eclipse.bpmn2.impl.DocumentationImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getDocumentation()
* @generated
*/
int DOCUMENTATION = 46;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int DOCUMENTATION__DOCUMENTATION = BASE_ELEMENT__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int DOCUMENTATION__EXTENSION_VALUES = BASE_ELEMENT__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int DOCUMENTATION__EXTENSION_DEFINITIONS = BASE_ELEMENT__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int DOCUMENTATION__ID = BASE_ELEMENT__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int DOCUMENTATION__ANY_ATTRIBUTE = BASE_ELEMENT__ANY_ATTRIBUTE;
/**
* The feature id for the 'Mixed' attribute list.
*
*
* @generated
* @ordered
*/
int DOCUMENTATION__MIXED = BASE_ELEMENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Text' attribute.
*
*
* @generated
* @ordered
*/
int DOCUMENTATION__TEXT = BASE_ELEMENT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Text Format' attribute.
*
*
* @generated
* @ordered
*/
int DOCUMENTATION__TEXT_FORMAT = BASE_ELEMENT_FEATURE_COUNT + 2;
/**
* The number of structural features of the 'Documentation' class.
*
*
* @generated
* @ordered
*/
int DOCUMENTATION_FEATURE_COUNT = BASE_ELEMENT_FEATURE_COUNT + 3;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.ThrowEventImpl Throw Event}' class.
*
*
* @see org.eclipse.bpmn2.impl.ThrowEventImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getThrowEvent()
* @generated
*/
int THROW_EVENT = 134;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int THROW_EVENT__DOCUMENTATION = EVENT__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int THROW_EVENT__EXTENSION_VALUES = EVENT__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int THROW_EVENT__EXTENSION_DEFINITIONS = EVENT__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int THROW_EVENT__ID = EVENT__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int THROW_EVENT__ANY_ATTRIBUTE = EVENT__ANY_ATTRIBUTE;
/**
* The feature id for the 'Auditing' containment reference.
*
*
* @generated
* @ordered
*/
int THROW_EVENT__AUDITING = EVENT__AUDITING;
/**
* The feature id for the 'Monitoring' containment reference.
*
*
* @generated
* @ordered
*/
int THROW_EVENT__MONITORING = EVENT__MONITORING;
/**
* The feature id for the 'Category Value Ref' reference list.
*
*
* @generated
* @ordered
*/
int THROW_EVENT__CATEGORY_VALUE_REF = EVENT__CATEGORY_VALUE_REF;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int THROW_EVENT__NAME = EVENT__NAME;
/**
* The feature id for the 'Incoming' reference list.
*
*
* @generated
* @ordered
*/
int THROW_EVENT__INCOMING = EVENT__INCOMING;
/**
* The feature id for the 'Lanes' reference list.
*
*
* @generated
* @ordered
*/
int THROW_EVENT__LANES = EVENT__LANES;
/**
* The feature id for the 'Outgoing' reference list.
*
*
* @generated
* @ordered
*/
int THROW_EVENT__OUTGOING = EVENT__OUTGOING;
/**
* The feature id for the 'Incoming Conversation Links' reference list.
*
*
* @generated
* @ordered
*/
int THROW_EVENT__INCOMING_CONVERSATION_LINKS = EVENT__INCOMING_CONVERSATION_LINKS;
/**
* The feature id for the 'Outgoing Conversation Links' reference list.
*
*
* @generated
* @ordered
*/
int THROW_EVENT__OUTGOING_CONVERSATION_LINKS = EVENT__OUTGOING_CONVERSATION_LINKS;
/**
* The feature id for the 'Properties' containment reference list.
*
*
* @generated
* @ordered
*/
int THROW_EVENT__PROPERTIES = EVENT__PROPERTIES;
/**
* The feature id for the 'Data Inputs' containment reference list.
*
*
* @generated
* @ordered
*/
int THROW_EVENT__DATA_INPUTS = EVENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Data Input Association' containment reference list.
*
*
* @generated
* @ordered
*/
int THROW_EVENT__DATA_INPUT_ASSOCIATION = EVENT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Input Set' containment reference.
*
*
* @generated
* @ordered
*/
int THROW_EVENT__INPUT_SET = EVENT_FEATURE_COUNT + 2;
/**
* The feature id for the 'Event Definitions' containment reference list.
*
*
* @generated
* @ordered
*/
int THROW_EVENT__EVENT_DEFINITIONS = EVENT_FEATURE_COUNT + 3;
/**
* The feature id for the 'Event Definition Refs' reference list.
*
*
* @generated
* @ordered
*/
int THROW_EVENT__EVENT_DEFINITION_REFS = EVENT_FEATURE_COUNT + 4;
/**
* The number of structural features of the 'Throw Event' class.
*
*
* @generated
* @ordered
*/
int THROW_EVENT_FEATURE_COUNT = EVENT_FEATURE_COUNT + 5;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.EndEventImpl End Event}' class.
*
*
* @see org.eclipse.bpmn2.impl.EndEventImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getEndEvent()
* @generated
*/
int END_EVENT = 47;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int END_EVENT__DOCUMENTATION = THROW_EVENT__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int END_EVENT__EXTENSION_VALUES = THROW_EVENT__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int END_EVENT__EXTENSION_DEFINITIONS = THROW_EVENT__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int END_EVENT__ID = THROW_EVENT__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int END_EVENT__ANY_ATTRIBUTE = THROW_EVENT__ANY_ATTRIBUTE;
/**
* The feature id for the 'Auditing' containment reference.
*
*
* @generated
* @ordered
*/
int END_EVENT__AUDITING = THROW_EVENT__AUDITING;
/**
* The feature id for the 'Monitoring' containment reference.
*
*
* @generated
* @ordered
*/
int END_EVENT__MONITORING = THROW_EVENT__MONITORING;
/**
* The feature id for the 'Category Value Ref' reference list.
*
*
* @generated
* @ordered
*/
int END_EVENT__CATEGORY_VALUE_REF = THROW_EVENT__CATEGORY_VALUE_REF;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int END_EVENT__NAME = THROW_EVENT__NAME;
/**
* The feature id for the 'Incoming' reference list.
*
*
* @generated
* @ordered
*/
int END_EVENT__INCOMING = THROW_EVENT__INCOMING;
/**
* The feature id for the 'Lanes' reference list.
*
*
* @generated
* @ordered
*/
int END_EVENT__LANES = THROW_EVENT__LANES;
/**
* The feature id for the 'Outgoing' reference list.
*
*
* @generated
* @ordered
*/
int END_EVENT__OUTGOING = THROW_EVENT__OUTGOING;
/**
* The feature id for the 'Incoming Conversation Links' reference list.
*
*
* @generated
* @ordered
*/
int END_EVENT__INCOMING_CONVERSATION_LINKS = THROW_EVENT__INCOMING_CONVERSATION_LINKS;
/**
* The feature id for the 'Outgoing Conversation Links' reference list.
*
*
* @generated
* @ordered
*/
int END_EVENT__OUTGOING_CONVERSATION_LINKS = THROW_EVENT__OUTGOING_CONVERSATION_LINKS;
/**
* The feature id for the 'Properties' containment reference list.
*
*
* @generated
* @ordered
*/
int END_EVENT__PROPERTIES = THROW_EVENT__PROPERTIES;
/**
* The feature id for the 'Data Inputs' containment reference list.
*
*
* @generated
* @ordered
*/
int END_EVENT__DATA_INPUTS = THROW_EVENT__DATA_INPUTS;
/**
* The feature id for the 'Data Input Association' containment reference list.
*
*
* @generated
* @ordered
*/
int END_EVENT__DATA_INPUT_ASSOCIATION = THROW_EVENT__DATA_INPUT_ASSOCIATION;
/**
* The feature id for the 'Input Set' containment reference.
*
*
* @generated
* @ordered
*/
int END_EVENT__INPUT_SET = THROW_EVENT__INPUT_SET;
/**
* The feature id for the 'Event Definitions' containment reference list.
*
*
* @generated
* @ordered
*/
int END_EVENT__EVENT_DEFINITIONS = THROW_EVENT__EVENT_DEFINITIONS;
/**
* The feature id for the 'Event Definition Refs' reference list.
*
*
* @generated
* @ordered
*/
int END_EVENT__EVENT_DEFINITION_REFS = THROW_EVENT__EVENT_DEFINITION_REFS;
/**
* The number of structural features of the 'End Event' class.
*
*
* @generated
* @ordered
*/
int END_EVENT_FEATURE_COUNT = THROW_EVENT_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.EndPointImpl End Point}' class.
*
*
* @see org.eclipse.bpmn2.impl.EndPointImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getEndPoint()
* @generated
*/
int END_POINT = 48;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int END_POINT__DOCUMENTATION = ROOT_ELEMENT__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int END_POINT__EXTENSION_VALUES = ROOT_ELEMENT__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int END_POINT__EXTENSION_DEFINITIONS = ROOT_ELEMENT__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int END_POINT__ID = ROOT_ELEMENT__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int END_POINT__ANY_ATTRIBUTE = ROOT_ELEMENT__ANY_ATTRIBUTE;
/**
* The number of structural features of the 'End Point' class.
*
*
* @generated
* @ordered
*/
int END_POINT_FEATURE_COUNT = ROOT_ELEMENT_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.ErrorImpl Error}' class.
*
*
* @see org.eclipse.bpmn2.impl.ErrorImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getError()
* @generated
*/
int ERROR = 49;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int ERROR__DOCUMENTATION = ROOT_ELEMENT__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int ERROR__EXTENSION_VALUES = ROOT_ELEMENT__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int ERROR__EXTENSION_DEFINITIONS = ROOT_ELEMENT__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int ERROR__ID = ROOT_ELEMENT__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int ERROR__ANY_ATTRIBUTE = ROOT_ELEMENT__ANY_ATTRIBUTE;
/**
* The feature id for the 'Error Code' attribute.
*
*
* @generated
* @ordered
*/
int ERROR__ERROR_CODE = ROOT_ELEMENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int ERROR__NAME = ROOT_ELEMENT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Structure Ref' reference.
*
*
* @generated
* @ordered
*/
int ERROR__STRUCTURE_REF = ROOT_ELEMENT_FEATURE_COUNT + 2;
/**
* The number of structural features of the 'Error' class.
*
*
* @generated
* @ordered
*/
int ERROR_FEATURE_COUNT = ROOT_ELEMENT_FEATURE_COUNT + 3;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.ErrorEventDefinitionImpl Error Event Definition}' class.
*
*
* @see org.eclipse.bpmn2.impl.ErrorEventDefinitionImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getErrorEventDefinition()
* @generated
*/
int ERROR_EVENT_DEFINITION = 50;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int ERROR_EVENT_DEFINITION__DOCUMENTATION = EVENT_DEFINITION__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int ERROR_EVENT_DEFINITION__EXTENSION_VALUES = EVENT_DEFINITION__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int ERROR_EVENT_DEFINITION__EXTENSION_DEFINITIONS = EVENT_DEFINITION__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int ERROR_EVENT_DEFINITION__ID = EVENT_DEFINITION__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int ERROR_EVENT_DEFINITION__ANY_ATTRIBUTE = EVENT_DEFINITION__ANY_ATTRIBUTE;
/**
* The feature id for the 'Error Ref' reference.
*
*
* @generated
* @ordered
*/
int ERROR_EVENT_DEFINITION__ERROR_REF = EVENT_DEFINITION_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Error Event Definition' class.
*
*
* @generated
* @ordered
*/
int ERROR_EVENT_DEFINITION_FEATURE_COUNT = EVENT_DEFINITION_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.EscalationImpl Escalation}' class.
*
*
* @see org.eclipse.bpmn2.impl.EscalationImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getEscalation()
* @generated
*/
int ESCALATION = 51;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int ESCALATION__DOCUMENTATION = ROOT_ELEMENT__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int ESCALATION__EXTENSION_VALUES = ROOT_ELEMENT__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int ESCALATION__EXTENSION_DEFINITIONS = ROOT_ELEMENT__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int ESCALATION__ID = ROOT_ELEMENT__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int ESCALATION__ANY_ATTRIBUTE = ROOT_ELEMENT__ANY_ATTRIBUTE;
/**
* The feature id for the 'Escalation Code' attribute.
*
*
* @generated
* @ordered
*/
int ESCALATION__ESCALATION_CODE = ROOT_ELEMENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int ESCALATION__NAME = ROOT_ELEMENT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Structure Ref' reference.
*
*
* @generated
* @ordered
*/
int ESCALATION__STRUCTURE_REF = ROOT_ELEMENT_FEATURE_COUNT + 2;
/**
* The number of structural features of the 'Escalation' class.
*
*
* @generated
* @ordered
*/
int ESCALATION_FEATURE_COUNT = ROOT_ELEMENT_FEATURE_COUNT + 3;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.EscalationEventDefinitionImpl Escalation Event Definition}' class.
*
*
* @see org.eclipse.bpmn2.impl.EscalationEventDefinitionImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getEscalationEventDefinition()
* @generated
*/
int ESCALATION_EVENT_DEFINITION = 52;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int ESCALATION_EVENT_DEFINITION__DOCUMENTATION = EVENT_DEFINITION__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int ESCALATION_EVENT_DEFINITION__EXTENSION_VALUES = EVENT_DEFINITION__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int ESCALATION_EVENT_DEFINITION__EXTENSION_DEFINITIONS = EVENT_DEFINITION__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int ESCALATION_EVENT_DEFINITION__ID = EVENT_DEFINITION__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int ESCALATION_EVENT_DEFINITION__ANY_ATTRIBUTE = EVENT_DEFINITION__ANY_ATTRIBUTE;
/**
* The feature id for the 'Escalation Ref' reference.
*
*
* @generated
* @ordered
*/
int ESCALATION_EVENT_DEFINITION__ESCALATION_REF = EVENT_DEFINITION_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Escalation Event Definition' class.
*
*
* @generated
* @ordered
*/
int ESCALATION_EVENT_DEFINITION_FEATURE_COUNT = EVENT_DEFINITION_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.EventBasedGatewayImpl Event Based Gateway}' class.
*
*
* @see org.eclipse.bpmn2.impl.EventBasedGatewayImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getEventBasedGateway()
* @generated
*/
int EVENT_BASED_GATEWAY = 54;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int EVENT_BASED_GATEWAY__DOCUMENTATION = GATEWAY__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int EVENT_BASED_GATEWAY__EXTENSION_VALUES = GATEWAY__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int EVENT_BASED_GATEWAY__EXTENSION_DEFINITIONS = GATEWAY__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int EVENT_BASED_GATEWAY__ID = GATEWAY__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int EVENT_BASED_GATEWAY__ANY_ATTRIBUTE = GATEWAY__ANY_ATTRIBUTE;
/**
* The feature id for the 'Auditing' containment reference.
*
*
* @generated
* @ordered
*/
int EVENT_BASED_GATEWAY__AUDITING = GATEWAY__AUDITING;
/**
* The feature id for the 'Monitoring' containment reference.
*
*
* @generated
* @ordered
*/
int EVENT_BASED_GATEWAY__MONITORING = GATEWAY__MONITORING;
/**
* The feature id for the 'Category Value Ref' reference list.
*
*
* @generated
* @ordered
*/
int EVENT_BASED_GATEWAY__CATEGORY_VALUE_REF = GATEWAY__CATEGORY_VALUE_REF;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int EVENT_BASED_GATEWAY__NAME = GATEWAY__NAME;
/**
* The feature id for the 'Incoming' reference list.
*
*
* @generated
* @ordered
*/
int EVENT_BASED_GATEWAY__INCOMING = GATEWAY__INCOMING;
/**
* The feature id for the 'Lanes' reference list.
*
*
* @generated
* @ordered
*/
int EVENT_BASED_GATEWAY__LANES = GATEWAY__LANES;
/**
* The feature id for the 'Outgoing' reference list.
*
*
* @generated
* @ordered
*/
int EVENT_BASED_GATEWAY__OUTGOING = GATEWAY__OUTGOING;
/**
* The feature id for the 'Gateway Direction' attribute.
*
*
* @generated
* @ordered
*/
int EVENT_BASED_GATEWAY__GATEWAY_DIRECTION = GATEWAY__GATEWAY_DIRECTION;
/**
* The feature id for the 'Event Gateway Type' attribute.
*
*
* @generated
* @ordered
*/
int EVENT_BASED_GATEWAY__EVENT_GATEWAY_TYPE = GATEWAY_FEATURE_COUNT + 0;
/**
* The feature id for the 'Instantiate' attribute.
*
*
* @generated
* @ordered
*/
int EVENT_BASED_GATEWAY__INSTANTIATE = GATEWAY_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Event Based Gateway' class.
*
*
* @generated
* @ordered
*/
int EVENT_BASED_GATEWAY_FEATURE_COUNT = GATEWAY_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.ExclusiveGatewayImpl Exclusive Gateway}' class.
*
*
* @see org.eclipse.bpmn2.impl.ExclusiveGatewayImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getExclusiveGateway()
* @generated
*/
int EXCLUSIVE_GATEWAY = 56;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int EXCLUSIVE_GATEWAY__DOCUMENTATION = GATEWAY__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int EXCLUSIVE_GATEWAY__EXTENSION_VALUES = GATEWAY__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int EXCLUSIVE_GATEWAY__EXTENSION_DEFINITIONS = GATEWAY__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int EXCLUSIVE_GATEWAY__ID = GATEWAY__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int EXCLUSIVE_GATEWAY__ANY_ATTRIBUTE = GATEWAY__ANY_ATTRIBUTE;
/**
* The feature id for the 'Auditing' containment reference.
*
*
* @generated
* @ordered
*/
int EXCLUSIVE_GATEWAY__AUDITING = GATEWAY__AUDITING;
/**
* The feature id for the 'Monitoring' containment reference.
*
*
* @generated
* @ordered
*/
int EXCLUSIVE_GATEWAY__MONITORING = GATEWAY__MONITORING;
/**
* The feature id for the 'Category Value Ref' reference list.
*
*
* @generated
* @ordered
*/
int EXCLUSIVE_GATEWAY__CATEGORY_VALUE_REF = GATEWAY__CATEGORY_VALUE_REF;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int EXCLUSIVE_GATEWAY__NAME = GATEWAY__NAME;
/**
* The feature id for the 'Incoming' reference list.
*
*
* @generated
* @ordered
*/
int EXCLUSIVE_GATEWAY__INCOMING = GATEWAY__INCOMING;
/**
* The feature id for the 'Lanes' reference list.
*
*
* @generated
* @ordered
*/
int EXCLUSIVE_GATEWAY__LANES = GATEWAY__LANES;
/**
* The feature id for the 'Outgoing' reference list.
*
*
* @generated
* @ordered
*/
int EXCLUSIVE_GATEWAY__OUTGOING = GATEWAY__OUTGOING;
/**
* The feature id for the 'Gateway Direction' attribute.
*
*
* @generated
* @ordered
*/
int EXCLUSIVE_GATEWAY__GATEWAY_DIRECTION = GATEWAY__GATEWAY_DIRECTION;
/**
* The feature id for the 'Default' reference.
*
*
* @generated
* @ordered
*/
int EXCLUSIVE_GATEWAY__DEFAULT = GATEWAY_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Exclusive Gateway' class.
*
*
* @generated
* @ordered
*/
int EXCLUSIVE_GATEWAY_FEATURE_COUNT = GATEWAY_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.ExpressionImpl Expression}' class.
*
*
* @see org.eclipse.bpmn2.impl.ExpressionImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getExpression()
* @generated
*/
int EXPRESSION = 57;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int EXPRESSION__DOCUMENTATION = BASE_ELEMENT__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int EXPRESSION__EXTENSION_VALUES = BASE_ELEMENT__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int EXPRESSION__EXTENSION_DEFINITIONS = BASE_ELEMENT__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int EXPRESSION__ID = BASE_ELEMENT__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int EXPRESSION__ANY_ATTRIBUTE = BASE_ELEMENT__ANY_ATTRIBUTE;
/**
* The number of structural features of the 'Expression' class.
*
*
* @generated
* @ordered
*/
int EXPRESSION_FEATURE_COUNT = BASE_ELEMENT_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.ExtensionImpl Extension}' class.
*
*
* @see org.eclipse.bpmn2.impl.ExtensionImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getExtension()
* @generated
*/
int EXTENSION = 58;
/**
* The feature id for the 'Definition' containment reference.
*
*
* @generated
* @ordered
*/
int EXTENSION__DEFINITION = 0;
/**
* The feature id for the 'Must Understand' attribute.
*
*
* @generated
* @ordered
*/
int EXTENSION__MUST_UNDERSTAND = 1;
/**
* The feature id for the 'Xsd Definition' attribute.
*
*
* @generated
* @ordered
*/
int EXTENSION__XSD_DEFINITION = 2;
/**
* The number of structural features of the 'Extension' class.
*
*
* @generated
* @ordered
*/
int EXTENSION_FEATURE_COUNT = 3;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.ExtensionAttributeDefinitionImpl Extension Attribute Definition}' class.
*
*
* @see org.eclipse.bpmn2.impl.ExtensionAttributeDefinitionImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getExtensionAttributeDefinition()
* @generated
*/
int EXTENSION_ATTRIBUTE_DEFINITION = 59;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int EXTENSION_ATTRIBUTE_DEFINITION__NAME = 0;
/**
* The feature id for the 'Type' attribute.
*
*
* @generated
* @ordered
*/
int EXTENSION_ATTRIBUTE_DEFINITION__TYPE = 1;
/**
* The feature id for the 'Is Reference' attribute.
*
*
* @generated
* @ordered
*/
int EXTENSION_ATTRIBUTE_DEFINITION__IS_REFERENCE = 2;
/**
* The feature id for the 'Extension Definition' container reference.
*
*
* @generated
* @ordered
*/
int EXTENSION_ATTRIBUTE_DEFINITION__EXTENSION_DEFINITION = 3;
/**
* The number of structural features of the 'Extension Attribute Definition' class.
*
*
* @generated
* @ordered
*/
int EXTENSION_ATTRIBUTE_DEFINITION_FEATURE_COUNT = 4;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.ExtensionAttributeValueImpl Extension Attribute Value}' class.
*
*
* @see org.eclipse.bpmn2.impl.ExtensionAttributeValueImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getExtensionAttributeValue()
* @generated
*/
int EXTENSION_ATTRIBUTE_VALUE = 60;
/**
* The feature id for the 'Value Ref' reference.
*
*
* @generated
* @ordered
*/
int EXTENSION_ATTRIBUTE_VALUE__VALUE_REF = 0;
/**
* The feature id for the 'Value' attribute list.
*
*
* @generated
* @ordered
*/
int EXTENSION_ATTRIBUTE_VALUE__VALUE = 1;
/**
* The feature id for the 'Extension Attribute Definition' reference.
*
*
* @generated
* @ordered
*/
int EXTENSION_ATTRIBUTE_VALUE__EXTENSION_ATTRIBUTE_DEFINITION = 2;
/**
* The number of structural features of the 'Extension Attribute Value' class.
*
*
* @generated
* @ordered
*/
int EXTENSION_ATTRIBUTE_VALUE_FEATURE_COUNT = 3;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.ExtensionDefinitionImpl Extension Definition}' class.
*
*
* @see org.eclipse.bpmn2.impl.ExtensionDefinitionImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getExtensionDefinition()
* @generated
*/
int EXTENSION_DEFINITION = 61;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int EXTENSION_DEFINITION__NAME = 0;
/**
* The feature id for the 'Extension Attribute Definitions' containment reference list.
*
*
* @generated
* @ordered
*/
int EXTENSION_DEFINITION__EXTENSION_ATTRIBUTE_DEFINITIONS = 1;
/**
* The number of structural features of the 'Extension Definition' class.
*
*
* @generated
* @ordered
*/
int EXTENSION_DEFINITION_FEATURE_COUNT = 2;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.FlowElementsContainerImpl Flow Elements Container}' class.
*
*
* @see org.eclipse.bpmn2.impl.FlowElementsContainerImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getFlowElementsContainer()
* @generated
*/
int FLOW_ELEMENTS_CONTAINER = 63;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int FLOW_ELEMENTS_CONTAINER__DOCUMENTATION = BASE_ELEMENT__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int FLOW_ELEMENTS_CONTAINER__EXTENSION_VALUES = BASE_ELEMENT__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int FLOW_ELEMENTS_CONTAINER__EXTENSION_DEFINITIONS = BASE_ELEMENT__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int FLOW_ELEMENTS_CONTAINER__ID = BASE_ELEMENT__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int FLOW_ELEMENTS_CONTAINER__ANY_ATTRIBUTE = BASE_ELEMENT__ANY_ATTRIBUTE;
/**
* The feature id for the 'Lane Sets' containment reference list.
*
*
* @generated
* @ordered
*/
int FLOW_ELEMENTS_CONTAINER__LANE_SETS = BASE_ELEMENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Flow Elements' containment reference list.
*
*
* @generated
* @ordered
*/
int FLOW_ELEMENTS_CONTAINER__FLOW_ELEMENTS = BASE_ELEMENT_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Flow Elements Container' class.
*
*
* @generated
* @ordered
*/
int FLOW_ELEMENTS_CONTAINER_FEATURE_COUNT = BASE_ELEMENT_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.FormalExpressionImpl Formal Expression}' class.
*
*
* @see org.eclipse.bpmn2.impl.FormalExpressionImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getFormalExpression()
* @generated
*/
int FORMAL_EXPRESSION = 65;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int FORMAL_EXPRESSION__DOCUMENTATION = EXPRESSION__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int FORMAL_EXPRESSION__EXTENSION_VALUES = EXPRESSION__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int FORMAL_EXPRESSION__EXTENSION_DEFINITIONS = EXPRESSION__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int FORMAL_EXPRESSION__ID = EXPRESSION__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int FORMAL_EXPRESSION__ANY_ATTRIBUTE = EXPRESSION__ANY_ATTRIBUTE;
/**
* The feature id for the 'Mixed' attribute list.
*
*
* @generated
* @ordered
*/
int FORMAL_EXPRESSION__MIXED = EXPRESSION_FEATURE_COUNT + 0;
/**
* The feature id for the 'Body' attribute.
*
*
* @generated
* @ordered
*/
int FORMAL_EXPRESSION__BODY = EXPRESSION_FEATURE_COUNT + 1;
/**
* The feature id for the 'Evaluates To Type Ref' reference.
*
*
* @generated
* @ordered
*/
int FORMAL_EXPRESSION__EVALUATES_TO_TYPE_REF = EXPRESSION_FEATURE_COUNT + 2;
/**
* The feature id for the 'Language' attribute.
*
*
* @generated
* @ordered
*/
int FORMAL_EXPRESSION__LANGUAGE = EXPRESSION_FEATURE_COUNT + 3;
/**
* The number of structural features of the 'Formal Expression' class.
*
*
* @generated
* @ordered
*/
int FORMAL_EXPRESSION_FEATURE_COUNT = EXPRESSION_FEATURE_COUNT + 4;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.GlobalTaskImpl Global Task}' class.
*
*
* @see org.eclipse.bpmn2.impl.GlobalTaskImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getGlobalTask()
* @generated
*/
int GLOBAL_TASK = 72;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int GLOBAL_TASK__DOCUMENTATION = CALLABLE_ELEMENT__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int GLOBAL_TASK__EXTENSION_VALUES = CALLABLE_ELEMENT__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int GLOBAL_TASK__EXTENSION_DEFINITIONS = CALLABLE_ELEMENT__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int GLOBAL_TASK__ID = CALLABLE_ELEMENT__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int GLOBAL_TASK__ANY_ATTRIBUTE = CALLABLE_ELEMENT__ANY_ATTRIBUTE;
/**
* The feature id for the 'Supported Interface Refs' reference list.
*
*
* @generated
* @ordered
*/
int GLOBAL_TASK__SUPPORTED_INTERFACE_REFS = CALLABLE_ELEMENT__SUPPORTED_INTERFACE_REFS;
/**
* The feature id for the 'Io Specification' containment reference.
*
*
* @generated
* @ordered
*/
int GLOBAL_TASK__IO_SPECIFICATION = CALLABLE_ELEMENT__IO_SPECIFICATION;
/**
* The feature id for the 'Io Binding' containment reference list.
*
*
* @generated
* @ordered
*/
int GLOBAL_TASK__IO_BINDING = CALLABLE_ELEMENT__IO_BINDING;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int GLOBAL_TASK__NAME = CALLABLE_ELEMENT__NAME;
/**
* The feature id for the 'Resources' containment reference list.
*
*
* @generated
* @ordered
*/
int GLOBAL_TASK__RESOURCES = CALLABLE_ELEMENT_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Global Task' class.
*
*
* @generated
* @ordered
*/
int GLOBAL_TASK_FEATURE_COUNT = CALLABLE_ELEMENT_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.GlobalBusinessRuleTaskImpl Global Business Rule Task}' class.
*
*
* @see org.eclipse.bpmn2.impl.GlobalBusinessRuleTaskImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getGlobalBusinessRuleTask()
* @generated
*/
int GLOBAL_BUSINESS_RULE_TASK = 67;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int GLOBAL_BUSINESS_RULE_TASK__DOCUMENTATION = GLOBAL_TASK__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int GLOBAL_BUSINESS_RULE_TASK__EXTENSION_VALUES = GLOBAL_TASK__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int GLOBAL_BUSINESS_RULE_TASK__EXTENSION_DEFINITIONS = GLOBAL_TASK__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int GLOBAL_BUSINESS_RULE_TASK__ID = GLOBAL_TASK__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int GLOBAL_BUSINESS_RULE_TASK__ANY_ATTRIBUTE = GLOBAL_TASK__ANY_ATTRIBUTE;
/**
* The feature id for the 'Supported Interface Refs' reference list.
*
*
* @generated
* @ordered
*/
int GLOBAL_BUSINESS_RULE_TASK__SUPPORTED_INTERFACE_REFS = GLOBAL_TASK__SUPPORTED_INTERFACE_REFS;
/**
* The feature id for the 'Io Specification' containment reference.
*
*
* @generated
* @ordered
*/
int GLOBAL_BUSINESS_RULE_TASK__IO_SPECIFICATION = GLOBAL_TASK__IO_SPECIFICATION;
/**
* The feature id for the 'Io Binding' containment reference list.
*
*
* @generated
* @ordered
*/
int GLOBAL_BUSINESS_RULE_TASK__IO_BINDING = GLOBAL_TASK__IO_BINDING;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int GLOBAL_BUSINESS_RULE_TASK__NAME = GLOBAL_TASK__NAME;
/**
* The feature id for the 'Resources' containment reference list.
*
*
* @generated
* @ordered
*/
int GLOBAL_BUSINESS_RULE_TASK__RESOURCES = GLOBAL_TASK__RESOURCES;
/**
* The feature id for the 'Implementation' attribute.
*
*
* @generated
* @ordered
*/
int GLOBAL_BUSINESS_RULE_TASK__IMPLEMENTATION = GLOBAL_TASK_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Global Business Rule Task' class.
*
*
* @generated
* @ordered
*/
int GLOBAL_BUSINESS_RULE_TASK_FEATURE_COUNT = GLOBAL_TASK_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.GlobalChoreographyTaskImpl Global Choreography Task}' class.
*
*
* @see org.eclipse.bpmn2.impl.GlobalChoreographyTaskImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getGlobalChoreographyTask()
* @generated
*/
int GLOBAL_CHOREOGRAPHY_TASK = 68;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int GLOBAL_CHOREOGRAPHY_TASK__DOCUMENTATION = CHOREOGRAPHY__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int GLOBAL_CHOREOGRAPHY_TASK__EXTENSION_VALUES = CHOREOGRAPHY__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int GLOBAL_CHOREOGRAPHY_TASK__EXTENSION_DEFINITIONS = CHOREOGRAPHY__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int GLOBAL_CHOREOGRAPHY_TASK__ID = CHOREOGRAPHY__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int GLOBAL_CHOREOGRAPHY_TASK__ANY_ATTRIBUTE = CHOREOGRAPHY__ANY_ATTRIBUTE;
/**
* The feature id for the 'Participants' containment reference list.
*
*
* @generated
* @ordered
*/
int GLOBAL_CHOREOGRAPHY_TASK__PARTICIPANTS = CHOREOGRAPHY__PARTICIPANTS;
/**
* The feature id for the 'Message Flows' containment reference list.
*
*
* @generated
* @ordered
*/
int GLOBAL_CHOREOGRAPHY_TASK__MESSAGE_FLOWS = CHOREOGRAPHY__MESSAGE_FLOWS;
/**
* The feature id for the 'Artifacts' containment reference list.
*
*
* @generated
* @ordered
*/
int GLOBAL_CHOREOGRAPHY_TASK__ARTIFACTS = CHOREOGRAPHY__ARTIFACTS;
/**
* The feature id for the 'Conversations' containment reference list.
*
*
* @generated
* @ordered
*/
int GLOBAL_CHOREOGRAPHY_TASK__CONVERSATIONS = CHOREOGRAPHY__CONVERSATIONS;
/**
* The feature id for the 'Conversation Associations' containment reference.
*
*
* @generated
* @ordered
*/
int GLOBAL_CHOREOGRAPHY_TASK__CONVERSATION_ASSOCIATIONS = CHOREOGRAPHY__CONVERSATION_ASSOCIATIONS;
/**
* The feature id for the 'Participant Associations' containment reference list.
*
*
* @generated
* @ordered
*/
int GLOBAL_CHOREOGRAPHY_TASK__PARTICIPANT_ASSOCIATIONS = CHOREOGRAPHY__PARTICIPANT_ASSOCIATIONS;
/**
* The feature id for the 'Message Flow Associations' containment reference list.
*
*
* @generated
* @ordered
*/
int GLOBAL_CHOREOGRAPHY_TASK__MESSAGE_FLOW_ASSOCIATIONS = CHOREOGRAPHY__MESSAGE_FLOW_ASSOCIATIONS;
/**
* The feature id for the 'Correlation Keys' containment reference list.
*
*
* @generated
* @ordered
*/
int GLOBAL_CHOREOGRAPHY_TASK__CORRELATION_KEYS = CHOREOGRAPHY__CORRELATION_KEYS;
/**
* The feature id for the 'Choreography Ref' reference list.
*
*
* @generated
* @ordered
*/
int GLOBAL_CHOREOGRAPHY_TASK__CHOREOGRAPHY_REF = CHOREOGRAPHY__CHOREOGRAPHY_REF;
/**
* The feature id for the 'Conversation Links' containment reference list.
*
*
* @generated
* @ordered
*/
int GLOBAL_CHOREOGRAPHY_TASK__CONVERSATION_LINKS = CHOREOGRAPHY__CONVERSATION_LINKS;
/**
* The feature id for the 'Is Closed' attribute.
*
*
* @generated
* @ordered
*/
int GLOBAL_CHOREOGRAPHY_TASK__IS_CLOSED = CHOREOGRAPHY__IS_CLOSED;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int GLOBAL_CHOREOGRAPHY_TASK__NAME = CHOREOGRAPHY__NAME;
/**
* The feature id for the 'Lane Sets' containment reference list.
*
*
* @generated
* @ordered
*/
int GLOBAL_CHOREOGRAPHY_TASK__LANE_SETS = CHOREOGRAPHY__LANE_SETS;
/**
* The feature id for the 'Flow Elements' containment reference list.
*
*
* @generated
* @ordered
*/
int GLOBAL_CHOREOGRAPHY_TASK__FLOW_ELEMENTS = CHOREOGRAPHY__FLOW_ELEMENTS;
/**
* The feature id for the 'Initiating Participant Ref' reference.
*
*
* @generated
* @ordered
*/
int GLOBAL_CHOREOGRAPHY_TASK__INITIATING_PARTICIPANT_REF = CHOREOGRAPHY_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Global Choreography Task' class.
*
*
* @generated
* @ordered
*/
int GLOBAL_CHOREOGRAPHY_TASK_FEATURE_COUNT = CHOREOGRAPHY_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.GlobalConversationImpl Global Conversation}' class.
*
*
* @see org.eclipse.bpmn2.impl.GlobalConversationImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getGlobalConversation()
* @generated
*/
int GLOBAL_CONVERSATION = 69;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int GLOBAL_CONVERSATION__DOCUMENTATION = COLLABORATION__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int GLOBAL_CONVERSATION__EXTENSION_VALUES = COLLABORATION__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int GLOBAL_CONVERSATION__EXTENSION_DEFINITIONS = COLLABORATION__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int GLOBAL_CONVERSATION__ID = COLLABORATION__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int GLOBAL_CONVERSATION__ANY_ATTRIBUTE = COLLABORATION__ANY_ATTRIBUTE;
/**
* The feature id for the 'Participants' containment reference list.
*
*
* @generated
* @ordered
*/
int GLOBAL_CONVERSATION__PARTICIPANTS = COLLABORATION__PARTICIPANTS;
/**
* The feature id for the 'Message Flows' containment reference list.
*
*
* @generated
* @ordered
*/
int GLOBAL_CONVERSATION__MESSAGE_FLOWS = COLLABORATION__MESSAGE_FLOWS;
/**
* The feature id for the 'Artifacts' containment reference list.
*
*
* @generated
* @ordered
*/
int GLOBAL_CONVERSATION__ARTIFACTS = COLLABORATION__ARTIFACTS;
/**
* The feature id for the 'Conversations' containment reference list.
*
*
* @generated
* @ordered
*/
int GLOBAL_CONVERSATION__CONVERSATIONS = COLLABORATION__CONVERSATIONS;
/**
* The feature id for the 'Conversation Associations' containment reference.
*
*
* @generated
* @ordered
*/
int GLOBAL_CONVERSATION__CONVERSATION_ASSOCIATIONS = COLLABORATION__CONVERSATION_ASSOCIATIONS;
/**
* The feature id for the 'Participant Associations' containment reference list.
*
*
* @generated
* @ordered
*/
int GLOBAL_CONVERSATION__PARTICIPANT_ASSOCIATIONS = COLLABORATION__PARTICIPANT_ASSOCIATIONS;
/**
* The feature id for the 'Message Flow Associations' containment reference list.
*
*
* @generated
* @ordered
*/
int GLOBAL_CONVERSATION__MESSAGE_FLOW_ASSOCIATIONS = COLLABORATION__MESSAGE_FLOW_ASSOCIATIONS;
/**
* The feature id for the 'Correlation Keys' containment reference list.
*
*
* @generated
* @ordered
*/
int GLOBAL_CONVERSATION__CORRELATION_KEYS = COLLABORATION__CORRELATION_KEYS;
/**
* The feature id for the 'Choreography Ref' reference list.
*
*
* @generated
* @ordered
*/
int GLOBAL_CONVERSATION__CHOREOGRAPHY_REF = COLLABORATION__CHOREOGRAPHY_REF;
/**
* The feature id for the 'Conversation Links' containment reference list.
*
*
* @generated
* @ordered
*/
int GLOBAL_CONVERSATION__CONVERSATION_LINKS = COLLABORATION__CONVERSATION_LINKS;
/**
* The feature id for the 'Is Closed' attribute.
*
*
* @generated
* @ordered
*/
int GLOBAL_CONVERSATION__IS_CLOSED = COLLABORATION__IS_CLOSED;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int GLOBAL_CONVERSATION__NAME = COLLABORATION__NAME;
/**
* The number of structural features of the 'Global Conversation' class.
*
*
* @generated
* @ordered
*/
int GLOBAL_CONVERSATION_FEATURE_COUNT = COLLABORATION_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.GlobalManualTaskImpl Global Manual Task}' class.
*
*
* @see org.eclipse.bpmn2.impl.GlobalManualTaskImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getGlobalManualTask()
* @generated
*/
int GLOBAL_MANUAL_TASK = 70;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int GLOBAL_MANUAL_TASK__DOCUMENTATION = GLOBAL_TASK__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int GLOBAL_MANUAL_TASK__EXTENSION_VALUES = GLOBAL_TASK__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int GLOBAL_MANUAL_TASK__EXTENSION_DEFINITIONS = GLOBAL_TASK__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int GLOBAL_MANUAL_TASK__ID = GLOBAL_TASK__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int GLOBAL_MANUAL_TASK__ANY_ATTRIBUTE = GLOBAL_TASK__ANY_ATTRIBUTE;
/**
* The feature id for the 'Supported Interface Refs' reference list.
*
*
* @generated
* @ordered
*/
int GLOBAL_MANUAL_TASK__SUPPORTED_INTERFACE_REFS = GLOBAL_TASK__SUPPORTED_INTERFACE_REFS;
/**
* The feature id for the 'Io Specification' containment reference.
*
*
* @generated
* @ordered
*/
int GLOBAL_MANUAL_TASK__IO_SPECIFICATION = GLOBAL_TASK__IO_SPECIFICATION;
/**
* The feature id for the 'Io Binding' containment reference list.
*
*
* @generated
* @ordered
*/
int GLOBAL_MANUAL_TASK__IO_BINDING = GLOBAL_TASK__IO_BINDING;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int GLOBAL_MANUAL_TASK__NAME = GLOBAL_TASK__NAME;
/**
* The feature id for the 'Resources' containment reference list.
*
*
* @generated
* @ordered
*/
int GLOBAL_MANUAL_TASK__RESOURCES = GLOBAL_TASK__RESOURCES;
/**
* The number of structural features of the 'Global Manual Task' class.
*
*
* @generated
* @ordered
*/
int GLOBAL_MANUAL_TASK_FEATURE_COUNT = GLOBAL_TASK_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.GlobalScriptTaskImpl Global Script Task}' class.
*
*
* @see org.eclipse.bpmn2.impl.GlobalScriptTaskImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getGlobalScriptTask()
* @generated
*/
int GLOBAL_SCRIPT_TASK = 71;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int GLOBAL_SCRIPT_TASK__DOCUMENTATION = GLOBAL_TASK__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int GLOBAL_SCRIPT_TASK__EXTENSION_VALUES = GLOBAL_TASK__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int GLOBAL_SCRIPT_TASK__EXTENSION_DEFINITIONS = GLOBAL_TASK__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int GLOBAL_SCRIPT_TASK__ID = GLOBAL_TASK__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int GLOBAL_SCRIPT_TASK__ANY_ATTRIBUTE = GLOBAL_TASK__ANY_ATTRIBUTE;
/**
* The feature id for the 'Supported Interface Refs' reference list.
*
*
* @generated
* @ordered
*/
int GLOBAL_SCRIPT_TASK__SUPPORTED_INTERFACE_REFS = GLOBAL_TASK__SUPPORTED_INTERFACE_REFS;
/**
* The feature id for the 'Io Specification' containment reference.
*
*
* @generated
* @ordered
*/
int GLOBAL_SCRIPT_TASK__IO_SPECIFICATION = GLOBAL_TASK__IO_SPECIFICATION;
/**
* The feature id for the 'Io Binding' containment reference list.
*
*
* @generated
* @ordered
*/
int GLOBAL_SCRIPT_TASK__IO_BINDING = GLOBAL_TASK__IO_BINDING;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int GLOBAL_SCRIPT_TASK__NAME = GLOBAL_TASK__NAME;
/**
* The feature id for the 'Resources' containment reference list.
*
*
* @generated
* @ordered
*/
int GLOBAL_SCRIPT_TASK__RESOURCES = GLOBAL_TASK__RESOURCES;
/**
* The feature id for the 'Script' attribute.
*
*
* @generated
* @ordered
*/
int GLOBAL_SCRIPT_TASK__SCRIPT = GLOBAL_TASK_FEATURE_COUNT + 0;
/**
* The feature id for the 'Script Language' attribute.
*
*
* @generated
* @ordered
*/
int GLOBAL_SCRIPT_TASK__SCRIPT_LANGUAGE = GLOBAL_TASK_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Global Script Task' class.
*
*
* @generated
* @ordered
*/
int GLOBAL_SCRIPT_TASK_FEATURE_COUNT = GLOBAL_TASK_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.GlobalUserTaskImpl Global User Task}' class.
*
*
* @see org.eclipse.bpmn2.impl.GlobalUserTaskImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getGlobalUserTask()
* @generated
*/
int GLOBAL_USER_TASK = 73;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int GLOBAL_USER_TASK__DOCUMENTATION = GLOBAL_TASK__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int GLOBAL_USER_TASK__EXTENSION_VALUES = GLOBAL_TASK__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int GLOBAL_USER_TASK__EXTENSION_DEFINITIONS = GLOBAL_TASK__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int GLOBAL_USER_TASK__ID = GLOBAL_TASK__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int GLOBAL_USER_TASK__ANY_ATTRIBUTE = GLOBAL_TASK__ANY_ATTRIBUTE;
/**
* The feature id for the 'Supported Interface Refs' reference list.
*
*
* @generated
* @ordered
*/
int GLOBAL_USER_TASK__SUPPORTED_INTERFACE_REFS = GLOBAL_TASK__SUPPORTED_INTERFACE_REFS;
/**
* The feature id for the 'Io Specification' containment reference.
*
*
* @generated
* @ordered
*/
int GLOBAL_USER_TASK__IO_SPECIFICATION = GLOBAL_TASK__IO_SPECIFICATION;
/**
* The feature id for the 'Io Binding' containment reference list.
*
*
* @generated
* @ordered
*/
int GLOBAL_USER_TASK__IO_BINDING = GLOBAL_TASK__IO_BINDING;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int GLOBAL_USER_TASK__NAME = GLOBAL_TASK__NAME;
/**
* The feature id for the 'Resources' containment reference list.
*
*
* @generated
* @ordered
*/
int GLOBAL_USER_TASK__RESOURCES = GLOBAL_TASK__RESOURCES;
/**
* The feature id for the 'Renderings' containment reference list.
*
*
* @generated
* @ordered
*/
int GLOBAL_USER_TASK__RENDERINGS = GLOBAL_TASK_FEATURE_COUNT + 0;
/**
* The feature id for the 'Implementation' attribute.
*
*
* @generated
* @ordered
*/
int GLOBAL_USER_TASK__IMPLEMENTATION = GLOBAL_TASK_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Global User Task' class.
*
*
* @generated
* @ordered
*/
int GLOBAL_USER_TASK_FEATURE_COUNT = GLOBAL_TASK_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.GroupImpl Group}' class.
*
*
* @see org.eclipse.bpmn2.impl.GroupImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getGroup()
* @generated
*/
int GROUP = 74;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int GROUP__DOCUMENTATION = ARTIFACT__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int GROUP__EXTENSION_VALUES = ARTIFACT__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int GROUP__EXTENSION_DEFINITIONS = ARTIFACT__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int GROUP__ID = ARTIFACT__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int GROUP__ANY_ATTRIBUTE = ARTIFACT__ANY_ATTRIBUTE;
/**
* The feature id for the 'Category Value Ref' reference.
*
*
* @generated
* @ordered
*/
int GROUP__CATEGORY_VALUE_REF = ARTIFACT_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Group' class.
*
*
* @generated
* @ordered
*/
int GROUP_FEATURE_COUNT = ARTIFACT_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.ResourceRoleImpl Resource Role}' class.
*
*
* @see org.eclipse.bpmn2.impl.ResourceRoleImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getResourceRole()
* @generated
*/
int RESOURCE_ROLE = 118;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int RESOURCE_ROLE__DOCUMENTATION = BASE_ELEMENT__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int RESOURCE_ROLE__EXTENSION_VALUES = BASE_ELEMENT__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int RESOURCE_ROLE__EXTENSION_DEFINITIONS = BASE_ELEMENT__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int RESOURCE_ROLE__ID = BASE_ELEMENT__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int RESOURCE_ROLE__ANY_ATTRIBUTE = BASE_ELEMENT__ANY_ATTRIBUTE;
/**
* The feature id for the 'Resource Ref' reference.
*
*
* @generated
* @ordered
*/
int RESOURCE_ROLE__RESOURCE_REF = BASE_ELEMENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Resource Parameter Bindings' containment reference list.
*
*
* @generated
* @ordered
*/
int RESOURCE_ROLE__RESOURCE_PARAMETER_BINDINGS = BASE_ELEMENT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Resource Assignment Expression' containment reference.
*
*
* @generated
* @ordered
*/
int RESOURCE_ROLE__RESOURCE_ASSIGNMENT_EXPRESSION = BASE_ELEMENT_FEATURE_COUNT + 2;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int RESOURCE_ROLE__NAME = BASE_ELEMENT_FEATURE_COUNT + 3;
/**
* The number of structural features of the 'Resource Role' class.
*
*
* @generated
* @ordered
*/
int RESOURCE_ROLE_FEATURE_COUNT = BASE_ELEMENT_FEATURE_COUNT + 4;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.PerformerImpl Performer}' class.
*
*
* @see org.eclipse.bpmn2.impl.PerformerImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getPerformer()
* @generated
*/
int PERFORMER = 107;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int PERFORMER__DOCUMENTATION = RESOURCE_ROLE__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int PERFORMER__EXTENSION_VALUES = RESOURCE_ROLE__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int PERFORMER__EXTENSION_DEFINITIONS = RESOURCE_ROLE__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int PERFORMER__ID = RESOURCE_ROLE__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int PERFORMER__ANY_ATTRIBUTE = RESOURCE_ROLE__ANY_ATTRIBUTE;
/**
* The feature id for the 'Resource Ref' reference.
*
*
* @generated
* @ordered
*/
int PERFORMER__RESOURCE_REF = RESOURCE_ROLE__RESOURCE_REF;
/**
* The feature id for the 'Resource Parameter Bindings' containment reference list.
*
*
* @generated
* @ordered
*/
int PERFORMER__RESOURCE_PARAMETER_BINDINGS = RESOURCE_ROLE__RESOURCE_PARAMETER_BINDINGS;
/**
* The feature id for the 'Resource Assignment Expression' containment reference.
*
*
* @generated
* @ordered
*/
int PERFORMER__RESOURCE_ASSIGNMENT_EXPRESSION = RESOURCE_ROLE__RESOURCE_ASSIGNMENT_EXPRESSION;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int PERFORMER__NAME = RESOURCE_ROLE__NAME;
/**
* The number of structural features of the 'Performer' class.
*
*
* @generated
* @ordered
*/
int PERFORMER_FEATURE_COUNT = RESOURCE_ROLE_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.HumanPerformerImpl Human Performer}' class.
*
*
* @see org.eclipse.bpmn2.impl.HumanPerformerImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getHumanPerformer()
* @generated
*/
int HUMAN_PERFORMER = 75;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int HUMAN_PERFORMER__DOCUMENTATION = PERFORMER__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int HUMAN_PERFORMER__EXTENSION_VALUES = PERFORMER__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int HUMAN_PERFORMER__EXTENSION_DEFINITIONS = PERFORMER__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int HUMAN_PERFORMER__ID = PERFORMER__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int HUMAN_PERFORMER__ANY_ATTRIBUTE = PERFORMER__ANY_ATTRIBUTE;
/**
* The feature id for the 'Resource Ref' reference.
*
*
* @generated
* @ordered
*/
int HUMAN_PERFORMER__RESOURCE_REF = PERFORMER__RESOURCE_REF;
/**
* The feature id for the 'Resource Parameter Bindings' containment reference list.
*
*
* @generated
* @ordered
*/
int HUMAN_PERFORMER__RESOURCE_PARAMETER_BINDINGS = PERFORMER__RESOURCE_PARAMETER_BINDINGS;
/**
* The feature id for the 'Resource Assignment Expression' containment reference.
*
*
* @generated
* @ordered
*/
int HUMAN_PERFORMER__RESOURCE_ASSIGNMENT_EXPRESSION = PERFORMER__RESOURCE_ASSIGNMENT_EXPRESSION;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int HUMAN_PERFORMER__NAME = PERFORMER__NAME;
/**
* The number of structural features of the 'Human Performer' class.
*
*
* @generated
* @ordered
*/
int HUMAN_PERFORMER_FEATURE_COUNT = PERFORMER_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.ImplicitThrowEventImpl Implicit Throw Event}' class.
*
*
* @see org.eclipse.bpmn2.impl.ImplicitThrowEventImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getImplicitThrowEvent()
* @generated
*/
int IMPLICIT_THROW_EVENT = 76;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int IMPLICIT_THROW_EVENT__DOCUMENTATION = THROW_EVENT__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int IMPLICIT_THROW_EVENT__EXTENSION_VALUES = THROW_EVENT__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int IMPLICIT_THROW_EVENT__EXTENSION_DEFINITIONS = THROW_EVENT__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int IMPLICIT_THROW_EVENT__ID = THROW_EVENT__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int IMPLICIT_THROW_EVENT__ANY_ATTRIBUTE = THROW_EVENT__ANY_ATTRIBUTE;
/**
* The feature id for the 'Auditing' containment reference.
*
*
* @generated
* @ordered
*/
int IMPLICIT_THROW_EVENT__AUDITING = THROW_EVENT__AUDITING;
/**
* The feature id for the 'Monitoring' containment reference.
*
*
* @generated
* @ordered
*/
int IMPLICIT_THROW_EVENT__MONITORING = THROW_EVENT__MONITORING;
/**
* The feature id for the 'Category Value Ref' reference list.
*
*
* @generated
* @ordered
*/
int IMPLICIT_THROW_EVENT__CATEGORY_VALUE_REF = THROW_EVENT__CATEGORY_VALUE_REF;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IMPLICIT_THROW_EVENT__NAME = THROW_EVENT__NAME;
/**
* The feature id for the 'Incoming' reference list.
*
*
* @generated
* @ordered
*/
int IMPLICIT_THROW_EVENT__INCOMING = THROW_EVENT__INCOMING;
/**
* The feature id for the 'Lanes' reference list.
*
*
* @generated
* @ordered
*/
int IMPLICIT_THROW_EVENT__LANES = THROW_EVENT__LANES;
/**
* The feature id for the 'Outgoing' reference list.
*
*
* @generated
* @ordered
*/
int IMPLICIT_THROW_EVENT__OUTGOING = THROW_EVENT__OUTGOING;
/**
* The feature id for the 'Incoming Conversation Links' reference list.
*
*
* @generated
* @ordered
*/
int IMPLICIT_THROW_EVENT__INCOMING_CONVERSATION_LINKS = THROW_EVENT__INCOMING_CONVERSATION_LINKS;
/**
* The feature id for the 'Outgoing Conversation Links' reference list.
*
*
* @generated
* @ordered
*/
int IMPLICIT_THROW_EVENT__OUTGOING_CONVERSATION_LINKS = THROW_EVENT__OUTGOING_CONVERSATION_LINKS;
/**
* The feature id for the 'Properties' containment reference list.
*
*
* @generated
* @ordered
*/
int IMPLICIT_THROW_EVENT__PROPERTIES = THROW_EVENT__PROPERTIES;
/**
* The feature id for the 'Data Inputs' containment reference list.
*
*
* @generated
* @ordered
*/
int IMPLICIT_THROW_EVENT__DATA_INPUTS = THROW_EVENT__DATA_INPUTS;
/**
* The feature id for the 'Data Input Association' containment reference list.
*
*
* @generated
* @ordered
*/
int IMPLICIT_THROW_EVENT__DATA_INPUT_ASSOCIATION = THROW_EVENT__DATA_INPUT_ASSOCIATION;
/**
* The feature id for the 'Input Set' containment reference.
*
*
* @generated
* @ordered
*/
int IMPLICIT_THROW_EVENT__INPUT_SET = THROW_EVENT__INPUT_SET;
/**
* The feature id for the 'Event Definitions' containment reference list.
*
*
* @generated
* @ordered
*/
int IMPLICIT_THROW_EVENT__EVENT_DEFINITIONS = THROW_EVENT__EVENT_DEFINITIONS;
/**
* The feature id for the 'Event Definition Refs' reference list.
*
*
* @generated
* @ordered
*/
int IMPLICIT_THROW_EVENT__EVENT_DEFINITION_REFS = THROW_EVENT__EVENT_DEFINITION_REFS;
/**
* The number of structural features of the 'Implicit Throw Event' class.
*
*
* @generated
* @ordered
*/
int IMPLICIT_THROW_EVENT_FEATURE_COUNT = THROW_EVENT_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.ImportImpl Import}' class.
*
*
* @see org.eclipse.bpmn2.impl.ImportImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getImport()
* @generated
*/
int IMPORT = 77;
/**
* The feature id for the 'Import Type' attribute.
*
*
* @generated
* @ordered
*/
int IMPORT__IMPORT_TYPE = 0;
/**
* The feature id for the 'Location' attribute.
*
*
* @generated
* @ordered
*/
int IMPORT__LOCATION = 1;
/**
* The feature id for the 'Namespace' attribute.
*
*
* @generated
* @ordered
*/
int IMPORT__NAMESPACE = 2;
/**
* The number of structural features of the 'Import' class.
*
*
* @generated
* @ordered
*/
int IMPORT_FEATURE_COUNT = 3;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.InclusiveGatewayImpl Inclusive Gateway}' class.
*
*
* @see org.eclipse.bpmn2.impl.InclusiveGatewayImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getInclusiveGateway()
* @generated
*/
int INCLUSIVE_GATEWAY = 78;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int INCLUSIVE_GATEWAY__DOCUMENTATION = GATEWAY__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int INCLUSIVE_GATEWAY__EXTENSION_VALUES = GATEWAY__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int INCLUSIVE_GATEWAY__EXTENSION_DEFINITIONS = GATEWAY__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int INCLUSIVE_GATEWAY__ID = GATEWAY__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int INCLUSIVE_GATEWAY__ANY_ATTRIBUTE = GATEWAY__ANY_ATTRIBUTE;
/**
* The feature id for the 'Auditing' containment reference.
*
*
* @generated
* @ordered
*/
int INCLUSIVE_GATEWAY__AUDITING = GATEWAY__AUDITING;
/**
* The feature id for the 'Monitoring' containment reference.
*
*
* @generated
* @ordered
*/
int INCLUSIVE_GATEWAY__MONITORING = GATEWAY__MONITORING;
/**
* The feature id for the 'Category Value Ref' reference list.
*
*
* @generated
* @ordered
*/
int INCLUSIVE_GATEWAY__CATEGORY_VALUE_REF = GATEWAY__CATEGORY_VALUE_REF;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int INCLUSIVE_GATEWAY__NAME = GATEWAY__NAME;
/**
* The feature id for the 'Incoming' reference list.
*
*
* @generated
* @ordered
*/
int INCLUSIVE_GATEWAY__INCOMING = GATEWAY__INCOMING;
/**
* The feature id for the 'Lanes' reference list.
*
*
* @generated
* @ordered
*/
int INCLUSIVE_GATEWAY__LANES = GATEWAY__LANES;
/**
* The feature id for the 'Outgoing' reference list.
*
*
* @generated
* @ordered
*/
int INCLUSIVE_GATEWAY__OUTGOING = GATEWAY__OUTGOING;
/**
* The feature id for the 'Gateway Direction' attribute.
*
*
* @generated
* @ordered
*/
int INCLUSIVE_GATEWAY__GATEWAY_DIRECTION = GATEWAY__GATEWAY_DIRECTION;
/**
* The feature id for the 'Default' reference.
*
*
* @generated
* @ordered
*/
int INCLUSIVE_GATEWAY__DEFAULT = GATEWAY_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Inclusive Gateway' class.
*
*
* @generated
* @ordered
*/
int INCLUSIVE_GATEWAY_FEATURE_COUNT = GATEWAY_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.InputOutputBindingImpl Input Output Binding}' class.
*
*
* @see org.eclipse.bpmn2.impl.InputOutputBindingImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getInputOutputBinding()
* @generated
*/
int INPUT_OUTPUT_BINDING = 79;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int INPUT_OUTPUT_BINDING__DOCUMENTATION = BASE_ELEMENT__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int INPUT_OUTPUT_BINDING__EXTENSION_VALUES = BASE_ELEMENT__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int INPUT_OUTPUT_BINDING__EXTENSION_DEFINITIONS = BASE_ELEMENT__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int INPUT_OUTPUT_BINDING__ID = BASE_ELEMENT__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int INPUT_OUTPUT_BINDING__ANY_ATTRIBUTE = BASE_ELEMENT__ANY_ATTRIBUTE;
/**
* The feature id for the 'Input Data Ref' reference.
*
*
* @generated
* @ordered
*/
int INPUT_OUTPUT_BINDING__INPUT_DATA_REF = BASE_ELEMENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Operation Ref' reference.
*
*
* @generated
* @ordered
*/
int INPUT_OUTPUT_BINDING__OPERATION_REF = BASE_ELEMENT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Output Data Ref' reference.
*
*
* @generated
* @ordered
*/
int INPUT_OUTPUT_BINDING__OUTPUT_DATA_REF = BASE_ELEMENT_FEATURE_COUNT + 2;
/**
* The number of structural features of the 'Input Output Binding' class.
*
*
* @generated
* @ordered
*/
int INPUT_OUTPUT_BINDING_FEATURE_COUNT = BASE_ELEMENT_FEATURE_COUNT + 3;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.InputOutputSpecificationImpl Input Output Specification}' class.
*
*
* @see org.eclipse.bpmn2.impl.InputOutputSpecificationImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getInputOutputSpecification()
* @generated
*/
int INPUT_OUTPUT_SPECIFICATION = 80;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int INPUT_OUTPUT_SPECIFICATION__DOCUMENTATION = BASE_ELEMENT__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int INPUT_OUTPUT_SPECIFICATION__EXTENSION_VALUES = BASE_ELEMENT__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int INPUT_OUTPUT_SPECIFICATION__EXTENSION_DEFINITIONS = BASE_ELEMENT__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int INPUT_OUTPUT_SPECIFICATION__ID = BASE_ELEMENT__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int INPUT_OUTPUT_SPECIFICATION__ANY_ATTRIBUTE = BASE_ELEMENT__ANY_ATTRIBUTE;
/**
* The feature id for the 'Data Inputs' containment reference list.
*
*
* @generated
* @ordered
*/
int INPUT_OUTPUT_SPECIFICATION__DATA_INPUTS = BASE_ELEMENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Data Outputs' containment reference list.
*
*
* @generated
* @ordered
*/
int INPUT_OUTPUT_SPECIFICATION__DATA_OUTPUTS = BASE_ELEMENT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Input Sets' containment reference list.
*
*
* @generated
* @ordered
*/
int INPUT_OUTPUT_SPECIFICATION__INPUT_SETS = BASE_ELEMENT_FEATURE_COUNT + 2;
/**
* The feature id for the 'Output Sets' containment reference list.
*
*
* @generated
* @ordered
*/
int INPUT_OUTPUT_SPECIFICATION__OUTPUT_SETS = BASE_ELEMENT_FEATURE_COUNT + 3;
/**
* The number of structural features of the 'Input Output Specification' class.
*
*
* @generated
* @ordered
*/
int INPUT_OUTPUT_SPECIFICATION_FEATURE_COUNT = BASE_ELEMENT_FEATURE_COUNT + 4;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.InputSetImpl Input Set}' class.
*
*
* @see org.eclipse.bpmn2.impl.InputSetImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getInputSet()
* @generated
*/
int INPUT_SET = 81;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int INPUT_SET__DOCUMENTATION = BASE_ELEMENT__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int INPUT_SET__EXTENSION_VALUES = BASE_ELEMENT__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int INPUT_SET__EXTENSION_DEFINITIONS = BASE_ELEMENT__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int INPUT_SET__ID = BASE_ELEMENT__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int INPUT_SET__ANY_ATTRIBUTE = BASE_ELEMENT__ANY_ATTRIBUTE;
/**
* The feature id for the 'Data Input Refs' reference list.
*
*
* @generated
* @ordered
*/
int INPUT_SET__DATA_INPUT_REFS = BASE_ELEMENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Optional Input Refs' reference list.
*
*
* @generated
* @ordered
*/
int INPUT_SET__OPTIONAL_INPUT_REFS = BASE_ELEMENT_FEATURE_COUNT + 1;
/**
* The feature id for the 'While Executing Input Refs' reference list.
*
*
* @generated
* @ordered
*/
int INPUT_SET__WHILE_EXECUTING_INPUT_REFS = BASE_ELEMENT_FEATURE_COUNT + 2;
/**
* The feature id for the 'Output Set Refs' reference list.
*
*
* @generated
* @ordered
*/
int INPUT_SET__OUTPUT_SET_REFS = BASE_ELEMENT_FEATURE_COUNT + 3;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int INPUT_SET__NAME = BASE_ELEMENT_FEATURE_COUNT + 4;
/**
* The number of structural features of the 'Input Set' class.
*
*
* @generated
* @ordered
*/
int INPUT_SET_FEATURE_COUNT = BASE_ELEMENT_FEATURE_COUNT + 5;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.InteractionNodeImpl Interaction Node}' class.
*
*
* @see org.eclipse.bpmn2.impl.InteractionNodeImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getInteractionNode()
* @generated
*/
int INTERACTION_NODE = 82;
/**
* The feature id for the 'Incoming Conversation Links' reference list.
*
*
* @generated
* @ordered
*/
int INTERACTION_NODE__INCOMING_CONVERSATION_LINKS = 0;
/**
* The feature id for the 'Outgoing Conversation Links' reference list.
*
*
* @generated
* @ordered
*/
int INTERACTION_NODE__OUTGOING_CONVERSATION_LINKS = 1;
/**
* The number of structural features of the 'Interaction Node' class.
*
*
* @generated
* @ordered
*/
int INTERACTION_NODE_FEATURE_COUNT = 2;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.InterfaceImpl Interface}' class.
*
*
* @see org.eclipse.bpmn2.impl.InterfaceImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getInterface()
* @generated
*/
int INTERFACE = 83;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int INTERFACE__DOCUMENTATION = ROOT_ELEMENT__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int INTERFACE__EXTENSION_VALUES = ROOT_ELEMENT__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int INTERFACE__EXTENSION_DEFINITIONS = ROOT_ELEMENT__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int INTERFACE__ID = ROOT_ELEMENT__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int INTERFACE__ANY_ATTRIBUTE = ROOT_ELEMENT__ANY_ATTRIBUTE;
/**
* The feature id for the 'Operations' containment reference list.
*
*
* @generated
* @ordered
*/
int INTERFACE__OPERATIONS = ROOT_ELEMENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int INTERFACE__NAME = ROOT_ELEMENT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Implementation Ref' attribute.
*
*
* @generated
* @ordered
*/
int INTERFACE__IMPLEMENTATION_REF = ROOT_ELEMENT_FEATURE_COUNT + 2;
/**
* The number of structural features of the 'Interface' class.
*
*
* @generated
* @ordered
*/
int INTERFACE_FEATURE_COUNT = ROOT_ELEMENT_FEATURE_COUNT + 3;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.IntermediateCatchEventImpl Intermediate Catch Event}' class.
*
*
* @see org.eclipse.bpmn2.impl.IntermediateCatchEventImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getIntermediateCatchEvent()
* @generated
*/
int INTERMEDIATE_CATCH_EVENT = 84;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int INTERMEDIATE_CATCH_EVENT__DOCUMENTATION = CATCH_EVENT__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int INTERMEDIATE_CATCH_EVENT__EXTENSION_VALUES = CATCH_EVENT__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int INTERMEDIATE_CATCH_EVENT__EXTENSION_DEFINITIONS = CATCH_EVENT__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int INTERMEDIATE_CATCH_EVENT__ID = CATCH_EVENT__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int INTERMEDIATE_CATCH_EVENT__ANY_ATTRIBUTE = CATCH_EVENT__ANY_ATTRIBUTE;
/**
* The feature id for the 'Auditing' containment reference.
*
*
* @generated
* @ordered
*/
int INTERMEDIATE_CATCH_EVENT__AUDITING = CATCH_EVENT__AUDITING;
/**
* The feature id for the 'Monitoring' containment reference.
*
*
* @generated
* @ordered
*/
int INTERMEDIATE_CATCH_EVENT__MONITORING = CATCH_EVENT__MONITORING;
/**
* The feature id for the 'Category Value Ref' reference list.
*
*
* @generated
* @ordered
*/
int INTERMEDIATE_CATCH_EVENT__CATEGORY_VALUE_REF = CATCH_EVENT__CATEGORY_VALUE_REF;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int INTERMEDIATE_CATCH_EVENT__NAME = CATCH_EVENT__NAME;
/**
* The feature id for the 'Incoming' reference list.
*
*
* @generated
* @ordered
*/
int INTERMEDIATE_CATCH_EVENT__INCOMING = CATCH_EVENT__INCOMING;
/**
* The feature id for the 'Lanes' reference list.
*
*
* @generated
* @ordered
*/
int INTERMEDIATE_CATCH_EVENT__LANES = CATCH_EVENT__LANES;
/**
* The feature id for the 'Outgoing' reference list.
*
*
* @generated
* @ordered
*/
int INTERMEDIATE_CATCH_EVENT__OUTGOING = CATCH_EVENT__OUTGOING;
/**
* The feature id for the 'Incoming Conversation Links' reference list.
*
*
* @generated
* @ordered
*/
int INTERMEDIATE_CATCH_EVENT__INCOMING_CONVERSATION_LINKS = CATCH_EVENT__INCOMING_CONVERSATION_LINKS;
/**
* The feature id for the 'Outgoing Conversation Links' reference list.
*
*
* @generated
* @ordered
*/
int INTERMEDIATE_CATCH_EVENT__OUTGOING_CONVERSATION_LINKS = CATCH_EVENT__OUTGOING_CONVERSATION_LINKS;
/**
* The feature id for the 'Properties' containment reference list.
*
*
* @generated
* @ordered
*/
int INTERMEDIATE_CATCH_EVENT__PROPERTIES = CATCH_EVENT__PROPERTIES;
/**
* The feature id for the 'Data Outputs' containment reference list.
*
*
* @generated
* @ordered
*/
int INTERMEDIATE_CATCH_EVENT__DATA_OUTPUTS = CATCH_EVENT__DATA_OUTPUTS;
/**
* The feature id for the 'Data Output Association' containment reference list.
*
*
* @generated
* @ordered
*/
int INTERMEDIATE_CATCH_EVENT__DATA_OUTPUT_ASSOCIATION = CATCH_EVENT__DATA_OUTPUT_ASSOCIATION;
/**
* The feature id for the 'Output Set' containment reference.
*
*
* @generated
* @ordered
*/
int INTERMEDIATE_CATCH_EVENT__OUTPUT_SET = CATCH_EVENT__OUTPUT_SET;
/**
* The feature id for the 'Event Definitions' containment reference list.
*
*
* @generated
* @ordered
*/
int INTERMEDIATE_CATCH_EVENT__EVENT_DEFINITIONS = CATCH_EVENT__EVENT_DEFINITIONS;
/**
* The feature id for the 'Event Definition Refs' reference list.
*
*
* @generated
* @ordered
*/
int INTERMEDIATE_CATCH_EVENT__EVENT_DEFINITION_REFS = CATCH_EVENT__EVENT_DEFINITION_REFS;
/**
* The feature id for the 'Parallel Multiple' attribute.
*
*
* @generated
* @ordered
*/
int INTERMEDIATE_CATCH_EVENT__PARALLEL_MULTIPLE = CATCH_EVENT__PARALLEL_MULTIPLE;
/**
* The number of structural features of the 'Intermediate Catch Event' class.
*
*
* @generated
* @ordered
*/
int INTERMEDIATE_CATCH_EVENT_FEATURE_COUNT = CATCH_EVENT_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.IntermediateThrowEventImpl Intermediate Throw Event}' class.
*
*
* @see org.eclipse.bpmn2.impl.IntermediateThrowEventImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getIntermediateThrowEvent()
* @generated
*/
int INTERMEDIATE_THROW_EVENT = 85;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int INTERMEDIATE_THROW_EVENT__DOCUMENTATION = THROW_EVENT__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int INTERMEDIATE_THROW_EVENT__EXTENSION_VALUES = THROW_EVENT__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int INTERMEDIATE_THROW_EVENT__EXTENSION_DEFINITIONS = THROW_EVENT__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int INTERMEDIATE_THROW_EVENT__ID = THROW_EVENT__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int INTERMEDIATE_THROW_EVENT__ANY_ATTRIBUTE = THROW_EVENT__ANY_ATTRIBUTE;
/**
* The feature id for the 'Auditing' containment reference.
*
*
* @generated
* @ordered
*/
int INTERMEDIATE_THROW_EVENT__AUDITING = THROW_EVENT__AUDITING;
/**
* The feature id for the 'Monitoring' containment reference.
*
*
* @generated
* @ordered
*/
int INTERMEDIATE_THROW_EVENT__MONITORING = THROW_EVENT__MONITORING;
/**
* The feature id for the 'Category Value Ref' reference list.
*
*
* @generated
* @ordered
*/
int INTERMEDIATE_THROW_EVENT__CATEGORY_VALUE_REF = THROW_EVENT__CATEGORY_VALUE_REF;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int INTERMEDIATE_THROW_EVENT__NAME = THROW_EVENT__NAME;
/**
* The feature id for the 'Incoming' reference list.
*
*
* @generated
* @ordered
*/
int INTERMEDIATE_THROW_EVENT__INCOMING = THROW_EVENT__INCOMING;
/**
* The feature id for the 'Lanes' reference list.
*
*
* @generated
* @ordered
*/
int INTERMEDIATE_THROW_EVENT__LANES = THROW_EVENT__LANES;
/**
* The feature id for the 'Outgoing' reference list.
*
*
* @generated
* @ordered
*/
int INTERMEDIATE_THROW_EVENT__OUTGOING = THROW_EVENT__OUTGOING;
/**
* The feature id for the 'Incoming Conversation Links' reference list.
*
*
* @generated
* @ordered
*/
int INTERMEDIATE_THROW_EVENT__INCOMING_CONVERSATION_LINKS = THROW_EVENT__INCOMING_CONVERSATION_LINKS;
/**
* The feature id for the 'Outgoing Conversation Links' reference list.
*
*
* @generated
* @ordered
*/
int INTERMEDIATE_THROW_EVENT__OUTGOING_CONVERSATION_LINKS = THROW_EVENT__OUTGOING_CONVERSATION_LINKS;
/**
* The feature id for the 'Properties' containment reference list.
*
*
* @generated
* @ordered
*/
int INTERMEDIATE_THROW_EVENT__PROPERTIES = THROW_EVENT__PROPERTIES;
/**
* The feature id for the 'Data Inputs' containment reference list.
*
*
* @generated
* @ordered
*/
int INTERMEDIATE_THROW_EVENT__DATA_INPUTS = THROW_EVENT__DATA_INPUTS;
/**
* The feature id for the 'Data Input Association' containment reference list.
*
*
* @generated
* @ordered
*/
int INTERMEDIATE_THROW_EVENT__DATA_INPUT_ASSOCIATION = THROW_EVENT__DATA_INPUT_ASSOCIATION;
/**
* The feature id for the 'Input Set' containment reference.
*
*
* @generated
* @ordered
*/
int INTERMEDIATE_THROW_EVENT__INPUT_SET = THROW_EVENT__INPUT_SET;
/**
* The feature id for the 'Event Definitions' containment reference list.
*
*
* @generated
* @ordered
*/
int INTERMEDIATE_THROW_EVENT__EVENT_DEFINITIONS = THROW_EVENT__EVENT_DEFINITIONS;
/**
* The feature id for the 'Event Definition Refs' reference list.
*
*
* @generated
* @ordered
*/
int INTERMEDIATE_THROW_EVENT__EVENT_DEFINITION_REFS = THROW_EVENT__EVENT_DEFINITION_REFS;
/**
* The number of structural features of the 'Intermediate Throw Event' class.
*
*
* @generated
* @ordered
*/
int INTERMEDIATE_THROW_EVENT_FEATURE_COUNT = THROW_EVENT_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.ItemDefinitionImpl Item Definition}' class.
*
*
* @see org.eclipse.bpmn2.impl.ItemDefinitionImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getItemDefinition()
* @generated
*/
int ITEM_DEFINITION = 87;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int ITEM_DEFINITION__DOCUMENTATION = ROOT_ELEMENT__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int ITEM_DEFINITION__EXTENSION_VALUES = ROOT_ELEMENT__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int ITEM_DEFINITION__EXTENSION_DEFINITIONS = ROOT_ELEMENT__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int ITEM_DEFINITION__ID = ROOT_ELEMENT__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int ITEM_DEFINITION__ANY_ATTRIBUTE = ROOT_ELEMENT__ANY_ATTRIBUTE;
/**
* The feature id for the 'Is Collection' attribute.
*
*
* @generated
* @ordered
*/
int ITEM_DEFINITION__IS_COLLECTION = ROOT_ELEMENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Import' reference.
*
*
* @generated
* @ordered
*/
int ITEM_DEFINITION__IMPORT = ROOT_ELEMENT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Item Kind' attribute.
*
*
* @generated
* @ordered
*/
int ITEM_DEFINITION__ITEM_KIND = ROOT_ELEMENT_FEATURE_COUNT + 2;
/**
* The feature id for the 'Structure Ref' attribute.
*
*
* @generated
* @ordered
*/
int ITEM_DEFINITION__STRUCTURE_REF = ROOT_ELEMENT_FEATURE_COUNT + 3;
/**
* The number of structural features of the 'Item Definition' class.
*
*
* @generated
* @ordered
*/
int ITEM_DEFINITION_FEATURE_COUNT = ROOT_ELEMENT_FEATURE_COUNT + 4;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.LaneImpl Lane}' class.
*
*
* @see org.eclipse.bpmn2.impl.LaneImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getLane()
* @generated
*/
int LANE = 88;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int LANE__DOCUMENTATION = BASE_ELEMENT__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int LANE__EXTENSION_VALUES = BASE_ELEMENT__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int LANE__EXTENSION_DEFINITIONS = BASE_ELEMENT__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int LANE__ID = BASE_ELEMENT__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int LANE__ANY_ATTRIBUTE = BASE_ELEMENT__ANY_ATTRIBUTE;
/**
* The feature id for the 'Partition Element' containment reference.
*
*
* @generated
* @ordered
*/
int LANE__PARTITION_ELEMENT = BASE_ELEMENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Flow Node Refs' reference list.
*
*
* @generated
* @ordered
*/
int LANE__FLOW_NODE_REFS = BASE_ELEMENT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Child Lane Set' containment reference.
*
*
* @generated
* @ordered
*/
int LANE__CHILD_LANE_SET = BASE_ELEMENT_FEATURE_COUNT + 2;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int LANE__NAME = BASE_ELEMENT_FEATURE_COUNT + 3;
/**
* The feature id for the 'Partition Element Ref' reference.
*
*
* @generated
* @ordered
*/
int LANE__PARTITION_ELEMENT_REF = BASE_ELEMENT_FEATURE_COUNT + 4;
/**
* The number of structural features of the 'Lane' class.
*
*
* @generated
* @ordered
*/
int LANE_FEATURE_COUNT = BASE_ELEMENT_FEATURE_COUNT + 5;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.LaneSetImpl Lane Set}' class.
*
*
* @see org.eclipse.bpmn2.impl.LaneSetImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getLaneSet()
* @generated
*/
int LANE_SET = 89;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int LANE_SET__DOCUMENTATION = BASE_ELEMENT__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int LANE_SET__EXTENSION_VALUES = BASE_ELEMENT__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int LANE_SET__EXTENSION_DEFINITIONS = BASE_ELEMENT__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int LANE_SET__ID = BASE_ELEMENT__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int LANE_SET__ANY_ATTRIBUTE = BASE_ELEMENT__ANY_ATTRIBUTE;
/**
* The feature id for the 'Lanes' containment reference list.
*
*
* @generated
* @ordered
*/
int LANE_SET__LANES = BASE_ELEMENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int LANE_SET__NAME = BASE_ELEMENT_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Lane Set' class.
*
*
* @generated
* @ordered
*/
int LANE_SET_FEATURE_COUNT = BASE_ELEMENT_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.LinkEventDefinitionImpl Link Event Definition}' class.
*
*
* @see org.eclipse.bpmn2.impl.LinkEventDefinitionImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getLinkEventDefinition()
* @generated
*/
int LINK_EVENT_DEFINITION = 90;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int LINK_EVENT_DEFINITION__DOCUMENTATION = EVENT_DEFINITION__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int LINK_EVENT_DEFINITION__EXTENSION_VALUES = EVENT_DEFINITION__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int LINK_EVENT_DEFINITION__EXTENSION_DEFINITIONS = EVENT_DEFINITION__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int LINK_EVENT_DEFINITION__ID = EVENT_DEFINITION__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int LINK_EVENT_DEFINITION__ANY_ATTRIBUTE = EVENT_DEFINITION__ANY_ATTRIBUTE;
/**
* The feature id for the 'Source' reference list.
*
*
* @generated
* @ordered
*/
int LINK_EVENT_DEFINITION__SOURCE = EVENT_DEFINITION_FEATURE_COUNT + 0;
/**
* The feature id for the 'Target' reference.
*
*
* @generated
* @ordered
*/
int LINK_EVENT_DEFINITION__TARGET = EVENT_DEFINITION_FEATURE_COUNT + 1;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int LINK_EVENT_DEFINITION__NAME = EVENT_DEFINITION_FEATURE_COUNT + 2;
/**
* The number of structural features of the 'Link Event Definition' class.
*
*
* @generated
* @ordered
*/
int LINK_EVENT_DEFINITION_FEATURE_COUNT = EVENT_DEFINITION_FEATURE_COUNT + 3;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.LoopCharacteristicsImpl Loop Characteristics}' class.
*
*
* @see org.eclipse.bpmn2.impl.LoopCharacteristicsImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getLoopCharacteristics()
* @generated
*/
int LOOP_CHARACTERISTICS = 91;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int LOOP_CHARACTERISTICS__DOCUMENTATION = BASE_ELEMENT__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int LOOP_CHARACTERISTICS__EXTENSION_VALUES = BASE_ELEMENT__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int LOOP_CHARACTERISTICS__EXTENSION_DEFINITIONS = BASE_ELEMENT__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int LOOP_CHARACTERISTICS__ID = BASE_ELEMENT__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int LOOP_CHARACTERISTICS__ANY_ATTRIBUTE = BASE_ELEMENT__ANY_ATTRIBUTE;
/**
* The number of structural features of the 'Loop Characteristics' class.
*
*
* @generated
* @ordered
*/
int LOOP_CHARACTERISTICS_FEATURE_COUNT = BASE_ELEMENT_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.ManualTaskImpl Manual Task}' class.
*
*
* @see org.eclipse.bpmn2.impl.ManualTaskImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getManualTask()
* @generated
*/
int MANUAL_TASK = 92;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int MANUAL_TASK__DOCUMENTATION = TASK__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int MANUAL_TASK__EXTENSION_VALUES = TASK__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int MANUAL_TASK__EXTENSION_DEFINITIONS = TASK__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int MANUAL_TASK__ID = TASK__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int MANUAL_TASK__ANY_ATTRIBUTE = TASK__ANY_ATTRIBUTE;
/**
* The feature id for the 'Auditing' containment reference.
*
*
* @generated
* @ordered
*/
int MANUAL_TASK__AUDITING = TASK__AUDITING;
/**
* The feature id for the 'Monitoring' containment reference.
*
*
* @generated
* @ordered
*/
int MANUAL_TASK__MONITORING = TASK__MONITORING;
/**
* The feature id for the 'Category Value Ref' reference list.
*
*
* @generated
* @ordered
*/
int MANUAL_TASK__CATEGORY_VALUE_REF = TASK__CATEGORY_VALUE_REF;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int MANUAL_TASK__NAME = TASK__NAME;
/**
* The feature id for the 'Incoming' reference list.
*
*
* @generated
* @ordered
*/
int MANUAL_TASK__INCOMING = TASK__INCOMING;
/**
* The feature id for the 'Lanes' reference list.
*
*
* @generated
* @ordered
*/
int MANUAL_TASK__LANES = TASK__LANES;
/**
* The feature id for the 'Outgoing' reference list.
*
*
* @generated
* @ordered
*/
int MANUAL_TASK__OUTGOING = TASK__OUTGOING;
/**
* The feature id for the 'Io Specification' containment reference.
*
*
* @generated
* @ordered
*/
int MANUAL_TASK__IO_SPECIFICATION = TASK__IO_SPECIFICATION;
/**
* The feature id for the 'Boundary Event Refs' reference list.
*
*
* @generated
* @ordered
*/
int MANUAL_TASK__BOUNDARY_EVENT_REFS = TASK__BOUNDARY_EVENT_REFS;
/**
* The feature id for the 'Properties' containment reference list.
*
*
* @generated
* @ordered
*/
int MANUAL_TASK__PROPERTIES = TASK__PROPERTIES;
/**
* The feature id for the 'Data Input Associations' containment reference list.
*
*
* @generated
* @ordered
*/
int MANUAL_TASK__DATA_INPUT_ASSOCIATIONS = TASK__DATA_INPUT_ASSOCIATIONS;
/**
* The feature id for the 'Data Output Associations' containment reference list.
*
*
* @generated
* @ordered
*/
int MANUAL_TASK__DATA_OUTPUT_ASSOCIATIONS = TASK__DATA_OUTPUT_ASSOCIATIONS;
/**
* The feature id for the 'Resources' containment reference list.
*
*
* @generated
* @ordered
*/
int MANUAL_TASK__RESOURCES = TASK__RESOURCES;
/**
* The feature id for the 'Loop Characteristics' containment reference.
*
*
* @generated
* @ordered
*/
int MANUAL_TASK__LOOP_CHARACTERISTICS = TASK__LOOP_CHARACTERISTICS;
/**
* The feature id for the 'Completion Quantity' attribute.
*
*
* @generated
* @ordered
*/
int MANUAL_TASK__COMPLETION_QUANTITY = TASK__COMPLETION_QUANTITY;
/**
* The feature id for the 'Default' reference.
*
*
* @generated
* @ordered
*/
int MANUAL_TASK__DEFAULT = TASK__DEFAULT;
/**
* The feature id for the 'Is For Compensation' attribute.
*
*
* @generated
* @ordered
*/
int MANUAL_TASK__IS_FOR_COMPENSATION = TASK__IS_FOR_COMPENSATION;
/**
* The feature id for the 'Start Quantity' attribute.
*
*
* @generated
* @ordered
*/
int MANUAL_TASK__START_QUANTITY = TASK__START_QUANTITY;
/**
* The feature id for the 'Incoming Conversation Links' reference list.
*
*
* @generated
* @ordered
*/
int MANUAL_TASK__INCOMING_CONVERSATION_LINKS = TASK__INCOMING_CONVERSATION_LINKS;
/**
* The feature id for the 'Outgoing Conversation Links' reference list.
*
*
* @generated
* @ordered
*/
int MANUAL_TASK__OUTGOING_CONVERSATION_LINKS = TASK__OUTGOING_CONVERSATION_LINKS;
/**
* The number of structural features of the 'Manual Task' class.
*
*
* @generated
* @ordered
*/
int MANUAL_TASK_FEATURE_COUNT = TASK_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.MessageImpl Message}' class.
*
*
* @see org.eclipse.bpmn2.impl.MessageImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getMessage()
* @generated
*/
int MESSAGE = 93;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int MESSAGE__DOCUMENTATION = ROOT_ELEMENT__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int MESSAGE__EXTENSION_VALUES = ROOT_ELEMENT__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int MESSAGE__EXTENSION_DEFINITIONS = ROOT_ELEMENT__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int MESSAGE__ID = ROOT_ELEMENT__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int MESSAGE__ANY_ATTRIBUTE = ROOT_ELEMENT__ANY_ATTRIBUTE;
/**
* The feature id for the 'Item Ref' reference.
*
*
* @generated
* @ordered
*/
int MESSAGE__ITEM_REF = ROOT_ELEMENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int MESSAGE__NAME = ROOT_ELEMENT_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Message' class.
*
*
* @generated
* @ordered
*/
int MESSAGE_FEATURE_COUNT = ROOT_ELEMENT_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.MessageEventDefinitionImpl Message Event Definition}' class.
*
*
* @see org.eclipse.bpmn2.impl.MessageEventDefinitionImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getMessageEventDefinition()
* @generated
*/
int MESSAGE_EVENT_DEFINITION = 94;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int MESSAGE_EVENT_DEFINITION__DOCUMENTATION = EVENT_DEFINITION__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int MESSAGE_EVENT_DEFINITION__EXTENSION_VALUES = EVENT_DEFINITION__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int MESSAGE_EVENT_DEFINITION__EXTENSION_DEFINITIONS = EVENT_DEFINITION__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int MESSAGE_EVENT_DEFINITION__ID = EVENT_DEFINITION__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int MESSAGE_EVENT_DEFINITION__ANY_ATTRIBUTE = EVENT_DEFINITION__ANY_ATTRIBUTE;
/**
* The feature id for the 'Operation Ref' reference.
*
*
* @generated
* @ordered
*/
int MESSAGE_EVENT_DEFINITION__OPERATION_REF = EVENT_DEFINITION_FEATURE_COUNT + 0;
/**
* The feature id for the 'Message Ref' reference.
*
*
* @generated
* @ordered
*/
int MESSAGE_EVENT_DEFINITION__MESSAGE_REF = EVENT_DEFINITION_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Message Event Definition' class.
*
*
* @generated
* @ordered
*/
int MESSAGE_EVENT_DEFINITION_FEATURE_COUNT = EVENT_DEFINITION_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.MessageFlowImpl Message Flow}' class.
*
*
* @see org.eclipse.bpmn2.impl.MessageFlowImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getMessageFlow()
* @generated
*/
int MESSAGE_FLOW = 95;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int MESSAGE_FLOW__DOCUMENTATION = BASE_ELEMENT__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int MESSAGE_FLOW__EXTENSION_VALUES = BASE_ELEMENT__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int MESSAGE_FLOW__EXTENSION_DEFINITIONS = BASE_ELEMENT__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int MESSAGE_FLOW__ID = BASE_ELEMENT__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int MESSAGE_FLOW__ANY_ATTRIBUTE = BASE_ELEMENT__ANY_ATTRIBUTE;
/**
* The feature id for the 'Message Ref' reference.
*
*
* @generated
* @ordered
*/
int MESSAGE_FLOW__MESSAGE_REF = BASE_ELEMENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int MESSAGE_FLOW__NAME = BASE_ELEMENT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Source Ref' reference.
*
*
* @generated
* @ordered
*/
int MESSAGE_FLOW__SOURCE_REF = BASE_ELEMENT_FEATURE_COUNT + 2;
/**
* The feature id for the 'Target Ref' reference.
*
*
* @generated
* @ordered
*/
int MESSAGE_FLOW__TARGET_REF = BASE_ELEMENT_FEATURE_COUNT + 3;
/**
* The number of structural features of the 'Message Flow' class.
*
*
* @generated
* @ordered
*/
int MESSAGE_FLOW_FEATURE_COUNT = BASE_ELEMENT_FEATURE_COUNT + 4;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.MessageFlowAssociationImpl Message Flow Association}' class.
*
*
* @see org.eclipse.bpmn2.impl.MessageFlowAssociationImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getMessageFlowAssociation()
* @generated
*/
int MESSAGE_FLOW_ASSOCIATION = 96;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int MESSAGE_FLOW_ASSOCIATION__DOCUMENTATION = BASE_ELEMENT__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int MESSAGE_FLOW_ASSOCIATION__EXTENSION_VALUES = BASE_ELEMENT__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int MESSAGE_FLOW_ASSOCIATION__EXTENSION_DEFINITIONS = BASE_ELEMENT__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int MESSAGE_FLOW_ASSOCIATION__ID = BASE_ELEMENT__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int MESSAGE_FLOW_ASSOCIATION__ANY_ATTRIBUTE = BASE_ELEMENT__ANY_ATTRIBUTE;
/**
* The feature id for the 'Inner Message Flow Ref' reference.
*
*
* @generated
* @ordered
*/
int MESSAGE_FLOW_ASSOCIATION__INNER_MESSAGE_FLOW_REF = BASE_ELEMENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Outer Message Flow Ref' reference.
*
*
* @generated
* @ordered
*/
int MESSAGE_FLOW_ASSOCIATION__OUTER_MESSAGE_FLOW_REF = BASE_ELEMENT_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Message Flow Association' class.
*
*
* @generated
* @ordered
*/
int MESSAGE_FLOW_ASSOCIATION_FEATURE_COUNT = BASE_ELEMENT_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.MonitoringImpl Monitoring}' class.
*
*
* @see org.eclipse.bpmn2.impl.MonitoringImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getMonitoring()
* @generated
*/
int MONITORING = 97;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int MONITORING__DOCUMENTATION = BASE_ELEMENT__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int MONITORING__EXTENSION_VALUES = BASE_ELEMENT__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int MONITORING__EXTENSION_DEFINITIONS = BASE_ELEMENT__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int MONITORING__ID = BASE_ELEMENT__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int MONITORING__ANY_ATTRIBUTE = BASE_ELEMENT__ANY_ATTRIBUTE;
/**
* The number of structural features of the 'Monitoring' class.
*
*
* @generated
* @ordered
*/
int MONITORING_FEATURE_COUNT = BASE_ELEMENT_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.MultiInstanceLoopCharacteristicsImpl Multi Instance Loop Characteristics}' class.
*
*
* @see org.eclipse.bpmn2.impl.MultiInstanceLoopCharacteristicsImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getMultiInstanceLoopCharacteristics()
* @generated
*/
int MULTI_INSTANCE_LOOP_CHARACTERISTICS = 98;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int MULTI_INSTANCE_LOOP_CHARACTERISTICS__DOCUMENTATION = LOOP_CHARACTERISTICS__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int MULTI_INSTANCE_LOOP_CHARACTERISTICS__EXTENSION_VALUES = LOOP_CHARACTERISTICS__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int MULTI_INSTANCE_LOOP_CHARACTERISTICS__EXTENSION_DEFINITIONS = LOOP_CHARACTERISTICS__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int MULTI_INSTANCE_LOOP_CHARACTERISTICS__ID = LOOP_CHARACTERISTICS__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int MULTI_INSTANCE_LOOP_CHARACTERISTICS__ANY_ATTRIBUTE = LOOP_CHARACTERISTICS__ANY_ATTRIBUTE;
/**
* The feature id for the 'Loop Cardinality' containment reference.
*
*
* @generated
* @ordered
*/
int MULTI_INSTANCE_LOOP_CHARACTERISTICS__LOOP_CARDINALITY = LOOP_CHARACTERISTICS_FEATURE_COUNT + 0;
/**
* The feature id for the 'Loop Data Input Ref' reference.
*
*
* @generated
* @ordered
*/
int MULTI_INSTANCE_LOOP_CHARACTERISTICS__LOOP_DATA_INPUT_REF = LOOP_CHARACTERISTICS_FEATURE_COUNT + 1;
/**
* The feature id for the 'Loop Data Output Ref' reference.
*
*
* @generated
* @ordered
*/
int MULTI_INSTANCE_LOOP_CHARACTERISTICS__LOOP_DATA_OUTPUT_REF = LOOP_CHARACTERISTICS_FEATURE_COUNT + 2;
/**
* The feature id for the 'Input Data Item' containment reference.
*
*
* @generated
* @ordered
*/
int MULTI_INSTANCE_LOOP_CHARACTERISTICS__INPUT_DATA_ITEM = LOOP_CHARACTERISTICS_FEATURE_COUNT + 3;
/**
* The feature id for the 'Output Data Item' containment reference.
*
*
* @generated
* @ordered
*/
int MULTI_INSTANCE_LOOP_CHARACTERISTICS__OUTPUT_DATA_ITEM = LOOP_CHARACTERISTICS_FEATURE_COUNT + 4;
/**
* The feature id for the 'Complex Behavior Definition' containment reference list.
*
*
* @generated
* @ordered
*/
int MULTI_INSTANCE_LOOP_CHARACTERISTICS__COMPLEX_BEHAVIOR_DEFINITION = LOOP_CHARACTERISTICS_FEATURE_COUNT + 5;
/**
* The feature id for the 'Completion Condition' containment reference.
*
*
* @generated
* @ordered
*/
int MULTI_INSTANCE_LOOP_CHARACTERISTICS__COMPLETION_CONDITION = LOOP_CHARACTERISTICS_FEATURE_COUNT + 6;
/**
* The feature id for the 'Behavior' attribute.
*
*
* @generated
* @ordered
*/
int MULTI_INSTANCE_LOOP_CHARACTERISTICS__BEHAVIOR = LOOP_CHARACTERISTICS_FEATURE_COUNT + 7;
/**
* The feature id for the 'Is Sequential' attribute.
*
*
* @generated
* @ordered
*/
int MULTI_INSTANCE_LOOP_CHARACTERISTICS__IS_SEQUENTIAL = LOOP_CHARACTERISTICS_FEATURE_COUNT + 8;
/**
* The feature id for the 'None Behavior Event Ref' reference.
*
*
* @generated
* @ordered
*/
int MULTI_INSTANCE_LOOP_CHARACTERISTICS__NONE_BEHAVIOR_EVENT_REF = LOOP_CHARACTERISTICS_FEATURE_COUNT + 9;
/**
* The feature id for the 'One Behavior Event Ref' reference.
*
*
* @generated
* @ordered
*/
int MULTI_INSTANCE_LOOP_CHARACTERISTICS__ONE_BEHAVIOR_EVENT_REF = LOOP_CHARACTERISTICS_FEATURE_COUNT + 10;
/**
* The number of structural features of the 'Multi Instance Loop Characteristics' class.
*
*
* @generated
* @ordered
*/
int MULTI_INSTANCE_LOOP_CHARACTERISTICS_FEATURE_COUNT = LOOP_CHARACTERISTICS_FEATURE_COUNT + 11;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.OperationImpl Operation}' class.
*
*
* @see org.eclipse.bpmn2.impl.OperationImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getOperation()
* @generated
*/
int OPERATION = 99;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int OPERATION__DOCUMENTATION = BASE_ELEMENT__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int OPERATION__EXTENSION_VALUES = BASE_ELEMENT__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int OPERATION__EXTENSION_DEFINITIONS = BASE_ELEMENT__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int OPERATION__ID = BASE_ELEMENT__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int OPERATION__ANY_ATTRIBUTE = BASE_ELEMENT__ANY_ATTRIBUTE;
/**
* The feature id for the 'In Message Ref' reference.
*
*
* @generated
* @ordered
*/
int OPERATION__IN_MESSAGE_REF = BASE_ELEMENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Out Message Ref' reference.
*
*
* @generated
* @ordered
*/
int OPERATION__OUT_MESSAGE_REF = BASE_ELEMENT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Error Refs' reference list.
*
*
* @generated
* @ordered
*/
int OPERATION__ERROR_REFS = BASE_ELEMENT_FEATURE_COUNT + 2;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int OPERATION__NAME = BASE_ELEMENT_FEATURE_COUNT + 3;
/**
* The feature id for the 'Implementation Ref' attribute.
*
*
* @generated
* @ordered
*/
int OPERATION__IMPLEMENTATION_REF = BASE_ELEMENT_FEATURE_COUNT + 4;
/**
* The number of structural features of the 'Operation' class.
*
*
* @generated
* @ordered
*/
int OPERATION_FEATURE_COUNT = BASE_ELEMENT_FEATURE_COUNT + 5;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.OutputSetImpl Output Set}' class.
*
*
* @see org.eclipse.bpmn2.impl.OutputSetImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getOutputSet()
* @generated
*/
int OUTPUT_SET = 100;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int OUTPUT_SET__DOCUMENTATION = BASE_ELEMENT__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int OUTPUT_SET__EXTENSION_VALUES = BASE_ELEMENT__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int OUTPUT_SET__EXTENSION_DEFINITIONS = BASE_ELEMENT__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int OUTPUT_SET__ID = BASE_ELEMENT__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int OUTPUT_SET__ANY_ATTRIBUTE = BASE_ELEMENT__ANY_ATTRIBUTE;
/**
* The feature id for the 'Data Output Refs' reference list.
*
*
* @generated
* @ordered
*/
int OUTPUT_SET__DATA_OUTPUT_REFS = BASE_ELEMENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Optional Output Refs' reference list.
*
*
* @generated
* @ordered
*/
int OUTPUT_SET__OPTIONAL_OUTPUT_REFS = BASE_ELEMENT_FEATURE_COUNT + 1;
/**
* The feature id for the 'While Executing Output Refs' reference list.
*
*
* @generated
* @ordered
*/
int OUTPUT_SET__WHILE_EXECUTING_OUTPUT_REFS = BASE_ELEMENT_FEATURE_COUNT + 2;
/**
* The feature id for the 'Input Set Refs' reference list.
*
*
* @generated
* @ordered
*/
int OUTPUT_SET__INPUT_SET_REFS = BASE_ELEMENT_FEATURE_COUNT + 3;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int OUTPUT_SET__NAME = BASE_ELEMENT_FEATURE_COUNT + 4;
/**
* The number of structural features of the 'Output Set' class.
*
*
* @generated
* @ordered
*/
int OUTPUT_SET_FEATURE_COUNT = BASE_ELEMENT_FEATURE_COUNT + 5;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.ParallelGatewayImpl Parallel Gateway}' class.
*
*
* @see org.eclipse.bpmn2.impl.ParallelGatewayImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getParallelGateway()
* @generated
*/
int PARALLEL_GATEWAY = 101;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int PARALLEL_GATEWAY__DOCUMENTATION = GATEWAY__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int PARALLEL_GATEWAY__EXTENSION_VALUES = GATEWAY__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int PARALLEL_GATEWAY__EXTENSION_DEFINITIONS = GATEWAY__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int PARALLEL_GATEWAY__ID = GATEWAY__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int PARALLEL_GATEWAY__ANY_ATTRIBUTE = GATEWAY__ANY_ATTRIBUTE;
/**
* The feature id for the 'Auditing' containment reference.
*
*
* @generated
* @ordered
*/
int PARALLEL_GATEWAY__AUDITING = GATEWAY__AUDITING;
/**
* The feature id for the 'Monitoring' containment reference.
*
*
* @generated
* @ordered
*/
int PARALLEL_GATEWAY__MONITORING = GATEWAY__MONITORING;
/**
* The feature id for the 'Category Value Ref' reference list.
*
*
* @generated
* @ordered
*/
int PARALLEL_GATEWAY__CATEGORY_VALUE_REF = GATEWAY__CATEGORY_VALUE_REF;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int PARALLEL_GATEWAY__NAME = GATEWAY__NAME;
/**
* The feature id for the 'Incoming' reference list.
*
*
* @generated
* @ordered
*/
int PARALLEL_GATEWAY__INCOMING = GATEWAY__INCOMING;
/**
* The feature id for the 'Lanes' reference list.
*
*
* @generated
* @ordered
*/
int PARALLEL_GATEWAY__LANES = GATEWAY__LANES;
/**
* The feature id for the 'Outgoing' reference list.
*
*
* @generated
* @ordered
*/
int PARALLEL_GATEWAY__OUTGOING = GATEWAY__OUTGOING;
/**
* The feature id for the 'Gateway Direction' attribute.
*
*
* @generated
* @ordered
*/
int PARALLEL_GATEWAY__GATEWAY_DIRECTION = GATEWAY__GATEWAY_DIRECTION;
/**
* The number of structural features of the 'Parallel Gateway' class.
*
*
* @generated
* @ordered
*/
int PARALLEL_GATEWAY_FEATURE_COUNT = GATEWAY_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.ParticipantImpl Participant}' class.
*
*
* @see org.eclipse.bpmn2.impl.ParticipantImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getParticipant()
* @generated
*/
int PARTICIPANT = 102;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int PARTICIPANT__DOCUMENTATION = BASE_ELEMENT__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int PARTICIPANT__EXTENSION_VALUES = BASE_ELEMENT__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int PARTICIPANT__EXTENSION_DEFINITIONS = BASE_ELEMENT__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int PARTICIPANT__ID = BASE_ELEMENT__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int PARTICIPANT__ANY_ATTRIBUTE = BASE_ELEMENT__ANY_ATTRIBUTE;
/**
* The feature id for the 'Incoming Conversation Links' reference list.
*
*
* @generated
* @ordered
*/
int PARTICIPANT__INCOMING_CONVERSATION_LINKS = BASE_ELEMENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Outgoing Conversation Links' reference list.
*
*
* @generated
* @ordered
*/
int PARTICIPANT__OUTGOING_CONVERSATION_LINKS = BASE_ELEMENT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Interface Refs' reference list.
*
*
* @generated
* @ordered
*/
int PARTICIPANT__INTERFACE_REFS = BASE_ELEMENT_FEATURE_COUNT + 2;
/**
* The feature id for the 'End Point Refs' reference list.
*
*
* @generated
* @ordered
*/
int PARTICIPANT__END_POINT_REFS = BASE_ELEMENT_FEATURE_COUNT + 3;
/**
* The feature id for the 'Participant Multiplicity' containment reference.
*
*
* @generated
* @ordered
*/
int PARTICIPANT__PARTICIPANT_MULTIPLICITY = BASE_ELEMENT_FEATURE_COUNT + 4;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int PARTICIPANT__NAME = BASE_ELEMENT_FEATURE_COUNT + 5;
/**
* The feature id for the 'Process Ref' reference.
*
*
* @generated
* @ordered
*/
int PARTICIPANT__PROCESS_REF = BASE_ELEMENT_FEATURE_COUNT + 6;
/**
* The number of structural features of the 'Participant' class.
*
*
* @generated
* @ordered
*/
int PARTICIPANT_FEATURE_COUNT = BASE_ELEMENT_FEATURE_COUNT + 7;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.ParticipantAssociationImpl Participant Association}' class.
*
*
* @see org.eclipse.bpmn2.impl.ParticipantAssociationImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getParticipantAssociation()
* @generated
*/
int PARTICIPANT_ASSOCIATION = 103;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int PARTICIPANT_ASSOCIATION__DOCUMENTATION = BASE_ELEMENT__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int PARTICIPANT_ASSOCIATION__EXTENSION_VALUES = BASE_ELEMENT__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int PARTICIPANT_ASSOCIATION__EXTENSION_DEFINITIONS = BASE_ELEMENT__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int PARTICIPANT_ASSOCIATION__ID = BASE_ELEMENT__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int PARTICIPANT_ASSOCIATION__ANY_ATTRIBUTE = BASE_ELEMENT__ANY_ATTRIBUTE;
/**
* The feature id for the 'Inner Participant Ref' reference.
*
*
* @generated
* @ordered
*/
int PARTICIPANT_ASSOCIATION__INNER_PARTICIPANT_REF = BASE_ELEMENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Outer Participant Ref' reference.
*
*
* @generated
* @ordered
*/
int PARTICIPANT_ASSOCIATION__OUTER_PARTICIPANT_REF = BASE_ELEMENT_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Participant Association' class.
*
*
* @generated
* @ordered
*/
int PARTICIPANT_ASSOCIATION_FEATURE_COUNT = BASE_ELEMENT_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.ParticipantMultiplicityImpl Participant Multiplicity}' class.
*
*
* @see org.eclipse.bpmn2.impl.ParticipantMultiplicityImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getParticipantMultiplicity()
* @generated
*/
int PARTICIPANT_MULTIPLICITY = 104;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int PARTICIPANT_MULTIPLICITY__DOCUMENTATION = BASE_ELEMENT__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int PARTICIPANT_MULTIPLICITY__EXTENSION_VALUES = BASE_ELEMENT__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int PARTICIPANT_MULTIPLICITY__EXTENSION_DEFINITIONS = BASE_ELEMENT__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int PARTICIPANT_MULTIPLICITY__ID = BASE_ELEMENT__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int PARTICIPANT_MULTIPLICITY__ANY_ATTRIBUTE = BASE_ELEMENT__ANY_ATTRIBUTE;
/**
* The feature id for the 'Maximum' attribute.
*
*
* @generated
* @ordered
*/
int PARTICIPANT_MULTIPLICITY__MAXIMUM = BASE_ELEMENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Minimum' attribute.
*
*
* @generated
* @ordered
*/
int PARTICIPANT_MULTIPLICITY__MINIMUM = BASE_ELEMENT_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Participant Multiplicity' class.
*
*
* @generated
* @ordered
*/
int PARTICIPANT_MULTIPLICITY_FEATURE_COUNT = BASE_ELEMENT_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.PartnerEntityImpl Partner Entity}' class.
*
*
* @see org.eclipse.bpmn2.impl.PartnerEntityImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getPartnerEntity()
* @generated
*/
int PARTNER_ENTITY = 105;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int PARTNER_ENTITY__DOCUMENTATION = ROOT_ELEMENT__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int PARTNER_ENTITY__EXTENSION_VALUES = ROOT_ELEMENT__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int PARTNER_ENTITY__EXTENSION_DEFINITIONS = ROOT_ELEMENT__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int PARTNER_ENTITY__ID = ROOT_ELEMENT__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int PARTNER_ENTITY__ANY_ATTRIBUTE = ROOT_ELEMENT__ANY_ATTRIBUTE;
/**
* The feature id for the 'Participant Ref' reference list.
*
*
* @generated
* @ordered
*/
int PARTNER_ENTITY__PARTICIPANT_REF = ROOT_ELEMENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int PARTNER_ENTITY__NAME = ROOT_ELEMENT_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Partner Entity' class.
*
*
* @generated
* @ordered
*/
int PARTNER_ENTITY_FEATURE_COUNT = ROOT_ELEMENT_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.PartnerRoleImpl Partner Role}' class.
*
*
* @see org.eclipse.bpmn2.impl.PartnerRoleImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getPartnerRole()
* @generated
*/
int PARTNER_ROLE = 106;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int PARTNER_ROLE__DOCUMENTATION = ROOT_ELEMENT__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int PARTNER_ROLE__EXTENSION_VALUES = ROOT_ELEMENT__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int PARTNER_ROLE__EXTENSION_DEFINITIONS = ROOT_ELEMENT__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int PARTNER_ROLE__ID = ROOT_ELEMENT__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int PARTNER_ROLE__ANY_ATTRIBUTE = ROOT_ELEMENT__ANY_ATTRIBUTE;
/**
* The feature id for the 'Participant Ref' reference list.
*
*
* @generated
* @ordered
*/
int PARTNER_ROLE__PARTICIPANT_REF = ROOT_ELEMENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int PARTNER_ROLE__NAME = ROOT_ELEMENT_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Partner Role' class.
*
*
* @generated
* @ordered
*/
int PARTNER_ROLE_FEATURE_COUNT = ROOT_ELEMENT_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.PotentialOwnerImpl Potential Owner}' class.
*
*
* @see org.eclipse.bpmn2.impl.PotentialOwnerImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getPotentialOwner()
* @generated
*/
int POTENTIAL_OWNER = 108;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int POTENTIAL_OWNER__DOCUMENTATION = HUMAN_PERFORMER__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int POTENTIAL_OWNER__EXTENSION_VALUES = HUMAN_PERFORMER__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int POTENTIAL_OWNER__EXTENSION_DEFINITIONS = HUMAN_PERFORMER__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int POTENTIAL_OWNER__ID = HUMAN_PERFORMER__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int POTENTIAL_OWNER__ANY_ATTRIBUTE = HUMAN_PERFORMER__ANY_ATTRIBUTE;
/**
* The feature id for the 'Resource Ref' reference.
*
*
* @generated
* @ordered
*/
int POTENTIAL_OWNER__RESOURCE_REF = HUMAN_PERFORMER__RESOURCE_REF;
/**
* The feature id for the 'Resource Parameter Bindings' containment reference list.
*
*
* @generated
* @ordered
*/
int POTENTIAL_OWNER__RESOURCE_PARAMETER_BINDINGS = HUMAN_PERFORMER__RESOURCE_PARAMETER_BINDINGS;
/**
* The feature id for the 'Resource Assignment Expression' containment reference.
*
*
* @generated
* @ordered
*/
int POTENTIAL_OWNER__RESOURCE_ASSIGNMENT_EXPRESSION = HUMAN_PERFORMER__RESOURCE_ASSIGNMENT_EXPRESSION;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int POTENTIAL_OWNER__NAME = HUMAN_PERFORMER__NAME;
/**
* The number of structural features of the 'Potential Owner' class.
*
*
* @generated
* @ordered
*/
int POTENTIAL_OWNER_FEATURE_COUNT = HUMAN_PERFORMER_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.ProcessImpl Process}' class.
*
*
* @see org.eclipse.bpmn2.impl.ProcessImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getProcess()
* @generated
*/
int PROCESS = 109;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int PROCESS__DOCUMENTATION = CALLABLE_ELEMENT__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int PROCESS__EXTENSION_VALUES = CALLABLE_ELEMENT__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int PROCESS__EXTENSION_DEFINITIONS = CALLABLE_ELEMENT__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int PROCESS__ID = CALLABLE_ELEMENT__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int PROCESS__ANY_ATTRIBUTE = CALLABLE_ELEMENT__ANY_ATTRIBUTE;
/**
* The feature id for the 'Supported Interface Refs' reference list.
*
*
* @generated
* @ordered
*/
int PROCESS__SUPPORTED_INTERFACE_REFS = CALLABLE_ELEMENT__SUPPORTED_INTERFACE_REFS;
/**
* The feature id for the 'Io Specification' containment reference.
*
*
* @generated
* @ordered
*/
int PROCESS__IO_SPECIFICATION = CALLABLE_ELEMENT__IO_SPECIFICATION;
/**
* The feature id for the 'Io Binding' containment reference list.
*
*
* @generated
* @ordered
*/
int PROCESS__IO_BINDING = CALLABLE_ELEMENT__IO_BINDING;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int PROCESS__NAME = CALLABLE_ELEMENT__NAME;
/**
* The feature id for the 'Lane Sets' containment reference list.
*
*
* @generated
* @ordered
*/
int PROCESS__LANE_SETS = CALLABLE_ELEMENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Flow Elements' containment reference list.
*
*
* @generated
* @ordered
*/
int PROCESS__FLOW_ELEMENTS = CALLABLE_ELEMENT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Auditing' containment reference.
*
*
* @generated
* @ordered
*/
int PROCESS__AUDITING = CALLABLE_ELEMENT_FEATURE_COUNT + 2;
/**
* The feature id for the 'Monitoring' containment reference.
*
*
* @generated
* @ordered
*/
int PROCESS__MONITORING = CALLABLE_ELEMENT_FEATURE_COUNT + 3;
/**
* The feature id for the 'Properties' containment reference list.
*
*
* @generated
* @ordered
*/
int PROCESS__PROPERTIES = CALLABLE_ELEMENT_FEATURE_COUNT + 4;
/**
* The feature id for the 'Artifacts' containment reference list.
*
*
* @generated
* @ordered
*/
int PROCESS__ARTIFACTS = CALLABLE_ELEMENT_FEATURE_COUNT + 5;
/**
* The feature id for the 'Resources' containment reference list.
*
*
* @generated
* @ordered
*/
int PROCESS__RESOURCES = CALLABLE_ELEMENT_FEATURE_COUNT + 6;
/**
* The feature id for the 'Correlation Subscriptions' containment reference list.
*
*
* @generated
* @ordered
*/
int PROCESS__CORRELATION_SUBSCRIPTIONS = CALLABLE_ELEMENT_FEATURE_COUNT + 7;
/**
* The feature id for the 'Supports' reference list.
*
*
* @generated
* @ordered
*/
int PROCESS__SUPPORTS = CALLABLE_ELEMENT_FEATURE_COUNT + 8;
/**
* The feature id for the 'Definitional Collaboration Ref' reference.
*
*
* @generated
* @ordered
*/
int PROCESS__DEFINITIONAL_COLLABORATION_REF = CALLABLE_ELEMENT_FEATURE_COUNT + 9;
/**
* The feature id for the 'Is Closed' attribute.
*
*
* @generated
* @ordered
*/
int PROCESS__IS_CLOSED = CALLABLE_ELEMENT_FEATURE_COUNT + 10;
/**
* The feature id for the 'Is Executable' attribute.
*
*
* @generated
* @ordered
*/
int PROCESS__IS_EXECUTABLE = CALLABLE_ELEMENT_FEATURE_COUNT + 11;
/**
* The feature id for the 'Process Type' attribute.
*
*
* @generated
* @ordered
*/
int PROCESS__PROCESS_TYPE = CALLABLE_ELEMENT_FEATURE_COUNT + 12;
/**
* The number of structural features of the 'Process' class.
*
*
* @generated
* @ordered
*/
int PROCESS_FEATURE_COUNT = CALLABLE_ELEMENT_FEATURE_COUNT + 13;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.PropertyImpl Property}' class.
*
*
* @see org.eclipse.bpmn2.impl.PropertyImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getProperty()
* @generated
*/
int PROPERTY = 110;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int PROPERTY__DOCUMENTATION = ITEM_AWARE_ELEMENT__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int PROPERTY__EXTENSION_VALUES = ITEM_AWARE_ELEMENT__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int PROPERTY__EXTENSION_DEFINITIONS = ITEM_AWARE_ELEMENT__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int PROPERTY__ID = ITEM_AWARE_ELEMENT__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int PROPERTY__ANY_ATTRIBUTE = ITEM_AWARE_ELEMENT__ANY_ATTRIBUTE;
/**
* The feature id for the 'Data State' containment reference.
*
*
* @generated
* @ordered
*/
int PROPERTY__DATA_STATE = ITEM_AWARE_ELEMENT__DATA_STATE;
/**
* The feature id for the 'Item Subject Ref' reference.
*
*
* @generated
* @ordered
*/
int PROPERTY__ITEM_SUBJECT_REF = ITEM_AWARE_ELEMENT__ITEM_SUBJECT_REF;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int PROPERTY__NAME = ITEM_AWARE_ELEMENT_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Property' class.
*
*
* @generated
* @ordered
*/
int PROPERTY_FEATURE_COUNT = ITEM_AWARE_ELEMENT_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.ReceiveTaskImpl Receive Task}' class.
*
*
* @see org.eclipse.bpmn2.impl.ReceiveTaskImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getReceiveTask()
* @generated
*/
int RECEIVE_TASK = 111;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int RECEIVE_TASK__DOCUMENTATION = TASK__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int RECEIVE_TASK__EXTENSION_VALUES = TASK__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int RECEIVE_TASK__EXTENSION_DEFINITIONS = TASK__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int RECEIVE_TASK__ID = TASK__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int RECEIVE_TASK__ANY_ATTRIBUTE = TASK__ANY_ATTRIBUTE;
/**
* The feature id for the 'Auditing' containment reference.
*
*
* @generated
* @ordered
*/
int RECEIVE_TASK__AUDITING = TASK__AUDITING;
/**
* The feature id for the 'Monitoring' containment reference.
*
*
* @generated
* @ordered
*/
int RECEIVE_TASK__MONITORING = TASK__MONITORING;
/**
* The feature id for the 'Category Value Ref' reference list.
*
*
* @generated
* @ordered
*/
int RECEIVE_TASK__CATEGORY_VALUE_REF = TASK__CATEGORY_VALUE_REF;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int RECEIVE_TASK__NAME = TASK__NAME;
/**
* The feature id for the 'Incoming' reference list.
*
*
* @generated
* @ordered
*/
int RECEIVE_TASK__INCOMING = TASK__INCOMING;
/**
* The feature id for the 'Lanes' reference list.
*
*
* @generated
* @ordered
*/
int RECEIVE_TASK__LANES = TASK__LANES;
/**
* The feature id for the 'Outgoing' reference list.
*
*
* @generated
* @ordered
*/
int RECEIVE_TASK__OUTGOING = TASK__OUTGOING;
/**
* The feature id for the 'Io Specification' containment reference.
*
*
* @generated
* @ordered
*/
int RECEIVE_TASK__IO_SPECIFICATION = TASK__IO_SPECIFICATION;
/**
* The feature id for the 'Boundary Event Refs' reference list.
*
*
* @generated
* @ordered
*/
int RECEIVE_TASK__BOUNDARY_EVENT_REFS = TASK__BOUNDARY_EVENT_REFS;
/**
* The feature id for the 'Properties' containment reference list.
*
*
* @generated
* @ordered
*/
int RECEIVE_TASK__PROPERTIES = TASK__PROPERTIES;
/**
* The feature id for the 'Data Input Associations' containment reference list.
*
*
* @generated
* @ordered
*/
int RECEIVE_TASK__DATA_INPUT_ASSOCIATIONS = TASK__DATA_INPUT_ASSOCIATIONS;
/**
* The feature id for the 'Data Output Associations' containment reference list.
*
*
* @generated
* @ordered
*/
int RECEIVE_TASK__DATA_OUTPUT_ASSOCIATIONS = TASK__DATA_OUTPUT_ASSOCIATIONS;
/**
* The feature id for the 'Resources' containment reference list.
*
*
* @generated
* @ordered
*/
int RECEIVE_TASK__RESOURCES = TASK__RESOURCES;
/**
* The feature id for the 'Loop Characteristics' containment reference.
*
*
* @generated
* @ordered
*/
int RECEIVE_TASK__LOOP_CHARACTERISTICS = TASK__LOOP_CHARACTERISTICS;
/**
* The feature id for the 'Completion Quantity' attribute.
*
*
* @generated
* @ordered
*/
int RECEIVE_TASK__COMPLETION_QUANTITY = TASK__COMPLETION_QUANTITY;
/**
* The feature id for the 'Default' reference.
*
*
* @generated
* @ordered
*/
int RECEIVE_TASK__DEFAULT = TASK__DEFAULT;
/**
* The feature id for the 'Is For Compensation' attribute.
*
*
* @generated
* @ordered
*/
int RECEIVE_TASK__IS_FOR_COMPENSATION = TASK__IS_FOR_COMPENSATION;
/**
* The feature id for the 'Start Quantity' attribute.
*
*
* @generated
* @ordered
*/
int RECEIVE_TASK__START_QUANTITY = TASK__START_QUANTITY;
/**
* The feature id for the 'Incoming Conversation Links' reference list.
*
*
* @generated
* @ordered
*/
int RECEIVE_TASK__INCOMING_CONVERSATION_LINKS = TASK__INCOMING_CONVERSATION_LINKS;
/**
* The feature id for the 'Outgoing Conversation Links' reference list.
*
*
* @generated
* @ordered
*/
int RECEIVE_TASK__OUTGOING_CONVERSATION_LINKS = TASK__OUTGOING_CONVERSATION_LINKS;
/**
* The feature id for the 'Implementation' attribute.
*
*
* @generated
* @ordered
*/
int RECEIVE_TASK__IMPLEMENTATION = TASK_FEATURE_COUNT + 0;
/**
* The feature id for the 'Instantiate' attribute.
*
*
* @generated
* @ordered
*/
int RECEIVE_TASK__INSTANTIATE = TASK_FEATURE_COUNT + 1;
/**
* The feature id for the 'Message Ref' reference.
*
*
* @generated
* @ordered
*/
int RECEIVE_TASK__MESSAGE_REF = TASK_FEATURE_COUNT + 2;
/**
* The feature id for the 'Operation Ref' reference.
*
*
* @generated
* @ordered
*/
int RECEIVE_TASK__OPERATION_REF = TASK_FEATURE_COUNT + 3;
/**
* The number of structural features of the 'Receive Task' class.
*
*
* @generated
* @ordered
*/
int RECEIVE_TASK_FEATURE_COUNT = TASK_FEATURE_COUNT + 4;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.RelationshipImpl Relationship}' class.
*
*
* @see org.eclipse.bpmn2.impl.RelationshipImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getRelationship()
* @generated
*/
int RELATIONSHIP = 112;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int RELATIONSHIP__DOCUMENTATION = BASE_ELEMENT__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int RELATIONSHIP__EXTENSION_VALUES = BASE_ELEMENT__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int RELATIONSHIP__EXTENSION_DEFINITIONS = BASE_ELEMENT__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int RELATIONSHIP__ID = BASE_ELEMENT__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int RELATIONSHIP__ANY_ATTRIBUTE = BASE_ELEMENT__ANY_ATTRIBUTE;
/**
* The feature id for the 'Sources' reference list.
*
*
* @generated
* @ordered
*/
int RELATIONSHIP__SOURCES = BASE_ELEMENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Targets' reference list.
*
*
* @generated
* @ordered
*/
int RELATIONSHIP__TARGETS = BASE_ELEMENT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Direction' attribute.
*
*
* @generated
* @ordered
*/
int RELATIONSHIP__DIRECTION = BASE_ELEMENT_FEATURE_COUNT + 2;
/**
* The feature id for the 'Type' attribute.
*
*
* @generated
* @ordered
*/
int RELATIONSHIP__TYPE = BASE_ELEMENT_FEATURE_COUNT + 3;
/**
* The number of structural features of the 'Relationship' class.
*
*
* @generated
* @ordered
*/
int RELATIONSHIP_FEATURE_COUNT = BASE_ELEMENT_FEATURE_COUNT + 4;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.RenderingImpl Rendering}' class.
*
*
* @see org.eclipse.bpmn2.impl.RenderingImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getRendering()
* @generated
*/
int RENDERING = 113;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int RENDERING__DOCUMENTATION = BASE_ELEMENT__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int RENDERING__EXTENSION_VALUES = BASE_ELEMENT__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int RENDERING__EXTENSION_DEFINITIONS = BASE_ELEMENT__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int RENDERING__ID = BASE_ELEMENT__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int RENDERING__ANY_ATTRIBUTE = BASE_ELEMENT__ANY_ATTRIBUTE;
/**
* The number of structural features of the 'Rendering' class.
*
*
* @generated
* @ordered
*/
int RENDERING_FEATURE_COUNT = BASE_ELEMENT_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.ResourceImpl Resource}' class.
*
*
* @see org.eclipse.bpmn2.impl.ResourceImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getResource()
* @generated
*/
int RESOURCE = 114;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int RESOURCE__DOCUMENTATION = ROOT_ELEMENT__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int RESOURCE__EXTENSION_VALUES = ROOT_ELEMENT__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int RESOURCE__EXTENSION_DEFINITIONS = ROOT_ELEMENT__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int RESOURCE__ID = ROOT_ELEMENT__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int RESOURCE__ANY_ATTRIBUTE = ROOT_ELEMENT__ANY_ATTRIBUTE;
/**
* The feature id for the 'Resource Parameters' containment reference list.
*
*
* @generated
* @ordered
*/
int RESOURCE__RESOURCE_PARAMETERS = ROOT_ELEMENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int RESOURCE__NAME = ROOT_ELEMENT_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Resource' class.
*
*
* @generated
* @ordered
*/
int RESOURCE_FEATURE_COUNT = ROOT_ELEMENT_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.ResourceAssignmentExpressionImpl Resource Assignment Expression}' class.
*
*
* @see org.eclipse.bpmn2.impl.ResourceAssignmentExpressionImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getResourceAssignmentExpression()
* @generated
*/
int RESOURCE_ASSIGNMENT_EXPRESSION = 115;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int RESOURCE_ASSIGNMENT_EXPRESSION__DOCUMENTATION = BASE_ELEMENT__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int RESOURCE_ASSIGNMENT_EXPRESSION__EXTENSION_VALUES = BASE_ELEMENT__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int RESOURCE_ASSIGNMENT_EXPRESSION__EXTENSION_DEFINITIONS = BASE_ELEMENT__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int RESOURCE_ASSIGNMENT_EXPRESSION__ID = BASE_ELEMENT__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int RESOURCE_ASSIGNMENT_EXPRESSION__ANY_ATTRIBUTE = BASE_ELEMENT__ANY_ATTRIBUTE;
/**
* The feature id for the 'Expression' containment reference.
*
*
* @generated
* @ordered
*/
int RESOURCE_ASSIGNMENT_EXPRESSION__EXPRESSION = BASE_ELEMENT_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Resource Assignment Expression' class.
*
*
* @generated
* @ordered
*/
int RESOURCE_ASSIGNMENT_EXPRESSION_FEATURE_COUNT = BASE_ELEMENT_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.ResourceParameterImpl Resource Parameter}' class.
*
*
* @see org.eclipse.bpmn2.impl.ResourceParameterImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getResourceParameter()
* @generated
*/
int RESOURCE_PARAMETER = 116;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int RESOURCE_PARAMETER__DOCUMENTATION = BASE_ELEMENT__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int RESOURCE_PARAMETER__EXTENSION_VALUES = BASE_ELEMENT__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int RESOURCE_PARAMETER__EXTENSION_DEFINITIONS = BASE_ELEMENT__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int RESOURCE_PARAMETER__ID = BASE_ELEMENT__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int RESOURCE_PARAMETER__ANY_ATTRIBUTE = BASE_ELEMENT__ANY_ATTRIBUTE;
/**
* The feature id for the 'Is Required' attribute.
*
*
* @generated
* @ordered
*/
int RESOURCE_PARAMETER__IS_REQUIRED = BASE_ELEMENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int RESOURCE_PARAMETER__NAME = BASE_ELEMENT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Type' reference.
*
*
* @generated
* @ordered
*/
int RESOURCE_PARAMETER__TYPE = BASE_ELEMENT_FEATURE_COUNT + 2;
/**
* The number of structural features of the 'Resource Parameter' class.
*
*
* @generated
* @ordered
*/
int RESOURCE_PARAMETER_FEATURE_COUNT = BASE_ELEMENT_FEATURE_COUNT + 3;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.ResourceParameterBindingImpl Resource Parameter Binding}' class.
*
*
* @see org.eclipse.bpmn2.impl.ResourceParameterBindingImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getResourceParameterBinding()
* @generated
*/
int RESOURCE_PARAMETER_BINDING = 117;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int RESOURCE_PARAMETER_BINDING__DOCUMENTATION = BASE_ELEMENT__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int RESOURCE_PARAMETER_BINDING__EXTENSION_VALUES = BASE_ELEMENT__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int RESOURCE_PARAMETER_BINDING__EXTENSION_DEFINITIONS = BASE_ELEMENT__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int RESOURCE_PARAMETER_BINDING__ID = BASE_ELEMENT__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int RESOURCE_PARAMETER_BINDING__ANY_ATTRIBUTE = BASE_ELEMENT__ANY_ATTRIBUTE;
/**
* The feature id for the 'Expression' containment reference.
*
*
* @generated
* @ordered
*/
int RESOURCE_PARAMETER_BINDING__EXPRESSION = BASE_ELEMENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Parameter Ref' reference.
*
*
* @generated
* @ordered
*/
int RESOURCE_PARAMETER_BINDING__PARAMETER_REF = BASE_ELEMENT_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Resource Parameter Binding' class.
*
*
* @generated
* @ordered
*/
int RESOURCE_PARAMETER_BINDING_FEATURE_COUNT = BASE_ELEMENT_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.ScriptTaskImpl Script Task}' class.
*
*
* @see org.eclipse.bpmn2.impl.ScriptTaskImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getScriptTask()
* @generated
*/
int SCRIPT_TASK = 120;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int SCRIPT_TASK__DOCUMENTATION = TASK__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int SCRIPT_TASK__EXTENSION_VALUES = TASK__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int SCRIPT_TASK__EXTENSION_DEFINITIONS = TASK__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int SCRIPT_TASK__ID = TASK__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int SCRIPT_TASK__ANY_ATTRIBUTE = TASK__ANY_ATTRIBUTE;
/**
* The feature id for the 'Auditing' containment reference.
*
*
* @generated
* @ordered
*/
int SCRIPT_TASK__AUDITING = TASK__AUDITING;
/**
* The feature id for the 'Monitoring' containment reference.
*
*
* @generated
* @ordered
*/
int SCRIPT_TASK__MONITORING = TASK__MONITORING;
/**
* The feature id for the 'Category Value Ref' reference list.
*
*
* @generated
* @ordered
*/
int SCRIPT_TASK__CATEGORY_VALUE_REF = TASK__CATEGORY_VALUE_REF;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int SCRIPT_TASK__NAME = TASK__NAME;
/**
* The feature id for the 'Incoming' reference list.
*
*
* @generated
* @ordered
*/
int SCRIPT_TASK__INCOMING = TASK__INCOMING;
/**
* The feature id for the 'Lanes' reference list.
*
*
* @generated
* @ordered
*/
int SCRIPT_TASK__LANES = TASK__LANES;
/**
* The feature id for the 'Outgoing' reference list.
*
*
* @generated
* @ordered
*/
int SCRIPT_TASK__OUTGOING = TASK__OUTGOING;
/**
* The feature id for the 'Io Specification' containment reference.
*
*
* @generated
* @ordered
*/
int SCRIPT_TASK__IO_SPECIFICATION = TASK__IO_SPECIFICATION;
/**
* The feature id for the 'Boundary Event Refs' reference list.
*
*
* @generated
* @ordered
*/
int SCRIPT_TASK__BOUNDARY_EVENT_REFS = TASK__BOUNDARY_EVENT_REFS;
/**
* The feature id for the 'Properties' containment reference list.
*
*
* @generated
* @ordered
*/
int SCRIPT_TASK__PROPERTIES = TASK__PROPERTIES;
/**
* The feature id for the 'Data Input Associations' containment reference list.
*
*
* @generated
* @ordered
*/
int SCRIPT_TASK__DATA_INPUT_ASSOCIATIONS = TASK__DATA_INPUT_ASSOCIATIONS;
/**
* The feature id for the 'Data Output Associations' containment reference list.
*
*
* @generated
* @ordered
*/
int SCRIPT_TASK__DATA_OUTPUT_ASSOCIATIONS = TASK__DATA_OUTPUT_ASSOCIATIONS;
/**
* The feature id for the 'Resources' containment reference list.
*
*
* @generated
* @ordered
*/
int SCRIPT_TASK__RESOURCES = TASK__RESOURCES;
/**
* The feature id for the 'Loop Characteristics' containment reference.
*
*
* @generated
* @ordered
*/
int SCRIPT_TASK__LOOP_CHARACTERISTICS = TASK__LOOP_CHARACTERISTICS;
/**
* The feature id for the 'Completion Quantity' attribute.
*
*
* @generated
* @ordered
*/
int SCRIPT_TASK__COMPLETION_QUANTITY = TASK__COMPLETION_QUANTITY;
/**
* The feature id for the 'Default' reference.
*
*
* @generated
* @ordered
*/
int SCRIPT_TASK__DEFAULT = TASK__DEFAULT;
/**
* The feature id for the 'Is For Compensation' attribute.
*
*
* @generated
* @ordered
*/
int SCRIPT_TASK__IS_FOR_COMPENSATION = TASK__IS_FOR_COMPENSATION;
/**
* The feature id for the 'Start Quantity' attribute.
*
*
* @generated
* @ordered
*/
int SCRIPT_TASK__START_QUANTITY = TASK__START_QUANTITY;
/**
* The feature id for the 'Incoming Conversation Links' reference list.
*
*
* @generated
* @ordered
*/
int SCRIPT_TASK__INCOMING_CONVERSATION_LINKS = TASK__INCOMING_CONVERSATION_LINKS;
/**
* The feature id for the 'Outgoing Conversation Links' reference list.
*
*
* @generated
* @ordered
*/
int SCRIPT_TASK__OUTGOING_CONVERSATION_LINKS = TASK__OUTGOING_CONVERSATION_LINKS;
/**
* The feature id for the 'Script' attribute.
*
*
* @generated
* @ordered
*/
int SCRIPT_TASK__SCRIPT = TASK_FEATURE_COUNT + 0;
/**
* The feature id for the 'Script Format' attribute.
*
*
* @generated
* @ordered
*/
int SCRIPT_TASK__SCRIPT_FORMAT = TASK_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Script Task' class.
*
*
* @generated
* @ordered
*/
int SCRIPT_TASK_FEATURE_COUNT = TASK_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.SendTaskImpl Send Task}' class.
*
*
* @see org.eclipse.bpmn2.impl.SendTaskImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getSendTask()
* @generated
*/
int SEND_TASK = 121;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int SEND_TASK__DOCUMENTATION = TASK__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int SEND_TASK__EXTENSION_VALUES = TASK__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int SEND_TASK__EXTENSION_DEFINITIONS = TASK__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int SEND_TASK__ID = TASK__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int SEND_TASK__ANY_ATTRIBUTE = TASK__ANY_ATTRIBUTE;
/**
* The feature id for the 'Auditing' containment reference.
*
*
* @generated
* @ordered
*/
int SEND_TASK__AUDITING = TASK__AUDITING;
/**
* The feature id for the 'Monitoring' containment reference.
*
*
* @generated
* @ordered
*/
int SEND_TASK__MONITORING = TASK__MONITORING;
/**
* The feature id for the 'Category Value Ref' reference list.
*
*
* @generated
* @ordered
*/
int SEND_TASK__CATEGORY_VALUE_REF = TASK__CATEGORY_VALUE_REF;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int SEND_TASK__NAME = TASK__NAME;
/**
* The feature id for the 'Incoming' reference list.
*
*
* @generated
* @ordered
*/
int SEND_TASK__INCOMING = TASK__INCOMING;
/**
* The feature id for the 'Lanes' reference list.
*
*
* @generated
* @ordered
*/
int SEND_TASK__LANES = TASK__LANES;
/**
* The feature id for the 'Outgoing' reference list.
*
*
* @generated
* @ordered
*/
int SEND_TASK__OUTGOING = TASK__OUTGOING;
/**
* The feature id for the 'Io Specification' containment reference.
*
*
* @generated
* @ordered
*/
int SEND_TASK__IO_SPECIFICATION = TASK__IO_SPECIFICATION;
/**
* The feature id for the 'Boundary Event Refs' reference list.
*
*
* @generated
* @ordered
*/
int SEND_TASK__BOUNDARY_EVENT_REFS = TASK__BOUNDARY_EVENT_REFS;
/**
* The feature id for the 'Properties' containment reference list.
*
*
* @generated
* @ordered
*/
int SEND_TASK__PROPERTIES = TASK__PROPERTIES;
/**
* The feature id for the 'Data Input Associations' containment reference list.
*
*
* @generated
* @ordered
*/
int SEND_TASK__DATA_INPUT_ASSOCIATIONS = TASK__DATA_INPUT_ASSOCIATIONS;
/**
* The feature id for the 'Data Output Associations' containment reference list.
*
*
* @generated
* @ordered
*/
int SEND_TASK__DATA_OUTPUT_ASSOCIATIONS = TASK__DATA_OUTPUT_ASSOCIATIONS;
/**
* The feature id for the 'Resources' containment reference list.
*
*
* @generated
* @ordered
*/
int SEND_TASK__RESOURCES = TASK__RESOURCES;
/**
* The feature id for the 'Loop Characteristics' containment reference.
*
*
* @generated
* @ordered
*/
int SEND_TASK__LOOP_CHARACTERISTICS = TASK__LOOP_CHARACTERISTICS;
/**
* The feature id for the 'Completion Quantity' attribute.
*
*
* @generated
* @ordered
*/
int SEND_TASK__COMPLETION_QUANTITY = TASK__COMPLETION_QUANTITY;
/**
* The feature id for the 'Default' reference.
*
*
* @generated
* @ordered
*/
int SEND_TASK__DEFAULT = TASK__DEFAULT;
/**
* The feature id for the 'Is For Compensation' attribute.
*
*
* @generated
* @ordered
*/
int SEND_TASK__IS_FOR_COMPENSATION = TASK__IS_FOR_COMPENSATION;
/**
* The feature id for the 'Start Quantity' attribute.
*
*
* @generated
* @ordered
*/
int SEND_TASK__START_QUANTITY = TASK__START_QUANTITY;
/**
* The feature id for the 'Incoming Conversation Links' reference list.
*
*
* @generated
* @ordered
*/
int SEND_TASK__INCOMING_CONVERSATION_LINKS = TASK__INCOMING_CONVERSATION_LINKS;
/**
* The feature id for the 'Outgoing Conversation Links' reference list.
*
*
* @generated
* @ordered
*/
int SEND_TASK__OUTGOING_CONVERSATION_LINKS = TASK__OUTGOING_CONVERSATION_LINKS;
/**
* The feature id for the 'Implementation' attribute.
*
*
* @generated
* @ordered
*/
int SEND_TASK__IMPLEMENTATION = TASK_FEATURE_COUNT + 0;
/**
* The feature id for the 'Message Ref' reference.
*
*
* @generated
* @ordered
*/
int SEND_TASK__MESSAGE_REF = TASK_FEATURE_COUNT + 1;
/**
* The feature id for the 'Operation Ref' reference.
*
*
* @generated
* @ordered
*/
int SEND_TASK__OPERATION_REF = TASK_FEATURE_COUNT + 2;
/**
* The number of structural features of the 'Send Task' class.
*
*
* @generated
* @ordered
*/
int SEND_TASK_FEATURE_COUNT = TASK_FEATURE_COUNT + 3;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.SequenceFlowImpl Sequence Flow}' class.
*
*
* @see org.eclipse.bpmn2.impl.SequenceFlowImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getSequenceFlow()
* @generated
*/
int SEQUENCE_FLOW = 122;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int SEQUENCE_FLOW__DOCUMENTATION = FLOW_ELEMENT__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int SEQUENCE_FLOW__EXTENSION_VALUES = FLOW_ELEMENT__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int SEQUENCE_FLOW__EXTENSION_DEFINITIONS = FLOW_ELEMENT__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int SEQUENCE_FLOW__ID = FLOW_ELEMENT__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int SEQUENCE_FLOW__ANY_ATTRIBUTE = FLOW_ELEMENT__ANY_ATTRIBUTE;
/**
* The feature id for the 'Auditing' containment reference.
*
*
* @generated
* @ordered
*/
int SEQUENCE_FLOW__AUDITING = FLOW_ELEMENT__AUDITING;
/**
* The feature id for the 'Monitoring' containment reference.
*
*
* @generated
* @ordered
*/
int SEQUENCE_FLOW__MONITORING = FLOW_ELEMENT__MONITORING;
/**
* The feature id for the 'Category Value Ref' reference list.
*
*
* @generated
* @ordered
*/
int SEQUENCE_FLOW__CATEGORY_VALUE_REF = FLOW_ELEMENT__CATEGORY_VALUE_REF;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int SEQUENCE_FLOW__NAME = FLOW_ELEMENT__NAME;
/**
* The feature id for the 'Condition Expression' containment reference.
*
*
* @generated
* @ordered
*/
int SEQUENCE_FLOW__CONDITION_EXPRESSION = FLOW_ELEMENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Is Immediate' attribute.
*
*
* @generated
* @ordered
*/
int SEQUENCE_FLOW__IS_IMMEDIATE = FLOW_ELEMENT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Source Ref' reference.
*
*
* @generated
* @ordered
*/
int SEQUENCE_FLOW__SOURCE_REF = FLOW_ELEMENT_FEATURE_COUNT + 2;
/**
* The feature id for the 'Target Ref' reference.
*
*
* @generated
* @ordered
*/
int SEQUENCE_FLOW__TARGET_REF = FLOW_ELEMENT_FEATURE_COUNT + 3;
/**
* The number of structural features of the 'Sequence Flow' class.
*
*
* @generated
* @ordered
*/
int SEQUENCE_FLOW_FEATURE_COUNT = FLOW_ELEMENT_FEATURE_COUNT + 4;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.ServiceTaskImpl Service Task}' class.
*
*
* @see org.eclipse.bpmn2.impl.ServiceTaskImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getServiceTask()
* @generated
*/
int SERVICE_TASK = 123;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int SERVICE_TASK__DOCUMENTATION = TASK__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int SERVICE_TASK__EXTENSION_VALUES = TASK__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int SERVICE_TASK__EXTENSION_DEFINITIONS = TASK__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int SERVICE_TASK__ID = TASK__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int SERVICE_TASK__ANY_ATTRIBUTE = TASK__ANY_ATTRIBUTE;
/**
* The feature id for the 'Auditing' containment reference.
*
*
* @generated
* @ordered
*/
int SERVICE_TASK__AUDITING = TASK__AUDITING;
/**
* The feature id for the 'Monitoring' containment reference.
*
*
* @generated
* @ordered
*/
int SERVICE_TASK__MONITORING = TASK__MONITORING;
/**
* The feature id for the 'Category Value Ref' reference list.
*
*
* @generated
* @ordered
*/
int SERVICE_TASK__CATEGORY_VALUE_REF = TASK__CATEGORY_VALUE_REF;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int SERVICE_TASK__NAME = TASK__NAME;
/**
* The feature id for the 'Incoming' reference list.
*
*
* @generated
* @ordered
*/
int SERVICE_TASK__INCOMING = TASK__INCOMING;
/**
* The feature id for the 'Lanes' reference list.
*
*
* @generated
* @ordered
*/
int SERVICE_TASK__LANES = TASK__LANES;
/**
* The feature id for the 'Outgoing' reference list.
*
*
* @generated
* @ordered
*/
int SERVICE_TASK__OUTGOING = TASK__OUTGOING;
/**
* The feature id for the 'Io Specification' containment reference.
*
*
* @generated
* @ordered
*/
int SERVICE_TASK__IO_SPECIFICATION = TASK__IO_SPECIFICATION;
/**
* The feature id for the 'Boundary Event Refs' reference list.
*
*
* @generated
* @ordered
*/
int SERVICE_TASK__BOUNDARY_EVENT_REFS = TASK__BOUNDARY_EVENT_REFS;
/**
* The feature id for the 'Properties' containment reference list.
*
*
* @generated
* @ordered
*/
int SERVICE_TASK__PROPERTIES = TASK__PROPERTIES;
/**
* The feature id for the 'Data Input Associations' containment reference list.
*
*
* @generated
* @ordered
*/
int SERVICE_TASK__DATA_INPUT_ASSOCIATIONS = TASK__DATA_INPUT_ASSOCIATIONS;
/**
* The feature id for the 'Data Output Associations' containment reference list.
*
*
* @generated
* @ordered
*/
int SERVICE_TASK__DATA_OUTPUT_ASSOCIATIONS = TASK__DATA_OUTPUT_ASSOCIATIONS;
/**
* The feature id for the 'Resources' containment reference list.
*
*
* @generated
* @ordered
*/
int SERVICE_TASK__RESOURCES = TASK__RESOURCES;
/**
* The feature id for the 'Loop Characteristics' containment reference.
*
*
* @generated
* @ordered
*/
int SERVICE_TASK__LOOP_CHARACTERISTICS = TASK__LOOP_CHARACTERISTICS;
/**
* The feature id for the 'Completion Quantity' attribute.
*
*
* @generated
* @ordered
*/
int SERVICE_TASK__COMPLETION_QUANTITY = TASK__COMPLETION_QUANTITY;
/**
* The feature id for the 'Default' reference.
*
*
* @generated
* @ordered
*/
int SERVICE_TASK__DEFAULT = TASK__DEFAULT;
/**
* The feature id for the 'Is For Compensation' attribute.
*
*
* @generated
* @ordered
*/
int SERVICE_TASK__IS_FOR_COMPENSATION = TASK__IS_FOR_COMPENSATION;
/**
* The feature id for the 'Start Quantity' attribute.
*
*
* @generated
* @ordered
*/
int SERVICE_TASK__START_QUANTITY = TASK__START_QUANTITY;
/**
* The feature id for the 'Incoming Conversation Links' reference list.
*
*
* @generated
* @ordered
*/
int SERVICE_TASK__INCOMING_CONVERSATION_LINKS = TASK__INCOMING_CONVERSATION_LINKS;
/**
* The feature id for the 'Outgoing Conversation Links' reference list.
*
*
* @generated
* @ordered
*/
int SERVICE_TASK__OUTGOING_CONVERSATION_LINKS = TASK__OUTGOING_CONVERSATION_LINKS;
/**
* The feature id for the 'Implementation' attribute.
*
*
* @generated
* @ordered
*/
int SERVICE_TASK__IMPLEMENTATION = TASK_FEATURE_COUNT + 0;
/**
* The feature id for the 'Operation Ref' reference.
*
*
* @generated
* @ordered
*/
int SERVICE_TASK__OPERATION_REF = TASK_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Service Task' class.
*
*
* @generated
* @ordered
*/
int SERVICE_TASK_FEATURE_COUNT = TASK_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.SignalImpl Signal}' class.
*
*
* @see org.eclipse.bpmn2.impl.SignalImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getSignal()
* @generated
*/
int SIGNAL = 124;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int SIGNAL__DOCUMENTATION = ROOT_ELEMENT__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int SIGNAL__EXTENSION_VALUES = ROOT_ELEMENT__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int SIGNAL__EXTENSION_DEFINITIONS = ROOT_ELEMENT__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int SIGNAL__ID = ROOT_ELEMENT__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int SIGNAL__ANY_ATTRIBUTE = ROOT_ELEMENT__ANY_ATTRIBUTE;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int SIGNAL__NAME = ROOT_ELEMENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Structure Ref' reference.
*
*
* @generated
* @ordered
*/
int SIGNAL__STRUCTURE_REF = ROOT_ELEMENT_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Signal' class.
*
*
* @generated
* @ordered
*/
int SIGNAL_FEATURE_COUNT = ROOT_ELEMENT_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.SignalEventDefinitionImpl Signal Event Definition}' class.
*
*
* @see org.eclipse.bpmn2.impl.SignalEventDefinitionImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getSignalEventDefinition()
* @generated
*/
int SIGNAL_EVENT_DEFINITION = 125;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int SIGNAL_EVENT_DEFINITION__DOCUMENTATION = EVENT_DEFINITION__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int SIGNAL_EVENT_DEFINITION__EXTENSION_VALUES = EVENT_DEFINITION__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int SIGNAL_EVENT_DEFINITION__EXTENSION_DEFINITIONS = EVENT_DEFINITION__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int SIGNAL_EVENT_DEFINITION__ID = EVENT_DEFINITION__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int SIGNAL_EVENT_DEFINITION__ANY_ATTRIBUTE = EVENT_DEFINITION__ANY_ATTRIBUTE;
/**
* The feature id for the 'Signal Ref' attribute.
*
*
* @generated
* @ordered
*/
int SIGNAL_EVENT_DEFINITION__SIGNAL_REF = EVENT_DEFINITION_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Signal Event Definition' class.
*
*
* @generated
* @ordered
*/
int SIGNAL_EVENT_DEFINITION_FEATURE_COUNT = EVENT_DEFINITION_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.StandardLoopCharacteristicsImpl Standard Loop Characteristics}' class.
*
*
* @see org.eclipse.bpmn2.impl.StandardLoopCharacteristicsImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getStandardLoopCharacteristics()
* @generated
*/
int STANDARD_LOOP_CHARACTERISTICS = 126;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int STANDARD_LOOP_CHARACTERISTICS__DOCUMENTATION = LOOP_CHARACTERISTICS__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int STANDARD_LOOP_CHARACTERISTICS__EXTENSION_VALUES = LOOP_CHARACTERISTICS__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int STANDARD_LOOP_CHARACTERISTICS__EXTENSION_DEFINITIONS = LOOP_CHARACTERISTICS__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int STANDARD_LOOP_CHARACTERISTICS__ID = LOOP_CHARACTERISTICS__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int STANDARD_LOOP_CHARACTERISTICS__ANY_ATTRIBUTE = LOOP_CHARACTERISTICS__ANY_ATTRIBUTE;
/**
* The feature id for the 'Loop Condition' containment reference.
*
*
* @generated
* @ordered
*/
int STANDARD_LOOP_CHARACTERISTICS__LOOP_CONDITION = LOOP_CHARACTERISTICS_FEATURE_COUNT + 0;
/**
* The feature id for the 'Loop Maximum' containment reference.
*
*
* @generated
* @ordered
*/
int STANDARD_LOOP_CHARACTERISTICS__LOOP_MAXIMUM = LOOP_CHARACTERISTICS_FEATURE_COUNT + 1;
/**
* The feature id for the 'Test Before' attribute.
*
*
* @generated
* @ordered
*/
int STANDARD_LOOP_CHARACTERISTICS__TEST_BEFORE = LOOP_CHARACTERISTICS_FEATURE_COUNT + 2;
/**
* The number of structural features of the 'Standard Loop Characteristics' class.
*
*
* @generated
* @ordered
*/
int STANDARD_LOOP_CHARACTERISTICS_FEATURE_COUNT = LOOP_CHARACTERISTICS_FEATURE_COUNT + 3;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.StartEventImpl Start Event}' class.
*
*
* @see org.eclipse.bpmn2.impl.StartEventImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getStartEvent()
* @generated
*/
int START_EVENT = 127;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int START_EVENT__DOCUMENTATION = CATCH_EVENT__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int START_EVENT__EXTENSION_VALUES = CATCH_EVENT__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int START_EVENT__EXTENSION_DEFINITIONS = CATCH_EVENT__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int START_EVENT__ID = CATCH_EVENT__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int START_EVENT__ANY_ATTRIBUTE = CATCH_EVENT__ANY_ATTRIBUTE;
/**
* The feature id for the 'Auditing' containment reference.
*
*
* @generated
* @ordered
*/
int START_EVENT__AUDITING = CATCH_EVENT__AUDITING;
/**
* The feature id for the 'Monitoring' containment reference.
*
*
* @generated
* @ordered
*/
int START_EVENT__MONITORING = CATCH_EVENT__MONITORING;
/**
* The feature id for the 'Category Value Ref' reference list.
*
*
* @generated
* @ordered
*/
int START_EVENT__CATEGORY_VALUE_REF = CATCH_EVENT__CATEGORY_VALUE_REF;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int START_EVENT__NAME = CATCH_EVENT__NAME;
/**
* The feature id for the 'Incoming' reference list.
*
*
* @generated
* @ordered
*/
int START_EVENT__INCOMING = CATCH_EVENT__INCOMING;
/**
* The feature id for the 'Lanes' reference list.
*
*
* @generated
* @ordered
*/
int START_EVENT__LANES = CATCH_EVENT__LANES;
/**
* The feature id for the 'Outgoing' reference list.
*
*
* @generated
* @ordered
*/
int START_EVENT__OUTGOING = CATCH_EVENT__OUTGOING;
/**
* The feature id for the 'Incoming Conversation Links' reference list.
*
*
* @generated
* @ordered
*/
int START_EVENT__INCOMING_CONVERSATION_LINKS = CATCH_EVENT__INCOMING_CONVERSATION_LINKS;
/**
* The feature id for the 'Outgoing Conversation Links' reference list.
*
*
* @generated
* @ordered
*/
int START_EVENT__OUTGOING_CONVERSATION_LINKS = CATCH_EVENT__OUTGOING_CONVERSATION_LINKS;
/**
* The feature id for the 'Properties' containment reference list.
*
*
* @generated
* @ordered
*/
int START_EVENT__PROPERTIES = CATCH_EVENT__PROPERTIES;
/**
* The feature id for the 'Data Outputs' containment reference list.
*
*
* @generated
* @ordered
*/
int START_EVENT__DATA_OUTPUTS = CATCH_EVENT__DATA_OUTPUTS;
/**
* The feature id for the 'Data Output Association' containment reference list.
*
*
* @generated
* @ordered
*/
int START_EVENT__DATA_OUTPUT_ASSOCIATION = CATCH_EVENT__DATA_OUTPUT_ASSOCIATION;
/**
* The feature id for the 'Output Set' containment reference.
*
*
* @generated
* @ordered
*/
int START_EVENT__OUTPUT_SET = CATCH_EVENT__OUTPUT_SET;
/**
* The feature id for the 'Event Definitions' containment reference list.
*
*
* @generated
* @ordered
*/
int START_EVENT__EVENT_DEFINITIONS = CATCH_EVENT__EVENT_DEFINITIONS;
/**
* The feature id for the 'Event Definition Refs' reference list.
*
*
* @generated
* @ordered
*/
int START_EVENT__EVENT_DEFINITION_REFS = CATCH_EVENT__EVENT_DEFINITION_REFS;
/**
* The feature id for the 'Parallel Multiple' attribute.
*
*
* @generated
* @ordered
*/
int START_EVENT__PARALLEL_MULTIPLE = CATCH_EVENT__PARALLEL_MULTIPLE;
/**
* The feature id for the 'Is Interrupting' attribute.
*
*
* @generated
* @ordered
*/
int START_EVENT__IS_INTERRUPTING = CATCH_EVENT_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Start Event' class.
*
*
* @generated
* @ordered
*/
int START_EVENT_FEATURE_COUNT = CATCH_EVENT_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.SubChoreographyImpl Sub Choreography}' class.
*
*
* @see org.eclipse.bpmn2.impl.SubChoreographyImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getSubChoreography()
* @generated
*/
int SUB_CHOREOGRAPHY = 128;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int SUB_CHOREOGRAPHY__DOCUMENTATION = CHOREOGRAPHY_ACTIVITY__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int SUB_CHOREOGRAPHY__EXTENSION_VALUES = CHOREOGRAPHY_ACTIVITY__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int SUB_CHOREOGRAPHY__EXTENSION_DEFINITIONS = CHOREOGRAPHY_ACTIVITY__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int SUB_CHOREOGRAPHY__ID = CHOREOGRAPHY_ACTIVITY__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int SUB_CHOREOGRAPHY__ANY_ATTRIBUTE = CHOREOGRAPHY_ACTIVITY__ANY_ATTRIBUTE;
/**
* The feature id for the 'Auditing' containment reference.
*
*
* @generated
* @ordered
*/
int SUB_CHOREOGRAPHY__AUDITING = CHOREOGRAPHY_ACTIVITY__AUDITING;
/**
* The feature id for the 'Monitoring' containment reference.
*
*
* @generated
* @ordered
*/
int SUB_CHOREOGRAPHY__MONITORING = CHOREOGRAPHY_ACTIVITY__MONITORING;
/**
* The feature id for the 'Category Value Ref' reference list.
*
*
* @generated
* @ordered
*/
int SUB_CHOREOGRAPHY__CATEGORY_VALUE_REF = CHOREOGRAPHY_ACTIVITY__CATEGORY_VALUE_REF;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int SUB_CHOREOGRAPHY__NAME = CHOREOGRAPHY_ACTIVITY__NAME;
/**
* The feature id for the 'Incoming' reference list.
*
*
* @generated
* @ordered
*/
int SUB_CHOREOGRAPHY__INCOMING = CHOREOGRAPHY_ACTIVITY__INCOMING;
/**
* The feature id for the 'Lanes' reference list.
*
*
* @generated
* @ordered
*/
int SUB_CHOREOGRAPHY__LANES = CHOREOGRAPHY_ACTIVITY__LANES;
/**
* The feature id for the 'Outgoing' reference list.
*
*
* @generated
* @ordered
*/
int SUB_CHOREOGRAPHY__OUTGOING = CHOREOGRAPHY_ACTIVITY__OUTGOING;
/**
* The feature id for the 'Participant Refs' reference list.
*
*
* @generated
* @ordered
*/
int SUB_CHOREOGRAPHY__PARTICIPANT_REFS = CHOREOGRAPHY_ACTIVITY__PARTICIPANT_REFS;
/**
* The feature id for the 'Correlation Keys' containment reference list.
*
*
* @generated
* @ordered
*/
int SUB_CHOREOGRAPHY__CORRELATION_KEYS = CHOREOGRAPHY_ACTIVITY__CORRELATION_KEYS;
/**
* The feature id for the 'Initiating Participant Ref' reference.
*
*
* @generated
* @ordered
*/
int SUB_CHOREOGRAPHY__INITIATING_PARTICIPANT_REF = CHOREOGRAPHY_ACTIVITY__INITIATING_PARTICIPANT_REF;
/**
* The feature id for the 'Loop Type' attribute.
*
*
* @generated
* @ordered
*/
int SUB_CHOREOGRAPHY__LOOP_TYPE = CHOREOGRAPHY_ACTIVITY__LOOP_TYPE;
/**
* The feature id for the 'Lane Sets' containment reference list.
*
*
* @generated
* @ordered
*/
int SUB_CHOREOGRAPHY__LANE_SETS = CHOREOGRAPHY_ACTIVITY_FEATURE_COUNT + 0;
/**
* The feature id for the 'Flow Elements' containment reference list.
*
*
* @generated
* @ordered
*/
int SUB_CHOREOGRAPHY__FLOW_ELEMENTS = CHOREOGRAPHY_ACTIVITY_FEATURE_COUNT + 1;
/**
* The feature id for the 'Artifacts' containment reference list.
*
*
* @generated
* @ordered
*/
int SUB_CHOREOGRAPHY__ARTIFACTS = CHOREOGRAPHY_ACTIVITY_FEATURE_COUNT + 2;
/**
* The number of structural features of the 'Sub Choreography' class.
*
*
* @generated
* @ordered
*/
int SUB_CHOREOGRAPHY_FEATURE_COUNT = CHOREOGRAPHY_ACTIVITY_FEATURE_COUNT + 3;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.SubConversationImpl Sub Conversation}' class.
*
*
* @see org.eclipse.bpmn2.impl.SubConversationImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getSubConversation()
* @generated
*/
int SUB_CONVERSATION = 129;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int SUB_CONVERSATION__DOCUMENTATION = CONVERSATION_NODE__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int SUB_CONVERSATION__EXTENSION_VALUES = CONVERSATION_NODE__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int SUB_CONVERSATION__EXTENSION_DEFINITIONS = CONVERSATION_NODE__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int SUB_CONVERSATION__ID = CONVERSATION_NODE__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int SUB_CONVERSATION__ANY_ATTRIBUTE = CONVERSATION_NODE__ANY_ATTRIBUTE;
/**
* The feature id for the 'Incoming Conversation Links' reference list.
*
*
* @generated
* @ordered
*/
int SUB_CONVERSATION__INCOMING_CONVERSATION_LINKS = CONVERSATION_NODE__INCOMING_CONVERSATION_LINKS;
/**
* The feature id for the 'Outgoing Conversation Links' reference list.
*
*
* @generated
* @ordered
*/
int SUB_CONVERSATION__OUTGOING_CONVERSATION_LINKS = CONVERSATION_NODE__OUTGOING_CONVERSATION_LINKS;
/**
* The feature id for the 'Participant Refs' reference list.
*
*
* @generated
* @ordered
*/
int SUB_CONVERSATION__PARTICIPANT_REFS = CONVERSATION_NODE__PARTICIPANT_REFS;
/**
* The feature id for the 'Message Flow Refs' reference list.
*
*
* @generated
* @ordered
*/
int SUB_CONVERSATION__MESSAGE_FLOW_REFS = CONVERSATION_NODE__MESSAGE_FLOW_REFS;
/**
* The feature id for the 'Correlation Keys' containment reference list.
*
*
* @generated
* @ordered
*/
int SUB_CONVERSATION__CORRELATION_KEYS = CONVERSATION_NODE__CORRELATION_KEYS;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int SUB_CONVERSATION__NAME = CONVERSATION_NODE__NAME;
/**
* The feature id for the 'Conversation Nodes' containment reference list.
*
*
* @generated
* @ordered
*/
int SUB_CONVERSATION__CONVERSATION_NODES = CONVERSATION_NODE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Sub Conversation' class.
*
*
* @generated
* @ordered
*/
int SUB_CONVERSATION_FEATURE_COUNT = CONVERSATION_NODE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.TerminateEventDefinitionImpl Terminate Event Definition}' class.
*
*
* @see org.eclipse.bpmn2.impl.TerminateEventDefinitionImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getTerminateEventDefinition()
* @generated
*/
int TERMINATE_EVENT_DEFINITION = 132;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int TERMINATE_EVENT_DEFINITION__DOCUMENTATION = EVENT_DEFINITION__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int TERMINATE_EVENT_DEFINITION__EXTENSION_VALUES = EVENT_DEFINITION__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int TERMINATE_EVENT_DEFINITION__EXTENSION_DEFINITIONS = EVENT_DEFINITION__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int TERMINATE_EVENT_DEFINITION__ID = EVENT_DEFINITION__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int TERMINATE_EVENT_DEFINITION__ANY_ATTRIBUTE = EVENT_DEFINITION__ANY_ATTRIBUTE;
/**
* The number of structural features of the 'Terminate Event Definition' class.
*
*
* @generated
* @ordered
*/
int TERMINATE_EVENT_DEFINITION_FEATURE_COUNT = EVENT_DEFINITION_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.TextAnnotationImpl Text Annotation}' class.
*
*
* @see org.eclipse.bpmn2.impl.TextAnnotationImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getTextAnnotation()
* @generated
*/
int TEXT_ANNOTATION = 133;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int TEXT_ANNOTATION__DOCUMENTATION = FLOW_NODE__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int TEXT_ANNOTATION__EXTENSION_VALUES = FLOW_NODE__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int TEXT_ANNOTATION__EXTENSION_DEFINITIONS = FLOW_NODE__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int TEXT_ANNOTATION__ID = FLOW_NODE__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int TEXT_ANNOTATION__ANY_ATTRIBUTE = FLOW_NODE__ANY_ATTRIBUTE;
/**
* The feature id for the 'Auditing' containment reference.
*
*
* @generated
* @ordered
*/
int TEXT_ANNOTATION__AUDITING = FLOW_NODE__AUDITING;
/**
* The feature id for the 'Monitoring' containment reference.
*
*
* @generated
* @ordered
*/
int TEXT_ANNOTATION__MONITORING = FLOW_NODE__MONITORING;
/**
* The feature id for the 'Category Value Ref' reference list.
*
*
* @generated
* @ordered
*/
int TEXT_ANNOTATION__CATEGORY_VALUE_REF = FLOW_NODE__CATEGORY_VALUE_REF;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int TEXT_ANNOTATION__NAME = FLOW_NODE__NAME;
/**
* The feature id for the 'Incoming' reference list.
*
*
* @generated
* @ordered
*/
int TEXT_ANNOTATION__INCOMING = FLOW_NODE__INCOMING;
/**
* The feature id for the 'Lanes' reference list.
*
*
* @generated
* @ordered
*/
int TEXT_ANNOTATION__LANES = FLOW_NODE__LANES;
/**
* The feature id for the 'Outgoing' reference list.
*
*
* @generated
* @ordered
*/
int TEXT_ANNOTATION__OUTGOING = FLOW_NODE__OUTGOING;
/**
* The feature id for the 'Text' attribute.
*
*
* @generated
* @ordered
*/
int TEXT_ANNOTATION__TEXT = FLOW_NODE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Text Format' attribute.
*
*
* @generated
* @ordered
*/
int TEXT_ANNOTATION__TEXT_FORMAT = FLOW_NODE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Text Annotation' class.
*
*
* @generated
* @ordered
*/
int TEXT_ANNOTATION_FEATURE_COUNT = FLOW_NODE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.TimerEventDefinitionImpl Timer Event Definition}' class.
*
*
* @see org.eclipse.bpmn2.impl.TimerEventDefinitionImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getTimerEventDefinition()
* @generated
*/
int TIMER_EVENT_DEFINITION = 135;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int TIMER_EVENT_DEFINITION__DOCUMENTATION = EVENT_DEFINITION__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int TIMER_EVENT_DEFINITION__EXTENSION_VALUES = EVENT_DEFINITION__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int TIMER_EVENT_DEFINITION__EXTENSION_DEFINITIONS = EVENT_DEFINITION__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int TIMER_EVENT_DEFINITION__ID = EVENT_DEFINITION__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int TIMER_EVENT_DEFINITION__ANY_ATTRIBUTE = EVENT_DEFINITION__ANY_ATTRIBUTE;
/**
* The feature id for the 'Time Date' containment reference.
*
*
* @generated
* @ordered
*/
int TIMER_EVENT_DEFINITION__TIME_DATE = EVENT_DEFINITION_FEATURE_COUNT + 0;
/**
* The feature id for the 'Time Duration' containment reference.
*
*
* @generated
* @ordered
*/
int TIMER_EVENT_DEFINITION__TIME_DURATION = EVENT_DEFINITION_FEATURE_COUNT + 1;
/**
* The feature id for the 'Time Cycle' containment reference.
*
*
* @generated
* @ordered
*/
int TIMER_EVENT_DEFINITION__TIME_CYCLE = EVENT_DEFINITION_FEATURE_COUNT + 2;
/**
* The number of structural features of the 'Timer Event Definition' class.
*
*
* @generated
* @ordered
*/
int TIMER_EVENT_DEFINITION_FEATURE_COUNT = EVENT_DEFINITION_FEATURE_COUNT + 3;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.TransactionImpl Transaction}' class.
*
*
* @see org.eclipse.bpmn2.impl.TransactionImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getTransaction()
* @generated
*/
int TRANSACTION = 136;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int TRANSACTION__DOCUMENTATION = SUB_PROCESS__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int TRANSACTION__EXTENSION_VALUES = SUB_PROCESS__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int TRANSACTION__EXTENSION_DEFINITIONS = SUB_PROCESS__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int TRANSACTION__ID = SUB_PROCESS__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int TRANSACTION__ANY_ATTRIBUTE = SUB_PROCESS__ANY_ATTRIBUTE;
/**
* The feature id for the 'Auditing' containment reference.
*
*
* @generated
* @ordered
*/
int TRANSACTION__AUDITING = SUB_PROCESS__AUDITING;
/**
* The feature id for the 'Monitoring' containment reference.
*
*
* @generated
* @ordered
*/
int TRANSACTION__MONITORING = SUB_PROCESS__MONITORING;
/**
* The feature id for the 'Category Value Ref' reference list.
*
*
* @generated
* @ordered
*/
int TRANSACTION__CATEGORY_VALUE_REF = SUB_PROCESS__CATEGORY_VALUE_REF;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int TRANSACTION__NAME = SUB_PROCESS__NAME;
/**
* The feature id for the 'Incoming' reference list.
*
*
* @generated
* @ordered
*/
int TRANSACTION__INCOMING = SUB_PROCESS__INCOMING;
/**
* The feature id for the 'Lanes' reference list.
*
*
* @generated
* @ordered
*/
int TRANSACTION__LANES = SUB_PROCESS__LANES;
/**
* The feature id for the 'Outgoing' reference list.
*
*
* @generated
* @ordered
*/
int TRANSACTION__OUTGOING = SUB_PROCESS__OUTGOING;
/**
* The feature id for the 'Io Specification' containment reference.
*
*
* @generated
* @ordered
*/
int TRANSACTION__IO_SPECIFICATION = SUB_PROCESS__IO_SPECIFICATION;
/**
* The feature id for the 'Boundary Event Refs' reference list.
*
*
* @generated
* @ordered
*/
int TRANSACTION__BOUNDARY_EVENT_REFS = SUB_PROCESS__BOUNDARY_EVENT_REFS;
/**
* The feature id for the 'Properties' containment reference list.
*
*
* @generated
* @ordered
*/
int TRANSACTION__PROPERTIES = SUB_PROCESS__PROPERTIES;
/**
* The feature id for the 'Data Input Associations' containment reference list.
*
*
* @generated
* @ordered
*/
int TRANSACTION__DATA_INPUT_ASSOCIATIONS = SUB_PROCESS__DATA_INPUT_ASSOCIATIONS;
/**
* The feature id for the 'Data Output Associations' containment reference list.
*
*
* @generated
* @ordered
*/
int TRANSACTION__DATA_OUTPUT_ASSOCIATIONS = SUB_PROCESS__DATA_OUTPUT_ASSOCIATIONS;
/**
* The feature id for the 'Resources' containment reference list.
*
*
* @generated
* @ordered
*/
int TRANSACTION__RESOURCES = SUB_PROCESS__RESOURCES;
/**
* The feature id for the 'Loop Characteristics' containment reference.
*
*
* @generated
* @ordered
*/
int TRANSACTION__LOOP_CHARACTERISTICS = SUB_PROCESS__LOOP_CHARACTERISTICS;
/**
* The feature id for the 'Completion Quantity' attribute.
*
*
* @generated
* @ordered
*/
int TRANSACTION__COMPLETION_QUANTITY = SUB_PROCESS__COMPLETION_QUANTITY;
/**
* The feature id for the 'Default' reference.
*
*
* @generated
* @ordered
*/
int TRANSACTION__DEFAULT = SUB_PROCESS__DEFAULT;
/**
* The feature id for the 'Is For Compensation' attribute.
*
*
* @generated
* @ordered
*/
int TRANSACTION__IS_FOR_COMPENSATION = SUB_PROCESS__IS_FOR_COMPENSATION;
/**
* The feature id for the 'Start Quantity' attribute.
*
*
* @generated
* @ordered
*/
int TRANSACTION__START_QUANTITY = SUB_PROCESS__START_QUANTITY;
/**
* The feature id for the 'Lane Sets' containment reference list.
*
*
* @generated
* @ordered
*/
int TRANSACTION__LANE_SETS = SUB_PROCESS__LANE_SETS;
/**
* The feature id for the 'Flow Elements' containment reference list.
*
*
* @generated
* @ordered
*/
int TRANSACTION__FLOW_ELEMENTS = SUB_PROCESS__FLOW_ELEMENTS;
/**
* The feature id for the 'Artifacts' containment reference list.
*
*
* @generated
* @ordered
*/
int TRANSACTION__ARTIFACTS = SUB_PROCESS__ARTIFACTS;
/**
* The feature id for the 'Triggered By Event' attribute.
*
*
* @generated
* @ordered
*/
int TRANSACTION__TRIGGERED_BY_EVENT = SUB_PROCESS__TRIGGERED_BY_EVENT;
/**
* The feature id for the 'Protocol' attribute.
*
*
* @generated
* @ordered
*/
int TRANSACTION__PROTOCOL = SUB_PROCESS_FEATURE_COUNT + 0;
/**
* The feature id for the 'Method' attribute.
*
*
* @generated
* @ordered
*/
int TRANSACTION__METHOD = SUB_PROCESS_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Transaction' class.
*
*
* @generated
* @ordered
*/
int TRANSACTION_FEATURE_COUNT = SUB_PROCESS_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.UserTaskImpl User Task}' class.
*
*
* @see org.eclipse.bpmn2.impl.UserTaskImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getUserTask()
* @generated
*/
int USER_TASK = 137;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int USER_TASK__DOCUMENTATION = TASK__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int USER_TASK__EXTENSION_VALUES = TASK__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int USER_TASK__EXTENSION_DEFINITIONS = TASK__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int USER_TASK__ID = TASK__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int USER_TASK__ANY_ATTRIBUTE = TASK__ANY_ATTRIBUTE;
/**
* The feature id for the 'Auditing' containment reference.
*
*
* @generated
* @ordered
*/
int USER_TASK__AUDITING = TASK__AUDITING;
/**
* The feature id for the 'Monitoring' containment reference.
*
*
* @generated
* @ordered
*/
int USER_TASK__MONITORING = TASK__MONITORING;
/**
* The feature id for the 'Category Value Ref' reference list.
*
*
* @generated
* @ordered
*/
int USER_TASK__CATEGORY_VALUE_REF = TASK__CATEGORY_VALUE_REF;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int USER_TASK__NAME = TASK__NAME;
/**
* The feature id for the 'Incoming' reference list.
*
*
* @generated
* @ordered
*/
int USER_TASK__INCOMING = TASK__INCOMING;
/**
* The feature id for the 'Lanes' reference list.
*
*
* @generated
* @ordered
*/
int USER_TASK__LANES = TASK__LANES;
/**
* The feature id for the 'Outgoing' reference list.
*
*
* @generated
* @ordered
*/
int USER_TASK__OUTGOING = TASK__OUTGOING;
/**
* The feature id for the 'Io Specification' containment reference.
*
*
* @generated
* @ordered
*/
int USER_TASK__IO_SPECIFICATION = TASK__IO_SPECIFICATION;
/**
* The feature id for the 'Boundary Event Refs' reference list.
*
*
* @generated
* @ordered
*/
int USER_TASK__BOUNDARY_EVENT_REFS = TASK__BOUNDARY_EVENT_REFS;
/**
* The feature id for the 'Properties' containment reference list.
*
*
* @generated
* @ordered
*/
int USER_TASK__PROPERTIES = TASK__PROPERTIES;
/**
* The feature id for the 'Data Input Associations' containment reference list.
*
*
* @generated
* @ordered
*/
int USER_TASK__DATA_INPUT_ASSOCIATIONS = TASK__DATA_INPUT_ASSOCIATIONS;
/**
* The feature id for the 'Data Output Associations' containment reference list.
*
*
* @generated
* @ordered
*/
int USER_TASK__DATA_OUTPUT_ASSOCIATIONS = TASK__DATA_OUTPUT_ASSOCIATIONS;
/**
* The feature id for the 'Resources' containment reference list.
*
*
* @generated
* @ordered
*/
int USER_TASK__RESOURCES = TASK__RESOURCES;
/**
* The feature id for the 'Loop Characteristics' containment reference.
*
*
* @generated
* @ordered
*/
int USER_TASK__LOOP_CHARACTERISTICS = TASK__LOOP_CHARACTERISTICS;
/**
* The feature id for the 'Completion Quantity' attribute.
*
*
* @generated
* @ordered
*/
int USER_TASK__COMPLETION_QUANTITY = TASK__COMPLETION_QUANTITY;
/**
* The feature id for the 'Default' reference.
*
*
* @generated
* @ordered
*/
int USER_TASK__DEFAULT = TASK__DEFAULT;
/**
* The feature id for the 'Is For Compensation' attribute.
*
*
* @generated
* @ordered
*/
int USER_TASK__IS_FOR_COMPENSATION = TASK__IS_FOR_COMPENSATION;
/**
* The feature id for the 'Start Quantity' attribute.
*
*
* @generated
* @ordered
*/
int USER_TASK__START_QUANTITY = TASK__START_QUANTITY;
/**
* The feature id for the 'Incoming Conversation Links' reference list.
*
*
* @generated
* @ordered
*/
int USER_TASK__INCOMING_CONVERSATION_LINKS = TASK__INCOMING_CONVERSATION_LINKS;
/**
* The feature id for the 'Outgoing Conversation Links' reference list.
*
*
* @generated
* @ordered
*/
int USER_TASK__OUTGOING_CONVERSATION_LINKS = TASK__OUTGOING_CONVERSATION_LINKS;
/**
* The feature id for the 'Renderings' containment reference list.
*
*
* @generated
* @ordered
*/
int USER_TASK__RENDERINGS = TASK_FEATURE_COUNT + 0;
/**
* The feature id for the 'Implementation' attribute.
*
*
* @generated
* @ordered
*/
int USER_TASK__IMPLEMENTATION = TASK_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'User Task' class.
*
*
* @generated
* @ordered
*/
int USER_TASK_FEATURE_COUNT = TASK_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.impl.EventSubprocessImpl Event Subprocess}' class.
*
*
* @see org.eclipse.bpmn2.impl.EventSubprocessImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getEventSubprocess()
* @generated
*/
int EVENT_SUBPROCESS = 138;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int EVENT_SUBPROCESS__DOCUMENTATION = SUB_PROCESS__DOCUMENTATION;
/**
* The feature id for the 'Extension Values' containment reference list.
*
*
* @generated
* @ordered
*/
int EVENT_SUBPROCESS__EXTENSION_VALUES = SUB_PROCESS__EXTENSION_VALUES;
/**
* The feature id for the 'Extension Definitions' reference list.
*
*
* @generated
* @ordered
*/
int EVENT_SUBPROCESS__EXTENSION_DEFINITIONS = SUB_PROCESS__EXTENSION_DEFINITIONS;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int EVENT_SUBPROCESS__ID = SUB_PROCESS__ID;
/**
* The feature id for the 'Any Attribute' attribute list.
*
*
* @generated
* @ordered
*/
int EVENT_SUBPROCESS__ANY_ATTRIBUTE = SUB_PROCESS__ANY_ATTRIBUTE;
/**
* The feature id for the 'Auditing' containment reference.
*
*
* @generated
* @ordered
*/
int EVENT_SUBPROCESS__AUDITING = SUB_PROCESS__AUDITING;
/**
* The feature id for the 'Monitoring' containment reference.
*
*
* @generated
* @ordered
*/
int EVENT_SUBPROCESS__MONITORING = SUB_PROCESS__MONITORING;
/**
* The feature id for the 'Category Value Ref' reference list.
*
*
* @generated
* @ordered
*/
int EVENT_SUBPROCESS__CATEGORY_VALUE_REF = SUB_PROCESS__CATEGORY_VALUE_REF;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int EVENT_SUBPROCESS__NAME = SUB_PROCESS__NAME;
/**
* The feature id for the 'Incoming' reference list.
*
*
* @generated
* @ordered
*/
int EVENT_SUBPROCESS__INCOMING = SUB_PROCESS__INCOMING;
/**
* The feature id for the 'Lanes' reference list.
*
*
* @generated
* @ordered
*/
int EVENT_SUBPROCESS__LANES = SUB_PROCESS__LANES;
/**
* The feature id for the 'Outgoing' reference list.
*
*
* @generated
* @ordered
*/
int EVENT_SUBPROCESS__OUTGOING = SUB_PROCESS__OUTGOING;
/**
* The feature id for the 'Io Specification' containment reference.
*
*
* @generated
* @ordered
*/
int EVENT_SUBPROCESS__IO_SPECIFICATION = SUB_PROCESS__IO_SPECIFICATION;
/**
* The feature id for the 'Boundary Event Refs' reference list.
*
*
* @generated
* @ordered
*/
int EVENT_SUBPROCESS__BOUNDARY_EVENT_REFS = SUB_PROCESS__BOUNDARY_EVENT_REFS;
/**
* The feature id for the 'Properties' containment reference list.
*
*
* @generated
* @ordered
*/
int EVENT_SUBPROCESS__PROPERTIES = SUB_PROCESS__PROPERTIES;
/**
* The feature id for the 'Data Input Associations' containment reference list.
*
*
* @generated
* @ordered
*/
int EVENT_SUBPROCESS__DATA_INPUT_ASSOCIATIONS = SUB_PROCESS__DATA_INPUT_ASSOCIATIONS;
/**
* The feature id for the 'Data Output Associations' containment reference list.
*
*
* @generated
* @ordered
*/
int EVENT_SUBPROCESS__DATA_OUTPUT_ASSOCIATIONS = SUB_PROCESS__DATA_OUTPUT_ASSOCIATIONS;
/**
* The feature id for the 'Resources' containment reference list.
*
*
* @generated
* @ordered
*/
int EVENT_SUBPROCESS__RESOURCES = SUB_PROCESS__RESOURCES;
/**
* The feature id for the 'Loop Characteristics' containment reference.
*
*
* @generated
* @ordered
*/
int EVENT_SUBPROCESS__LOOP_CHARACTERISTICS = SUB_PROCESS__LOOP_CHARACTERISTICS;
/**
* The feature id for the 'Completion Quantity' attribute.
*
*
* @generated
* @ordered
*/
int EVENT_SUBPROCESS__COMPLETION_QUANTITY = SUB_PROCESS__COMPLETION_QUANTITY;
/**
* The feature id for the 'Default' reference.
*
*
* @generated
* @ordered
*/
int EVENT_SUBPROCESS__DEFAULT = SUB_PROCESS__DEFAULT;
/**
* The feature id for the 'Is For Compensation' attribute.
*
*
* @generated
* @ordered
*/
int EVENT_SUBPROCESS__IS_FOR_COMPENSATION = SUB_PROCESS__IS_FOR_COMPENSATION;
/**
* The feature id for the 'Start Quantity' attribute.
*
*
* @generated
* @ordered
*/
int EVENT_SUBPROCESS__START_QUANTITY = SUB_PROCESS__START_QUANTITY;
/**
* The feature id for the 'Lane Sets' containment reference list.
*
*
* @generated
* @ordered
*/
int EVENT_SUBPROCESS__LANE_SETS = SUB_PROCESS__LANE_SETS;
/**
* The feature id for the 'Flow Elements' containment reference list.
*
*
* @generated
* @ordered
*/
int EVENT_SUBPROCESS__FLOW_ELEMENTS = SUB_PROCESS__FLOW_ELEMENTS;
/**
* The feature id for the 'Artifacts' containment reference list.
*
*
* @generated
* @ordered
*/
int EVENT_SUBPROCESS__ARTIFACTS = SUB_PROCESS__ARTIFACTS;
/**
* The feature id for the 'Triggered By Event' attribute.
*
*
* @generated
* @ordered
*/
int EVENT_SUBPROCESS__TRIGGERED_BY_EVENT = SUB_PROCESS__TRIGGERED_BY_EVENT;
/**
* The number of structural features of the 'Event Subprocess' class.
*
*
* @generated
* @ordered
*/
int EVENT_SUBPROCESS_FEATURE_COUNT = SUB_PROCESS_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.AdHocOrdering Ad Hoc Ordering}' enum.
*
*
* @see org.eclipse.bpmn2.AdHocOrdering
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getAdHocOrdering()
* @generated
*/
int AD_HOC_ORDERING = 139;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.AssociationDirection Association Direction}' enum.
*
*
* @see org.eclipse.bpmn2.AssociationDirection
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getAssociationDirection()
* @generated
*/
int ASSOCIATION_DIRECTION = 140;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.ChoreographyLoopType Choreography Loop Type}' enum.
*
*
* @see org.eclipse.bpmn2.ChoreographyLoopType
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getChoreographyLoopType()
* @generated
*/
int CHOREOGRAPHY_LOOP_TYPE = 141;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.EventBasedGatewayType Event Based Gateway Type}' enum.
*
*
* @see org.eclipse.bpmn2.EventBasedGatewayType
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getEventBasedGatewayType()
* @generated
*/
int EVENT_BASED_GATEWAY_TYPE = 142;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.GatewayDirection Gateway Direction}' enum.
*
*
* @see org.eclipse.bpmn2.GatewayDirection
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getGatewayDirection()
* @generated
*/
int GATEWAY_DIRECTION = 143;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.ItemKind Item Kind}' enum.
*
*
* @see org.eclipse.bpmn2.ItemKind
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getItemKind()
* @generated
*/
int ITEM_KIND = 144;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.MultiInstanceBehavior Multi Instance Behavior}' enum.
*
*
* @see org.eclipse.bpmn2.MultiInstanceBehavior
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getMultiInstanceBehavior()
* @generated
*/
int MULTI_INSTANCE_BEHAVIOR = 145;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.ProcessType Process Type}' enum.
*
*
* @see org.eclipse.bpmn2.ProcessType
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getProcessType()
* @generated
*/
int PROCESS_TYPE = 146;
/**
* The meta object id for the '{@link org.eclipse.bpmn2.RelationshipDirection Relationship Direction}' enum.
*
*
* @see org.eclipse.bpmn2.RelationshipDirection
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getRelationshipDirection()
* @generated
*/
int RELATIONSHIP_DIRECTION = 147;
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.DocumentRoot Document Root}'.
*
*
* @return the meta object for class 'Document Root'.
* @see org.eclipse.bpmn2.DocumentRoot
* @generated
*/
EClass getDocumentRoot();
/**
* Returns the meta object for the attribute list '{@link org.eclipse.bpmn2.DocumentRoot#getMixed Mixed}'.
*
*
* @return the meta object for the attribute list 'Mixed'.
* @see org.eclipse.bpmn2.DocumentRoot#getMixed()
* @see #getDocumentRoot()
* @generated
*/
EAttribute getDocumentRoot_Mixed();
/**
* Returns the meta object for the map '{@link org.eclipse.bpmn2.DocumentRoot#getXMLNSPrefixMap XMLNS Prefix Map}'.
*
*
* @return the meta object for the map 'XMLNS Prefix Map'.
* @see org.eclipse.bpmn2.DocumentRoot#getXMLNSPrefixMap()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_XMLNSPrefixMap();
/**
* Returns the meta object for the map '{@link org.eclipse.bpmn2.DocumentRoot#getXSISchemaLocation XSI Schema Location}'.
*
*
* @return the meta object for the map 'XSI Schema Location'.
* @see org.eclipse.bpmn2.DocumentRoot#getXSISchemaLocation()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_XSISchemaLocation();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getActivity Activity}'.
*
*
* @return the meta object for the containment reference 'Activity'.
* @see org.eclipse.bpmn2.DocumentRoot#getActivity()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_Activity();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getAdHocSubProcess Ad Hoc Sub Process}'.
*
*
* @return the meta object for the containment reference 'Ad Hoc Sub Process'.
* @see org.eclipse.bpmn2.DocumentRoot#getAdHocSubProcess()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_AdHocSubProcess();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getFlowElement Flow Element}'.
*
*
* @return the meta object for the containment reference 'Flow Element'.
* @see org.eclipse.bpmn2.DocumentRoot#getFlowElement()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_FlowElement();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getArtifact Artifact}'.
*
*
* @return the meta object for the containment reference 'Artifact'.
* @see org.eclipse.bpmn2.DocumentRoot#getArtifact()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_Artifact();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getAssignment Assignment}'.
*
*
* @return the meta object for the containment reference 'Assignment'.
* @see org.eclipse.bpmn2.DocumentRoot#getAssignment()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_Assignment();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getAssociation Association}'.
*
*
* @return the meta object for the containment reference 'Association'.
* @see org.eclipse.bpmn2.DocumentRoot#getAssociation()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_Association();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getAuditing Auditing}'.
*
*
* @return the meta object for the containment reference 'Auditing'.
* @see org.eclipse.bpmn2.DocumentRoot#getAuditing()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_Auditing();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getBaseElement Base Element}'.
*
*
* @return the meta object for the containment reference 'Base Element'.
* @see org.eclipse.bpmn2.DocumentRoot#getBaseElement()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_BaseElement();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getBaseElementWithMixedContent Base Element With Mixed Content}'.
*
*
* @return the meta object for the containment reference 'Base Element With Mixed Content'.
* @see org.eclipse.bpmn2.DocumentRoot#getBaseElementWithMixedContent()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_BaseElementWithMixedContent();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getBoundaryEvent Boundary Event}'.
*
*
* @return the meta object for the containment reference 'Boundary Event'.
* @see org.eclipse.bpmn2.DocumentRoot#getBoundaryEvent()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_BoundaryEvent();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getBusinessRuleTask Business Rule Task}'.
*
*
* @return the meta object for the containment reference 'Business Rule Task'.
* @see org.eclipse.bpmn2.DocumentRoot#getBusinessRuleTask()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_BusinessRuleTask();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getCallableElement Callable Element}'.
*
*
* @return the meta object for the containment reference 'Callable Element'.
* @see org.eclipse.bpmn2.DocumentRoot#getCallableElement()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_CallableElement();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getCallActivity Call Activity}'.
*
*
* @return the meta object for the containment reference 'Call Activity'.
* @see org.eclipse.bpmn2.DocumentRoot#getCallActivity()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_CallActivity();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getCallChoreography Call Choreography}'.
*
*
* @return the meta object for the containment reference 'Call Choreography'.
* @see org.eclipse.bpmn2.DocumentRoot#getCallChoreography()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_CallChoreography();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getCallConversation Call Conversation}'.
*
*
* @return the meta object for the containment reference 'Call Conversation'.
* @see org.eclipse.bpmn2.DocumentRoot#getCallConversation()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_CallConversation();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getConversationNode Conversation Node}'.
*
*
* @return the meta object for the containment reference 'Conversation Node'.
* @see org.eclipse.bpmn2.DocumentRoot#getConversationNode()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_ConversationNode();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getCancelEventDefinition Cancel Event Definition}'.
*
*
* @return the meta object for the containment reference 'Cancel Event Definition'.
* @see org.eclipse.bpmn2.DocumentRoot#getCancelEventDefinition()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_CancelEventDefinition();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getEventDefinition Event Definition}'.
*
*
* @return the meta object for the containment reference 'Event Definition'.
* @see org.eclipse.bpmn2.DocumentRoot#getEventDefinition()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_EventDefinition();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getRootElement Root Element}'.
*
*
* @return the meta object for the containment reference 'Root Element'.
* @see org.eclipse.bpmn2.DocumentRoot#getRootElement()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_RootElement();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getCatchEvent Catch Event}'.
*
*
* @return the meta object for the containment reference 'Catch Event'.
* @see org.eclipse.bpmn2.DocumentRoot#getCatchEvent()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_CatchEvent();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getCategory Category}'.
*
*
* @return the meta object for the containment reference 'Category'.
* @see org.eclipse.bpmn2.DocumentRoot#getCategory()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_Category();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getCategoryValue Category Value}'.
*
*
* @return the meta object for the containment reference 'Category Value'.
* @see org.eclipse.bpmn2.DocumentRoot#getCategoryValue()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_CategoryValue();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getChoreography Choreography}'.
*
*
* @return the meta object for the containment reference 'Choreography'.
* @see org.eclipse.bpmn2.DocumentRoot#getChoreography()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_Choreography();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getCollaboration Collaboration}'.
*
*
* @return the meta object for the containment reference 'Collaboration'.
* @see org.eclipse.bpmn2.DocumentRoot#getCollaboration()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_Collaboration();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getChoreographyActivity Choreography Activity}'.
*
*
* @return the meta object for the containment reference 'Choreography Activity'.
* @see org.eclipse.bpmn2.DocumentRoot#getChoreographyActivity()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_ChoreographyActivity();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getChoreographyTask Choreography Task}'.
*
*
* @return the meta object for the containment reference 'Choreography Task'.
* @see org.eclipse.bpmn2.DocumentRoot#getChoreographyTask()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_ChoreographyTask();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getCompensateEventDefinition Compensate Event Definition}'.
*
*
* @return the meta object for the containment reference 'Compensate Event Definition'.
* @see org.eclipse.bpmn2.DocumentRoot#getCompensateEventDefinition()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_CompensateEventDefinition();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getComplexBehaviorDefinition Complex Behavior Definition}'.
*
*
* @return the meta object for the containment reference 'Complex Behavior Definition'.
* @see org.eclipse.bpmn2.DocumentRoot#getComplexBehaviorDefinition()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_ComplexBehaviorDefinition();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getComplexGateway Complex Gateway}'.
*
*
* @return the meta object for the containment reference 'Complex Gateway'.
* @see org.eclipse.bpmn2.DocumentRoot#getComplexGateway()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_ComplexGateway();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getConditionalEventDefinition Conditional Event Definition}'.
*
*
* @return the meta object for the containment reference 'Conditional Event Definition'.
* @see org.eclipse.bpmn2.DocumentRoot#getConditionalEventDefinition()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_ConditionalEventDefinition();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getConversation Conversation}'.
*
*
* @return the meta object for the containment reference 'Conversation'.
* @see org.eclipse.bpmn2.DocumentRoot#getConversation()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_Conversation();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getConversationAssociation Conversation Association}'.
*
*
* @return the meta object for the containment reference 'Conversation Association'.
* @see org.eclipse.bpmn2.DocumentRoot#getConversationAssociation()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_ConversationAssociation();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getConversationLink Conversation Link}'.
*
*
* @return the meta object for the containment reference 'Conversation Link'.
* @see org.eclipse.bpmn2.DocumentRoot#getConversationLink()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_ConversationLink();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getCorrelationKey Correlation Key}'.
*
*
* @return the meta object for the containment reference 'Correlation Key'.
* @see org.eclipse.bpmn2.DocumentRoot#getCorrelationKey()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_CorrelationKey();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getCorrelationProperty Correlation Property}'.
*
*
* @return the meta object for the containment reference 'Correlation Property'.
* @see org.eclipse.bpmn2.DocumentRoot#getCorrelationProperty()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_CorrelationProperty();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getCorrelationPropertyBinding Correlation Property Binding}'.
*
*
* @return the meta object for the containment reference 'Correlation Property Binding'.
* @see org.eclipse.bpmn2.DocumentRoot#getCorrelationPropertyBinding()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_CorrelationPropertyBinding();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getCorrelationPropertyRetrievalExpression Correlation Property Retrieval Expression}'.
*
*
* @return the meta object for the containment reference 'Correlation Property Retrieval Expression'.
* @see org.eclipse.bpmn2.DocumentRoot#getCorrelationPropertyRetrievalExpression()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_CorrelationPropertyRetrievalExpression();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getCorrelationSubscription Correlation Subscription}'.
*
*
* @return the meta object for the containment reference 'Correlation Subscription'.
* @see org.eclipse.bpmn2.DocumentRoot#getCorrelationSubscription()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_CorrelationSubscription();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getDataAssociation Data Association}'.
*
*
* @return the meta object for the containment reference 'Data Association'.
* @see org.eclipse.bpmn2.DocumentRoot#getDataAssociation()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_DataAssociation();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getDataInput Data Input}'.
*
*
* @return the meta object for the containment reference 'Data Input'.
* @see org.eclipse.bpmn2.DocumentRoot#getDataInput()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_DataInput();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getDataInputAssociation Data Input Association}'.
*
*
* @return the meta object for the containment reference 'Data Input Association'.
* @see org.eclipse.bpmn2.DocumentRoot#getDataInputAssociation()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_DataInputAssociation();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getDataObject Data Object}'.
*
*
* @return the meta object for the containment reference 'Data Object'.
* @see org.eclipse.bpmn2.DocumentRoot#getDataObject()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_DataObject();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getDataObjectReference Data Object Reference}'.
*
*
* @return the meta object for the containment reference 'Data Object Reference'.
* @see org.eclipse.bpmn2.DocumentRoot#getDataObjectReference()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_DataObjectReference();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getDataOutput Data Output}'.
*
*
* @return the meta object for the containment reference 'Data Output'.
* @see org.eclipse.bpmn2.DocumentRoot#getDataOutput()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_DataOutput();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getDataOutputAssociation Data Output Association}'.
*
*
* @return the meta object for the containment reference 'Data Output Association'.
* @see org.eclipse.bpmn2.DocumentRoot#getDataOutputAssociation()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_DataOutputAssociation();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getDataState Data State}'.
*
*
* @return the meta object for the containment reference 'Data State'.
* @see org.eclipse.bpmn2.DocumentRoot#getDataState()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_DataState();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getDataStore Data Store}'.
*
*
* @return the meta object for the containment reference 'Data Store'.
* @see org.eclipse.bpmn2.DocumentRoot#getDataStore()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_DataStore();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getDataStoreReference Data Store Reference}'.
*
*
* @return the meta object for the containment reference 'Data Store Reference'.
* @see org.eclipse.bpmn2.DocumentRoot#getDataStoreReference()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_DataStoreReference();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getDefinitions Definitions}'.
*
*
* @return the meta object for the containment reference 'Definitions'.
* @see org.eclipse.bpmn2.DocumentRoot#getDefinitions()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_Definitions();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getDocumentation Documentation}'.
*
*
* @return the meta object for the containment reference 'Documentation'.
* @see org.eclipse.bpmn2.DocumentRoot#getDocumentation()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_Documentation();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getEndEvent End Event}'.
*
*
* @return the meta object for the containment reference 'End Event'.
* @see org.eclipse.bpmn2.DocumentRoot#getEndEvent()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_EndEvent();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getEndPoint End Point}'.
*
*
* @return the meta object for the containment reference 'End Point'.
* @see org.eclipse.bpmn2.DocumentRoot#getEndPoint()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_EndPoint();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getError Error}'.
*
*
* @return the meta object for the containment reference 'Error'.
* @see org.eclipse.bpmn2.DocumentRoot#getError()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_Error();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getErrorEventDefinition Error Event Definition}'.
*
*
* @return the meta object for the containment reference 'Error Event Definition'.
* @see org.eclipse.bpmn2.DocumentRoot#getErrorEventDefinition()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_ErrorEventDefinition();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getEscalation Escalation}'.
*
*
* @return the meta object for the containment reference 'Escalation'.
* @see org.eclipse.bpmn2.DocumentRoot#getEscalation()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_Escalation();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getEscalationEventDefinition Escalation Event Definition}'.
*
*
* @return the meta object for the containment reference 'Escalation Event Definition'.
* @see org.eclipse.bpmn2.DocumentRoot#getEscalationEventDefinition()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_EscalationEventDefinition();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getEvent Event}'.
*
*
* @return the meta object for the containment reference 'Event'.
* @see org.eclipse.bpmn2.DocumentRoot#getEvent()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_Event();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getEventBasedGateway Event Based Gateway}'.
*
*
* @return the meta object for the containment reference 'Event Based Gateway'.
* @see org.eclipse.bpmn2.DocumentRoot#getEventBasedGateway()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_EventBasedGateway();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getExclusiveGateway Exclusive Gateway}'.
*
*
* @return the meta object for the containment reference 'Exclusive Gateway'.
* @see org.eclipse.bpmn2.DocumentRoot#getExclusiveGateway()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_ExclusiveGateway();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getExpression Expression}'.
*
*
* @return the meta object for the containment reference 'Expression'.
* @see org.eclipse.bpmn2.DocumentRoot#getExpression()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_Expression();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getExtension Extension}'.
*
*
* @return the meta object for the containment reference 'Extension'.
* @see org.eclipse.bpmn2.DocumentRoot#getExtension()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_Extension();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getExtensionElements Extension Elements}'.
*
*
* @return the meta object for the containment reference 'Extension Elements'.
* @see org.eclipse.bpmn2.DocumentRoot#getExtensionElements()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_ExtensionElements();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getFlowNode Flow Node}'.
*
*
* @return the meta object for the containment reference 'Flow Node'.
* @see org.eclipse.bpmn2.DocumentRoot#getFlowNode()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_FlowNode();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getFormalExpression Formal Expression}'.
*
*
* @return the meta object for the containment reference 'Formal Expression'.
* @see org.eclipse.bpmn2.DocumentRoot#getFormalExpression()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_FormalExpression();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getGateway Gateway}'.
*
*
* @return the meta object for the containment reference 'Gateway'.
* @see org.eclipse.bpmn2.DocumentRoot#getGateway()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_Gateway();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getGlobalBusinessRuleTask Global Business Rule Task}'.
*
*
* @return the meta object for the containment reference 'Global Business Rule Task'.
* @see org.eclipse.bpmn2.DocumentRoot#getGlobalBusinessRuleTask()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_GlobalBusinessRuleTask();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getGlobalChoreographyTask Global Choreography Task}'.
*
*
* @return the meta object for the containment reference 'Global Choreography Task'.
* @see org.eclipse.bpmn2.DocumentRoot#getGlobalChoreographyTask()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_GlobalChoreographyTask();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getGlobalConversation Global Conversation}'.
*
*
* @return the meta object for the containment reference 'Global Conversation'.
* @see org.eclipse.bpmn2.DocumentRoot#getGlobalConversation()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_GlobalConversation();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getGlobalManualTask Global Manual Task}'.
*
*
* @return the meta object for the containment reference 'Global Manual Task'.
* @see org.eclipse.bpmn2.DocumentRoot#getGlobalManualTask()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_GlobalManualTask();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getGlobalScriptTask Global Script Task}'.
*
*
* @return the meta object for the containment reference 'Global Script Task'.
* @see org.eclipse.bpmn2.DocumentRoot#getGlobalScriptTask()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_GlobalScriptTask();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getGlobalTask Global Task}'.
*
*
* @return the meta object for the containment reference 'Global Task'.
* @see org.eclipse.bpmn2.DocumentRoot#getGlobalTask()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_GlobalTask();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getGlobalUserTask Global User Task}'.
*
*
* @return the meta object for the containment reference 'Global User Task'.
* @see org.eclipse.bpmn2.DocumentRoot#getGlobalUserTask()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_GlobalUserTask();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getGroup Group}'.
*
*
* @return the meta object for the containment reference 'Group'.
* @see org.eclipse.bpmn2.DocumentRoot#getGroup()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_Group();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getHumanPerformer Human Performer}'.
*
*
* @return the meta object for the containment reference 'Human Performer'.
* @see org.eclipse.bpmn2.DocumentRoot#getHumanPerformer()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_HumanPerformer();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getPerformer Performer}'.
*
*
* @return the meta object for the containment reference 'Performer'.
* @see org.eclipse.bpmn2.DocumentRoot#getPerformer()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_Performer();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getResourceRole Resource Role}'.
*
*
* @return the meta object for the containment reference 'Resource Role'.
* @see org.eclipse.bpmn2.DocumentRoot#getResourceRole()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_ResourceRole();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getImplicitThrowEvent Implicit Throw Event}'.
*
*
* @return the meta object for the containment reference 'Implicit Throw Event'.
* @see org.eclipse.bpmn2.DocumentRoot#getImplicitThrowEvent()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_ImplicitThrowEvent();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getImport Import}'.
*
*
* @return the meta object for the containment reference 'Import'.
* @see org.eclipse.bpmn2.DocumentRoot#getImport()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_Import();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getInclusiveGateway Inclusive Gateway}'.
*
*
* @return the meta object for the containment reference 'Inclusive Gateway'.
* @see org.eclipse.bpmn2.DocumentRoot#getInclusiveGateway()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_InclusiveGateway();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getInputSet Input Set}'.
*
*
* @return the meta object for the containment reference 'Input Set'.
* @see org.eclipse.bpmn2.DocumentRoot#getInputSet()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_InputSet();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getInterface Interface}'.
*
*
* @return the meta object for the containment reference 'Interface'.
* @see org.eclipse.bpmn2.DocumentRoot#getInterface()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_Interface();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getIntermediateCatchEvent Intermediate Catch Event}'.
*
*
* @return the meta object for the containment reference 'Intermediate Catch Event'.
* @see org.eclipse.bpmn2.DocumentRoot#getIntermediateCatchEvent()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_IntermediateCatchEvent();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getIntermediateThrowEvent Intermediate Throw Event}'.
*
*
* @return the meta object for the containment reference 'Intermediate Throw Event'.
* @see org.eclipse.bpmn2.DocumentRoot#getIntermediateThrowEvent()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_IntermediateThrowEvent();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getIoBinding Io Binding}'.
*
*
* @return the meta object for the containment reference 'Io Binding'.
* @see org.eclipse.bpmn2.DocumentRoot#getIoBinding()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_IoBinding();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getIoSpecification Io Specification}'.
*
*
* @return the meta object for the containment reference 'Io Specification'.
* @see org.eclipse.bpmn2.DocumentRoot#getIoSpecification()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_IoSpecification();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getItemDefinition Item Definition}'.
*
*
* @return the meta object for the containment reference 'Item Definition'.
* @see org.eclipse.bpmn2.DocumentRoot#getItemDefinition()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_ItemDefinition();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getLane Lane}'.
*
*
* @return the meta object for the containment reference 'Lane'.
* @see org.eclipse.bpmn2.DocumentRoot#getLane()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_Lane();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getLaneSet Lane Set}'.
*
*
* @return the meta object for the containment reference 'Lane Set'.
* @see org.eclipse.bpmn2.DocumentRoot#getLaneSet()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_LaneSet();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getLinkEventDefinition Link Event Definition}'.
*
*
* @return the meta object for the containment reference 'Link Event Definition'.
* @see org.eclipse.bpmn2.DocumentRoot#getLinkEventDefinition()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_LinkEventDefinition();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getLoopCharacteristics Loop Characteristics}'.
*
*
* @return the meta object for the containment reference 'Loop Characteristics'.
* @see org.eclipse.bpmn2.DocumentRoot#getLoopCharacteristics()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_LoopCharacteristics();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getManualTask Manual Task}'.
*
*
* @return the meta object for the containment reference 'Manual Task'.
* @see org.eclipse.bpmn2.DocumentRoot#getManualTask()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_ManualTask();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getMessage Message}'.
*
*
* @return the meta object for the containment reference 'Message'.
* @see org.eclipse.bpmn2.DocumentRoot#getMessage()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_Message();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getMessageEventDefinition Message Event Definition}'.
*
*
* @return the meta object for the containment reference 'Message Event Definition'.
* @see org.eclipse.bpmn2.DocumentRoot#getMessageEventDefinition()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_MessageEventDefinition();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getMessageFlow Message Flow}'.
*
*
* @return the meta object for the containment reference 'Message Flow'.
* @see org.eclipse.bpmn2.DocumentRoot#getMessageFlow()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_MessageFlow();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getMessageFlowAssociation Message Flow Association}'.
*
*
* @return the meta object for the containment reference 'Message Flow Association'.
* @see org.eclipse.bpmn2.DocumentRoot#getMessageFlowAssociation()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_MessageFlowAssociation();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getMonitoring Monitoring}'.
*
*
* @return the meta object for the containment reference 'Monitoring'.
* @see org.eclipse.bpmn2.DocumentRoot#getMonitoring()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_Monitoring();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getMultiInstanceLoopCharacteristics Multi Instance Loop Characteristics}'.
*
*
* @return the meta object for the containment reference 'Multi Instance Loop Characteristics'.
* @see org.eclipse.bpmn2.DocumentRoot#getMultiInstanceLoopCharacteristics()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_MultiInstanceLoopCharacteristics();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getOperation Operation}'.
*
*
* @return the meta object for the containment reference 'Operation'.
* @see org.eclipse.bpmn2.DocumentRoot#getOperation()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_Operation();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getOutputSet Output Set}'.
*
*
* @return the meta object for the containment reference 'Output Set'.
* @see org.eclipse.bpmn2.DocumentRoot#getOutputSet()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_OutputSet();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getParallelGateway Parallel Gateway}'.
*
*
* @return the meta object for the containment reference 'Parallel Gateway'.
* @see org.eclipse.bpmn2.DocumentRoot#getParallelGateway()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_ParallelGateway();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getParticipant Participant}'.
*
*
* @return the meta object for the containment reference 'Participant'.
* @see org.eclipse.bpmn2.DocumentRoot#getParticipant()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_Participant();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getParticipantAssociation Participant Association}'.
*
*
* @return the meta object for the containment reference 'Participant Association'.
* @see org.eclipse.bpmn2.DocumentRoot#getParticipantAssociation()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_ParticipantAssociation();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getParticipantMultiplicity Participant Multiplicity}'.
*
*
* @return the meta object for the containment reference 'Participant Multiplicity'.
* @see org.eclipse.bpmn2.DocumentRoot#getParticipantMultiplicity()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_ParticipantMultiplicity();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getPartnerEntity Partner Entity}'.
*
*
* @return the meta object for the containment reference 'Partner Entity'.
* @see org.eclipse.bpmn2.DocumentRoot#getPartnerEntity()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_PartnerEntity();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getPartnerRole Partner Role}'.
*
*
* @return the meta object for the containment reference 'Partner Role'.
* @see org.eclipse.bpmn2.DocumentRoot#getPartnerRole()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_PartnerRole();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getPotentialOwner Potential Owner}'.
*
*
* @return the meta object for the containment reference 'Potential Owner'.
* @see org.eclipse.bpmn2.DocumentRoot#getPotentialOwner()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_PotentialOwner();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getProcess Process}'.
*
*
* @return the meta object for the containment reference 'Process'.
* @see org.eclipse.bpmn2.DocumentRoot#getProcess()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_Process();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getProperty Property}'.
*
*
* @return the meta object for the containment reference 'Property'.
* @see org.eclipse.bpmn2.DocumentRoot#getProperty()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_Property();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getReceiveTask Receive Task}'.
*
*
* @return the meta object for the containment reference 'Receive Task'.
* @see org.eclipse.bpmn2.DocumentRoot#getReceiveTask()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_ReceiveTask();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getRelationship Relationship}'.
*
*
* @return the meta object for the containment reference 'Relationship'.
* @see org.eclipse.bpmn2.DocumentRoot#getRelationship()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_Relationship();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getRendering Rendering}'.
*
*
* @return the meta object for the containment reference 'Rendering'.
* @see org.eclipse.bpmn2.DocumentRoot#getRendering()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_Rendering();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getResource Resource}'.
*
*
* @return the meta object for the containment reference 'Resource'.
* @see org.eclipse.bpmn2.DocumentRoot#getResource()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_Resource();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getResourceAssignmentExpression Resource Assignment Expression}'.
*
*
* @return the meta object for the containment reference 'Resource Assignment Expression'.
* @see org.eclipse.bpmn2.DocumentRoot#getResourceAssignmentExpression()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_ResourceAssignmentExpression();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getResourceParameter Resource Parameter}'.
*
*
* @return the meta object for the containment reference 'Resource Parameter'.
* @see org.eclipse.bpmn2.DocumentRoot#getResourceParameter()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_ResourceParameter();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getResourceParameterBinding Resource Parameter Binding}'.
*
*
* @return the meta object for the containment reference 'Resource Parameter Binding'.
* @see org.eclipse.bpmn2.DocumentRoot#getResourceParameterBinding()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_ResourceParameterBinding();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getScript Script}'.
*
*
* @return the meta object for the containment reference 'Script'.
* @see org.eclipse.bpmn2.DocumentRoot#getScript()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_Script();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getScriptTask Script Task}'.
*
*
* @return the meta object for the containment reference 'Script Task'.
* @see org.eclipse.bpmn2.DocumentRoot#getScriptTask()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_ScriptTask();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getSendTask Send Task}'.
*
*
* @return the meta object for the containment reference 'Send Task'.
* @see org.eclipse.bpmn2.DocumentRoot#getSendTask()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_SendTask();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getSequenceFlow Sequence Flow}'.
*
*
* @return the meta object for the containment reference 'Sequence Flow'.
* @see org.eclipse.bpmn2.DocumentRoot#getSequenceFlow()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_SequenceFlow();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getServiceTask Service Task}'.
*
*
* @return the meta object for the containment reference 'Service Task'.
* @see org.eclipse.bpmn2.DocumentRoot#getServiceTask()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_ServiceTask();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getSignal Signal}'.
*
*
* @return the meta object for the containment reference 'Signal'.
* @see org.eclipse.bpmn2.DocumentRoot#getSignal()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_Signal();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getSignalEventDefinition Signal Event Definition}'.
*
*
* @return the meta object for the containment reference 'Signal Event Definition'.
* @see org.eclipse.bpmn2.DocumentRoot#getSignalEventDefinition()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_SignalEventDefinition();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getStandardLoopCharacteristics Standard Loop Characteristics}'.
*
*
* @return the meta object for the containment reference 'Standard Loop Characteristics'.
* @see org.eclipse.bpmn2.DocumentRoot#getStandardLoopCharacteristics()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_StandardLoopCharacteristics();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getStartEvent Start Event}'.
*
*
* @return the meta object for the containment reference 'Start Event'.
* @see org.eclipse.bpmn2.DocumentRoot#getStartEvent()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_StartEvent();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getSubChoreography Sub Choreography}'.
*
*
* @return the meta object for the containment reference 'Sub Choreography'.
* @see org.eclipse.bpmn2.DocumentRoot#getSubChoreography()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_SubChoreography();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getSubConversation Sub Conversation}'.
*
*
* @return the meta object for the containment reference 'Sub Conversation'.
* @see org.eclipse.bpmn2.DocumentRoot#getSubConversation()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_SubConversation();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getSubProcess Sub Process}'.
*
*
* @return the meta object for the containment reference 'Sub Process'.
* @see org.eclipse.bpmn2.DocumentRoot#getSubProcess()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_SubProcess();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getTask Task}'.
*
*
* @return the meta object for the containment reference 'Task'.
* @see org.eclipse.bpmn2.DocumentRoot#getTask()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_Task();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getTerminateEventDefinition Terminate Event Definition}'.
*
*
* @return the meta object for the containment reference 'Terminate Event Definition'.
* @see org.eclipse.bpmn2.DocumentRoot#getTerminateEventDefinition()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_TerminateEventDefinition();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getText Text}'.
*
*
* @return the meta object for the containment reference 'Text'.
* @see org.eclipse.bpmn2.DocumentRoot#getText()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_Text();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getTextAnnotation Text Annotation}'.
*
*
* @return the meta object for the containment reference 'Text Annotation'.
* @see org.eclipse.bpmn2.DocumentRoot#getTextAnnotation()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_TextAnnotation();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getThrowEvent Throw Event}'.
*
*
* @return the meta object for the containment reference 'Throw Event'.
* @see org.eclipse.bpmn2.DocumentRoot#getThrowEvent()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_ThrowEvent();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getTimerEventDefinition Timer Event Definition}'.
*
*
* @return the meta object for the containment reference 'Timer Event Definition'.
* @see org.eclipse.bpmn2.DocumentRoot#getTimerEventDefinition()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_TimerEventDefinition();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getTransaction Transaction}'.
*
*
* @return the meta object for the containment reference 'Transaction'.
* @see org.eclipse.bpmn2.DocumentRoot#getTransaction()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_Transaction();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getUserTask User Task}'.
*
*
* @return the meta object for the containment reference 'User Task'.
* @see org.eclipse.bpmn2.DocumentRoot#getUserTask()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_UserTask();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DocumentRoot#getEventSubProcess Event Sub Process}'.
*
*
* @return the meta object for the containment reference 'Event Sub Process'.
* @see org.eclipse.bpmn2.DocumentRoot#getEventSubProcess()
* @see #getDocumentRoot()
* @generated
*/
EReference getDocumentRoot_EventSubProcess();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.Activity Activity}'.
*
*
* @return the meta object for class 'Activity'.
* @see org.eclipse.bpmn2.Activity
* @generated
*/
EClass getActivity();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.Activity#getIoSpecification Io Specification}'.
*
*
* @return the meta object for the containment reference 'Io Specification'.
* @see org.eclipse.bpmn2.Activity#getIoSpecification()
* @see #getActivity()
* @generated
*/
EReference getActivity_IoSpecification();
/**
* Returns the meta object for the reference list '{@link org.eclipse.bpmn2.Activity#getBoundaryEventRefs Boundary Event Refs}'.
*
*
* @return the meta object for the reference list 'Boundary Event Refs'.
* @see org.eclipse.bpmn2.Activity#getBoundaryEventRefs()
* @see #getActivity()
* @generated
*/
EReference getActivity_BoundaryEventRefs();
/**
* Returns the meta object for the containment reference list '{@link org.eclipse.bpmn2.Activity#getProperties Properties}'.
*
*
* @return the meta object for the containment reference list 'Properties'.
* @see org.eclipse.bpmn2.Activity#getProperties()
* @see #getActivity()
* @generated
*/
EReference getActivity_Properties();
/**
* Returns the meta object for the containment reference list '{@link org.eclipse.bpmn2.Activity#getDataInputAssociations Data Input Associations}'.
*
*
* @return the meta object for the containment reference list 'Data Input Associations'.
* @see org.eclipse.bpmn2.Activity#getDataInputAssociations()
* @see #getActivity()
* @generated
*/
EReference getActivity_DataInputAssociations();
/**
* Returns the meta object for the containment reference list '{@link org.eclipse.bpmn2.Activity#getDataOutputAssociations Data Output Associations}'.
*
*
* @return the meta object for the containment reference list 'Data Output Associations'.
* @see org.eclipse.bpmn2.Activity#getDataOutputAssociations()
* @see #getActivity()
* @generated
*/
EReference getActivity_DataOutputAssociations();
/**
* Returns the meta object for the containment reference list '{@link org.eclipse.bpmn2.Activity#getResources Resources}'.
*
*
* @return the meta object for the containment reference list 'Resources'.
* @see org.eclipse.bpmn2.Activity#getResources()
* @see #getActivity()
* @generated
*/
EReference getActivity_Resources();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.Activity#getLoopCharacteristics Loop Characteristics}'.
*
*
* @return the meta object for the containment reference 'Loop Characteristics'.
* @see org.eclipse.bpmn2.Activity#getLoopCharacteristics()
* @see #getActivity()
* @generated
*/
EReference getActivity_LoopCharacteristics();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.Activity#getCompletionQuantity Completion Quantity}'.
*
*
* @return the meta object for the attribute 'Completion Quantity'.
* @see org.eclipse.bpmn2.Activity#getCompletionQuantity()
* @see #getActivity()
* @generated
*/
EAttribute getActivity_CompletionQuantity();
/**
* Returns the meta object for the reference '{@link org.eclipse.bpmn2.Activity#getDefault Default}'.
*
*
* @return the meta object for the reference 'Default'.
* @see org.eclipse.bpmn2.Activity#getDefault()
* @see #getActivity()
* @generated
*/
EReference getActivity_Default();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.Activity#isIsForCompensation Is For Compensation}'.
*
*
* @return the meta object for the attribute 'Is For Compensation'.
* @see org.eclipse.bpmn2.Activity#isIsForCompensation()
* @see #getActivity()
* @generated
*/
EAttribute getActivity_IsForCompensation();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.Activity#getStartQuantity Start Quantity}'.
*
*
* @return the meta object for the attribute 'Start Quantity'.
* @see org.eclipse.bpmn2.Activity#getStartQuantity()
* @see #getActivity()
* @generated
*/
EAttribute getActivity_StartQuantity();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.AdHocSubProcess Ad Hoc Sub Process}'.
*
*
* @return the meta object for class 'Ad Hoc Sub Process'.
* @see org.eclipse.bpmn2.AdHocSubProcess
* @generated
*/
EClass getAdHocSubProcess();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.AdHocSubProcess#getCompletionCondition Completion Condition}'.
*
*
* @return the meta object for the containment reference 'Completion Condition'.
* @see org.eclipse.bpmn2.AdHocSubProcess#getCompletionCondition()
* @see #getAdHocSubProcess()
* @generated
*/
EReference getAdHocSubProcess_CompletionCondition();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.AdHocSubProcess#isCancelRemainingInstances Cancel Remaining Instances}'.
*
*
* @return the meta object for the attribute 'Cancel Remaining Instances'.
* @see org.eclipse.bpmn2.AdHocSubProcess#isCancelRemainingInstances()
* @see #getAdHocSubProcess()
* @generated
*/
EAttribute getAdHocSubProcess_CancelRemainingInstances();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.AdHocSubProcess#getOrdering Ordering}'.
*
*
* @return the meta object for the attribute 'Ordering'.
* @see org.eclipse.bpmn2.AdHocSubProcess#getOrdering()
* @see #getAdHocSubProcess()
* @generated
*/
EAttribute getAdHocSubProcess_Ordering();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.Artifact Artifact}'.
*
*
* @return the meta object for class 'Artifact'.
* @see org.eclipse.bpmn2.Artifact
* @generated
*/
EClass getArtifact();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.Assignment Assignment}'.
*
*
* @return the meta object for class 'Assignment'.
* @see org.eclipse.bpmn2.Assignment
* @generated
*/
EClass getAssignment();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.Assignment#getFrom From}'.
*
*
* @return the meta object for the containment reference 'From'.
* @see org.eclipse.bpmn2.Assignment#getFrom()
* @see #getAssignment()
* @generated
*/
EReference getAssignment_From();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.Assignment#getTo To}'.
*
*
* @return the meta object for the containment reference 'To'.
* @see org.eclipse.bpmn2.Assignment#getTo()
* @see #getAssignment()
* @generated
*/
EReference getAssignment_To();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.Association Association}'.
*
*
* @return the meta object for class 'Association'.
* @see org.eclipse.bpmn2.Association
* @generated
*/
EClass getAssociation();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.Association#getAssociationDirection Association Direction}'.
*
*
* @return the meta object for the attribute 'Association Direction'.
* @see org.eclipse.bpmn2.Association#getAssociationDirection()
* @see #getAssociation()
* @generated
*/
EAttribute getAssociation_AssociationDirection();
/**
* Returns the meta object for the reference '{@link org.eclipse.bpmn2.Association#getSourceRef Source Ref}'.
*
*
* @return the meta object for the reference 'Source Ref'.
* @see org.eclipse.bpmn2.Association#getSourceRef()
* @see #getAssociation()
* @generated
*/
EReference getAssociation_SourceRef();
/**
* Returns the meta object for the reference '{@link org.eclipse.bpmn2.Association#getTargetRef Target Ref}'.
*
*
* @return the meta object for the reference 'Target Ref'.
* @see org.eclipse.bpmn2.Association#getTargetRef()
* @see #getAssociation()
* @generated
*/
EReference getAssociation_TargetRef();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.Auditing Auditing}'.
*
*
* @return the meta object for class 'Auditing'.
* @see org.eclipse.bpmn2.Auditing
* @generated
*/
EClass getAuditing();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.BaseElement Base Element}'.
*
*
* @return the meta object for class 'Base Element'.
* @see org.eclipse.bpmn2.BaseElement
* @generated
*/
EClass getBaseElement();
/**
* Returns the meta object for the containment reference list '{@link org.eclipse.bpmn2.BaseElement#getDocumentation Documentation}'.
*
*
* @return the meta object for the containment reference list 'Documentation'.
* @see org.eclipse.bpmn2.BaseElement#getDocumentation()
* @see #getBaseElement()
* @generated
*/
EReference getBaseElement_Documentation();
/**
* Returns the meta object for the containment reference list '{@link org.eclipse.bpmn2.BaseElement#getExtensionValues Extension Values}'.
*
*
* @return the meta object for the containment reference list 'Extension Values'.
* @see org.eclipse.bpmn2.BaseElement#getExtensionValues()
* @see #getBaseElement()
* @generated
*/
EReference getBaseElement_ExtensionValues();
/**
* Returns the meta object for the reference list '{@link org.eclipse.bpmn2.BaseElement#getExtensionDefinitions Extension Definitions}'.
*
*
* @return the meta object for the reference list 'Extension Definitions'.
* @see org.eclipse.bpmn2.BaseElement#getExtensionDefinitions()
* @see #getBaseElement()
* @generated
*/
EReference getBaseElement_ExtensionDefinitions();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.BaseElement#getId Id}'.
*
*
* @return the meta object for the attribute 'Id'.
* @see org.eclipse.bpmn2.BaseElement#getId()
* @see #getBaseElement()
* @generated
*/
EAttribute getBaseElement_Id();
/**
* Returns the meta object for the attribute list '{@link org.eclipse.bpmn2.BaseElement#getAnyAttribute Any Attribute}'.
*
*
* @return the meta object for the attribute list 'Any Attribute'.
* @see org.eclipse.bpmn2.BaseElement#getAnyAttribute()
* @see #getBaseElement()
* @generated
*/
EAttribute getBaseElement_AnyAttribute();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.BoundaryEvent Boundary Event}'.
*
*
* @return the meta object for class 'Boundary Event'.
* @see org.eclipse.bpmn2.BoundaryEvent
* @generated
*/
EClass getBoundaryEvent();
/**
* Returns the meta object for the reference '{@link org.eclipse.bpmn2.BoundaryEvent#getAttachedToRef Attached To Ref}'.
*
*
* @return the meta object for the reference 'Attached To Ref'.
* @see org.eclipse.bpmn2.BoundaryEvent#getAttachedToRef()
* @see #getBoundaryEvent()
* @generated
*/
EReference getBoundaryEvent_AttachedToRef();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.BoundaryEvent#isCancelActivity Cancel Activity}'.
*
*
* @return the meta object for the attribute 'Cancel Activity'.
* @see org.eclipse.bpmn2.BoundaryEvent#isCancelActivity()
* @see #getBoundaryEvent()
* @generated
*/
EAttribute getBoundaryEvent_CancelActivity();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.BusinessRuleTask Business Rule Task}'.
*
*
* @return the meta object for class 'Business Rule Task'.
* @see org.eclipse.bpmn2.BusinessRuleTask
* @generated
*/
EClass getBusinessRuleTask();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.BusinessRuleTask#getImplementation Implementation}'.
*
*
* @return the meta object for the attribute 'Implementation'.
* @see org.eclipse.bpmn2.BusinessRuleTask#getImplementation()
* @see #getBusinessRuleTask()
* @generated
*/
EAttribute getBusinessRuleTask_Implementation();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.CallActivity Call Activity}'.
*
*
* @return the meta object for class 'Call Activity'.
* @see org.eclipse.bpmn2.CallActivity
* @generated
*/
EClass getCallActivity();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.CallActivity#getCalledElement Called Element}'.
*
*
* @return the meta object for the attribute 'Called Element'.
* @see org.eclipse.bpmn2.CallActivity#getCalledElement()
* @see #getCallActivity()
* @generated
*/
EAttribute getCallActivity_CalledElement();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.CallChoreography Call Choreography}'.
*
*
* @return the meta object for class 'Call Choreography'.
* @see org.eclipse.bpmn2.CallChoreography
* @generated
*/
EClass getCallChoreography();
/**
* Returns the meta object for the containment reference list '{@link org.eclipse.bpmn2.CallChoreography#getParticipantAssociations Participant Associations}'.
*
*
* @return the meta object for the containment reference list 'Participant Associations'.
* @see org.eclipse.bpmn2.CallChoreography#getParticipantAssociations()
* @see #getCallChoreography()
* @generated
*/
EReference getCallChoreography_ParticipantAssociations();
/**
* Returns the meta object for the reference '{@link org.eclipse.bpmn2.CallChoreography#getCalledChoreographyRef Called Choreography Ref}'.
*
*
* @return the meta object for the reference 'Called Choreography Ref'.
* @see org.eclipse.bpmn2.CallChoreography#getCalledChoreographyRef()
* @see #getCallChoreography()
* @generated
*/
EReference getCallChoreography_CalledChoreographyRef();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.CallConversation Call Conversation}'.
*
*
* @return the meta object for class 'Call Conversation'.
* @see org.eclipse.bpmn2.CallConversation
* @generated
*/
EClass getCallConversation();
/**
* Returns the meta object for the containment reference list '{@link org.eclipse.bpmn2.CallConversation#getParticipantAssociations Participant Associations}'.
*
*
* @return the meta object for the containment reference list 'Participant Associations'.
* @see org.eclipse.bpmn2.CallConversation#getParticipantAssociations()
* @see #getCallConversation()
* @generated
*/
EReference getCallConversation_ParticipantAssociations();
/**
* Returns the meta object for the reference '{@link org.eclipse.bpmn2.CallConversation#getCalledCollaborationRef Called Collaboration Ref}'.
*
*
* @return the meta object for the reference 'Called Collaboration Ref'.
* @see org.eclipse.bpmn2.CallConversation#getCalledCollaborationRef()
* @see #getCallConversation()
* @generated
*/
EReference getCallConversation_CalledCollaborationRef();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.CallableElement Callable Element}'.
*
*
* @return the meta object for class 'Callable Element'.
* @see org.eclipse.bpmn2.CallableElement
* @generated
*/
EClass getCallableElement();
/**
* Returns the meta object for the reference list '{@link org.eclipse.bpmn2.CallableElement#getSupportedInterfaceRefs Supported Interface Refs}'.
*
*
* @return the meta object for the reference list 'Supported Interface Refs'.
* @see org.eclipse.bpmn2.CallableElement#getSupportedInterfaceRefs()
* @see #getCallableElement()
* @generated
*/
EReference getCallableElement_SupportedInterfaceRefs();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.CallableElement#getIoSpecification Io Specification}'.
*
*
* @return the meta object for the containment reference 'Io Specification'.
* @see org.eclipse.bpmn2.CallableElement#getIoSpecification()
* @see #getCallableElement()
* @generated
*/
EReference getCallableElement_IoSpecification();
/**
* Returns the meta object for the containment reference list '{@link org.eclipse.bpmn2.CallableElement#getIoBinding Io Binding}'.
*
*
* @return the meta object for the containment reference list 'Io Binding'.
* @see org.eclipse.bpmn2.CallableElement#getIoBinding()
* @see #getCallableElement()
* @generated
*/
EReference getCallableElement_IoBinding();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.CallableElement#getName Name}'.
*
*
* @return the meta object for the attribute 'Name'.
* @see org.eclipse.bpmn2.CallableElement#getName()
* @see #getCallableElement()
* @generated
*/
EAttribute getCallableElement_Name();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.CancelEventDefinition Cancel Event Definition}'.
*
*
* @return the meta object for class 'Cancel Event Definition'.
* @see org.eclipse.bpmn2.CancelEventDefinition
* @generated
*/
EClass getCancelEventDefinition();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.CatchEvent Catch Event}'.
*
*
* @return the meta object for class 'Catch Event'.
* @see org.eclipse.bpmn2.CatchEvent
* @generated
*/
EClass getCatchEvent();
/**
* Returns the meta object for the containment reference list '{@link org.eclipse.bpmn2.CatchEvent#getDataOutputs Data Outputs}'.
*
*
* @return the meta object for the containment reference list 'Data Outputs'.
* @see org.eclipse.bpmn2.CatchEvent#getDataOutputs()
* @see #getCatchEvent()
* @generated
*/
EReference getCatchEvent_DataOutputs();
/**
* Returns the meta object for the containment reference list '{@link org.eclipse.bpmn2.CatchEvent#getDataOutputAssociation Data Output Association}'.
*
*
* @return the meta object for the containment reference list 'Data Output Association'.
* @see org.eclipse.bpmn2.CatchEvent#getDataOutputAssociation()
* @see #getCatchEvent()
* @generated
*/
EReference getCatchEvent_DataOutputAssociation();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.CatchEvent#getOutputSet Output Set}'.
*
*
* @return the meta object for the containment reference 'Output Set'.
* @see org.eclipse.bpmn2.CatchEvent#getOutputSet()
* @see #getCatchEvent()
* @generated
*/
EReference getCatchEvent_OutputSet();
/**
* Returns the meta object for the containment reference list '{@link org.eclipse.bpmn2.CatchEvent#getEventDefinitions Event Definitions}'.
*
*
* @return the meta object for the containment reference list 'Event Definitions'.
* @see org.eclipse.bpmn2.CatchEvent#getEventDefinitions()
* @see #getCatchEvent()
* @generated
*/
EReference getCatchEvent_EventDefinitions();
/**
* Returns the meta object for the reference list '{@link org.eclipse.bpmn2.CatchEvent#getEventDefinitionRefs Event Definition Refs}'.
*
*
* @return the meta object for the reference list 'Event Definition Refs'.
* @see org.eclipse.bpmn2.CatchEvent#getEventDefinitionRefs()
* @see #getCatchEvent()
* @generated
*/
EReference getCatchEvent_EventDefinitionRefs();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.CatchEvent#isParallelMultiple Parallel Multiple}'.
*
*
* @return the meta object for the attribute 'Parallel Multiple'.
* @see org.eclipse.bpmn2.CatchEvent#isParallelMultiple()
* @see #getCatchEvent()
* @generated
*/
EAttribute getCatchEvent_ParallelMultiple();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.Category Category}'.
*
*
* @return the meta object for class 'Category'.
* @see org.eclipse.bpmn2.Category
* @generated
*/
EClass getCategory();
/**
* Returns the meta object for the containment reference list '{@link org.eclipse.bpmn2.Category#getCategoryValue Category Value}'.
*
*
* @return the meta object for the containment reference list 'Category Value'.
* @see org.eclipse.bpmn2.Category#getCategoryValue()
* @see #getCategory()
* @generated
*/
EReference getCategory_CategoryValue();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.Category#getName Name}'.
*
*
* @return the meta object for the attribute 'Name'.
* @see org.eclipse.bpmn2.Category#getName()
* @see #getCategory()
* @generated
*/
EAttribute getCategory_Name();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.CategoryValue Category Value}'.
*
*
* @return the meta object for class 'Category Value'.
* @see org.eclipse.bpmn2.CategoryValue
* @generated
*/
EClass getCategoryValue();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.CategoryValue#getValue Value}'.
*
*
* @return the meta object for the attribute 'Value'.
* @see org.eclipse.bpmn2.CategoryValue#getValue()
* @see #getCategoryValue()
* @generated
*/
EAttribute getCategoryValue_Value();
/**
* Returns the meta object for the reference list '{@link org.eclipse.bpmn2.CategoryValue#getCategorizedFlowElements Categorized Flow Elements}'.
*
*
* @return the meta object for the reference list 'Categorized Flow Elements'.
* @see org.eclipse.bpmn2.CategoryValue#getCategorizedFlowElements()
* @see #getCategoryValue()
* @generated
*/
EReference getCategoryValue_CategorizedFlowElements();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.Choreography Choreography}'.
*
*
* @return the meta object for class 'Choreography'.
* @see org.eclipse.bpmn2.Choreography
* @generated
*/
EClass getChoreography();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.ChoreographyActivity Choreography Activity}'.
*
*
* @return the meta object for class 'Choreography Activity'.
* @see org.eclipse.bpmn2.ChoreographyActivity
* @generated
*/
EClass getChoreographyActivity();
/**
* Returns the meta object for the reference list '{@link org.eclipse.bpmn2.ChoreographyActivity#getParticipantRefs Participant Refs}'.
*
*
* @return the meta object for the reference list 'Participant Refs'.
* @see org.eclipse.bpmn2.ChoreographyActivity#getParticipantRefs()
* @see #getChoreographyActivity()
* @generated
*/
EReference getChoreographyActivity_ParticipantRefs();
/**
* Returns the meta object for the containment reference list '{@link org.eclipse.bpmn2.ChoreographyActivity#getCorrelationKeys Correlation Keys}'.
*
*
* @return the meta object for the containment reference list 'Correlation Keys'.
* @see org.eclipse.bpmn2.ChoreographyActivity#getCorrelationKeys()
* @see #getChoreographyActivity()
* @generated
*/
EReference getChoreographyActivity_CorrelationKeys();
/**
* Returns the meta object for the reference '{@link org.eclipse.bpmn2.ChoreographyActivity#getInitiatingParticipantRef Initiating Participant Ref}'.
*
*
* @return the meta object for the reference 'Initiating Participant Ref'.
* @see org.eclipse.bpmn2.ChoreographyActivity#getInitiatingParticipantRef()
* @see #getChoreographyActivity()
* @generated
*/
EReference getChoreographyActivity_InitiatingParticipantRef();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.ChoreographyActivity#getLoopType Loop Type}'.
*
*
* @return the meta object for the attribute 'Loop Type'.
* @see org.eclipse.bpmn2.ChoreographyActivity#getLoopType()
* @see #getChoreographyActivity()
* @generated
*/
EAttribute getChoreographyActivity_LoopType();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.ChoreographyTask Choreography Task}'.
*
*
* @return the meta object for class 'Choreography Task'.
* @see org.eclipse.bpmn2.ChoreographyTask
* @generated
*/
EClass getChoreographyTask();
/**
* Returns the meta object for the reference list '{@link org.eclipse.bpmn2.ChoreographyTask#getMessageFlowRef Message Flow Ref}'.
*
*
* @return the meta object for the reference list 'Message Flow Ref'.
* @see org.eclipse.bpmn2.ChoreographyTask#getMessageFlowRef()
* @see #getChoreographyTask()
* @generated
*/
EReference getChoreographyTask_MessageFlowRef();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.Collaboration Collaboration}'.
*
*
* @return the meta object for class 'Collaboration'.
* @see org.eclipse.bpmn2.Collaboration
* @generated
*/
EClass getCollaboration();
/**
* Returns the meta object for the containment reference list '{@link org.eclipse.bpmn2.Collaboration#getParticipants Participants}'.
*
*
* @return the meta object for the containment reference list 'Participants'.
* @see org.eclipse.bpmn2.Collaboration#getParticipants()
* @see #getCollaboration()
* @generated
*/
EReference getCollaboration_Participants();
/**
* Returns the meta object for the containment reference list '{@link org.eclipse.bpmn2.Collaboration#getMessageFlows Message Flows}'.
*
*
* @return the meta object for the containment reference list 'Message Flows'.
* @see org.eclipse.bpmn2.Collaboration#getMessageFlows()
* @see #getCollaboration()
* @generated
*/
EReference getCollaboration_MessageFlows();
/**
* Returns the meta object for the containment reference list '{@link org.eclipse.bpmn2.Collaboration#getArtifacts Artifacts}'.
*
*
* @return the meta object for the containment reference list 'Artifacts'.
* @see org.eclipse.bpmn2.Collaboration#getArtifacts()
* @see #getCollaboration()
* @generated
*/
EReference getCollaboration_Artifacts();
/**
* Returns the meta object for the containment reference list '{@link org.eclipse.bpmn2.Collaboration#getConversations Conversations}'.
*
*
* @return the meta object for the containment reference list 'Conversations'.
* @see org.eclipse.bpmn2.Collaboration#getConversations()
* @see #getCollaboration()
* @generated
*/
EReference getCollaboration_Conversations();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.Collaboration#getConversationAssociations Conversation Associations}'.
*
*
* @return the meta object for the containment reference 'Conversation Associations'.
* @see org.eclipse.bpmn2.Collaboration#getConversationAssociations()
* @see #getCollaboration()
* @generated
*/
EReference getCollaboration_ConversationAssociations();
/**
* Returns the meta object for the containment reference list '{@link org.eclipse.bpmn2.Collaboration#getParticipantAssociations Participant Associations}'.
*
*
* @return the meta object for the containment reference list 'Participant Associations'.
* @see org.eclipse.bpmn2.Collaboration#getParticipantAssociations()
* @see #getCollaboration()
* @generated
*/
EReference getCollaboration_ParticipantAssociations();
/**
* Returns the meta object for the containment reference list '{@link org.eclipse.bpmn2.Collaboration#getMessageFlowAssociations Message Flow Associations}'.
*
*
* @return the meta object for the containment reference list 'Message Flow Associations'.
* @see org.eclipse.bpmn2.Collaboration#getMessageFlowAssociations()
* @see #getCollaboration()
* @generated
*/
EReference getCollaboration_MessageFlowAssociations();
/**
* Returns the meta object for the containment reference list '{@link org.eclipse.bpmn2.Collaboration#getCorrelationKeys Correlation Keys}'.
*
*
* @return the meta object for the containment reference list 'Correlation Keys'.
* @see org.eclipse.bpmn2.Collaboration#getCorrelationKeys()
* @see #getCollaboration()
* @generated
*/
EReference getCollaboration_CorrelationKeys();
/**
* Returns the meta object for the reference list '{@link org.eclipse.bpmn2.Collaboration#getChoreographyRef Choreography Ref}'.
*
*
* @return the meta object for the reference list 'Choreography Ref'.
* @see org.eclipse.bpmn2.Collaboration#getChoreographyRef()
* @see #getCollaboration()
* @generated
*/
EReference getCollaboration_ChoreographyRef();
/**
* Returns the meta object for the containment reference list '{@link org.eclipse.bpmn2.Collaboration#getConversationLinks Conversation Links}'.
*
*
* @return the meta object for the containment reference list 'Conversation Links'.
* @see org.eclipse.bpmn2.Collaboration#getConversationLinks()
* @see #getCollaboration()
* @generated
*/
EReference getCollaboration_ConversationLinks();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.Collaboration#isIsClosed Is Closed}'.
*
*
* @return the meta object for the attribute 'Is Closed'.
* @see org.eclipse.bpmn2.Collaboration#isIsClosed()
* @see #getCollaboration()
* @generated
*/
EAttribute getCollaboration_IsClosed();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.Collaboration#getName Name}'.
*
*
* @return the meta object for the attribute 'Name'.
* @see org.eclipse.bpmn2.Collaboration#getName()
* @see #getCollaboration()
* @generated
*/
EAttribute getCollaboration_Name();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.CompensateEventDefinition Compensate Event Definition}'.
*
*
* @return the meta object for class 'Compensate Event Definition'.
* @see org.eclipse.bpmn2.CompensateEventDefinition
* @generated
*/
EClass getCompensateEventDefinition();
/**
* Returns the meta object for the reference '{@link org.eclipse.bpmn2.CompensateEventDefinition#getActivityRef Activity Ref}'.
*
*
* @return the meta object for the reference 'Activity Ref'.
* @see org.eclipse.bpmn2.CompensateEventDefinition#getActivityRef()
* @see #getCompensateEventDefinition()
* @generated
*/
EReference getCompensateEventDefinition_ActivityRef();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.CompensateEventDefinition#isWaitForCompletion Wait For Completion}'.
*
*
* @return the meta object for the attribute 'Wait For Completion'.
* @see org.eclipse.bpmn2.CompensateEventDefinition#isWaitForCompletion()
* @see #getCompensateEventDefinition()
* @generated
*/
EAttribute getCompensateEventDefinition_WaitForCompletion();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.ComplexBehaviorDefinition Complex Behavior Definition}'.
*
*
* @return the meta object for class 'Complex Behavior Definition'.
* @see org.eclipse.bpmn2.ComplexBehaviorDefinition
* @generated
*/
EClass getComplexBehaviorDefinition();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.ComplexBehaviorDefinition#getCondition Condition}'.
*
*
* @return the meta object for the containment reference 'Condition'.
* @see org.eclipse.bpmn2.ComplexBehaviorDefinition#getCondition()
* @see #getComplexBehaviorDefinition()
* @generated
*/
EReference getComplexBehaviorDefinition_Condition();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.ComplexBehaviorDefinition#getEvent Event}'.
*
*
* @return the meta object for the containment reference 'Event'.
* @see org.eclipse.bpmn2.ComplexBehaviorDefinition#getEvent()
* @see #getComplexBehaviorDefinition()
* @generated
*/
EReference getComplexBehaviorDefinition_Event();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.ComplexGateway Complex Gateway}'.
*
*
* @return the meta object for class 'Complex Gateway'.
* @see org.eclipse.bpmn2.ComplexGateway
* @generated
*/
EClass getComplexGateway();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.ComplexGateway#getActivationCondition Activation Condition}'.
*
*
* @return the meta object for the containment reference 'Activation Condition'.
* @see org.eclipse.bpmn2.ComplexGateway#getActivationCondition()
* @see #getComplexGateway()
* @generated
*/
EReference getComplexGateway_ActivationCondition();
/**
* Returns the meta object for the reference '{@link org.eclipse.bpmn2.ComplexGateway#getDefault Default}'.
*
*
* @return the meta object for the reference 'Default'.
* @see org.eclipse.bpmn2.ComplexGateway#getDefault()
* @see #getComplexGateway()
* @generated
*/
EReference getComplexGateway_Default();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.ConditionalEventDefinition Conditional Event Definition}'.
*
*
* @return the meta object for class 'Conditional Event Definition'.
* @see org.eclipse.bpmn2.ConditionalEventDefinition
* @generated
*/
EClass getConditionalEventDefinition();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.ConditionalEventDefinition#getCondition Condition}'.
*
*
* @return the meta object for the containment reference 'Condition'.
* @see org.eclipse.bpmn2.ConditionalEventDefinition#getCondition()
* @see #getConditionalEventDefinition()
* @generated
*/
EReference getConditionalEventDefinition_Condition();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.Conversation Conversation}'.
*
*
* @return the meta object for class 'Conversation'.
* @see org.eclipse.bpmn2.Conversation
* @generated
*/
EClass getConversation();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.ConversationAssociation Conversation Association}'.
*
*
* @return the meta object for class 'Conversation Association'.
* @see org.eclipse.bpmn2.ConversationAssociation
* @generated
*/
EClass getConversationAssociation();
/**
* Returns the meta object for the reference '{@link org.eclipse.bpmn2.ConversationAssociation#getInnerConversationNodeRef Inner Conversation Node Ref}'.
*
*
* @return the meta object for the reference 'Inner Conversation Node Ref'.
* @see org.eclipse.bpmn2.ConversationAssociation#getInnerConversationNodeRef()
* @see #getConversationAssociation()
* @generated
*/
EReference getConversationAssociation_InnerConversationNodeRef();
/**
* Returns the meta object for the reference '{@link org.eclipse.bpmn2.ConversationAssociation#getOuterConversationNodeRef Outer Conversation Node Ref}'.
*
*
* @return the meta object for the reference 'Outer Conversation Node Ref'.
* @see org.eclipse.bpmn2.ConversationAssociation#getOuterConversationNodeRef()
* @see #getConversationAssociation()
* @generated
*/
EReference getConversationAssociation_OuterConversationNodeRef();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.ConversationLink Conversation Link}'.
*
*
* @return the meta object for class 'Conversation Link'.
* @see org.eclipse.bpmn2.ConversationLink
* @generated
*/
EClass getConversationLink();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.ConversationLink#getName Name}'.
*
*
* @return the meta object for the attribute 'Name'.
* @see org.eclipse.bpmn2.ConversationLink#getName()
* @see #getConversationLink()
* @generated
*/
EAttribute getConversationLink_Name();
/**
* Returns the meta object for the reference '{@link org.eclipse.bpmn2.ConversationLink#getSourceRef Source Ref}'.
*
*
* @return the meta object for the reference 'Source Ref'.
* @see org.eclipse.bpmn2.ConversationLink#getSourceRef()
* @see #getConversationLink()
* @generated
*/
EReference getConversationLink_SourceRef();
/**
* Returns the meta object for the reference '{@link org.eclipse.bpmn2.ConversationLink#getTargetRef Target Ref}'.
*
*
* @return the meta object for the reference 'Target Ref'.
* @see org.eclipse.bpmn2.ConversationLink#getTargetRef()
* @see #getConversationLink()
* @generated
*/
EReference getConversationLink_TargetRef();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.ConversationNode Conversation Node}'.
*
*
* @return the meta object for class 'Conversation Node'.
* @see org.eclipse.bpmn2.ConversationNode
* @generated
*/
EClass getConversationNode();
/**
* Returns the meta object for the reference list '{@link org.eclipse.bpmn2.ConversationNode#getParticipantRefs Participant Refs}'.
*
*
* @return the meta object for the reference list 'Participant Refs'.
* @see org.eclipse.bpmn2.ConversationNode#getParticipantRefs()
* @see #getConversationNode()
* @generated
*/
EReference getConversationNode_ParticipantRefs();
/**
* Returns the meta object for the reference list '{@link org.eclipse.bpmn2.ConversationNode#getMessageFlowRefs Message Flow Refs}'.
*
*
* @return the meta object for the reference list 'Message Flow Refs'.
* @see org.eclipse.bpmn2.ConversationNode#getMessageFlowRefs()
* @see #getConversationNode()
* @generated
*/
EReference getConversationNode_MessageFlowRefs();
/**
* Returns the meta object for the containment reference list '{@link org.eclipse.bpmn2.ConversationNode#getCorrelationKeys Correlation Keys}'.
*
*
* @return the meta object for the containment reference list 'Correlation Keys'.
* @see org.eclipse.bpmn2.ConversationNode#getCorrelationKeys()
* @see #getConversationNode()
* @generated
*/
EReference getConversationNode_CorrelationKeys();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.ConversationNode#getName Name}'.
*
*
* @return the meta object for the attribute 'Name'.
* @see org.eclipse.bpmn2.ConversationNode#getName()
* @see #getConversationNode()
* @generated
*/
EAttribute getConversationNode_Name();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.CorrelationKey Correlation Key}'.
*
*
* @return the meta object for class 'Correlation Key'.
* @see org.eclipse.bpmn2.CorrelationKey
* @generated
*/
EClass getCorrelationKey();
/**
* Returns the meta object for the reference list '{@link org.eclipse.bpmn2.CorrelationKey#getCorrelationPropertyRef Correlation Property Ref}'.
*
*
* @return the meta object for the reference list 'Correlation Property Ref'.
* @see org.eclipse.bpmn2.CorrelationKey#getCorrelationPropertyRef()
* @see #getCorrelationKey()
* @generated
*/
EReference getCorrelationKey_CorrelationPropertyRef();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.CorrelationKey#getName Name}'.
*
*
* @return the meta object for the attribute 'Name'.
* @see org.eclipse.bpmn2.CorrelationKey#getName()
* @see #getCorrelationKey()
* @generated
*/
EAttribute getCorrelationKey_Name();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.CorrelationProperty Correlation Property}'.
*
*
* @return the meta object for class 'Correlation Property'.
* @see org.eclipse.bpmn2.CorrelationProperty
* @generated
*/
EClass getCorrelationProperty();
/**
* Returns the meta object for the containment reference list '{@link org.eclipse.bpmn2.CorrelationProperty#getCorrelationPropertyRetrievalExpression Correlation Property Retrieval Expression}'.
*
*
* @return the meta object for the containment reference list 'Correlation Property Retrieval Expression'.
* @see org.eclipse.bpmn2.CorrelationProperty#getCorrelationPropertyRetrievalExpression()
* @see #getCorrelationProperty()
* @generated
*/
EReference getCorrelationProperty_CorrelationPropertyRetrievalExpression();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.CorrelationProperty#getName Name}'.
*
*
* @return the meta object for the attribute 'Name'.
* @see org.eclipse.bpmn2.CorrelationProperty#getName()
* @see #getCorrelationProperty()
* @generated
*/
EAttribute getCorrelationProperty_Name();
/**
* Returns the meta object for the reference '{@link org.eclipse.bpmn2.CorrelationProperty#getType Type}'.
*
*
* @return the meta object for the reference 'Type'.
* @see org.eclipse.bpmn2.CorrelationProperty#getType()
* @see #getCorrelationProperty()
* @generated
*/
EReference getCorrelationProperty_Type();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.CorrelationPropertyBinding Correlation Property Binding}'.
*
*
* @return the meta object for class 'Correlation Property Binding'.
* @see org.eclipse.bpmn2.CorrelationPropertyBinding
* @generated
*/
EClass getCorrelationPropertyBinding();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.CorrelationPropertyBinding#getDataPath Data Path}'.
*
*
* @return the meta object for the containment reference 'Data Path'.
* @see org.eclipse.bpmn2.CorrelationPropertyBinding#getDataPath()
* @see #getCorrelationPropertyBinding()
* @generated
*/
EReference getCorrelationPropertyBinding_DataPath();
/**
* Returns the meta object for the reference '{@link org.eclipse.bpmn2.CorrelationPropertyBinding#getCorrelationPropertyRef Correlation Property Ref}'.
*
*
* @return the meta object for the reference 'Correlation Property Ref'.
* @see org.eclipse.bpmn2.CorrelationPropertyBinding#getCorrelationPropertyRef()
* @see #getCorrelationPropertyBinding()
* @generated
*/
EReference getCorrelationPropertyBinding_CorrelationPropertyRef();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.CorrelationPropertyRetrievalExpression Correlation Property Retrieval Expression}'.
*
*
* @return the meta object for class 'Correlation Property Retrieval Expression'.
* @see org.eclipse.bpmn2.CorrelationPropertyRetrievalExpression
* @generated
*/
EClass getCorrelationPropertyRetrievalExpression();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.CorrelationPropertyRetrievalExpression#getMessagePath Message Path}'.
*
*
* @return the meta object for the containment reference 'Message Path'.
* @see org.eclipse.bpmn2.CorrelationPropertyRetrievalExpression#getMessagePath()
* @see #getCorrelationPropertyRetrievalExpression()
* @generated
*/
EReference getCorrelationPropertyRetrievalExpression_MessagePath();
/**
* Returns the meta object for the reference '{@link org.eclipse.bpmn2.CorrelationPropertyRetrievalExpression#getMessageRef Message Ref}'.
*
*
* @return the meta object for the reference 'Message Ref'.
* @see org.eclipse.bpmn2.CorrelationPropertyRetrievalExpression#getMessageRef()
* @see #getCorrelationPropertyRetrievalExpression()
* @generated
*/
EReference getCorrelationPropertyRetrievalExpression_MessageRef();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.CorrelationSubscription Correlation Subscription}'.
*
*
* @return the meta object for class 'Correlation Subscription'.
* @see org.eclipse.bpmn2.CorrelationSubscription
* @generated
*/
EClass getCorrelationSubscription();
/**
* Returns the meta object for the containment reference list '{@link org.eclipse.bpmn2.CorrelationSubscription#getCorrelationPropertyBinding Correlation Property Binding}'.
*
*
* @return the meta object for the containment reference list 'Correlation Property Binding'.
* @see org.eclipse.bpmn2.CorrelationSubscription#getCorrelationPropertyBinding()
* @see #getCorrelationSubscription()
* @generated
*/
EReference getCorrelationSubscription_CorrelationPropertyBinding();
/**
* Returns the meta object for the reference '{@link org.eclipse.bpmn2.CorrelationSubscription#getCorrelationKeyRef Correlation Key Ref}'.
*
*
* @return the meta object for the reference 'Correlation Key Ref'.
* @see org.eclipse.bpmn2.CorrelationSubscription#getCorrelationKeyRef()
* @see #getCorrelationSubscription()
* @generated
*/
EReference getCorrelationSubscription_CorrelationKeyRef();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.DataAssociation Data Association}'.
*
*
* @return the meta object for class 'Data Association'.
* @see org.eclipse.bpmn2.DataAssociation
* @generated
*/
EClass getDataAssociation();
/**
* Returns the meta object for the reference list '{@link org.eclipse.bpmn2.DataAssociation#getSourceRef Source Ref}'.
*
*
* @return the meta object for the reference list 'Source Ref'.
* @see org.eclipse.bpmn2.DataAssociation#getSourceRef()
* @see #getDataAssociation()
* @generated
*/
EReference getDataAssociation_SourceRef();
/**
* Returns the meta object for the reference '{@link org.eclipse.bpmn2.DataAssociation#getTargetRef Target Ref}'.
*
*
* @return the meta object for the reference 'Target Ref'.
* @see org.eclipse.bpmn2.DataAssociation#getTargetRef()
* @see #getDataAssociation()
* @generated
*/
EReference getDataAssociation_TargetRef();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.DataAssociation#getTransformation Transformation}'.
*
*
* @return the meta object for the containment reference 'Transformation'.
* @see org.eclipse.bpmn2.DataAssociation#getTransformation()
* @see #getDataAssociation()
* @generated
*/
EReference getDataAssociation_Transformation();
/**
* Returns the meta object for the containment reference list '{@link org.eclipse.bpmn2.DataAssociation#getAssignment Assignment}'.
*
*
* @return the meta object for the containment reference list 'Assignment'.
* @see org.eclipse.bpmn2.DataAssociation#getAssignment()
* @see #getDataAssociation()
* @generated
*/
EReference getDataAssociation_Assignment();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.DataInput Data Input}'.
*
*
* @return the meta object for class 'Data Input'.
* @see org.eclipse.bpmn2.DataInput
* @generated
*/
EClass getDataInput();
/**
* Returns the meta object for the reference list '{@link org.eclipse.bpmn2.DataInput#getInputSetWithOptional Input Set With Optional}'.
*
*
* @return the meta object for the reference list 'Input Set With Optional'.
* @see org.eclipse.bpmn2.DataInput#getInputSetWithOptional()
* @see #getDataInput()
* @generated
*/
EReference getDataInput_InputSetWithOptional();
/**
* Returns the meta object for the reference list '{@link org.eclipse.bpmn2.DataInput#getInputSetWithWhileExecuting Input Set With While Executing}'.
*
*
* @return the meta object for the reference list 'Input Set With While Executing'.
* @see org.eclipse.bpmn2.DataInput#getInputSetWithWhileExecuting()
* @see #getDataInput()
* @generated
*/
EReference getDataInput_InputSetWithWhileExecuting();
/**
* Returns the meta object for the reference list '{@link org.eclipse.bpmn2.DataInput#getInputSetRefs Input Set Refs}'.
*
*
* @return the meta object for the reference list 'Input Set Refs'.
* @see org.eclipse.bpmn2.DataInput#getInputSetRefs()
* @see #getDataInput()
* @generated
*/
EReference getDataInput_InputSetRefs();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.DataInput#isIsCollection Is Collection}'.
*
*
* @return the meta object for the attribute 'Is Collection'.
* @see org.eclipse.bpmn2.DataInput#isIsCollection()
* @see #getDataInput()
* @generated
*/
EAttribute getDataInput_IsCollection();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.DataInput#getName Name}'.
*
*
* @return the meta object for the attribute 'Name'.
* @see org.eclipse.bpmn2.DataInput#getName()
* @see #getDataInput()
* @generated
*/
EAttribute getDataInput_Name();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.DataInputAssociation Data Input Association}'.
*
*
* @return the meta object for class 'Data Input Association'.
* @see org.eclipse.bpmn2.DataInputAssociation
* @generated
*/
EClass getDataInputAssociation();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.DataObject Data Object}'.
*
*
* @return the meta object for class 'Data Object'.
* @see org.eclipse.bpmn2.DataObject
* @generated
*/
EClass getDataObject();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.DataObject#isIsCollection Is Collection}'.
*
*
* @return the meta object for the attribute 'Is Collection'.
* @see org.eclipse.bpmn2.DataObject#isIsCollection()
* @see #getDataObject()
* @generated
*/
EAttribute getDataObject_IsCollection();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.DataObjectReference Data Object Reference}'.
*
*
* @return the meta object for class 'Data Object Reference'.
* @see org.eclipse.bpmn2.DataObjectReference
* @generated
*/
EClass getDataObjectReference();
/**
* Returns the meta object for the reference '{@link org.eclipse.bpmn2.DataObjectReference#getDataObjectRef Data Object Ref}'.
*
*
* @return the meta object for the reference 'Data Object Ref'.
* @see org.eclipse.bpmn2.DataObjectReference#getDataObjectRef()
* @see #getDataObjectReference()
* @generated
*/
EReference getDataObjectReference_DataObjectRef();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.DataOutput Data Output}'.
*
*
* @return the meta object for class 'Data Output'.
* @see org.eclipse.bpmn2.DataOutput
* @generated
*/
EClass getDataOutput();
/**
* Returns the meta object for the reference list '{@link org.eclipse.bpmn2.DataOutput#getOutputSetWithOptional Output Set With Optional}'.
*
*
* @return the meta object for the reference list 'Output Set With Optional'.
* @see org.eclipse.bpmn2.DataOutput#getOutputSetWithOptional()
* @see #getDataOutput()
* @generated
*/
EReference getDataOutput_OutputSetWithOptional();
/**
* Returns the meta object for the reference list '{@link org.eclipse.bpmn2.DataOutput#getOutputSetWithWhileExecuting Output Set With While Executing}'.
*
*
* @return the meta object for the reference list 'Output Set With While Executing'.
* @see org.eclipse.bpmn2.DataOutput#getOutputSetWithWhileExecuting()
* @see #getDataOutput()
* @generated
*/
EReference getDataOutput_OutputSetWithWhileExecuting();
/**
* Returns the meta object for the reference list '{@link org.eclipse.bpmn2.DataOutput#getOutputSetRefs Output Set Refs}'.
*
*
* @return the meta object for the reference list 'Output Set Refs'.
* @see org.eclipse.bpmn2.DataOutput#getOutputSetRefs()
* @see #getDataOutput()
* @generated
*/
EReference getDataOutput_OutputSetRefs();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.DataOutput#isIsCollection Is Collection}'.
*
*
* @return the meta object for the attribute 'Is Collection'.
* @see org.eclipse.bpmn2.DataOutput#isIsCollection()
* @see #getDataOutput()
* @generated
*/
EAttribute getDataOutput_IsCollection();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.DataOutput#getName Name}'.
*
*
* @return the meta object for the attribute 'Name'.
* @see org.eclipse.bpmn2.DataOutput#getName()
* @see #getDataOutput()
* @generated
*/
EAttribute getDataOutput_Name();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.DataOutputAssociation Data Output Association}'.
*
*
* @return the meta object for class 'Data Output Association'.
* @see org.eclipse.bpmn2.DataOutputAssociation
* @generated
*/
EClass getDataOutputAssociation();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.DataState Data State}'.
*
*
* @return the meta object for class 'Data State'.
* @see org.eclipse.bpmn2.DataState
* @generated
*/
EClass getDataState();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.DataState#getName Name}'.
*
*
* @return the meta object for the attribute 'Name'.
* @see org.eclipse.bpmn2.DataState#getName()
* @see #getDataState()
* @generated
*/
EAttribute getDataState_Name();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.DataStore Data Store}'.
*
*
* @return the meta object for class 'Data Store'.
* @see org.eclipse.bpmn2.DataStore
* @generated
*/
EClass getDataStore();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.DataStore#getCapacity Capacity}'.
*
*
* @return the meta object for the attribute 'Capacity'.
* @see org.eclipse.bpmn2.DataStore#getCapacity()
* @see #getDataStore()
* @generated
*/
EAttribute getDataStore_Capacity();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.DataStore#isIsUnlimited Is Unlimited}'.
*
*
* @return the meta object for the attribute 'Is Unlimited'.
* @see org.eclipse.bpmn2.DataStore#isIsUnlimited()
* @see #getDataStore()
* @generated
*/
EAttribute getDataStore_IsUnlimited();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.DataStore#getName Name}'.
*
*
* @return the meta object for the attribute 'Name'.
* @see org.eclipse.bpmn2.DataStore#getName()
* @see #getDataStore()
* @generated
*/
EAttribute getDataStore_Name();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.DataStoreReference Data Store Reference}'.
*
*
* @return the meta object for class 'Data Store Reference'.
* @see org.eclipse.bpmn2.DataStoreReference
* @generated
*/
EClass getDataStoreReference();
/**
* Returns the meta object for the reference '{@link org.eclipse.bpmn2.DataStoreReference#getDataStoreRef Data Store Ref}'.
*
*
* @return the meta object for the reference 'Data Store Ref'.
* @see org.eclipse.bpmn2.DataStoreReference#getDataStoreRef()
* @see #getDataStoreReference()
* @generated
*/
EReference getDataStoreReference_DataStoreRef();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.Definitions Definitions}'.
*
*
* @return the meta object for class 'Definitions'.
* @see org.eclipse.bpmn2.Definitions
* @generated
*/
EClass getDefinitions();
/**
* Returns the meta object for the containment reference list '{@link org.eclipse.bpmn2.Definitions#getImports Imports}'.
*
*
* @return the meta object for the containment reference list 'Imports'.
* @see org.eclipse.bpmn2.Definitions#getImports()
* @see #getDefinitions()
* @generated
*/
EReference getDefinitions_Imports();
/**
* Returns the meta object for the containment reference list '{@link org.eclipse.bpmn2.Definitions#getExtensions Extensions}'.
*
*
* @return the meta object for the containment reference list 'Extensions'.
* @see org.eclipse.bpmn2.Definitions#getExtensions()
* @see #getDefinitions()
* @generated
*/
EReference getDefinitions_Extensions();
/**
* Returns the meta object for the containment reference list '{@link org.eclipse.bpmn2.Definitions#getRootElements Root Elements}'.
*
*
* @return the meta object for the containment reference list 'Root Elements'.
* @see org.eclipse.bpmn2.Definitions#getRootElements()
* @see #getDefinitions()
* @generated
*/
EReference getDefinitions_RootElements();
/**
* Returns the meta object for the containment reference list '{@link org.eclipse.bpmn2.Definitions#getDiagrams Diagrams}'.
*
*
* @return the meta object for the containment reference list 'Diagrams'.
* @see org.eclipse.bpmn2.Definitions#getDiagrams()
* @see #getDefinitions()
* @generated
*/
EReference getDefinitions_Diagrams();
/**
* Returns the meta object for the containment reference list '{@link org.eclipse.bpmn2.Definitions#getRelationships Relationships}'.
*
*
* @return the meta object for the containment reference list 'Relationships'.
* @see org.eclipse.bpmn2.Definitions#getRelationships()
* @see #getDefinitions()
* @generated
*/
EReference getDefinitions_Relationships();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.Definitions#getExporter Exporter}'.
*
*
* @return the meta object for the attribute 'Exporter'.
* @see org.eclipse.bpmn2.Definitions#getExporter()
* @see #getDefinitions()
* @generated
*/
EAttribute getDefinitions_Exporter();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.Definitions#getExporterVersion Exporter Version}'.
*
*
* @return the meta object for the attribute 'Exporter Version'.
* @see org.eclipse.bpmn2.Definitions#getExporterVersion()
* @see #getDefinitions()
* @generated
*/
EAttribute getDefinitions_ExporterVersion();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.Definitions#getExpressionLanguage Expression Language}'.
*
*
* @return the meta object for the attribute 'Expression Language'.
* @see org.eclipse.bpmn2.Definitions#getExpressionLanguage()
* @see #getDefinitions()
* @generated
*/
EAttribute getDefinitions_ExpressionLanguage();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.Definitions#getName Name}'.
*
*
* @return the meta object for the attribute 'Name'.
* @see org.eclipse.bpmn2.Definitions#getName()
* @see #getDefinitions()
* @generated
*/
EAttribute getDefinitions_Name();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.Definitions#getTargetNamespace Target Namespace}'.
*
*
* @return the meta object for the attribute 'Target Namespace'.
* @see org.eclipse.bpmn2.Definitions#getTargetNamespace()
* @see #getDefinitions()
* @generated
*/
EAttribute getDefinitions_TargetNamespace();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.Definitions#getTypeLanguage Type Language}'.
*
*
* @return the meta object for the attribute 'Type Language'.
* @see org.eclipse.bpmn2.Definitions#getTypeLanguage()
* @see #getDefinitions()
* @generated
*/
EAttribute getDefinitions_TypeLanguage();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.Documentation Documentation}'.
*
*
* @return the meta object for class 'Documentation'.
* @see org.eclipse.bpmn2.Documentation
* @generated
*/
EClass getDocumentation();
/**
* Returns the meta object for the attribute list '{@link org.eclipse.bpmn2.Documentation#getMixed Mixed}'.
*
*
* @return the meta object for the attribute list 'Mixed'.
* @see org.eclipse.bpmn2.Documentation#getMixed()
* @see #getDocumentation()
* @generated
*/
EAttribute getDocumentation_Mixed();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.Documentation#getText Text}'.
*
*
* @return the meta object for the attribute 'Text'.
* @see org.eclipse.bpmn2.Documentation#getText()
* @see #getDocumentation()
* @generated
*/
EAttribute getDocumentation_Text();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.Documentation#getTextFormat Text Format}'.
*
*
* @return the meta object for the attribute 'Text Format'.
* @see org.eclipse.bpmn2.Documentation#getTextFormat()
* @see #getDocumentation()
* @generated
*/
EAttribute getDocumentation_TextFormat();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.EndEvent End Event}'.
*
*
* @return the meta object for class 'End Event'.
* @see org.eclipse.bpmn2.EndEvent
* @generated
*/
EClass getEndEvent();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.EndPoint End Point}'.
*
*
* @return the meta object for class 'End Point'.
* @see org.eclipse.bpmn2.EndPoint
* @generated
*/
EClass getEndPoint();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.Error Error}'.
*
*
* @return the meta object for class 'Error'.
* @see org.eclipse.bpmn2.Error
* @generated
*/
EClass getError();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.Error#getErrorCode Error Code}'.
*
*
* @return the meta object for the attribute 'Error Code'.
* @see org.eclipse.bpmn2.Error#getErrorCode()
* @see #getError()
* @generated
*/
EAttribute getError_ErrorCode();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.Error#getName Name}'.
*
*
* @return the meta object for the attribute 'Name'.
* @see org.eclipse.bpmn2.Error#getName()
* @see #getError()
* @generated
*/
EAttribute getError_Name();
/**
* Returns the meta object for the reference '{@link org.eclipse.bpmn2.Error#getStructureRef Structure Ref}'.
*
*
* @return the meta object for the reference 'Structure Ref'.
* @see org.eclipse.bpmn2.Error#getStructureRef()
* @see #getError()
* @generated
*/
EReference getError_StructureRef();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.ErrorEventDefinition Error Event Definition}'.
*
*
* @return the meta object for class 'Error Event Definition'.
* @see org.eclipse.bpmn2.ErrorEventDefinition
* @generated
*/
EClass getErrorEventDefinition();
/**
* Returns the meta object for the reference '{@link org.eclipse.bpmn2.ErrorEventDefinition#getErrorRef Error Ref}'.
*
*
* @return the meta object for the reference 'Error Ref'.
* @see org.eclipse.bpmn2.ErrorEventDefinition#getErrorRef()
* @see #getErrorEventDefinition()
* @generated
*/
EReference getErrorEventDefinition_ErrorRef();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.Escalation Escalation}'.
*
*
* @return the meta object for class 'Escalation'.
* @see org.eclipse.bpmn2.Escalation
* @generated
*/
EClass getEscalation();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.Escalation#getEscalationCode Escalation Code}'.
*
*
* @return the meta object for the attribute 'Escalation Code'.
* @see org.eclipse.bpmn2.Escalation#getEscalationCode()
* @see #getEscalation()
* @generated
*/
EAttribute getEscalation_EscalationCode();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.Escalation#getName Name}'.
*
*
* @return the meta object for the attribute 'Name'.
* @see org.eclipse.bpmn2.Escalation#getName()
* @see #getEscalation()
* @generated
*/
EAttribute getEscalation_Name();
/**
* Returns the meta object for the reference '{@link org.eclipse.bpmn2.Escalation#getStructureRef Structure Ref}'.
*
*
* @return the meta object for the reference 'Structure Ref'.
* @see org.eclipse.bpmn2.Escalation#getStructureRef()
* @see #getEscalation()
* @generated
*/
EReference getEscalation_StructureRef();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.EscalationEventDefinition Escalation Event Definition}'.
*
*
* @return the meta object for class 'Escalation Event Definition'.
* @see org.eclipse.bpmn2.EscalationEventDefinition
* @generated
*/
EClass getEscalationEventDefinition();
/**
* Returns the meta object for the reference '{@link org.eclipse.bpmn2.EscalationEventDefinition#getEscalationRef Escalation Ref}'.
*
*
* @return the meta object for the reference 'Escalation Ref'.
* @see org.eclipse.bpmn2.EscalationEventDefinition#getEscalationRef()
* @see #getEscalationEventDefinition()
* @generated
*/
EReference getEscalationEventDefinition_EscalationRef();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.Event Event}'.
*
*
* @return the meta object for class 'Event'.
* @see org.eclipse.bpmn2.Event
* @generated
*/
EClass getEvent();
/**
* Returns the meta object for the containment reference list '{@link org.eclipse.bpmn2.Event#getProperties Properties}'.
*
*
* @return the meta object for the containment reference list 'Properties'.
* @see org.eclipse.bpmn2.Event#getProperties()
* @see #getEvent()
* @generated
*/
EReference getEvent_Properties();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.EventBasedGateway Event Based Gateway}'.
*
*
* @return the meta object for class 'Event Based Gateway'.
* @see org.eclipse.bpmn2.EventBasedGateway
* @generated
*/
EClass getEventBasedGateway();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.EventBasedGateway#getEventGatewayType Event Gateway Type}'.
*
*
* @return the meta object for the attribute 'Event Gateway Type'.
* @see org.eclipse.bpmn2.EventBasedGateway#getEventGatewayType()
* @see #getEventBasedGateway()
* @generated
*/
EAttribute getEventBasedGateway_EventGatewayType();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.EventBasedGateway#isInstantiate Instantiate}'.
*
*
* @return the meta object for the attribute 'Instantiate'.
* @see org.eclipse.bpmn2.EventBasedGateway#isInstantiate()
* @see #getEventBasedGateway()
* @generated
*/
EAttribute getEventBasedGateway_Instantiate();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.EventDefinition Event Definition}'.
*
*
* @return the meta object for class 'Event Definition'.
* @see org.eclipse.bpmn2.EventDefinition
* @generated
*/
EClass getEventDefinition();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.ExclusiveGateway Exclusive Gateway}'.
*
*
* @return the meta object for class 'Exclusive Gateway'.
* @see org.eclipse.bpmn2.ExclusiveGateway
* @generated
*/
EClass getExclusiveGateway();
/**
* Returns the meta object for the reference '{@link org.eclipse.bpmn2.ExclusiveGateway#getDefault Default}'.
*
*
* @return the meta object for the reference 'Default'.
* @see org.eclipse.bpmn2.ExclusiveGateway#getDefault()
* @see #getExclusiveGateway()
* @generated
*/
EReference getExclusiveGateway_Default();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.Expression Expression}'.
*
*
* @return the meta object for class 'Expression'.
* @see org.eclipse.bpmn2.Expression
* @generated
*/
EClass getExpression();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.Extension Extension}'.
*
*
* @return the meta object for class 'Extension'.
* @see org.eclipse.bpmn2.Extension
* @generated
*/
EClass getExtension();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.Extension#getDefinition Definition}'.
*
*
* @return the meta object for the containment reference 'Definition'.
* @see org.eclipse.bpmn2.Extension#getDefinition()
* @see #getExtension()
* @generated
*/
EReference getExtension_Definition();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.Extension#isMustUnderstand Must Understand}'.
*
*
* @return the meta object for the attribute 'Must Understand'.
* @see org.eclipse.bpmn2.Extension#isMustUnderstand()
* @see #getExtension()
* @generated
*/
EAttribute getExtension_MustUnderstand();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.Extension#getXsdDefinition Xsd Definition}'.
*
*
* @return the meta object for the attribute 'Xsd Definition'.
* @see org.eclipse.bpmn2.Extension#getXsdDefinition()
* @see #getExtension()
* @generated
*/
EAttribute getExtension_XsdDefinition();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.ExtensionAttributeDefinition Extension Attribute Definition}'.
*
*
* @return the meta object for class 'Extension Attribute Definition'.
* @see org.eclipse.bpmn2.ExtensionAttributeDefinition
* @generated
*/
EClass getExtensionAttributeDefinition();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.ExtensionAttributeDefinition#getName Name}'.
*
*
* @return the meta object for the attribute 'Name'.
* @see org.eclipse.bpmn2.ExtensionAttributeDefinition#getName()
* @see #getExtensionAttributeDefinition()
* @generated
*/
EAttribute getExtensionAttributeDefinition_Name();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.ExtensionAttributeDefinition#getType Type}'.
*
*
* @return the meta object for the attribute 'Type'.
* @see org.eclipse.bpmn2.ExtensionAttributeDefinition#getType()
* @see #getExtensionAttributeDefinition()
* @generated
*/
EAttribute getExtensionAttributeDefinition_Type();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.ExtensionAttributeDefinition#isIsReference Is Reference}'.
*
*
* @return the meta object for the attribute 'Is Reference'.
* @see org.eclipse.bpmn2.ExtensionAttributeDefinition#isIsReference()
* @see #getExtensionAttributeDefinition()
* @generated
*/
EAttribute getExtensionAttributeDefinition_IsReference();
/**
* Returns the meta object for the container reference '{@link org.eclipse.bpmn2.ExtensionAttributeDefinition#getExtensionDefinition Extension Definition}'.
*
*
* @return the meta object for the container reference 'Extension Definition'.
* @see org.eclipse.bpmn2.ExtensionAttributeDefinition#getExtensionDefinition()
* @see #getExtensionAttributeDefinition()
* @generated
*/
EReference getExtensionAttributeDefinition_ExtensionDefinition();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.ExtensionAttributeValue Extension Attribute Value}'.
*
*
* @return the meta object for class 'Extension Attribute Value'.
* @see org.eclipse.bpmn2.ExtensionAttributeValue
* @generated
*/
EClass getExtensionAttributeValue();
/**
* Returns the meta object for the reference '{@link org.eclipse.bpmn2.ExtensionAttributeValue#getValueRef Value Ref}'.
*
*
* @return the meta object for the reference 'Value Ref'.
* @see org.eclipse.bpmn2.ExtensionAttributeValue#getValueRef()
* @see #getExtensionAttributeValue()
* @generated
*/
EReference getExtensionAttributeValue_ValueRef();
/**
* Returns the meta object for the attribute list '{@link org.eclipse.bpmn2.ExtensionAttributeValue#getValue Value}'.
*
*
* @return the meta object for the attribute list 'Value'.
* @see org.eclipse.bpmn2.ExtensionAttributeValue#getValue()
* @see #getExtensionAttributeValue()
* @generated
*/
EAttribute getExtensionAttributeValue_Value();
/**
* Returns the meta object for the reference '{@link org.eclipse.bpmn2.ExtensionAttributeValue#getExtensionAttributeDefinition Extension Attribute Definition}'.
*
*
* @return the meta object for the reference 'Extension Attribute Definition'.
* @see org.eclipse.bpmn2.ExtensionAttributeValue#getExtensionAttributeDefinition()
* @see #getExtensionAttributeValue()
* @generated
*/
EReference getExtensionAttributeValue_ExtensionAttributeDefinition();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.ExtensionDefinition Extension Definition}'.
*
*
* @return the meta object for class 'Extension Definition'.
* @see org.eclipse.bpmn2.ExtensionDefinition
* @generated
*/
EClass getExtensionDefinition();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.ExtensionDefinition#getName Name}'.
*
*
* @return the meta object for the attribute 'Name'.
* @see org.eclipse.bpmn2.ExtensionDefinition#getName()
* @see #getExtensionDefinition()
* @generated
*/
EAttribute getExtensionDefinition_Name();
/**
* Returns the meta object for the containment reference list '{@link org.eclipse.bpmn2.ExtensionDefinition#getExtensionAttributeDefinitions Extension Attribute Definitions}'.
*
*
* @return the meta object for the containment reference list 'Extension Attribute Definitions'.
* @see org.eclipse.bpmn2.ExtensionDefinition#getExtensionAttributeDefinitions()
* @see #getExtensionDefinition()
* @generated
*/
EReference getExtensionDefinition_ExtensionAttributeDefinitions();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.FlowElement Flow Element}'.
*
*
* @return the meta object for class 'Flow Element'.
* @see org.eclipse.bpmn2.FlowElement
* @generated
*/
EClass getFlowElement();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.FlowElement#getAuditing Auditing}'.
*
*
* @return the meta object for the containment reference 'Auditing'.
* @see org.eclipse.bpmn2.FlowElement#getAuditing()
* @see #getFlowElement()
* @generated
*/
EReference getFlowElement_Auditing();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.FlowElement#getMonitoring Monitoring}'.
*
*
* @return the meta object for the containment reference 'Monitoring'.
* @see org.eclipse.bpmn2.FlowElement#getMonitoring()
* @see #getFlowElement()
* @generated
*/
EReference getFlowElement_Monitoring();
/**
* Returns the meta object for the reference list '{@link org.eclipse.bpmn2.FlowElement#getCategoryValueRef Category Value Ref}'.
*
*
* @return the meta object for the reference list 'Category Value Ref'.
* @see org.eclipse.bpmn2.FlowElement#getCategoryValueRef()
* @see #getFlowElement()
* @generated
*/
EReference getFlowElement_CategoryValueRef();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.FlowElement#getName Name}'.
*
*
* @return the meta object for the attribute 'Name'.
* @see org.eclipse.bpmn2.FlowElement#getName()
* @see #getFlowElement()
* @generated
*/
EAttribute getFlowElement_Name();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.FlowElementsContainer Flow Elements Container}'.
*
*
* @return the meta object for class 'Flow Elements Container'.
* @see org.eclipse.bpmn2.FlowElementsContainer
* @generated
*/
EClass getFlowElementsContainer();
/**
* Returns the meta object for the containment reference list '{@link org.eclipse.bpmn2.FlowElementsContainer#getLaneSets Lane Sets}'.
*
*
* @return the meta object for the containment reference list 'Lane Sets'.
* @see org.eclipse.bpmn2.FlowElementsContainer#getLaneSets()
* @see #getFlowElementsContainer()
* @generated
*/
EReference getFlowElementsContainer_LaneSets();
/**
* Returns the meta object for the containment reference list '{@link org.eclipse.bpmn2.FlowElementsContainer#getFlowElements Flow Elements}'.
*
*
* @return the meta object for the containment reference list 'Flow Elements'.
* @see org.eclipse.bpmn2.FlowElementsContainer#getFlowElements()
* @see #getFlowElementsContainer()
* @generated
*/
EReference getFlowElementsContainer_FlowElements();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.FlowNode Flow Node}'.
*
*
* @return the meta object for class 'Flow Node'.
* @see org.eclipse.bpmn2.FlowNode
* @generated
*/
EClass getFlowNode();
/**
* Returns the meta object for the reference list '{@link org.eclipse.bpmn2.FlowNode#getIncoming Incoming}'.
*
*
* @return the meta object for the reference list 'Incoming'.
* @see org.eclipse.bpmn2.FlowNode#getIncoming()
* @see #getFlowNode()
* @generated
*/
EReference getFlowNode_Incoming();
/**
* Returns the meta object for the reference list '{@link org.eclipse.bpmn2.FlowNode#getLanes Lanes}'.
*
*
* @return the meta object for the reference list 'Lanes'.
* @see org.eclipse.bpmn2.FlowNode#getLanes()
* @see #getFlowNode()
* @generated
*/
EReference getFlowNode_Lanes();
/**
* Returns the meta object for the reference list '{@link org.eclipse.bpmn2.FlowNode#getOutgoing Outgoing}'.
*
*
* @return the meta object for the reference list 'Outgoing'.
* @see org.eclipse.bpmn2.FlowNode#getOutgoing()
* @see #getFlowNode()
* @generated
*/
EReference getFlowNode_Outgoing();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.FormalExpression Formal Expression}'.
*
*
* @return the meta object for class 'Formal Expression'.
* @see org.eclipse.bpmn2.FormalExpression
* @generated
*/
EClass getFormalExpression();
/**
* Returns the meta object for the attribute list '{@link org.eclipse.bpmn2.FormalExpression#getMixed Mixed}'.
*
*
* @return the meta object for the attribute list 'Mixed'.
* @see org.eclipse.bpmn2.FormalExpression#getMixed()
* @see #getFormalExpression()
* @generated
*/
EAttribute getFormalExpression_Mixed();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.FormalExpression#getBody Body}'.
*
*
* @return the meta object for the attribute 'Body'.
* @see org.eclipse.bpmn2.FormalExpression#getBody()
* @see #getFormalExpression()
* @generated
*/
EAttribute getFormalExpression_Body();
/**
* Returns the meta object for the reference '{@link org.eclipse.bpmn2.FormalExpression#getEvaluatesToTypeRef Evaluates To Type Ref}'.
*
*
* @return the meta object for the reference 'Evaluates To Type Ref'.
* @see org.eclipse.bpmn2.FormalExpression#getEvaluatesToTypeRef()
* @see #getFormalExpression()
* @generated
*/
EReference getFormalExpression_EvaluatesToTypeRef();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.FormalExpression#getLanguage Language}'.
*
*
* @return the meta object for the attribute 'Language'.
* @see org.eclipse.bpmn2.FormalExpression#getLanguage()
* @see #getFormalExpression()
* @generated
*/
EAttribute getFormalExpression_Language();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.Gateway Gateway}'.
*
*
* @return the meta object for class 'Gateway'.
* @see org.eclipse.bpmn2.Gateway
* @generated
*/
EClass getGateway();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.Gateway#getGatewayDirection Gateway Direction}'.
*
*
* @return the meta object for the attribute 'Gateway Direction'.
* @see org.eclipse.bpmn2.Gateway#getGatewayDirection()
* @see #getGateway()
* @generated
*/
EAttribute getGateway_GatewayDirection();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.GlobalBusinessRuleTask Global Business Rule Task}'.
*
*
* @return the meta object for class 'Global Business Rule Task'.
* @see org.eclipse.bpmn2.GlobalBusinessRuleTask
* @generated
*/
EClass getGlobalBusinessRuleTask();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.GlobalBusinessRuleTask#getImplementation Implementation}'.
*
*
* @return the meta object for the attribute 'Implementation'.
* @see org.eclipse.bpmn2.GlobalBusinessRuleTask#getImplementation()
* @see #getGlobalBusinessRuleTask()
* @generated
*/
EAttribute getGlobalBusinessRuleTask_Implementation();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.GlobalChoreographyTask Global Choreography Task}'.
*
*
* @return the meta object for class 'Global Choreography Task'.
* @see org.eclipse.bpmn2.GlobalChoreographyTask
* @generated
*/
EClass getGlobalChoreographyTask();
/**
* Returns the meta object for the reference '{@link org.eclipse.bpmn2.GlobalChoreographyTask#getInitiatingParticipantRef Initiating Participant Ref}'.
*
*
* @return the meta object for the reference 'Initiating Participant Ref'.
* @see org.eclipse.bpmn2.GlobalChoreographyTask#getInitiatingParticipantRef()
* @see #getGlobalChoreographyTask()
* @generated
*/
EReference getGlobalChoreographyTask_InitiatingParticipantRef();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.GlobalConversation Global Conversation}'.
*
*
* @return the meta object for class 'Global Conversation'.
* @see org.eclipse.bpmn2.GlobalConversation
* @generated
*/
EClass getGlobalConversation();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.GlobalManualTask Global Manual Task}'.
*
*
* @return the meta object for class 'Global Manual Task'.
* @see org.eclipse.bpmn2.GlobalManualTask
* @generated
*/
EClass getGlobalManualTask();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.GlobalScriptTask Global Script Task}'.
*
*
* @return the meta object for class 'Global Script Task'.
* @see org.eclipse.bpmn2.GlobalScriptTask
* @generated
*/
EClass getGlobalScriptTask();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.GlobalScriptTask#getScript Script}'.
*
*
* @return the meta object for the attribute 'Script'.
* @see org.eclipse.bpmn2.GlobalScriptTask#getScript()
* @see #getGlobalScriptTask()
* @generated
*/
EAttribute getGlobalScriptTask_Script();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.GlobalScriptTask#getScriptLanguage Script Language}'.
*
*
* @return the meta object for the attribute 'Script Language'.
* @see org.eclipse.bpmn2.GlobalScriptTask#getScriptLanguage()
* @see #getGlobalScriptTask()
* @generated
*/
EAttribute getGlobalScriptTask_ScriptLanguage();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.GlobalTask Global Task}'.
*
*
* @return the meta object for class 'Global Task'.
* @see org.eclipse.bpmn2.GlobalTask
* @generated
*/
EClass getGlobalTask();
/**
* Returns the meta object for the containment reference list '{@link org.eclipse.bpmn2.GlobalTask#getResources Resources}'.
*
*
* @return the meta object for the containment reference list 'Resources'.
* @see org.eclipse.bpmn2.GlobalTask#getResources()
* @see #getGlobalTask()
* @generated
*/
EReference getGlobalTask_Resources();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.GlobalUserTask Global User Task}'.
*
*
* @return the meta object for class 'Global User Task'.
* @see org.eclipse.bpmn2.GlobalUserTask
* @generated
*/
EClass getGlobalUserTask();
/**
* Returns the meta object for the containment reference list '{@link org.eclipse.bpmn2.GlobalUserTask#getRenderings Renderings}'.
*
*
* @return the meta object for the containment reference list 'Renderings'.
* @see org.eclipse.bpmn2.GlobalUserTask#getRenderings()
* @see #getGlobalUserTask()
* @generated
*/
EReference getGlobalUserTask_Renderings();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.GlobalUserTask#getImplementation Implementation}'.
*
*
* @return the meta object for the attribute 'Implementation'.
* @see org.eclipse.bpmn2.GlobalUserTask#getImplementation()
* @see #getGlobalUserTask()
* @generated
*/
EAttribute getGlobalUserTask_Implementation();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.Group Group}'.
*
*
* @return the meta object for class 'Group'.
* @see org.eclipse.bpmn2.Group
* @generated
*/
EClass getGroup();
/**
* Returns the meta object for the reference '{@link org.eclipse.bpmn2.Group#getCategoryValueRef Category Value Ref}'.
*
*
* @return the meta object for the reference 'Category Value Ref'.
* @see org.eclipse.bpmn2.Group#getCategoryValueRef()
* @see #getGroup()
* @generated
*/
EReference getGroup_CategoryValueRef();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.HumanPerformer Human Performer}'.
*
*
* @return the meta object for class 'Human Performer'.
* @see org.eclipse.bpmn2.HumanPerformer
* @generated
*/
EClass getHumanPerformer();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.ImplicitThrowEvent Implicit Throw Event}'.
*
*
* @return the meta object for class 'Implicit Throw Event'.
* @see org.eclipse.bpmn2.ImplicitThrowEvent
* @generated
*/
EClass getImplicitThrowEvent();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.Import Import}'.
*
*
* @return the meta object for class 'Import'.
* @see org.eclipse.bpmn2.Import
* @generated
*/
EClass getImport();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.Import#getImportType Import Type}'.
*
*
* @return the meta object for the attribute 'Import Type'.
* @see org.eclipse.bpmn2.Import#getImportType()
* @see #getImport()
* @generated
*/
EAttribute getImport_ImportType();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.Import#getLocation Location}'.
*
*
* @return the meta object for the attribute 'Location'.
* @see org.eclipse.bpmn2.Import#getLocation()
* @see #getImport()
* @generated
*/
EAttribute getImport_Location();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.Import#getNamespace Namespace}'.
*
*
* @return the meta object for the attribute 'Namespace'.
* @see org.eclipse.bpmn2.Import#getNamespace()
* @see #getImport()
* @generated
*/
EAttribute getImport_Namespace();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.InclusiveGateway Inclusive Gateway}'.
*
*
* @return the meta object for class 'Inclusive Gateway'.
* @see org.eclipse.bpmn2.InclusiveGateway
* @generated
*/
EClass getInclusiveGateway();
/**
* Returns the meta object for the reference '{@link org.eclipse.bpmn2.InclusiveGateway#getDefault Default}'.
*
*
* @return the meta object for the reference 'Default'.
* @see org.eclipse.bpmn2.InclusiveGateway#getDefault()
* @see #getInclusiveGateway()
* @generated
*/
EReference getInclusiveGateway_Default();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.InputOutputBinding Input Output Binding}'.
*
*
* @return the meta object for class 'Input Output Binding'.
* @see org.eclipse.bpmn2.InputOutputBinding
* @generated
*/
EClass getInputOutputBinding();
/**
* Returns the meta object for the reference '{@link org.eclipse.bpmn2.InputOutputBinding#getInputDataRef Input Data Ref}'.
*
*
* @return the meta object for the reference 'Input Data Ref'.
* @see org.eclipse.bpmn2.InputOutputBinding#getInputDataRef()
* @see #getInputOutputBinding()
* @generated
*/
EReference getInputOutputBinding_InputDataRef();
/**
* Returns the meta object for the reference '{@link org.eclipse.bpmn2.InputOutputBinding#getOperationRef Operation Ref}'.
*
*
* @return the meta object for the reference 'Operation Ref'.
* @see org.eclipse.bpmn2.InputOutputBinding#getOperationRef()
* @see #getInputOutputBinding()
* @generated
*/
EReference getInputOutputBinding_OperationRef();
/**
* Returns the meta object for the reference '{@link org.eclipse.bpmn2.InputOutputBinding#getOutputDataRef Output Data Ref}'.
*
*
* @return the meta object for the reference 'Output Data Ref'.
* @see org.eclipse.bpmn2.InputOutputBinding#getOutputDataRef()
* @see #getInputOutputBinding()
* @generated
*/
EReference getInputOutputBinding_OutputDataRef();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.InputOutputSpecification Input Output Specification}'.
*
*
* @return the meta object for class 'Input Output Specification'.
* @see org.eclipse.bpmn2.InputOutputSpecification
* @generated
*/
EClass getInputOutputSpecification();
/**
* Returns the meta object for the containment reference list '{@link org.eclipse.bpmn2.InputOutputSpecification#getDataInputs Data Inputs}'.
*
*
* @return the meta object for the containment reference list 'Data Inputs'.
* @see org.eclipse.bpmn2.InputOutputSpecification#getDataInputs()
* @see #getInputOutputSpecification()
* @generated
*/
EReference getInputOutputSpecification_DataInputs();
/**
* Returns the meta object for the containment reference list '{@link org.eclipse.bpmn2.InputOutputSpecification#getDataOutputs Data Outputs}'.
*
*
* @return the meta object for the containment reference list 'Data Outputs'.
* @see org.eclipse.bpmn2.InputOutputSpecification#getDataOutputs()
* @see #getInputOutputSpecification()
* @generated
*/
EReference getInputOutputSpecification_DataOutputs();
/**
* Returns the meta object for the containment reference list '{@link org.eclipse.bpmn2.InputOutputSpecification#getInputSets Input Sets}'.
*
*
* @return the meta object for the containment reference list 'Input Sets'.
* @see org.eclipse.bpmn2.InputOutputSpecification#getInputSets()
* @see #getInputOutputSpecification()
* @generated
*/
EReference getInputOutputSpecification_InputSets();
/**
* Returns the meta object for the containment reference list '{@link org.eclipse.bpmn2.InputOutputSpecification#getOutputSets Output Sets}'.
*
*
* @return the meta object for the containment reference list 'Output Sets'.
* @see org.eclipse.bpmn2.InputOutputSpecification#getOutputSets()
* @see #getInputOutputSpecification()
* @generated
*/
EReference getInputOutputSpecification_OutputSets();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.InputSet Input Set}'.
*
*
* @return the meta object for class 'Input Set'.
* @see org.eclipse.bpmn2.InputSet
* @generated
*/
EClass getInputSet();
/**
* Returns the meta object for the reference list '{@link org.eclipse.bpmn2.InputSet#getDataInputRefs Data Input Refs}'.
*
*
* @return the meta object for the reference list 'Data Input Refs'.
* @see org.eclipse.bpmn2.InputSet#getDataInputRefs()
* @see #getInputSet()
* @generated
*/
EReference getInputSet_DataInputRefs();
/**
* Returns the meta object for the reference list '{@link org.eclipse.bpmn2.InputSet#getOptionalInputRefs Optional Input Refs}'.
*
*
* @return the meta object for the reference list 'Optional Input Refs'.
* @see org.eclipse.bpmn2.InputSet#getOptionalInputRefs()
* @see #getInputSet()
* @generated
*/
EReference getInputSet_OptionalInputRefs();
/**
* Returns the meta object for the reference list '{@link org.eclipse.bpmn2.InputSet#getWhileExecutingInputRefs While Executing Input Refs}'.
*
*
* @return the meta object for the reference list 'While Executing Input Refs'.
* @see org.eclipse.bpmn2.InputSet#getWhileExecutingInputRefs()
* @see #getInputSet()
* @generated
*/
EReference getInputSet_WhileExecutingInputRefs();
/**
* Returns the meta object for the reference list '{@link org.eclipse.bpmn2.InputSet#getOutputSetRefs Output Set Refs}'.
*
*
* @return the meta object for the reference list 'Output Set Refs'.
* @see org.eclipse.bpmn2.InputSet#getOutputSetRefs()
* @see #getInputSet()
* @generated
*/
EReference getInputSet_OutputSetRefs();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.InputSet#getName Name}'.
*
*
* @return the meta object for the attribute 'Name'.
* @see org.eclipse.bpmn2.InputSet#getName()
* @see #getInputSet()
* @generated
*/
EAttribute getInputSet_Name();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.InteractionNode Interaction Node}'.
*
*
* @return the meta object for class 'Interaction Node'.
* @see org.eclipse.bpmn2.InteractionNode
* @generated
*/
EClass getInteractionNode();
/**
* Returns the meta object for the reference list '{@link org.eclipse.bpmn2.InteractionNode#getIncomingConversationLinks Incoming Conversation Links}'.
*
*
* @return the meta object for the reference list 'Incoming Conversation Links'.
* @see org.eclipse.bpmn2.InteractionNode#getIncomingConversationLinks()
* @see #getInteractionNode()
* @generated
*/
EReference getInteractionNode_IncomingConversationLinks();
/**
* Returns the meta object for the reference list '{@link org.eclipse.bpmn2.InteractionNode#getOutgoingConversationLinks Outgoing Conversation Links}'.
*
*
* @return the meta object for the reference list 'Outgoing Conversation Links'.
* @see org.eclipse.bpmn2.InteractionNode#getOutgoingConversationLinks()
* @see #getInteractionNode()
* @generated
*/
EReference getInteractionNode_OutgoingConversationLinks();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.Interface Interface}'.
*
*
* @return the meta object for class 'Interface'.
* @see org.eclipse.bpmn2.Interface
* @generated
*/
EClass getInterface();
/**
* Returns the meta object for the containment reference list '{@link org.eclipse.bpmn2.Interface#getOperations Operations}'.
*
*
* @return the meta object for the containment reference list 'Operations'.
* @see org.eclipse.bpmn2.Interface#getOperations()
* @see #getInterface()
* @generated
*/
EReference getInterface_Operations();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.Interface#getName Name}'.
*
*
* @return the meta object for the attribute 'Name'.
* @see org.eclipse.bpmn2.Interface#getName()
* @see #getInterface()
* @generated
*/
EAttribute getInterface_Name();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.Interface#getImplementationRef Implementation Ref}'.
*
*
* @return the meta object for the attribute 'Implementation Ref'.
* @see org.eclipse.bpmn2.Interface#getImplementationRef()
* @see #getInterface()
* @generated
*/
EAttribute getInterface_ImplementationRef();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.IntermediateCatchEvent Intermediate Catch Event}'.
*
*
* @return the meta object for class 'Intermediate Catch Event'.
* @see org.eclipse.bpmn2.IntermediateCatchEvent
* @generated
*/
EClass getIntermediateCatchEvent();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.IntermediateThrowEvent Intermediate Throw Event}'.
*
*
* @return the meta object for class 'Intermediate Throw Event'.
* @see org.eclipse.bpmn2.IntermediateThrowEvent
* @generated
*/
EClass getIntermediateThrowEvent();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.ItemAwareElement Item Aware Element}'.
*
*
* @return the meta object for class 'Item Aware Element'.
* @see org.eclipse.bpmn2.ItemAwareElement
* @generated
*/
EClass getItemAwareElement();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.ItemAwareElement#getDataState Data State}'.
*
*
* @return the meta object for the containment reference 'Data State'.
* @see org.eclipse.bpmn2.ItemAwareElement#getDataState()
* @see #getItemAwareElement()
* @generated
*/
EReference getItemAwareElement_DataState();
/**
* Returns the meta object for the reference '{@link org.eclipse.bpmn2.ItemAwareElement#getItemSubjectRef Item Subject Ref}'.
*
*
* @return the meta object for the reference 'Item Subject Ref'.
* @see org.eclipse.bpmn2.ItemAwareElement#getItemSubjectRef()
* @see #getItemAwareElement()
* @generated
*/
EReference getItemAwareElement_ItemSubjectRef();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.ItemDefinition Item Definition}'.
*
*
* @return the meta object for class 'Item Definition'.
* @see org.eclipse.bpmn2.ItemDefinition
* @generated
*/
EClass getItemDefinition();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.ItemDefinition#isIsCollection Is Collection}'.
*
*
* @return the meta object for the attribute 'Is Collection'.
* @see org.eclipse.bpmn2.ItemDefinition#isIsCollection()
* @see #getItemDefinition()
* @generated
*/
EAttribute getItemDefinition_IsCollection();
/**
* Returns the meta object for the reference '{@link org.eclipse.bpmn2.ItemDefinition#getImport Import}'.
*
*
* @return the meta object for the reference 'Import'.
* @see org.eclipse.bpmn2.ItemDefinition#getImport()
* @see #getItemDefinition()
* @generated
*/
EReference getItemDefinition_Import();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.ItemDefinition#getItemKind Item Kind}'.
*
*
* @return the meta object for the attribute 'Item Kind'.
* @see org.eclipse.bpmn2.ItemDefinition#getItemKind()
* @see #getItemDefinition()
* @generated
*/
EAttribute getItemDefinition_ItemKind();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.ItemDefinition#getStructureRef Structure Ref}'.
*
*
* @return the meta object for the attribute 'Structure Ref'.
* @see org.eclipse.bpmn2.ItemDefinition#getStructureRef()
* @see #getItemDefinition()
* @generated
*/
EAttribute getItemDefinition_StructureRef();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.Lane Lane}'.
*
*
* @return the meta object for class 'Lane'.
* @see org.eclipse.bpmn2.Lane
* @generated
*/
EClass getLane();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.Lane#getPartitionElement Partition Element}'.
*
*
* @return the meta object for the containment reference 'Partition Element'.
* @see org.eclipse.bpmn2.Lane#getPartitionElement()
* @see #getLane()
* @generated
*/
EReference getLane_PartitionElement();
/**
* Returns the meta object for the reference list '{@link org.eclipse.bpmn2.Lane#getFlowNodeRefs Flow Node Refs}'.
*
*
* @return the meta object for the reference list 'Flow Node Refs'.
* @see org.eclipse.bpmn2.Lane#getFlowNodeRefs()
* @see #getLane()
* @generated
*/
EReference getLane_FlowNodeRefs();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.Lane#getChildLaneSet Child Lane Set}'.
*
*
* @return the meta object for the containment reference 'Child Lane Set'.
* @see org.eclipse.bpmn2.Lane#getChildLaneSet()
* @see #getLane()
* @generated
*/
EReference getLane_ChildLaneSet();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.Lane#getName Name}'.
*
*
* @return the meta object for the attribute 'Name'.
* @see org.eclipse.bpmn2.Lane#getName()
* @see #getLane()
* @generated
*/
EAttribute getLane_Name();
/**
* Returns the meta object for the reference '{@link org.eclipse.bpmn2.Lane#getPartitionElementRef Partition Element Ref}'.
*
*
* @return the meta object for the reference 'Partition Element Ref'.
* @see org.eclipse.bpmn2.Lane#getPartitionElementRef()
* @see #getLane()
* @generated
*/
EReference getLane_PartitionElementRef();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.LaneSet Lane Set}'.
*
*
* @return the meta object for class 'Lane Set'.
* @see org.eclipse.bpmn2.LaneSet
* @generated
*/
EClass getLaneSet();
/**
* Returns the meta object for the containment reference list '{@link org.eclipse.bpmn2.LaneSet#getLanes Lanes}'.
*
*
* @return the meta object for the containment reference list 'Lanes'.
* @see org.eclipse.bpmn2.LaneSet#getLanes()
* @see #getLaneSet()
* @generated
*/
EReference getLaneSet_Lanes();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.LaneSet#getName Name}'.
*
*
* @return the meta object for the attribute 'Name'.
* @see org.eclipse.bpmn2.LaneSet#getName()
* @see #getLaneSet()
* @generated
*/
EAttribute getLaneSet_Name();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.LinkEventDefinition Link Event Definition}'.
*
*
* @return the meta object for class 'Link Event Definition'.
* @see org.eclipse.bpmn2.LinkEventDefinition
* @generated
*/
EClass getLinkEventDefinition();
/**
* Returns the meta object for the reference list '{@link org.eclipse.bpmn2.LinkEventDefinition#getSource Source}'.
*
*
* @return the meta object for the reference list 'Source'.
* @see org.eclipse.bpmn2.LinkEventDefinition#getSource()
* @see #getLinkEventDefinition()
* @generated
*/
EReference getLinkEventDefinition_Source();
/**
* Returns the meta object for the reference '{@link org.eclipse.bpmn2.LinkEventDefinition#getTarget Target}'.
*
*
* @return the meta object for the reference 'Target'.
* @see org.eclipse.bpmn2.LinkEventDefinition#getTarget()
* @see #getLinkEventDefinition()
* @generated
*/
EReference getLinkEventDefinition_Target();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.LinkEventDefinition#getName Name}'.
*
*
* @return the meta object for the attribute 'Name'.
* @see org.eclipse.bpmn2.LinkEventDefinition#getName()
* @see #getLinkEventDefinition()
* @generated
*/
EAttribute getLinkEventDefinition_Name();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.LoopCharacteristics Loop Characteristics}'.
*
*
* @return the meta object for class 'Loop Characteristics'.
* @see org.eclipse.bpmn2.LoopCharacteristics
* @generated
*/
EClass getLoopCharacteristics();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.ManualTask Manual Task}'.
*
*
* @return the meta object for class 'Manual Task'.
* @see org.eclipse.bpmn2.ManualTask
* @generated
*/
EClass getManualTask();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.Message Message}'.
*
*
* @return the meta object for class 'Message'.
* @see org.eclipse.bpmn2.Message
* @generated
*/
EClass getMessage();
/**
* Returns the meta object for the reference '{@link org.eclipse.bpmn2.Message#getItemRef Item Ref}'.
*
*
* @return the meta object for the reference 'Item Ref'.
* @see org.eclipse.bpmn2.Message#getItemRef()
* @see #getMessage()
* @generated
*/
EReference getMessage_ItemRef();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.Message#getName Name}'.
*
*
* @return the meta object for the attribute 'Name'.
* @see org.eclipse.bpmn2.Message#getName()
* @see #getMessage()
* @generated
*/
EAttribute getMessage_Name();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.MessageEventDefinition Message Event Definition}'.
*
*
* @return the meta object for class 'Message Event Definition'.
* @see org.eclipse.bpmn2.MessageEventDefinition
* @generated
*/
EClass getMessageEventDefinition();
/**
* Returns the meta object for the reference '{@link org.eclipse.bpmn2.MessageEventDefinition#getOperationRef Operation Ref}'.
*
*
* @return the meta object for the reference 'Operation Ref'.
* @see org.eclipse.bpmn2.MessageEventDefinition#getOperationRef()
* @see #getMessageEventDefinition()
* @generated
*/
EReference getMessageEventDefinition_OperationRef();
/**
* Returns the meta object for the reference '{@link org.eclipse.bpmn2.MessageEventDefinition#getMessageRef Message Ref}'.
*
*
* @return the meta object for the reference 'Message Ref'.
* @see org.eclipse.bpmn2.MessageEventDefinition#getMessageRef()
* @see #getMessageEventDefinition()
* @generated
*/
EReference getMessageEventDefinition_MessageRef();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.MessageFlow Message Flow}'.
*
*
* @return the meta object for class 'Message Flow'.
* @see org.eclipse.bpmn2.MessageFlow
* @generated
*/
EClass getMessageFlow();
/**
* Returns the meta object for the reference '{@link org.eclipse.bpmn2.MessageFlow#getMessageRef Message Ref}'.
*
*
* @return the meta object for the reference 'Message Ref'.
* @see org.eclipse.bpmn2.MessageFlow#getMessageRef()
* @see #getMessageFlow()
* @generated
*/
EReference getMessageFlow_MessageRef();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.MessageFlow#getName Name}'.
*
*
* @return the meta object for the attribute 'Name'.
* @see org.eclipse.bpmn2.MessageFlow#getName()
* @see #getMessageFlow()
* @generated
*/
EAttribute getMessageFlow_Name();
/**
* Returns the meta object for the reference '{@link org.eclipse.bpmn2.MessageFlow#getSourceRef Source Ref}'.
*
*
* @return the meta object for the reference 'Source Ref'.
* @see org.eclipse.bpmn2.MessageFlow#getSourceRef()
* @see #getMessageFlow()
* @generated
*/
EReference getMessageFlow_SourceRef();
/**
* Returns the meta object for the reference '{@link org.eclipse.bpmn2.MessageFlow#getTargetRef Target Ref}'.
*
*
* @return the meta object for the reference 'Target Ref'.
* @see org.eclipse.bpmn2.MessageFlow#getTargetRef()
* @see #getMessageFlow()
* @generated
*/
EReference getMessageFlow_TargetRef();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.MessageFlowAssociation Message Flow Association}'.
*
*
* @return the meta object for class 'Message Flow Association'.
* @see org.eclipse.bpmn2.MessageFlowAssociation
* @generated
*/
EClass getMessageFlowAssociation();
/**
* Returns the meta object for the reference '{@link org.eclipse.bpmn2.MessageFlowAssociation#getInnerMessageFlowRef Inner Message Flow Ref}'.
*
*
* @return the meta object for the reference 'Inner Message Flow Ref'.
* @see org.eclipse.bpmn2.MessageFlowAssociation#getInnerMessageFlowRef()
* @see #getMessageFlowAssociation()
* @generated
*/
EReference getMessageFlowAssociation_InnerMessageFlowRef();
/**
* Returns the meta object for the reference '{@link org.eclipse.bpmn2.MessageFlowAssociation#getOuterMessageFlowRef Outer Message Flow Ref}'.
*
*
* @return the meta object for the reference 'Outer Message Flow Ref'.
* @see org.eclipse.bpmn2.MessageFlowAssociation#getOuterMessageFlowRef()
* @see #getMessageFlowAssociation()
* @generated
*/
EReference getMessageFlowAssociation_OuterMessageFlowRef();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.Monitoring Monitoring}'.
*
*
* @return the meta object for class 'Monitoring'.
* @see org.eclipse.bpmn2.Monitoring
* @generated
*/
EClass getMonitoring();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.MultiInstanceLoopCharacteristics Multi Instance Loop Characteristics}'.
*
*
* @return the meta object for class 'Multi Instance Loop Characteristics'.
* @see org.eclipse.bpmn2.MultiInstanceLoopCharacteristics
* @generated
*/
EClass getMultiInstanceLoopCharacteristics();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.MultiInstanceLoopCharacteristics#getLoopCardinality Loop Cardinality}'.
*
*
* @return the meta object for the containment reference 'Loop Cardinality'.
* @see org.eclipse.bpmn2.MultiInstanceLoopCharacteristics#getLoopCardinality()
* @see #getMultiInstanceLoopCharacteristics()
* @generated
*/
EReference getMultiInstanceLoopCharacteristics_LoopCardinality();
/**
* Returns the meta object for the reference '{@link org.eclipse.bpmn2.MultiInstanceLoopCharacteristics#getLoopDataInputRef Loop Data Input Ref}'.
*
*
* @return the meta object for the reference 'Loop Data Input Ref'.
* @see org.eclipse.bpmn2.MultiInstanceLoopCharacteristics#getLoopDataInputRef()
* @see #getMultiInstanceLoopCharacteristics()
* @generated
*/
EReference getMultiInstanceLoopCharacteristics_LoopDataInputRef();
/**
* Returns the meta object for the reference '{@link org.eclipse.bpmn2.MultiInstanceLoopCharacteristics#getLoopDataOutputRef Loop Data Output Ref}'.
*
*
* @return the meta object for the reference 'Loop Data Output Ref'.
* @see org.eclipse.bpmn2.MultiInstanceLoopCharacteristics#getLoopDataOutputRef()
* @see #getMultiInstanceLoopCharacteristics()
* @generated
*/
EReference getMultiInstanceLoopCharacteristics_LoopDataOutputRef();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.MultiInstanceLoopCharacteristics#getInputDataItem Input Data Item}'.
*
*
* @return the meta object for the containment reference 'Input Data Item'.
* @see org.eclipse.bpmn2.MultiInstanceLoopCharacteristics#getInputDataItem()
* @see #getMultiInstanceLoopCharacteristics()
* @generated
*/
EReference getMultiInstanceLoopCharacteristics_InputDataItem();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.MultiInstanceLoopCharacteristics#getOutputDataItem Output Data Item}'.
*
*
* @return the meta object for the containment reference 'Output Data Item'.
* @see org.eclipse.bpmn2.MultiInstanceLoopCharacteristics#getOutputDataItem()
* @see #getMultiInstanceLoopCharacteristics()
* @generated
*/
EReference getMultiInstanceLoopCharacteristics_OutputDataItem();
/**
* Returns the meta object for the containment reference list '{@link org.eclipse.bpmn2.MultiInstanceLoopCharacteristics#getComplexBehaviorDefinition Complex Behavior Definition}'.
*
*
* @return the meta object for the containment reference list 'Complex Behavior Definition'.
* @see org.eclipse.bpmn2.MultiInstanceLoopCharacteristics#getComplexBehaviorDefinition()
* @see #getMultiInstanceLoopCharacteristics()
* @generated
*/
EReference getMultiInstanceLoopCharacteristics_ComplexBehaviorDefinition();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.MultiInstanceLoopCharacteristics#getCompletionCondition Completion Condition}'.
*
*
* @return the meta object for the containment reference 'Completion Condition'.
* @see org.eclipse.bpmn2.MultiInstanceLoopCharacteristics#getCompletionCondition()
* @see #getMultiInstanceLoopCharacteristics()
* @generated
*/
EReference getMultiInstanceLoopCharacteristics_CompletionCondition();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.MultiInstanceLoopCharacteristics#getBehavior Behavior}'.
*
*
* @return the meta object for the attribute 'Behavior'.
* @see org.eclipse.bpmn2.MultiInstanceLoopCharacteristics#getBehavior()
* @see #getMultiInstanceLoopCharacteristics()
* @generated
*/
EAttribute getMultiInstanceLoopCharacteristics_Behavior();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.MultiInstanceLoopCharacteristics#isIsSequential Is Sequential}'.
*
*
* @return the meta object for the attribute 'Is Sequential'.
* @see org.eclipse.bpmn2.MultiInstanceLoopCharacteristics#isIsSequential()
* @see #getMultiInstanceLoopCharacteristics()
* @generated
*/
EAttribute getMultiInstanceLoopCharacteristics_IsSequential();
/**
* Returns the meta object for the reference '{@link org.eclipse.bpmn2.MultiInstanceLoopCharacteristics#getNoneBehaviorEventRef None Behavior Event Ref}'.
*
*
* @return the meta object for the reference 'None Behavior Event Ref'.
* @see org.eclipse.bpmn2.MultiInstanceLoopCharacteristics#getNoneBehaviorEventRef()
* @see #getMultiInstanceLoopCharacteristics()
* @generated
*/
EReference getMultiInstanceLoopCharacteristics_NoneBehaviorEventRef();
/**
* Returns the meta object for the reference '{@link org.eclipse.bpmn2.MultiInstanceLoopCharacteristics#getOneBehaviorEventRef One Behavior Event Ref}'.
*
*
* @return the meta object for the reference 'One Behavior Event Ref'.
* @see org.eclipse.bpmn2.MultiInstanceLoopCharacteristics#getOneBehaviorEventRef()
* @see #getMultiInstanceLoopCharacteristics()
* @generated
*/
EReference getMultiInstanceLoopCharacteristics_OneBehaviorEventRef();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.Operation Operation}'.
*
*
* @return the meta object for class 'Operation'.
* @see org.eclipse.bpmn2.Operation
* @generated
*/
EClass getOperation();
/**
* Returns the meta object for the reference '{@link org.eclipse.bpmn2.Operation#getInMessageRef In Message Ref}'.
*
*
* @return the meta object for the reference 'In Message Ref'.
* @see org.eclipse.bpmn2.Operation#getInMessageRef()
* @see #getOperation()
* @generated
*/
EReference getOperation_InMessageRef();
/**
* Returns the meta object for the reference '{@link org.eclipse.bpmn2.Operation#getOutMessageRef Out Message Ref}'.
*
*
* @return the meta object for the reference 'Out Message Ref'.
* @see org.eclipse.bpmn2.Operation#getOutMessageRef()
* @see #getOperation()
* @generated
*/
EReference getOperation_OutMessageRef();
/**
* Returns the meta object for the reference list '{@link org.eclipse.bpmn2.Operation#getErrorRefs Error Refs}'.
*
*
* @return the meta object for the reference list 'Error Refs'.
* @see org.eclipse.bpmn2.Operation#getErrorRefs()
* @see #getOperation()
* @generated
*/
EReference getOperation_ErrorRefs();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.Operation#getName Name}'.
*
*
* @return the meta object for the attribute 'Name'.
* @see org.eclipse.bpmn2.Operation#getName()
* @see #getOperation()
* @generated
*/
EAttribute getOperation_Name();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.Operation#getImplementationRef Implementation Ref}'.
*
*
* @return the meta object for the attribute 'Implementation Ref'.
* @see org.eclipse.bpmn2.Operation#getImplementationRef()
* @see #getOperation()
* @generated
*/
EAttribute getOperation_ImplementationRef();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.OutputSet Output Set}'.
*
*
* @return the meta object for class 'Output Set'.
* @see org.eclipse.bpmn2.OutputSet
* @generated
*/
EClass getOutputSet();
/**
* Returns the meta object for the reference list '{@link org.eclipse.bpmn2.OutputSet#getDataOutputRefs Data Output Refs}'.
*
*
* @return the meta object for the reference list 'Data Output Refs'.
* @see org.eclipse.bpmn2.OutputSet#getDataOutputRefs()
* @see #getOutputSet()
* @generated
*/
EReference getOutputSet_DataOutputRefs();
/**
* Returns the meta object for the reference list '{@link org.eclipse.bpmn2.OutputSet#getOptionalOutputRefs Optional Output Refs}'.
*
*
* @return the meta object for the reference list 'Optional Output Refs'.
* @see org.eclipse.bpmn2.OutputSet#getOptionalOutputRefs()
* @see #getOutputSet()
* @generated
*/
EReference getOutputSet_OptionalOutputRefs();
/**
* Returns the meta object for the reference list '{@link org.eclipse.bpmn2.OutputSet#getWhileExecutingOutputRefs While Executing Output Refs}'.
*
*
* @return the meta object for the reference list 'While Executing Output Refs'.
* @see org.eclipse.bpmn2.OutputSet#getWhileExecutingOutputRefs()
* @see #getOutputSet()
* @generated
*/
EReference getOutputSet_WhileExecutingOutputRefs();
/**
* Returns the meta object for the reference list '{@link org.eclipse.bpmn2.OutputSet#getInputSetRefs Input Set Refs}'.
*
*
* @return the meta object for the reference list 'Input Set Refs'.
* @see org.eclipse.bpmn2.OutputSet#getInputSetRefs()
* @see #getOutputSet()
* @generated
*/
EReference getOutputSet_InputSetRefs();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.OutputSet#getName Name}'.
*
*
* @return the meta object for the attribute 'Name'.
* @see org.eclipse.bpmn2.OutputSet#getName()
* @see #getOutputSet()
* @generated
*/
EAttribute getOutputSet_Name();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.ParallelGateway Parallel Gateway}'.
*
*
* @return the meta object for class 'Parallel Gateway'.
* @see org.eclipse.bpmn2.ParallelGateway
* @generated
*/
EClass getParallelGateway();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.Participant Participant}'.
*
*
* @return the meta object for class 'Participant'.
* @see org.eclipse.bpmn2.Participant
* @generated
*/
EClass getParticipant();
/**
* Returns the meta object for the reference list '{@link org.eclipse.bpmn2.Participant#getInterfaceRefs Interface Refs}'.
*
*
* @return the meta object for the reference list 'Interface Refs'.
* @see org.eclipse.bpmn2.Participant#getInterfaceRefs()
* @see #getParticipant()
* @generated
*/
EReference getParticipant_InterfaceRefs();
/**
* Returns the meta object for the reference list '{@link org.eclipse.bpmn2.Participant#getEndPointRefs End Point Refs}'.
*
*
* @return the meta object for the reference list 'End Point Refs'.
* @see org.eclipse.bpmn2.Participant#getEndPointRefs()
* @see #getParticipant()
* @generated
*/
EReference getParticipant_EndPointRefs();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.Participant#getParticipantMultiplicity Participant Multiplicity}'.
*
*
* @return the meta object for the containment reference 'Participant Multiplicity'.
* @see org.eclipse.bpmn2.Participant#getParticipantMultiplicity()
* @see #getParticipant()
* @generated
*/
EReference getParticipant_ParticipantMultiplicity();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.Participant#getName Name}'.
*
*
* @return the meta object for the attribute 'Name'.
* @see org.eclipse.bpmn2.Participant#getName()
* @see #getParticipant()
* @generated
*/
EAttribute getParticipant_Name();
/**
* Returns the meta object for the reference '{@link org.eclipse.bpmn2.Participant#getProcessRef Process Ref}'.
*
*
* @return the meta object for the reference 'Process Ref'.
* @see org.eclipse.bpmn2.Participant#getProcessRef()
* @see #getParticipant()
* @generated
*/
EReference getParticipant_ProcessRef();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.ParticipantAssociation Participant Association}'.
*
*
* @return the meta object for class 'Participant Association'.
* @see org.eclipse.bpmn2.ParticipantAssociation
* @generated
*/
EClass getParticipantAssociation();
/**
* Returns the meta object for the reference '{@link org.eclipse.bpmn2.ParticipantAssociation#getInnerParticipantRef Inner Participant Ref}'.
*
*
* @return the meta object for the reference 'Inner Participant Ref'.
* @see org.eclipse.bpmn2.ParticipantAssociation#getInnerParticipantRef()
* @see #getParticipantAssociation()
* @generated
*/
EReference getParticipantAssociation_InnerParticipantRef();
/**
* Returns the meta object for the reference '{@link org.eclipse.bpmn2.ParticipantAssociation#getOuterParticipantRef Outer Participant Ref}'.
*
*
* @return the meta object for the reference 'Outer Participant Ref'.
* @see org.eclipse.bpmn2.ParticipantAssociation#getOuterParticipantRef()
* @see #getParticipantAssociation()
* @generated
*/
EReference getParticipantAssociation_OuterParticipantRef();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.ParticipantMultiplicity Participant Multiplicity}'.
*
*
* @return the meta object for class 'Participant Multiplicity'.
* @see org.eclipse.bpmn2.ParticipantMultiplicity
* @generated
*/
EClass getParticipantMultiplicity();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.ParticipantMultiplicity#getMaximum Maximum}'.
*
*
* @return the meta object for the attribute 'Maximum'.
* @see org.eclipse.bpmn2.ParticipantMultiplicity#getMaximum()
* @see #getParticipantMultiplicity()
* @generated
*/
EAttribute getParticipantMultiplicity_Maximum();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.ParticipantMultiplicity#getMinimum Minimum}'.
*
*
* @return the meta object for the attribute 'Minimum'.
* @see org.eclipse.bpmn2.ParticipantMultiplicity#getMinimum()
* @see #getParticipantMultiplicity()
* @generated
*/
EAttribute getParticipantMultiplicity_Minimum();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.PartnerEntity Partner Entity}'.
*
*
* @return the meta object for class 'Partner Entity'.
* @see org.eclipse.bpmn2.PartnerEntity
* @generated
*/
EClass getPartnerEntity();
/**
* Returns the meta object for the reference list '{@link org.eclipse.bpmn2.PartnerEntity#getParticipantRef Participant Ref}'.
*
*
* @return the meta object for the reference list 'Participant Ref'.
* @see org.eclipse.bpmn2.PartnerEntity#getParticipantRef()
* @see #getPartnerEntity()
* @generated
*/
EReference getPartnerEntity_ParticipantRef();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.PartnerEntity#getName Name}'.
*
*
* @return the meta object for the attribute 'Name'.
* @see org.eclipse.bpmn2.PartnerEntity#getName()
* @see #getPartnerEntity()
* @generated
*/
EAttribute getPartnerEntity_Name();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.PartnerRole Partner Role}'.
*
*
* @return the meta object for class 'Partner Role'.
* @see org.eclipse.bpmn2.PartnerRole
* @generated
*/
EClass getPartnerRole();
/**
* Returns the meta object for the reference list '{@link org.eclipse.bpmn2.PartnerRole#getParticipantRef Participant Ref}'.
*
*
* @return the meta object for the reference list 'Participant Ref'.
* @see org.eclipse.bpmn2.PartnerRole#getParticipantRef()
* @see #getPartnerRole()
* @generated
*/
EReference getPartnerRole_ParticipantRef();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.PartnerRole#getName Name}'.
*
*
* @return the meta object for the attribute 'Name'.
* @see org.eclipse.bpmn2.PartnerRole#getName()
* @see #getPartnerRole()
* @generated
*/
EAttribute getPartnerRole_Name();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.Performer Performer}'.
*
*
* @return the meta object for class 'Performer'.
* @see org.eclipse.bpmn2.Performer
* @generated
*/
EClass getPerformer();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.PotentialOwner Potential Owner}'.
*
*
* @return the meta object for class 'Potential Owner'.
* @see org.eclipse.bpmn2.PotentialOwner
* @generated
*/
EClass getPotentialOwner();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.Process Process}'.
*
*
* @return the meta object for class 'Process'.
* @see org.eclipse.bpmn2.Process
* @generated
*/
EClass getProcess();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.Process#getAuditing Auditing}'.
*
*
* @return the meta object for the containment reference 'Auditing'.
* @see org.eclipse.bpmn2.Process#getAuditing()
* @see #getProcess()
* @generated
*/
EReference getProcess_Auditing();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.Process#getMonitoring Monitoring}'.
*
*
* @return the meta object for the containment reference 'Monitoring'.
* @see org.eclipse.bpmn2.Process#getMonitoring()
* @see #getProcess()
* @generated
*/
EReference getProcess_Monitoring();
/**
* Returns the meta object for the containment reference list '{@link org.eclipse.bpmn2.Process#getProperties Properties}'.
*
*
* @return the meta object for the containment reference list 'Properties'.
* @see org.eclipse.bpmn2.Process#getProperties()
* @see #getProcess()
* @generated
*/
EReference getProcess_Properties();
/**
* Returns the meta object for the containment reference list '{@link org.eclipse.bpmn2.Process#getArtifacts Artifacts}'.
*
*
* @return the meta object for the containment reference list 'Artifacts'.
* @see org.eclipse.bpmn2.Process#getArtifacts()
* @see #getProcess()
* @generated
*/
EReference getProcess_Artifacts();
/**
* Returns the meta object for the containment reference list '{@link org.eclipse.bpmn2.Process#getResources Resources}'.
*
*
* @return the meta object for the containment reference list 'Resources'.
* @see org.eclipse.bpmn2.Process#getResources()
* @see #getProcess()
* @generated
*/
EReference getProcess_Resources();
/**
* Returns the meta object for the containment reference list '{@link org.eclipse.bpmn2.Process#getCorrelationSubscriptions Correlation Subscriptions}'.
*
*
* @return the meta object for the containment reference list 'Correlation Subscriptions'.
* @see org.eclipse.bpmn2.Process#getCorrelationSubscriptions()
* @see #getProcess()
* @generated
*/
EReference getProcess_CorrelationSubscriptions();
/**
* Returns the meta object for the reference list '{@link org.eclipse.bpmn2.Process#getSupports Supports}'.
*
*
* @return the meta object for the reference list 'Supports'.
* @see org.eclipse.bpmn2.Process#getSupports()
* @see #getProcess()
* @generated
*/
EReference getProcess_Supports();
/**
* Returns the meta object for the reference '{@link org.eclipse.bpmn2.Process#getDefinitionalCollaborationRef Definitional Collaboration Ref}'.
*
*
* @return the meta object for the reference 'Definitional Collaboration Ref'.
* @see org.eclipse.bpmn2.Process#getDefinitionalCollaborationRef()
* @see #getProcess()
* @generated
*/
EReference getProcess_DefinitionalCollaborationRef();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.Process#isIsClosed Is Closed}'.
*
*
* @return the meta object for the attribute 'Is Closed'.
* @see org.eclipse.bpmn2.Process#isIsClosed()
* @see #getProcess()
* @generated
*/
EAttribute getProcess_IsClosed();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.Process#isIsExecutable Is Executable}'.
*
*
* @return the meta object for the attribute 'Is Executable'.
* @see org.eclipse.bpmn2.Process#isIsExecutable()
* @see #getProcess()
* @generated
*/
EAttribute getProcess_IsExecutable();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.Process#getProcessType Process Type}'.
*
*
* @return the meta object for the attribute 'Process Type'.
* @see org.eclipse.bpmn2.Process#getProcessType()
* @see #getProcess()
* @generated
*/
EAttribute getProcess_ProcessType();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.Property Property}'.
*
*
* @return the meta object for class 'Property'.
* @see org.eclipse.bpmn2.Property
* @generated
*/
EClass getProperty();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.Property#getName Name}'.
*
*
* @return the meta object for the attribute 'Name'.
* @see org.eclipse.bpmn2.Property#getName()
* @see #getProperty()
* @generated
*/
EAttribute getProperty_Name();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.ReceiveTask Receive Task}'.
*
*
* @return the meta object for class 'Receive Task'.
* @see org.eclipse.bpmn2.ReceiveTask
* @generated
*/
EClass getReceiveTask();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.ReceiveTask#getImplementation Implementation}'.
*
*
* @return the meta object for the attribute 'Implementation'.
* @see org.eclipse.bpmn2.ReceiveTask#getImplementation()
* @see #getReceiveTask()
* @generated
*/
EAttribute getReceiveTask_Implementation();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.ReceiveTask#isInstantiate Instantiate}'.
*
*
* @return the meta object for the attribute 'Instantiate'.
* @see org.eclipse.bpmn2.ReceiveTask#isInstantiate()
* @see #getReceiveTask()
* @generated
*/
EAttribute getReceiveTask_Instantiate();
/**
* Returns the meta object for the reference '{@link org.eclipse.bpmn2.ReceiveTask#getMessageRef Message Ref}'.
*
*
* @return the meta object for the reference 'Message Ref'.
* @see org.eclipse.bpmn2.ReceiveTask#getMessageRef()
* @see #getReceiveTask()
* @generated
*/
EReference getReceiveTask_MessageRef();
/**
* Returns the meta object for the reference '{@link org.eclipse.bpmn2.ReceiveTask#getOperationRef Operation Ref}'.
*
*
* @return the meta object for the reference 'Operation Ref'.
* @see org.eclipse.bpmn2.ReceiveTask#getOperationRef()
* @see #getReceiveTask()
* @generated
*/
EReference getReceiveTask_OperationRef();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.Relationship Relationship}'.
*
*
* @return the meta object for class 'Relationship'.
* @see org.eclipse.bpmn2.Relationship
* @generated
*/
EClass getRelationship();
/**
* Returns the meta object for the reference list '{@link org.eclipse.bpmn2.Relationship#getSources Sources}'.
*
*
* @return the meta object for the reference list 'Sources'.
* @see org.eclipse.bpmn2.Relationship#getSources()
* @see #getRelationship()
* @generated
*/
EReference getRelationship_Sources();
/**
* Returns the meta object for the reference list '{@link org.eclipse.bpmn2.Relationship#getTargets Targets}'.
*
*
* @return the meta object for the reference list 'Targets'.
* @see org.eclipse.bpmn2.Relationship#getTargets()
* @see #getRelationship()
* @generated
*/
EReference getRelationship_Targets();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.Relationship#getDirection Direction}'.
*
*
* @return the meta object for the attribute 'Direction'.
* @see org.eclipse.bpmn2.Relationship#getDirection()
* @see #getRelationship()
* @generated
*/
EAttribute getRelationship_Direction();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.Relationship#getType Type}'.
*
*
* @return the meta object for the attribute 'Type'.
* @see org.eclipse.bpmn2.Relationship#getType()
* @see #getRelationship()
* @generated
*/
EAttribute getRelationship_Type();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.Rendering Rendering}'.
*
*
* @return the meta object for class 'Rendering'.
* @see org.eclipse.bpmn2.Rendering
* @generated
*/
EClass getRendering();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.Resource Resource}'.
*
*
* @return the meta object for class 'Resource'.
* @see org.eclipse.bpmn2.Resource
* @generated
*/
EClass getResource();
/**
* Returns the meta object for the containment reference list '{@link org.eclipse.bpmn2.Resource#getResourceParameters Resource Parameters}'.
*
*
* @return the meta object for the containment reference list 'Resource Parameters'.
* @see org.eclipse.bpmn2.Resource#getResourceParameters()
* @see #getResource()
* @generated
*/
EReference getResource_ResourceParameters();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.Resource#getName Name}'.
*
*
* @return the meta object for the attribute 'Name'.
* @see org.eclipse.bpmn2.Resource#getName()
* @see #getResource()
* @generated
*/
EAttribute getResource_Name();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.ResourceAssignmentExpression Resource Assignment Expression}'.
*
*
* @return the meta object for class 'Resource Assignment Expression'.
* @see org.eclipse.bpmn2.ResourceAssignmentExpression
* @generated
*/
EClass getResourceAssignmentExpression();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.ResourceAssignmentExpression#getExpression Expression}'.
*
*
* @return the meta object for the containment reference 'Expression'.
* @see org.eclipse.bpmn2.ResourceAssignmentExpression#getExpression()
* @see #getResourceAssignmentExpression()
* @generated
*/
EReference getResourceAssignmentExpression_Expression();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.ResourceParameter Resource Parameter}'.
*
*
* @return the meta object for class 'Resource Parameter'.
* @see org.eclipse.bpmn2.ResourceParameter
* @generated
*/
EClass getResourceParameter();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.ResourceParameter#isIsRequired Is Required}'.
*
*
* @return the meta object for the attribute 'Is Required'.
* @see org.eclipse.bpmn2.ResourceParameter#isIsRequired()
* @see #getResourceParameter()
* @generated
*/
EAttribute getResourceParameter_IsRequired();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.ResourceParameter#getName Name}'.
*
*
* @return the meta object for the attribute 'Name'.
* @see org.eclipse.bpmn2.ResourceParameter#getName()
* @see #getResourceParameter()
* @generated
*/
EAttribute getResourceParameter_Name();
/**
* Returns the meta object for the reference '{@link org.eclipse.bpmn2.ResourceParameter#getType Type}'.
*
*
* @return the meta object for the reference 'Type'.
* @see org.eclipse.bpmn2.ResourceParameter#getType()
* @see #getResourceParameter()
* @generated
*/
EReference getResourceParameter_Type();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.ResourceParameterBinding Resource Parameter Binding}'.
*
*
* @return the meta object for class 'Resource Parameter Binding'.
* @see org.eclipse.bpmn2.ResourceParameterBinding
* @generated
*/
EClass getResourceParameterBinding();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.ResourceParameterBinding#getExpression Expression}'.
*
*
* @return the meta object for the containment reference 'Expression'.
* @see org.eclipse.bpmn2.ResourceParameterBinding#getExpression()
* @see #getResourceParameterBinding()
* @generated
*/
EReference getResourceParameterBinding_Expression();
/**
* Returns the meta object for the reference '{@link org.eclipse.bpmn2.ResourceParameterBinding#getParameterRef Parameter Ref}'.
*
*
* @return the meta object for the reference 'Parameter Ref'.
* @see org.eclipse.bpmn2.ResourceParameterBinding#getParameterRef()
* @see #getResourceParameterBinding()
* @generated
*/
EReference getResourceParameterBinding_ParameterRef();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.ResourceRole Resource Role}'.
*
*
* @return the meta object for class 'Resource Role'.
* @see org.eclipse.bpmn2.ResourceRole
* @generated
*/
EClass getResourceRole();
/**
* Returns the meta object for the reference '{@link org.eclipse.bpmn2.ResourceRole#getResourceRef Resource Ref}'.
*
*
* @return the meta object for the reference 'Resource Ref'.
* @see org.eclipse.bpmn2.ResourceRole#getResourceRef()
* @see #getResourceRole()
* @generated
*/
EReference getResourceRole_ResourceRef();
/**
* Returns the meta object for the containment reference list '{@link org.eclipse.bpmn2.ResourceRole#getResourceParameterBindings Resource Parameter Bindings}'.
*
*
* @return the meta object for the containment reference list 'Resource Parameter Bindings'.
* @see org.eclipse.bpmn2.ResourceRole#getResourceParameterBindings()
* @see #getResourceRole()
* @generated
*/
EReference getResourceRole_ResourceParameterBindings();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.ResourceRole#getResourceAssignmentExpression Resource Assignment Expression}'.
*
*
* @return the meta object for the containment reference 'Resource Assignment Expression'.
* @see org.eclipse.bpmn2.ResourceRole#getResourceAssignmentExpression()
* @see #getResourceRole()
* @generated
*/
EReference getResourceRole_ResourceAssignmentExpression();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.ResourceRole#getName Name}'.
*
*
* @return the meta object for the attribute 'Name'.
* @see org.eclipse.bpmn2.ResourceRole#getName()
* @see #getResourceRole()
* @generated
*/
EAttribute getResourceRole_Name();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.RootElement Root Element}'.
*
*
* @return the meta object for class 'Root Element'.
* @see org.eclipse.bpmn2.RootElement
* @generated
*/
EClass getRootElement();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.ScriptTask Script Task}'.
*
*
* @return the meta object for class 'Script Task'.
* @see org.eclipse.bpmn2.ScriptTask
* @generated
*/
EClass getScriptTask();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.ScriptTask#getScript Script}'.
*
*
* @return the meta object for the attribute 'Script'.
* @see org.eclipse.bpmn2.ScriptTask#getScript()
* @see #getScriptTask()
* @generated
*/
EAttribute getScriptTask_Script();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.ScriptTask#getScriptFormat Script Format}'.
*
*
* @return the meta object for the attribute 'Script Format'.
* @see org.eclipse.bpmn2.ScriptTask#getScriptFormat()
* @see #getScriptTask()
* @generated
*/
EAttribute getScriptTask_ScriptFormat();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.SendTask Send Task}'.
*
*
* @return the meta object for class 'Send Task'.
* @see org.eclipse.bpmn2.SendTask
* @generated
*/
EClass getSendTask();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.SendTask#getImplementation Implementation}'.
*
*
* @return the meta object for the attribute 'Implementation'.
* @see org.eclipse.bpmn2.SendTask#getImplementation()
* @see #getSendTask()
* @generated
*/
EAttribute getSendTask_Implementation();
/**
* Returns the meta object for the reference '{@link org.eclipse.bpmn2.SendTask#getMessageRef Message Ref}'.
*
*
* @return the meta object for the reference 'Message Ref'.
* @see org.eclipse.bpmn2.SendTask#getMessageRef()
* @see #getSendTask()
* @generated
*/
EReference getSendTask_MessageRef();
/**
* Returns the meta object for the reference '{@link org.eclipse.bpmn2.SendTask#getOperationRef Operation Ref}'.
*
*
* @return the meta object for the reference 'Operation Ref'.
* @see org.eclipse.bpmn2.SendTask#getOperationRef()
* @see #getSendTask()
* @generated
*/
EReference getSendTask_OperationRef();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.SequenceFlow Sequence Flow}'.
*
*
* @return the meta object for class 'Sequence Flow'.
* @see org.eclipse.bpmn2.SequenceFlow
* @generated
*/
EClass getSequenceFlow();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.SequenceFlow#getConditionExpression Condition Expression}'.
*
*
* @return the meta object for the containment reference 'Condition Expression'.
* @see org.eclipse.bpmn2.SequenceFlow#getConditionExpression()
* @see #getSequenceFlow()
* @generated
*/
EReference getSequenceFlow_ConditionExpression();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.SequenceFlow#isIsImmediate Is Immediate}'.
*
*
* @return the meta object for the attribute 'Is Immediate'.
* @see org.eclipse.bpmn2.SequenceFlow#isIsImmediate()
* @see #getSequenceFlow()
* @generated
*/
EAttribute getSequenceFlow_IsImmediate();
/**
* Returns the meta object for the reference '{@link org.eclipse.bpmn2.SequenceFlow#getSourceRef Source Ref}'.
*
*
* @return the meta object for the reference 'Source Ref'.
* @see org.eclipse.bpmn2.SequenceFlow#getSourceRef()
* @see #getSequenceFlow()
* @generated
*/
EReference getSequenceFlow_SourceRef();
/**
* Returns the meta object for the reference '{@link org.eclipse.bpmn2.SequenceFlow#getTargetRef Target Ref}'.
*
*
* @return the meta object for the reference 'Target Ref'.
* @see org.eclipse.bpmn2.SequenceFlow#getTargetRef()
* @see #getSequenceFlow()
* @generated
*/
EReference getSequenceFlow_TargetRef();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.ServiceTask Service Task}'.
*
*
* @return the meta object for class 'Service Task'.
* @see org.eclipse.bpmn2.ServiceTask
* @generated
*/
EClass getServiceTask();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.ServiceTask#getImplementation Implementation}'.
*
*
* @return the meta object for the attribute 'Implementation'.
* @see org.eclipse.bpmn2.ServiceTask#getImplementation()
* @see #getServiceTask()
* @generated
*/
EAttribute getServiceTask_Implementation();
/**
* Returns the meta object for the reference '{@link org.eclipse.bpmn2.ServiceTask#getOperationRef Operation Ref}'.
*
*
* @return the meta object for the reference 'Operation Ref'.
* @see org.eclipse.bpmn2.ServiceTask#getOperationRef()
* @see #getServiceTask()
* @generated
*/
EReference getServiceTask_OperationRef();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.Signal Signal}'.
*
*
* @return the meta object for class 'Signal'.
* @see org.eclipse.bpmn2.Signal
* @generated
*/
EClass getSignal();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.Signal#getName Name}'.
*
*
* @return the meta object for the attribute 'Name'.
* @see org.eclipse.bpmn2.Signal#getName()
* @see #getSignal()
* @generated
*/
EAttribute getSignal_Name();
/**
* Returns the meta object for the reference '{@link org.eclipse.bpmn2.Signal#getStructureRef Structure Ref}'.
*
*
* @return the meta object for the reference 'Structure Ref'.
* @see org.eclipse.bpmn2.Signal#getStructureRef()
* @see #getSignal()
* @generated
*/
EReference getSignal_StructureRef();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.SignalEventDefinition Signal Event Definition}'.
*
*
* @return the meta object for class 'Signal Event Definition'.
* @see org.eclipse.bpmn2.SignalEventDefinition
* @generated
*/
EClass getSignalEventDefinition();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.SignalEventDefinition#getSignalRef Signal Ref}'.
*
*
* @return the meta object for the attribute 'Signal Ref'.
* @see org.eclipse.bpmn2.SignalEventDefinition#getSignalRef()
* @see #getSignalEventDefinition()
* @generated
*/
EAttribute getSignalEventDefinition_SignalRef();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.StandardLoopCharacteristics Standard Loop Characteristics}'.
*
*
* @return the meta object for class 'Standard Loop Characteristics'.
* @see org.eclipse.bpmn2.StandardLoopCharacteristics
* @generated
*/
EClass getStandardLoopCharacteristics();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.StandardLoopCharacteristics#getLoopCondition Loop Condition}'.
*
*
* @return the meta object for the containment reference 'Loop Condition'.
* @see org.eclipse.bpmn2.StandardLoopCharacteristics#getLoopCondition()
* @see #getStandardLoopCharacteristics()
* @generated
*/
EReference getStandardLoopCharacteristics_LoopCondition();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.StandardLoopCharacteristics#getLoopMaximum Loop Maximum}'.
*
*
* @return the meta object for the containment reference 'Loop Maximum'.
* @see org.eclipse.bpmn2.StandardLoopCharacteristics#getLoopMaximum()
* @see #getStandardLoopCharacteristics()
* @generated
*/
EReference getStandardLoopCharacteristics_LoopMaximum();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.StandardLoopCharacteristics#isTestBefore Test Before}'.
*
*
* @return the meta object for the attribute 'Test Before'.
* @see org.eclipse.bpmn2.StandardLoopCharacteristics#isTestBefore()
* @see #getStandardLoopCharacteristics()
* @generated
*/
EAttribute getStandardLoopCharacteristics_TestBefore();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.StartEvent Start Event}'.
*
*
* @return the meta object for class 'Start Event'.
* @see org.eclipse.bpmn2.StartEvent
* @generated
*/
EClass getStartEvent();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.StartEvent#isIsInterrupting Is Interrupting}'.
*
*
* @return the meta object for the attribute 'Is Interrupting'.
* @see org.eclipse.bpmn2.StartEvent#isIsInterrupting()
* @see #getStartEvent()
* @generated
*/
EAttribute getStartEvent_IsInterrupting();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.SubChoreography Sub Choreography}'.
*
*
* @return the meta object for class 'Sub Choreography'.
* @see org.eclipse.bpmn2.SubChoreography
* @generated
*/
EClass getSubChoreography();
/**
* Returns the meta object for the containment reference list '{@link org.eclipse.bpmn2.SubChoreography#getArtifacts Artifacts}'.
*
*
* @return the meta object for the containment reference list 'Artifacts'.
* @see org.eclipse.bpmn2.SubChoreography#getArtifacts()
* @see #getSubChoreography()
* @generated
*/
EReference getSubChoreography_Artifacts();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.SubConversation Sub Conversation}'.
*
*
* @return the meta object for class 'Sub Conversation'.
* @see org.eclipse.bpmn2.SubConversation
* @generated
*/
EClass getSubConversation();
/**
* Returns the meta object for the containment reference list '{@link org.eclipse.bpmn2.SubConversation#getConversationNodes Conversation Nodes}'.
*
*
* @return the meta object for the containment reference list 'Conversation Nodes'.
* @see org.eclipse.bpmn2.SubConversation#getConversationNodes()
* @see #getSubConversation()
* @generated
*/
EReference getSubConversation_ConversationNodes();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.SubProcess Sub Process}'.
*
*
* @return the meta object for class 'Sub Process'.
* @see org.eclipse.bpmn2.SubProcess
* @generated
*/
EClass getSubProcess();
/**
* Returns the meta object for the containment reference list '{@link org.eclipse.bpmn2.SubProcess#getArtifacts Artifacts}'.
*
*
* @return the meta object for the containment reference list 'Artifacts'.
* @see org.eclipse.bpmn2.SubProcess#getArtifacts()
* @see #getSubProcess()
* @generated
*/
EReference getSubProcess_Artifacts();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.SubProcess#isTriggeredByEvent Triggered By Event}'.
*
*
* @return the meta object for the attribute 'Triggered By Event'.
* @see org.eclipse.bpmn2.SubProcess#isTriggeredByEvent()
* @see #getSubProcess()
* @generated
*/
EAttribute getSubProcess_TriggeredByEvent();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.Task Task}'.
*
*
* @return the meta object for class 'Task'.
* @see org.eclipse.bpmn2.Task
* @generated
*/
EClass getTask();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.TerminateEventDefinition Terminate Event Definition}'.
*
*
* @return the meta object for class 'Terminate Event Definition'.
* @see org.eclipse.bpmn2.TerminateEventDefinition
* @generated
*/
EClass getTerminateEventDefinition();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.TextAnnotation Text Annotation}'.
*
*
* @return the meta object for class 'Text Annotation'.
* @see org.eclipse.bpmn2.TextAnnotation
* @generated
*/
EClass getTextAnnotation();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.TextAnnotation#getText Text}'.
*
*
* @return the meta object for the attribute 'Text'.
* @see org.eclipse.bpmn2.TextAnnotation#getText()
* @see #getTextAnnotation()
* @generated
*/
EAttribute getTextAnnotation_Text();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.TextAnnotation#getTextFormat Text Format}'.
*
*
* @return the meta object for the attribute 'Text Format'.
* @see org.eclipse.bpmn2.TextAnnotation#getTextFormat()
* @see #getTextAnnotation()
* @generated
*/
EAttribute getTextAnnotation_TextFormat();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.ThrowEvent Throw Event}'.
*
*
* @return the meta object for class 'Throw Event'.
* @see org.eclipse.bpmn2.ThrowEvent
* @generated
*/
EClass getThrowEvent();
/**
* Returns the meta object for the containment reference list '{@link org.eclipse.bpmn2.ThrowEvent#getDataInputs Data Inputs}'.
*
*
* @return the meta object for the containment reference list 'Data Inputs'.
* @see org.eclipse.bpmn2.ThrowEvent#getDataInputs()
* @see #getThrowEvent()
* @generated
*/
EReference getThrowEvent_DataInputs();
/**
* Returns the meta object for the containment reference list '{@link org.eclipse.bpmn2.ThrowEvent#getDataInputAssociation Data Input Association}'.
*
*
* @return the meta object for the containment reference list 'Data Input Association'.
* @see org.eclipse.bpmn2.ThrowEvent#getDataInputAssociation()
* @see #getThrowEvent()
* @generated
*/
EReference getThrowEvent_DataInputAssociation();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.ThrowEvent#getInputSet Input Set}'.
*
*
* @return the meta object for the containment reference 'Input Set'.
* @see org.eclipse.bpmn2.ThrowEvent#getInputSet()
* @see #getThrowEvent()
* @generated
*/
EReference getThrowEvent_InputSet();
/**
* Returns the meta object for the containment reference list '{@link org.eclipse.bpmn2.ThrowEvent#getEventDefinitions Event Definitions}'.
*
*
* @return the meta object for the containment reference list 'Event Definitions'.
* @see org.eclipse.bpmn2.ThrowEvent#getEventDefinitions()
* @see #getThrowEvent()
* @generated
*/
EReference getThrowEvent_EventDefinitions();
/**
* Returns the meta object for the reference list '{@link org.eclipse.bpmn2.ThrowEvent#getEventDefinitionRefs Event Definition Refs}'.
*
*
* @return the meta object for the reference list 'Event Definition Refs'.
* @see org.eclipse.bpmn2.ThrowEvent#getEventDefinitionRefs()
* @see #getThrowEvent()
* @generated
*/
EReference getThrowEvent_EventDefinitionRefs();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.TimerEventDefinition Timer Event Definition}'.
*
*
* @return the meta object for class 'Timer Event Definition'.
* @see org.eclipse.bpmn2.TimerEventDefinition
* @generated
*/
EClass getTimerEventDefinition();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.TimerEventDefinition#getTimeDate Time Date}'.
*
*
* @return the meta object for the containment reference 'Time Date'.
* @see org.eclipse.bpmn2.TimerEventDefinition#getTimeDate()
* @see #getTimerEventDefinition()
* @generated
*/
EReference getTimerEventDefinition_TimeDate();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.TimerEventDefinition#getTimeDuration Time Duration}'.
*
*
* @return the meta object for the containment reference 'Time Duration'.
* @see org.eclipse.bpmn2.TimerEventDefinition#getTimeDuration()
* @see #getTimerEventDefinition()
* @generated
*/
EReference getTimerEventDefinition_TimeDuration();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.bpmn2.TimerEventDefinition#getTimeCycle Time Cycle}'.
*
*
* @return the meta object for the containment reference 'Time Cycle'.
* @see org.eclipse.bpmn2.TimerEventDefinition#getTimeCycle()
* @see #getTimerEventDefinition()
* @generated
*/
EReference getTimerEventDefinition_TimeCycle();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.Transaction Transaction}'.
*
*
* @return the meta object for class 'Transaction'.
* @see org.eclipse.bpmn2.Transaction
* @generated
*/
EClass getTransaction();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.Transaction#getProtocol Protocol}'.
*
*
* @return the meta object for the attribute 'Protocol'.
* @see org.eclipse.bpmn2.Transaction#getProtocol()
* @see #getTransaction()
* @generated
*/
EAttribute getTransaction_Protocol();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.Transaction#getMethod Method}'.
*
*
* @return the meta object for the attribute 'Method'.
* @see org.eclipse.bpmn2.Transaction#getMethod()
* @see #getTransaction()
* @generated
*/
EAttribute getTransaction_Method();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.UserTask User Task}'.
*
*
* @return the meta object for class 'User Task'.
* @see org.eclipse.bpmn2.UserTask
* @generated
*/
EClass getUserTask();
/**
* Returns the meta object for the containment reference list '{@link org.eclipse.bpmn2.UserTask#getRenderings Renderings}'.
*
*
* @return the meta object for the containment reference list 'Renderings'.
* @see org.eclipse.bpmn2.UserTask#getRenderings()
* @see #getUserTask()
* @generated
*/
EReference getUserTask_Renderings();
/**
* Returns the meta object for the attribute '{@link org.eclipse.bpmn2.UserTask#getImplementation Implementation}'.
*
*
* @return the meta object for the attribute 'Implementation'.
* @see org.eclipse.bpmn2.UserTask#getImplementation()
* @see #getUserTask()
* @generated
*/
EAttribute getUserTask_Implementation();
/**
* Returns the meta object for class '{@link org.eclipse.bpmn2.EventSubprocess Event Subprocess}'.
*
*
* @return the meta object for class 'Event Subprocess'.
* @see org.eclipse.bpmn2.EventSubprocess
* @generated
*/
EClass getEventSubprocess();
/**
* Returns the meta object for enum '{@link org.eclipse.bpmn2.AdHocOrdering Ad Hoc Ordering}'.
*
*
* @return the meta object for enum 'Ad Hoc Ordering'.
* @see org.eclipse.bpmn2.AdHocOrdering
* @generated
*/
EEnum getAdHocOrdering();
/**
* Returns the meta object for enum '{@link org.eclipse.bpmn2.AssociationDirection Association Direction}'.
*
*
* @return the meta object for enum 'Association Direction'.
* @see org.eclipse.bpmn2.AssociationDirection
* @generated
*/
EEnum getAssociationDirection();
/**
* Returns the meta object for enum '{@link org.eclipse.bpmn2.ChoreographyLoopType Choreography Loop Type}'.
*
*
* @return the meta object for enum 'Choreography Loop Type'.
* @see org.eclipse.bpmn2.ChoreographyLoopType
* @generated
*/
EEnum getChoreographyLoopType();
/**
* Returns the meta object for enum '{@link org.eclipse.bpmn2.EventBasedGatewayType Event Based Gateway Type}'.
*
*
* @return the meta object for enum 'Event Based Gateway Type'.
* @see org.eclipse.bpmn2.EventBasedGatewayType
* @generated
*/
EEnum getEventBasedGatewayType();
/**
* Returns the meta object for enum '{@link org.eclipse.bpmn2.GatewayDirection Gateway Direction}'.
*
*
* @return the meta object for enum 'Gateway Direction'.
* @see org.eclipse.bpmn2.GatewayDirection
* @generated
*/
EEnum getGatewayDirection();
/**
* Returns the meta object for enum '{@link org.eclipse.bpmn2.ItemKind Item Kind}'.
*
*
* @return the meta object for enum 'Item Kind'.
* @see org.eclipse.bpmn2.ItemKind
* @generated
*/
EEnum getItemKind();
/**
* Returns the meta object for enum '{@link org.eclipse.bpmn2.MultiInstanceBehavior Multi Instance Behavior}'.
*
*
* @return the meta object for enum 'Multi Instance Behavior'.
* @see org.eclipse.bpmn2.MultiInstanceBehavior
* @generated
*/
EEnum getMultiInstanceBehavior();
/**
* Returns the meta object for enum '{@link org.eclipse.bpmn2.ProcessType Process Type}'.
*
*
* @return the meta object for enum 'Process Type'.
* @see org.eclipse.bpmn2.ProcessType
* @generated
*/
EEnum getProcessType();
/**
* Returns the meta object for enum '{@link org.eclipse.bpmn2.RelationshipDirection Relationship Direction}'.
*
*
* @return the meta object for enum 'Relationship Direction'.
* @see org.eclipse.bpmn2.RelationshipDirection
* @generated
*/
EEnum getRelationshipDirection();
/**
* Returns the factory that creates the instances of the model.
*
*
* @return the factory that creates the instances of the model.
* @generated
*/
Bpmn2Factory getBpmn2Factory();
/**
*
* Defines literals for the meta objects that represent
*
* - each class,
* - each feature of each class,
* - each enum,
* - and each data type
*
*
* @generated
*/
interface Literals {
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.DocumentRootImpl Document Root}' class.
*
*
* @see org.eclipse.bpmn2.impl.DocumentRootImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getDocumentRoot()
* @generated
*/
EClass DOCUMENT_ROOT = eINSTANCE.getDocumentRoot();
/**
* The meta object literal for the 'Mixed' attribute list feature.
*
*
* @generated
*/
EAttribute DOCUMENT_ROOT__MIXED = eINSTANCE.getDocumentRoot_Mixed();
/**
* The meta object literal for the 'XMLNS Prefix Map' map feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__XMLNS_PREFIX_MAP = eINSTANCE.getDocumentRoot_XMLNSPrefixMap();
/**
* The meta object literal for the 'XSI Schema Location' map feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__XSI_SCHEMA_LOCATION = eINSTANCE.getDocumentRoot_XSISchemaLocation();
/**
* The meta object literal for the 'Activity' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__ACTIVITY = eINSTANCE.getDocumentRoot_Activity();
/**
* The meta object literal for the 'Ad Hoc Sub Process' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__AD_HOC_SUB_PROCESS = eINSTANCE.getDocumentRoot_AdHocSubProcess();
/**
* The meta object literal for the 'Flow Element' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__FLOW_ELEMENT = eINSTANCE.getDocumentRoot_FlowElement();
/**
* The meta object literal for the 'Artifact' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__ARTIFACT = eINSTANCE.getDocumentRoot_Artifact();
/**
* The meta object literal for the 'Assignment' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__ASSIGNMENT = eINSTANCE.getDocumentRoot_Assignment();
/**
* The meta object literal for the 'Association' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__ASSOCIATION = eINSTANCE.getDocumentRoot_Association();
/**
* The meta object literal for the 'Auditing' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__AUDITING = eINSTANCE.getDocumentRoot_Auditing();
/**
* The meta object literal for the 'Base Element' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__BASE_ELEMENT = eINSTANCE.getDocumentRoot_BaseElement();
/**
* The meta object literal for the 'Base Element With Mixed Content' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__BASE_ELEMENT_WITH_MIXED_CONTENT = eINSTANCE
.getDocumentRoot_BaseElementWithMixedContent();
/**
* The meta object literal for the 'Boundary Event' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__BOUNDARY_EVENT = eINSTANCE.getDocumentRoot_BoundaryEvent();
/**
* The meta object literal for the 'Business Rule Task' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__BUSINESS_RULE_TASK = eINSTANCE.getDocumentRoot_BusinessRuleTask();
/**
* The meta object literal for the 'Callable Element' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__CALLABLE_ELEMENT = eINSTANCE.getDocumentRoot_CallableElement();
/**
* The meta object literal for the 'Call Activity' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__CALL_ACTIVITY = eINSTANCE.getDocumentRoot_CallActivity();
/**
* The meta object literal for the 'Call Choreography' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__CALL_CHOREOGRAPHY = eINSTANCE.getDocumentRoot_CallChoreography();
/**
* The meta object literal for the 'Call Conversation' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__CALL_CONVERSATION = eINSTANCE.getDocumentRoot_CallConversation();
/**
* The meta object literal for the 'Conversation Node' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__CONVERSATION_NODE = eINSTANCE.getDocumentRoot_ConversationNode();
/**
* The meta object literal for the 'Cancel Event Definition' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__CANCEL_EVENT_DEFINITION = eINSTANCE.getDocumentRoot_CancelEventDefinition();
/**
* The meta object literal for the 'Event Definition' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__EVENT_DEFINITION = eINSTANCE.getDocumentRoot_EventDefinition();
/**
* The meta object literal for the 'Root Element' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__ROOT_ELEMENT = eINSTANCE.getDocumentRoot_RootElement();
/**
* The meta object literal for the 'Catch Event' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__CATCH_EVENT = eINSTANCE.getDocumentRoot_CatchEvent();
/**
* The meta object literal for the 'Category' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__CATEGORY = eINSTANCE.getDocumentRoot_Category();
/**
* The meta object literal for the 'Category Value' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__CATEGORY_VALUE = eINSTANCE.getDocumentRoot_CategoryValue();
/**
* The meta object literal for the 'Choreography' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__CHOREOGRAPHY = eINSTANCE.getDocumentRoot_Choreography();
/**
* The meta object literal for the 'Collaboration' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__COLLABORATION = eINSTANCE.getDocumentRoot_Collaboration();
/**
* The meta object literal for the 'Choreography Activity' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__CHOREOGRAPHY_ACTIVITY = eINSTANCE.getDocumentRoot_ChoreographyActivity();
/**
* The meta object literal for the 'Choreography Task' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__CHOREOGRAPHY_TASK = eINSTANCE.getDocumentRoot_ChoreographyTask();
/**
* The meta object literal for the 'Compensate Event Definition' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__COMPENSATE_EVENT_DEFINITION = eINSTANCE.getDocumentRoot_CompensateEventDefinition();
/**
* The meta object literal for the 'Complex Behavior Definition' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__COMPLEX_BEHAVIOR_DEFINITION = eINSTANCE.getDocumentRoot_ComplexBehaviorDefinition();
/**
* The meta object literal for the 'Complex Gateway' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__COMPLEX_GATEWAY = eINSTANCE.getDocumentRoot_ComplexGateway();
/**
* The meta object literal for the 'Conditional Event Definition' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__CONDITIONAL_EVENT_DEFINITION = eINSTANCE.getDocumentRoot_ConditionalEventDefinition();
/**
* The meta object literal for the 'Conversation' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__CONVERSATION = eINSTANCE.getDocumentRoot_Conversation();
/**
* The meta object literal for the 'Conversation Association' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__CONVERSATION_ASSOCIATION = eINSTANCE.getDocumentRoot_ConversationAssociation();
/**
* The meta object literal for the 'Conversation Link' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__CONVERSATION_LINK = eINSTANCE.getDocumentRoot_ConversationLink();
/**
* The meta object literal for the 'Correlation Key' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__CORRELATION_KEY = eINSTANCE.getDocumentRoot_CorrelationKey();
/**
* The meta object literal for the 'Correlation Property' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__CORRELATION_PROPERTY = eINSTANCE.getDocumentRoot_CorrelationProperty();
/**
* The meta object literal for the 'Correlation Property Binding' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__CORRELATION_PROPERTY_BINDING = eINSTANCE.getDocumentRoot_CorrelationPropertyBinding();
/**
* The meta object literal for the 'Correlation Property Retrieval Expression' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__CORRELATION_PROPERTY_RETRIEVAL_EXPRESSION = eINSTANCE
.getDocumentRoot_CorrelationPropertyRetrievalExpression();
/**
* The meta object literal for the 'Correlation Subscription' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__CORRELATION_SUBSCRIPTION = eINSTANCE.getDocumentRoot_CorrelationSubscription();
/**
* The meta object literal for the 'Data Association' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__DATA_ASSOCIATION = eINSTANCE.getDocumentRoot_DataAssociation();
/**
* The meta object literal for the 'Data Input' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__DATA_INPUT = eINSTANCE.getDocumentRoot_DataInput();
/**
* The meta object literal for the 'Data Input Association' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__DATA_INPUT_ASSOCIATION = eINSTANCE.getDocumentRoot_DataInputAssociation();
/**
* The meta object literal for the 'Data Object' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__DATA_OBJECT = eINSTANCE.getDocumentRoot_DataObject();
/**
* The meta object literal for the 'Data Object Reference' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__DATA_OBJECT_REFERENCE = eINSTANCE.getDocumentRoot_DataObjectReference();
/**
* The meta object literal for the 'Data Output' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__DATA_OUTPUT = eINSTANCE.getDocumentRoot_DataOutput();
/**
* The meta object literal for the 'Data Output Association' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__DATA_OUTPUT_ASSOCIATION = eINSTANCE.getDocumentRoot_DataOutputAssociation();
/**
* The meta object literal for the 'Data State' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__DATA_STATE = eINSTANCE.getDocumentRoot_DataState();
/**
* The meta object literal for the 'Data Store' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__DATA_STORE = eINSTANCE.getDocumentRoot_DataStore();
/**
* The meta object literal for the 'Data Store Reference' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__DATA_STORE_REFERENCE = eINSTANCE.getDocumentRoot_DataStoreReference();
/**
* The meta object literal for the 'Definitions' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__DEFINITIONS = eINSTANCE.getDocumentRoot_Definitions();
/**
* The meta object literal for the 'Documentation' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__DOCUMENTATION = eINSTANCE.getDocumentRoot_Documentation();
/**
* The meta object literal for the 'End Event' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__END_EVENT = eINSTANCE.getDocumentRoot_EndEvent();
/**
* The meta object literal for the 'End Point' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__END_POINT = eINSTANCE.getDocumentRoot_EndPoint();
/**
* The meta object literal for the 'Error' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__ERROR = eINSTANCE.getDocumentRoot_Error();
/**
* The meta object literal for the 'Error Event Definition' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__ERROR_EVENT_DEFINITION = eINSTANCE.getDocumentRoot_ErrorEventDefinition();
/**
* The meta object literal for the 'Escalation' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__ESCALATION = eINSTANCE.getDocumentRoot_Escalation();
/**
* The meta object literal for the 'Escalation Event Definition' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__ESCALATION_EVENT_DEFINITION = eINSTANCE.getDocumentRoot_EscalationEventDefinition();
/**
* The meta object literal for the 'Event' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__EVENT = eINSTANCE.getDocumentRoot_Event();
/**
* The meta object literal for the 'Event Based Gateway' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__EVENT_BASED_GATEWAY = eINSTANCE.getDocumentRoot_EventBasedGateway();
/**
* The meta object literal for the 'Exclusive Gateway' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__EXCLUSIVE_GATEWAY = eINSTANCE.getDocumentRoot_ExclusiveGateway();
/**
* The meta object literal for the 'Expression' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__EXPRESSION = eINSTANCE.getDocumentRoot_Expression();
/**
* The meta object literal for the 'Extension' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__EXTENSION = eINSTANCE.getDocumentRoot_Extension();
/**
* The meta object literal for the 'Extension Elements' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__EXTENSION_ELEMENTS = eINSTANCE.getDocumentRoot_ExtensionElements();
/**
* The meta object literal for the 'Flow Node' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__FLOW_NODE = eINSTANCE.getDocumentRoot_FlowNode();
/**
* The meta object literal for the 'Formal Expression' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__FORMAL_EXPRESSION = eINSTANCE.getDocumentRoot_FormalExpression();
/**
* The meta object literal for the 'Gateway' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__GATEWAY = eINSTANCE.getDocumentRoot_Gateway();
/**
* The meta object literal for the 'Global Business Rule Task' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__GLOBAL_BUSINESS_RULE_TASK = eINSTANCE.getDocumentRoot_GlobalBusinessRuleTask();
/**
* The meta object literal for the 'Global Choreography Task' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__GLOBAL_CHOREOGRAPHY_TASK = eINSTANCE.getDocumentRoot_GlobalChoreographyTask();
/**
* The meta object literal for the 'Global Conversation' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__GLOBAL_CONVERSATION = eINSTANCE.getDocumentRoot_GlobalConversation();
/**
* The meta object literal for the 'Global Manual Task' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__GLOBAL_MANUAL_TASK = eINSTANCE.getDocumentRoot_GlobalManualTask();
/**
* The meta object literal for the 'Global Script Task' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__GLOBAL_SCRIPT_TASK = eINSTANCE.getDocumentRoot_GlobalScriptTask();
/**
* The meta object literal for the 'Global Task' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__GLOBAL_TASK = eINSTANCE.getDocumentRoot_GlobalTask();
/**
* The meta object literal for the 'Global User Task' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__GLOBAL_USER_TASK = eINSTANCE.getDocumentRoot_GlobalUserTask();
/**
* The meta object literal for the 'Group' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__GROUP = eINSTANCE.getDocumentRoot_Group();
/**
* The meta object literal for the 'Human Performer' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__HUMAN_PERFORMER = eINSTANCE.getDocumentRoot_HumanPerformer();
/**
* The meta object literal for the 'Performer' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__PERFORMER = eINSTANCE.getDocumentRoot_Performer();
/**
* The meta object literal for the 'Resource Role' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__RESOURCE_ROLE = eINSTANCE.getDocumentRoot_ResourceRole();
/**
* The meta object literal for the 'Implicit Throw Event' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__IMPLICIT_THROW_EVENT = eINSTANCE.getDocumentRoot_ImplicitThrowEvent();
/**
* The meta object literal for the 'Import' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__IMPORT = eINSTANCE.getDocumentRoot_Import();
/**
* The meta object literal for the 'Inclusive Gateway' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__INCLUSIVE_GATEWAY = eINSTANCE.getDocumentRoot_InclusiveGateway();
/**
* The meta object literal for the 'Input Set' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__INPUT_SET = eINSTANCE.getDocumentRoot_InputSet();
/**
* The meta object literal for the 'Interface' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__INTERFACE = eINSTANCE.getDocumentRoot_Interface();
/**
* The meta object literal for the 'Intermediate Catch Event' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__INTERMEDIATE_CATCH_EVENT = eINSTANCE.getDocumentRoot_IntermediateCatchEvent();
/**
* The meta object literal for the 'Intermediate Throw Event' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__INTERMEDIATE_THROW_EVENT = eINSTANCE.getDocumentRoot_IntermediateThrowEvent();
/**
* The meta object literal for the 'Io Binding' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__IO_BINDING = eINSTANCE.getDocumentRoot_IoBinding();
/**
* The meta object literal for the 'Io Specification' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__IO_SPECIFICATION = eINSTANCE.getDocumentRoot_IoSpecification();
/**
* The meta object literal for the 'Item Definition' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__ITEM_DEFINITION = eINSTANCE.getDocumentRoot_ItemDefinition();
/**
* The meta object literal for the 'Lane' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__LANE = eINSTANCE.getDocumentRoot_Lane();
/**
* The meta object literal for the 'Lane Set' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__LANE_SET = eINSTANCE.getDocumentRoot_LaneSet();
/**
* The meta object literal for the 'Link Event Definition' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__LINK_EVENT_DEFINITION = eINSTANCE.getDocumentRoot_LinkEventDefinition();
/**
* The meta object literal for the 'Loop Characteristics' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__LOOP_CHARACTERISTICS = eINSTANCE.getDocumentRoot_LoopCharacteristics();
/**
* The meta object literal for the 'Manual Task' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__MANUAL_TASK = eINSTANCE.getDocumentRoot_ManualTask();
/**
* The meta object literal for the 'Message' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__MESSAGE = eINSTANCE.getDocumentRoot_Message();
/**
* The meta object literal for the 'Message Event Definition' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__MESSAGE_EVENT_DEFINITION = eINSTANCE.getDocumentRoot_MessageEventDefinition();
/**
* The meta object literal for the 'Message Flow' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__MESSAGE_FLOW = eINSTANCE.getDocumentRoot_MessageFlow();
/**
* The meta object literal for the 'Message Flow Association' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__MESSAGE_FLOW_ASSOCIATION = eINSTANCE.getDocumentRoot_MessageFlowAssociation();
/**
* The meta object literal for the 'Monitoring' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__MONITORING = eINSTANCE.getDocumentRoot_Monitoring();
/**
* The meta object literal for the 'Multi Instance Loop Characteristics' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__MULTI_INSTANCE_LOOP_CHARACTERISTICS = eINSTANCE
.getDocumentRoot_MultiInstanceLoopCharacteristics();
/**
* The meta object literal for the 'Operation' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__OPERATION = eINSTANCE.getDocumentRoot_Operation();
/**
* The meta object literal for the 'Output Set' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__OUTPUT_SET = eINSTANCE.getDocumentRoot_OutputSet();
/**
* The meta object literal for the 'Parallel Gateway' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__PARALLEL_GATEWAY = eINSTANCE.getDocumentRoot_ParallelGateway();
/**
* The meta object literal for the 'Participant' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__PARTICIPANT = eINSTANCE.getDocumentRoot_Participant();
/**
* The meta object literal for the 'Participant Association' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__PARTICIPANT_ASSOCIATION = eINSTANCE.getDocumentRoot_ParticipantAssociation();
/**
* The meta object literal for the 'Participant Multiplicity' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__PARTICIPANT_MULTIPLICITY = eINSTANCE.getDocumentRoot_ParticipantMultiplicity();
/**
* The meta object literal for the 'Partner Entity' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__PARTNER_ENTITY = eINSTANCE.getDocumentRoot_PartnerEntity();
/**
* The meta object literal for the 'Partner Role' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__PARTNER_ROLE = eINSTANCE.getDocumentRoot_PartnerRole();
/**
* The meta object literal for the 'Potential Owner' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__POTENTIAL_OWNER = eINSTANCE.getDocumentRoot_PotentialOwner();
/**
* The meta object literal for the 'Process' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__PROCESS = eINSTANCE.getDocumentRoot_Process();
/**
* The meta object literal for the 'Property' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__PROPERTY = eINSTANCE.getDocumentRoot_Property();
/**
* The meta object literal for the 'Receive Task' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__RECEIVE_TASK = eINSTANCE.getDocumentRoot_ReceiveTask();
/**
* The meta object literal for the 'Relationship' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__RELATIONSHIP = eINSTANCE.getDocumentRoot_Relationship();
/**
* The meta object literal for the 'Rendering' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__RENDERING = eINSTANCE.getDocumentRoot_Rendering();
/**
* The meta object literal for the 'Resource' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__RESOURCE = eINSTANCE.getDocumentRoot_Resource();
/**
* The meta object literal for the 'Resource Assignment Expression' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__RESOURCE_ASSIGNMENT_EXPRESSION = eINSTANCE
.getDocumentRoot_ResourceAssignmentExpression();
/**
* The meta object literal for the 'Resource Parameter' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__RESOURCE_PARAMETER = eINSTANCE.getDocumentRoot_ResourceParameter();
/**
* The meta object literal for the 'Resource Parameter Binding' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__RESOURCE_PARAMETER_BINDING = eINSTANCE.getDocumentRoot_ResourceParameterBinding();
/**
* The meta object literal for the 'Script' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__SCRIPT = eINSTANCE.getDocumentRoot_Script();
/**
* The meta object literal for the 'Script Task' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__SCRIPT_TASK = eINSTANCE.getDocumentRoot_ScriptTask();
/**
* The meta object literal for the 'Send Task' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__SEND_TASK = eINSTANCE.getDocumentRoot_SendTask();
/**
* The meta object literal for the 'Sequence Flow' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__SEQUENCE_FLOW = eINSTANCE.getDocumentRoot_SequenceFlow();
/**
* The meta object literal for the 'Service Task' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__SERVICE_TASK = eINSTANCE.getDocumentRoot_ServiceTask();
/**
* The meta object literal for the 'Signal' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__SIGNAL = eINSTANCE.getDocumentRoot_Signal();
/**
* The meta object literal for the 'Signal Event Definition' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__SIGNAL_EVENT_DEFINITION = eINSTANCE.getDocumentRoot_SignalEventDefinition();
/**
* The meta object literal for the 'Standard Loop Characteristics' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__STANDARD_LOOP_CHARACTERISTICS = eINSTANCE
.getDocumentRoot_StandardLoopCharacteristics();
/**
* The meta object literal for the 'Start Event' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__START_EVENT = eINSTANCE.getDocumentRoot_StartEvent();
/**
* The meta object literal for the 'Sub Choreography' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__SUB_CHOREOGRAPHY = eINSTANCE.getDocumentRoot_SubChoreography();
/**
* The meta object literal for the 'Sub Conversation' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__SUB_CONVERSATION = eINSTANCE.getDocumentRoot_SubConversation();
/**
* The meta object literal for the 'Sub Process' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__SUB_PROCESS = eINSTANCE.getDocumentRoot_SubProcess();
/**
* The meta object literal for the 'Task' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__TASK = eINSTANCE.getDocumentRoot_Task();
/**
* The meta object literal for the 'Terminate Event Definition' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__TERMINATE_EVENT_DEFINITION = eINSTANCE.getDocumentRoot_TerminateEventDefinition();
/**
* The meta object literal for the 'Text' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__TEXT = eINSTANCE.getDocumentRoot_Text();
/**
* The meta object literal for the 'Text Annotation' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__TEXT_ANNOTATION = eINSTANCE.getDocumentRoot_TextAnnotation();
/**
* The meta object literal for the 'Throw Event' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__THROW_EVENT = eINSTANCE.getDocumentRoot_ThrowEvent();
/**
* The meta object literal for the 'Timer Event Definition' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__TIMER_EVENT_DEFINITION = eINSTANCE.getDocumentRoot_TimerEventDefinition();
/**
* The meta object literal for the 'Transaction' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__TRANSACTION = eINSTANCE.getDocumentRoot_Transaction();
/**
* The meta object literal for the 'User Task' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__USER_TASK = eINSTANCE.getDocumentRoot_UserTask();
/**
* The meta object literal for the 'Event Sub Process' containment reference feature.
*
*
* @generated
*/
EReference DOCUMENT_ROOT__EVENT_SUB_PROCESS = eINSTANCE.getDocumentRoot_EventSubProcess();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.ActivityImpl Activity}' class.
*
*
* @see org.eclipse.bpmn2.impl.ActivityImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getActivity()
* @generated
*/
EClass ACTIVITY = eINSTANCE.getActivity();
/**
* The meta object literal for the 'Io Specification' containment reference feature.
*
*
* @generated
*/
EReference ACTIVITY__IO_SPECIFICATION = eINSTANCE.getActivity_IoSpecification();
/**
* The meta object literal for the 'Boundary Event Refs' reference list feature.
*
*
* @generated
*/
EReference ACTIVITY__BOUNDARY_EVENT_REFS = eINSTANCE.getActivity_BoundaryEventRefs();
/**
* The meta object literal for the 'Properties' containment reference list feature.
*
*
* @generated
*/
EReference ACTIVITY__PROPERTIES = eINSTANCE.getActivity_Properties();
/**
* The meta object literal for the 'Data Input Associations' containment reference list feature.
*
*
* @generated
*/
EReference ACTIVITY__DATA_INPUT_ASSOCIATIONS = eINSTANCE.getActivity_DataInputAssociations();
/**
* The meta object literal for the 'Data Output Associations' containment reference list feature.
*
*
* @generated
*/
EReference ACTIVITY__DATA_OUTPUT_ASSOCIATIONS = eINSTANCE.getActivity_DataOutputAssociations();
/**
* The meta object literal for the 'Resources' containment reference list feature.
*
*
* @generated
*/
EReference ACTIVITY__RESOURCES = eINSTANCE.getActivity_Resources();
/**
* The meta object literal for the 'Loop Characteristics' containment reference feature.
*
*
* @generated
*/
EReference ACTIVITY__LOOP_CHARACTERISTICS = eINSTANCE.getActivity_LoopCharacteristics();
/**
* The meta object literal for the 'Completion Quantity' attribute feature.
*
*
* @generated
*/
EAttribute ACTIVITY__COMPLETION_QUANTITY = eINSTANCE.getActivity_CompletionQuantity();
/**
* The meta object literal for the 'Default' reference feature.
*
*
* @generated
*/
EReference ACTIVITY__DEFAULT = eINSTANCE.getActivity_Default();
/**
* The meta object literal for the 'Is For Compensation' attribute feature.
*
*
* @generated
*/
EAttribute ACTIVITY__IS_FOR_COMPENSATION = eINSTANCE.getActivity_IsForCompensation();
/**
* The meta object literal for the 'Start Quantity' attribute feature.
*
*
* @generated
*/
EAttribute ACTIVITY__START_QUANTITY = eINSTANCE.getActivity_StartQuantity();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.AdHocSubProcessImpl Ad Hoc Sub Process}' class.
*
*
* @see org.eclipse.bpmn2.impl.AdHocSubProcessImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getAdHocSubProcess()
* @generated
*/
EClass AD_HOC_SUB_PROCESS = eINSTANCE.getAdHocSubProcess();
/**
* The meta object literal for the 'Completion Condition' containment reference feature.
*
*
* @generated
*/
EReference AD_HOC_SUB_PROCESS__COMPLETION_CONDITION = eINSTANCE.getAdHocSubProcess_CompletionCondition();
/**
* The meta object literal for the 'Cancel Remaining Instances' attribute feature.
*
*
* @generated
*/
EAttribute AD_HOC_SUB_PROCESS__CANCEL_REMAINING_INSTANCES = eINSTANCE
.getAdHocSubProcess_CancelRemainingInstances();
/**
* The meta object literal for the 'Ordering' attribute feature.
*
*
* @generated
*/
EAttribute AD_HOC_SUB_PROCESS__ORDERING = eINSTANCE.getAdHocSubProcess_Ordering();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.ArtifactImpl Artifact}' class.
*
*
* @see org.eclipse.bpmn2.impl.ArtifactImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getArtifact()
* @generated
*/
EClass ARTIFACT = eINSTANCE.getArtifact();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.AssignmentImpl Assignment}' class.
*
*
* @see org.eclipse.bpmn2.impl.AssignmentImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getAssignment()
* @generated
*/
EClass ASSIGNMENT = eINSTANCE.getAssignment();
/**
* The meta object literal for the 'From' containment reference feature.
*
*
* @generated
*/
EReference ASSIGNMENT__FROM = eINSTANCE.getAssignment_From();
/**
* The meta object literal for the 'To' containment reference feature.
*
*
* @generated
*/
EReference ASSIGNMENT__TO = eINSTANCE.getAssignment_To();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.AssociationImpl Association}' class.
*
*
* @see org.eclipse.bpmn2.impl.AssociationImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getAssociation()
* @generated
*/
EClass ASSOCIATION = eINSTANCE.getAssociation();
/**
* The meta object literal for the 'Association Direction' attribute feature.
*
*
* @generated
*/
EAttribute ASSOCIATION__ASSOCIATION_DIRECTION = eINSTANCE.getAssociation_AssociationDirection();
/**
* The meta object literal for the 'Source Ref' reference feature.
*
*
* @generated
*/
EReference ASSOCIATION__SOURCE_REF = eINSTANCE.getAssociation_SourceRef();
/**
* The meta object literal for the 'Target Ref' reference feature.
*
*
* @generated
*/
EReference ASSOCIATION__TARGET_REF = eINSTANCE.getAssociation_TargetRef();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.AuditingImpl Auditing}' class.
*
*
* @see org.eclipse.bpmn2.impl.AuditingImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getAuditing()
* @generated
*/
EClass AUDITING = eINSTANCE.getAuditing();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.BaseElementImpl Base Element}' class.
*
*
* @see org.eclipse.bpmn2.impl.BaseElementImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getBaseElement()
* @generated
*/
EClass BASE_ELEMENT = eINSTANCE.getBaseElement();
/**
* The meta object literal for the 'Documentation' containment reference list feature.
*
*
* @generated
*/
EReference BASE_ELEMENT__DOCUMENTATION = eINSTANCE.getBaseElement_Documentation();
/**
* The meta object literal for the 'Extension Values' containment reference list feature.
*
*
* @generated
*/
EReference BASE_ELEMENT__EXTENSION_VALUES = eINSTANCE.getBaseElement_ExtensionValues();
/**
* The meta object literal for the 'Extension Definitions' reference list feature.
*
*
* @generated
*/
EReference BASE_ELEMENT__EXTENSION_DEFINITIONS = eINSTANCE.getBaseElement_ExtensionDefinitions();
/**
* The meta object literal for the 'Id' attribute feature.
*
*
* @generated
*/
EAttribute BASE_ELEMENT__ID = eINSTANCE.getBaseElement_Id();
/**
* The meta object literal for the 'Any Attribute' attribute list feature.
*
*
* @generated
*/
EAttribute BASE_ELEMENT__ANY_ATTRIBUTE = eINSTANCE.getBaseElement_AnyAttribute();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.BoundaryEventImpl Boundary Event}' class.
*
*
* @see org.eclipse.bpmn2.impl.BoundaryEventImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getBoundaryEvent()
* @generated
*/
EClass BOUNDARY_EVENT = eINSTANCE.getBoundaryEvent();
/**
* The meta object literal for the 'Attached To Ref' reference feature.
*
*
* @generated
*/
EReference BOUNDARY_EVENT__ATTACHED_TO_REF = eINSTANCE.getBoundaryEvent_AttachedToRef();
/**
* The meta object literal for the 'Cancel Activity' attribute feature.
*
*
* @generated
*/
EAttribute BOUNDARY_EVENT__CANCEL_ACTIVITY = eINSTANCE.getBoundaryEvent_CancelActivity();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.BusinessRuleTaskImpl Business Rule Task}' class.
*
*
* @see org.eclipse.bpmn2.impl.BusinessRuleTaskImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getBusinessRuleTask()
* @generated
*/
EClass BUSINESS_RULE_TASK = eINSTANCE.getBusinessRuleTask();
/**
* The meta object literal for the 'Implementation' attribute feature.
*
*
* @generated
*/
EAttribute BUSINESS_RULE_TASK__IMPLEMENTATION = eINSTANCE.getBusinessRuleTask_Implementation();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.CallActivityImpl Call Activity}' class.
*
*
* @see org.eclipse.bpmn2.impl.CallActivityImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getCallActivity()
* @generated
*/
EClass CALL_ACTIVITY = eINSTANCE.getCallActivity();
/**
* The meta object literal for the 'Called Element' attribute feature.
*
*
* @generated
*/
EAttribute CALL_ACTIVITY__CALLED_ELEMENT = eINSTANCE.getCallActivity_CalledElement();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.CallChoreographyImpl Call Choreography}' class.
*
*
* @see org.eclipse.bpmn2.impl.CallChoreographyImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getCallChoreography()
* @generated
*/
EClass CALL_CHOREOGRAPHY = eINSTANCE.getCallChoreography();
/**
* The meta object literal for the 'Participant Associations' containment reference list feature.
*
*
* @generated
*/
EReference CALL_CHOREOGRAPHY__PARTICIPANT_ASSOCIATIONS = eINSTANCE
.getCallChoreography_ParticipantAssociations();
/**
* The meta object literal for the 'Called Choreography Ref' reference feature.
*
*
* @generated
*/
EReference CALL_CHOREOGRAPHY__CALLED_CHOREOGRAPHY_REF = eINSTANCE.getCallChoreography_CalledChoreographyRef();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.CallConversationImpl Call Conversation}' class.
*
*
* @see org.eclipse.bpmn2.impl.CallConversationImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getCallConversation()
* @generated
*/
EClass CALL_CONVERSATION = eINSTANCE.getCallConversation();
/**
* The meta object literal for the 'Participant Associations' containment reference list feature.
*
*
* @generated
*/
EReference CALL_CONVERSATION__PARTICIPANT_ASSOCIATIONS = eINSTANCE
.getCallConversation_ParticipantAssociations();
/**
* The meta object literal for the 'Called Collaboration Ref' reference feature.
*
*
* @generated
*/
EReference CALL_CONVERSATION__CALLED_COLLABORATION_REF = eINSTANCE.getCallConversation_CalledCollaborationRef();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.CallableElementImpl Callable Element}' class.
*
*
* @see org.eclipse.bpmn2.impl.CallableElementImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getCallableElement()
* @generated
*/
EClass CALLABLE_ELEMENT = eINSTANCE.getCallableElement();
/**
* The meta object literal for the 'Supported Interface Refs' reference list feature.
*
*
* @generated
*/
EReference CALLABLE_ELEMENT__SUPPORTED_INTERFACE_REFS = eINSTANCE.getCallableElement_SupportedInterfaceRefs();
/**
* The meta object literal for the 'Io Specification' containment reference feature.
*
*
* @generated
*/
EReference CALLABLE_ELEMENT__IO_SPECIFICATION = eINSTANCE.getCallableElement_IoSpecification();
/**
* The meta object literal for the 'Io Binding' containment reference list feature.
*
*
* @generated
*/
EReference CALLABLE_ELEMENT__IO_BINDING = eINSTANCE.getCallableElement_IoBinding();
/**
* The meta object literal for the 'Name' attribute feature.
*
*
* @generated
*/
EAttribute CALLABLE_ELEMENT__NAME = eINSTANCE.getCallableElement_Name();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.CancelEventDefinitionImpl Cancel Event Definition}' class.
*
*
* @see org.eclipse.bpmn2.impl.CancelEventDefinitionImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getCancelEventDefinition()
* @generated
*/
EClass CANCEL_EVENT_DEFINITION = eINSTANCE.getCancelEventDefinition();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.CatchEventImpl Catch Event}' class.
*
*
* @see org.eclipse.bpmn2.impl.CatchEventImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getCatchEvent()
* @generated
*/
EClass CATCH_EVENT = eINSTANCE.getCatchEvent();
/**
* The meta object literal for the 'Data Outputs' containment reference list feature.
*
*
* @generated
*/
EReference CATCH_EVENT__DATA_OUTPUTS = eINSTANCE.getCatchEvent_DataOutputs();
/**
* The meta object literal for the 'Data Output Association' containment reference list feature.
*
*
* @generated
*/
EReference CATCH_EVENT__DATA_OUTPUT_ASSOCIATION = eINSTANCE.getCatchEvent_DataOutputAssociation();
/**
* The meta object literal for the 'Output Set' containment reference feature.
*
*
* @generated
*/
EReference CATCH_EVENT__OUTPUT_SET = eINSTANCE.getCatchEvent_OutputSet();
/**
* The meta object literal for the 'Event Definitions' containment reference list feature.
*
*
* @generated
*/
EReference CATCH_EVENT__EVENT_DEFINITIONS = eINSTANCE.getCatchEvent_EventDefinitions();
/**
* The meta object literal for the 'Event Definition Refs' reference list feature.
*
*
* @generated
*/
EReference CATCH_EVENT__EVENT_DEFINITION_REFS = eINSTANCE.getCatchEvent_EventDefinitionRefs();
/**
* The meta object literal for the 'Parallel Multiple' attribute feature.
*
*
* @generated
*/
EAttribute CATCH_EVENT__PARALLEL_MULTIPLE = eINSTANCE.getCatchEvent_ParallelMultiple();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.CategoryImpl Category}' class.
*
*
* @see org.eclipse.bpmn2.impl.CategoryImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getCategory()
* @generated
*/
EClass CATEGORY = eINSTANCE.getCategory();
/**
* The meta object literal for the 'Category Value' containment reference list feature.
*
*
* @generated
*/
EReference CATEGORY__CATEGORY_VALUE = eINSTANCE.getCategory_CategoryValue();
/**
* The meta object literal for the 'Name' attribute feature.
*
*
* @generated
*/
EAttribute CATEGORY__NAME = eINSTANCE.getCategory_Name();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.CategoryValueImpl Category Value}' class.
*
*
* @see org.eclipse.bpmn2.impl.CategoryValueImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getCategoryValue()
* @generated
*/
EClass CATEGORY_VALUE = eINSTANCE.getCategoryValue();
/**
* The meta object literal for the 'Value' attribute feature.
*
*
* @generated
*/
EAttribute CATEGORY_VALUE__VALUE = eINSTANCE.getCategoryValue_Value();
/**
* The meta object literal for the 'Categorized Flow Elements' reference list feature.
*
*
* @generated
*/
EReference CATEGORY_VALUE__CATEGORIZED_FLOW_ELEMENTS = eINSTANCE.getCategoryValue_CategorizedFlowElements();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.ChoreographyImpl Choreography}' class.
*
*
* @see org.eclipse.bpmn2.impl.ChoreographyImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getChoreography()
* @generated
*/
EClass CHOREOGRAPHY = eINSTANCE.getChoreography();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.ChoreographyActivityImpl Choreography Activity}' class.
*
*
* @see org.eclipse.bpmn2.impl.ChoreographyActivityImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getChoreographyActivity()
* @generated
*/
EClass CHOREOGRAPHY_ACTIVITY = eINSTANCE.getChoreographyActivity();
/**
* The meta object literal for the 'Participant Refs' reference list feature.
*
*
* @generated
*/
EReference CHOREOGRAPHY_ACTIVITY__PARTICIPANT_REFS = eINSTANCE.getChoreographyActivity_ParticipantRefs();
/**
* The meta object literal for the 'Correlation Keys' containment reference list feature.
*
*
* @generated
*/
EReference CHOREOGRAPHY_ACTIVITY__CORRELATION_KEYS = eINSTANCE.getChoreographyActivity_CorrelationKeys();
/**
* The meta object literal for the 'Initiating Participant Ref' reference feature.
*
*
* @generated
*/
EReference CHOREOGRAPHY_ACTIVITY__INITIATING_PARTICIPANT_REF = eINSTANCE
.getChoreographyActivity_InitiatingParticipantRef();
/**
* The meta object literal for the 'Loop Type' attribute feature.
*
*
* @generated
*/
EAttribute CHOREOGRAPHY_ACTIVITY__LOOP_TYPE = eINSTANCE.getChoreographyActivity_LoopType();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.ChoreographyTaskImpl Choreography Task}' class.
*
*
* @see org.eclipse.bpmn2.impl.ChoreographyTaskImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getChoreographyTask()
* @generated
*/
EClass CHOREOGRAPHY_TASK = eINSTANCE.getChoreographyTask();
/**
* The meta object literal for the 'Message Flow Ref' reference list feature.
*
*
* @generated
*/
EReference CHOREOGRAPHY_TASK__MESSAGE_FLOW_REF = eINSTANCE.getChoreographyTask_MessageFlowRef();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.CollaborationImpl Collaboration}' class.
*
*
* @see org.eclipse.bpmn2.impl.CollaborationImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getCollaboration()
* @generated
*/
EClass COLLABORATION = eINSTANCE.getCollaboration();
/**
* The meta object literal for the 'Participants' containment reference list feature.
*
*
* @generated
*/
EReference COLLABORATION__PARTICIPANTS = eINSTANCE.getCollaboration_Participants();
/**
* The meta object literal for the 'Message Flows' containment reference list feature.
*
*
* @generated
*/
EReference COLLABORATION__MESSAGE_FLOWS = eINSTANCE.getCollaboration_MessageFlows();
/**
* The meta object literal for the 'Artifacts' containment reference list feature.
*
*
* @generated
*/
EReference COLLABORATION__ARTIFACTS = eINSTANCE.getCollaboration_Artifacts();
/**
* The meta object literal for the 'Conversations' containment reference list feature.
*
*
* @generated
*/
EReference COLLABORATION__CONVERSATIONS = eINSTANCE.getCollaboration_Conversations();
/**
* The meta object literal for the 'Conversation Associations' containment reference feature.
*
*
* @generated
*/
EReference COLLABORATION__CONVERSATION_ASSOCIATIONS = eINSTANCE.getCollaboration_ConversationAssociations();
/**
* The meta object literal for the 'Participant Associations' containment reference list feature.
*
*
* @generated
*/
EReference COLLABORATION__PARTICIPANT_ASSOCIATIONS = eINSTANCE.getCollaboration_ParticipantAssociations();
/**
* The meta object literal for the 'Message Flow Associations' containment reference list feature.
*
*
* @generated
*/
EReference COLLABORATION__MESSAGE_FLOW_ASSOCIATIONS = eINSTANCE.getCollaboration_MessageFlowAssociations();
/**
* The meta object literal for the 'Correlation Keys' containment reference list feature.
*
*
* @generated
*/
EReference COLLABORATION__CORRELATION_KEYS = eINSTANCE.getCollaboration_CorrelationKeys();
/**
* The meta object literal for the 'Choreography Ref' reference list feature.
*
*
* @generated
*/
EReference COLLABORATION__CHOREOGRAPHY_REF = eINSTANCE.getCollaboration_ChoreographyRef();
/**
* The meta object literal for the 'Conversation Links' containment reference list feature.
*
*
* @generated
*/
EReference COLLABORATION__CONVERSATION_LINKS = eINSTANCE.getCollaboration_ConversationLinks();
/**
* The meta object literal for the 'Is Closed' attribute feature.
*
*
* @generated
*/
EAttribute COLLABORATION__IS_CLOSED = eINSTANCE.getCollaboration_IsClosed();
/**
* The meta object literal for the 'Name' attribute feature.
*
*
* @generated
*/
EAttribute COLLABORATION__NAME = eINSTANCE.getCollaboration_Name();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.CompensateEventDefinitionImpl Compensate Event Definition}' class.
*
*
* @see org.eclipse.bpmn2.impl.CompensateEventDefinitionImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getCompensateEventDefinition()
* @generated
*/
EClass COMPENSATE_EVENT_DEFINITION = eINSTANCE.getCompensateEventDefinition();
/**
* The meta object literal for the 'Activity Ref' reference feature.
*
*
* @generated
*/
EReference COMPENSATE_EVENT_DEFINITION__ACTIVITY_REF = eINSTANCE.getCompensateEventDefinition_ActivityRef();
/**
* The meta object literal for the 'Wait For Completion' attribute feature.
*
*
* @generated
*/
EAttribute COMPENSATE_EVENT_DEFINITION__WAIT_FOR_COMPLETION = eINSTANCE
.getCompensateEventDefinition_WaitForCompletion();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.ComplexBehaviorDefinitionImpl Complex Behavior Definition}' class.
*
*
* @see org.eclipse.bpmn2.impl.ComplexBehaviorDefinitionImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getComplexBehaviorDefinition()
* @generated
*/
EClass COMPLEX_BEHAVIOR_DEFINITION = eINSTANCE.getComplexBehaviorDefinition();
/**
* The meta object literal for the 'Condition' containment reference feature.
*
*
* @generated
*/
EReference COMPLEX_BEHAVIOR_DEFINITION__CONDITION = eINSTANCE.getComplexBehaviorDefinition_Condition();
/**
* The meta object literal for the 'Event' containment reference feature.
*
*
* @generated
*/
EReference COMPLEX_BEHAVIOR_DEFINITION__EVENT = eINSTANCE.getComplexBehaviorDefinition_Event();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.ComplexGatewayImpl Complex Gateway}' class.
*
*
* @see org.eclipse.bpmn2.impl.ComplexGatewayImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getComplexGateway()
* @generated
*/
EClass COMPLEX_GATEWAY = eINSTANCE.getComplexGateway();
/**
* The meta object literal for the 'Activation Condition' containment reference feature.
*
*
* @generated
*/
EReference COMPLEX_GATEWAY__ACTIVATION_CONDITION = eINSTANCE.getComplexGateway_ActivationCondition();
/**
* The meta object literal for the 'Default' reference feature.
*
*
* @generated
*/
EReference COMPLEX_GATEWAY__DEFAULT = eINSTANCE.getComplexGateway_Default();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.ConditionalEventDefinitionImpl Conditional Event Definition}' class.
*
*
* @see org.eclipse.bpmn2.impl.ConditionalEventDefinitionImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getConditionalEventDefinition()
* @generated
*/
EClass CONDITIONAL_EVENT_DEFINITION = eINSTANCE.getConditionalEventDefinition();
/**
* The meta object literal for the 'Condition' containment reference feature.
*
*
* @generated
*/
EReference CONDITIONAL_EVENT_DEFINITION__CONDITION = eINSTANCE.getConditionalEventDefinition_Condition();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.ConversationImpl Conversation}' class.
*
*
* @see org.eclipse.bpmn2.impl.ConversationImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getConversation()
* @generated
*/
EClass CONVERSATION = eINSTANCE.getConversation();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.ConversationAssociationImpl Conversation Association}' class.
*
*
* @see org.eclipse.bpmn2.impl.ConversationAssociationImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getConversationAssociation()
* @generated
*/
EClass CONVERSATION_ASSOCIATION = eINSTANCE.getConversationAssociation();
/**
* The meta object literal for the 'Inner Conversation Node Ref' reference feature.
*
*
* @generated
*/
EReference CONVERSATION_ASSOCIATION__INNER_CONVERSATION_NODE_REF = eINSTANCE
.getConversationAssociation_InnerConversationNodeRef();
/**
* The meta object literal for the 'Outer Conversation Node Ref' reference feature.
*
*
* @generated
*/
EReference CONVERSATION_ASSOCIATION__OUTER_CONVERSATION_NODE_REF = eINSTANCE
.getConversationAssociation_OuterConversationNodeRef();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.ConversationLinkImpl Conversation Link}' class.
*
*
* @see org.eclipse.bpmn2.impl.ConversationLinkImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getConversationLink()
* @generated
*/
EClass CONVERSATION_LINK = eINSTANCE.getConversationLink();
/**
* The meta object literal for the 'Name' attribute feature.
*
*
* @generated
*/
EAttribute CONVERSATION_LINK__NAME = eINSTANCE.getConversationLink_Name();
/**
* The meta object literal for the 'Source Ref' reference feature.
*
*
* @generated
*/
EReference CONVERSATION_LINK__SOURCE_REF = eINSTANCE.getConversationLink_SourceRef();
/**
* The meta object literal for the 'Target Ref' reference feature.
*
*
* @generated
*/
EReference CONVERSATION_LINK__TARGET_REF = eINSTANCE.getConversationLink_TargetRef();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.ConversationNodeImpl Conversation Node}' class.
*
*
* @see org.eclipse.bpmn2.impl.ConversationNodeImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getConversationNode()
* @generated
*/
EClass CONVERSATION_NODE = eINSTANCE.getConversationNode();
/**
* The meta object literal for the 'Participant Refs' reference list feature.
*
*
* @generated
*/
EReference CONVERSATION_NODE__PARTICIPANT_REFS = eINSTANCE.getConversationNode_ParticipantRefs();
/**
* The meta object literal for the 'Message Flow Refs' reference list feature.
*
*
* @generated
*/
EReference CONVERSATION_NODE__MESSAGE_FLOW_REFS = eINSTANCE.getConversationNode_MessageFlowRefs();
/**
* The meta object literal for the 'Correlation Keys' containment reference list feature.
*
*
* @generated
*/
EReference CONVERSATION_NODE__CORRELATION_KEYS = eINSTANCE.getConversationNode_CorrelationKeys();
/**
* The meta object literal for the 'Name' attribute feature.
*
*
* @generated
*/
EAttribute CONVERSATION_NODE__NAME = eINSTANCE.getConversationNode_Name();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.CorrelationKeyImpl Correlation Key}' class.
*
*
* @see org.eclipse.bpmn2.impl.CorrelationKeyImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getCorrelationKey()
* @generated
*/
EClass CORRELATION_KEY = eINSTANCE.getCorrelationKey();
/**
* The meta object literal for the 'Correlation Property Ref' reference list feature.
*
*
* @generated
*/
EReference CORRELATION_KEY__CORRELATION_PROPERTY_REF = eINSTANCE.getCorrelationKey_CorrelationPropertyRef();
/**
* The meta object literal for the 'Name' attribute feature.
*
*
* @generated
*/
EAttribute CORRELATION_KEY__NAME = eINSTANCE.getCorrelationKey_Name();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.CorrelationPropertyImpl Correlation Property}' class.
*
*
* @see org.eclipse.bpmn2.impl.CorrelationPropertyImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getCorrelationProperty()
* @generated
*/
EClass CORRELATION_PROPERTY = eINSTANCE.getCorrelationProperty();
/**
* The meta object literal for the 'Correlation Property Retrieval Expression' containment reference list feature.
*
*
* @generated
*/
EReference CORRELATION_PROPERTY__CORRELATION_PROPERTY_RETRIEVAL_EXPRESSION = eINSTANCE
.getCorrelationProperty_CorrelationPropertyRetrievalExpression();
/**
* The meta object literal for the 'Name' attribute feature.
*
*
* @generated
*/
EAttribute CORRELATION_PROPERTY__NAME = eINSTANCE.getCorrelationProperty_Name();
/**
* The meta object literal for the 'Type' reference feature.
*
*
* @generated
*/
EReference CORRELATION_PROPERTY__TYPE = eINSTANCE.getCorrelationProperty_Type();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.CorrelationPropertyBindingImpl Correlation Property Binding}' class.
*
*
* @see org.eclipse.bpmn2.impl.CorrelationPropertyBindingImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getCorrelationPropertyBinding()
* @generated
*/
EClass CORRELATION_PROPERTY_BINDING = eINSTANCE.getCorrelationPropertyBinding();
/**
* The meta object literal for the 'Data Path' containment reference feature.
*
*
* @generated
*/
EReference CORRELATION_PROPERTY_BINDING__DATA_PATH = eINSTANCE.getCorrelationPropertyBinding_DataPath();
/**
* The meta object literal for the 'Correlation Property Ref' reference feature.
*
*
* @generated
*/
EReference CORRELATION_PROPERTY_BINDING__CORRELATION_PROPERTY_REF = eINSTANCE
.getCorrelationPropertyBinding_CorrelationPropertyRef();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.CorrelationPropertyRetrievalExpressionImpl Correlation Property Retrieval Expression}' class.
*
*
* @see org.eclipse.bpmn2.impl.CorrelationPropertyRetrievalExpressionImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getCorrelationPropertyRetrievalExpression()
* @generated
*/
EClass CORRELATION_PROPERTY_RETRIEVAL_EXPRESSION = eINSTANCE.getCorrelationPropertyRetrievalExpression();
/**
* The meta object literal for the 'Message Path' containment reference feature.
*
*
* @generated
*/
EReference CORRELATION_PROPERTY_RETRIEVAL_EXPRESSION__MESSAGE_PATH = eINSTANCE
.getCorrelationPropertyRetrievalExpression_MessagePath();
/**
* The meta object literal for the 'Message Ref' reference feature.
*
*
* @generated
*/
EReference CORRELATION_PROPERTY_RETRIEVAL_EXPRESSION__MESSAGE_REF = eINSTANCE
.getCorrelationPropertyRetrievalExpression_MessageRef();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.CorrelationSubscriptionImpl Correlation Subscription}' class.
*
*
* @see org.eclipse.bpmn2.impl.CorrelationSubscriptionImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getCorrelationSubscription()
* @generated
*/
EClass CORRELATION_SUBSCRIPTION = eINSTANCE.getCorrelationSubscription();
/**
* The meta object literal for the 'Correlation Property Binding' containment reference list feature.
*
*
* @generated
*/
EReference CORRELATION_SUBSCRIPTION__CORRELATION_PROPERTY_BINDING = eINSTANCE
.getCorrelationSubscription_CorrelationPropertyBinding();
/**
* The meta object literal for the 'Correlation Key Ref' reference feature.
*
*
* @generated
*/
EReference CORRELATION_SUBSCRIPTION__CORRELATION_KEY_REF = eINSTANCE
.getCorrelationSubscription_CorrelationKeyRef();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.DataAssociationImpl Data Association}' class.
*
*
* @see org.eclipse.bpmn2.impl.DataAssociationImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getDataAssociation()
* @generated
*/
EClass DATA_ASSOCIATION = eINSTANCE.getDataAssociation();
/**
* The meta object literal for the 'Source Ref' reference list feature.
*
*
* @generated
*/
EReference DATA_ASSOCIATION__SOURCE_REF = eINSTANCE.getDataAssociation_SourceRef();
/**
* The meta object literal for the 'Target Ref' reference feature.
*
*
* @generated
*/
EReference DATA_ASSOCIATION__TARGET_REF = eINSTANCE.getDataAssociation_TargetRef();
/**
* The meta object literal for the 'Transformation' containment reference feature.
*
*
* @generated
*/
EReference DATA_ASSOCIATION__TRANSFORMATION = eINSTANCE.getDataAssociation_Transformation();
/**
* The meta object literal for the 'Assignment' containment reference list feature.
*
*
* @generated
*/
EReference DATA_ASSOCIATION__ASSIGNMENT = eINSTANCE.getDataAssociation_Assignment();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.DataInputImpl Data Input}' class.
*
*
* @see org.eclipse.bpmn2.impl.DataInputImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getDataInput()
* @generated
*/
EClass DATA_INPUT = eINSTANCE.getDataInput();
/**
* The meta object literal for the 'Input Set With Optional' reference list feature.
*
*
* @generated
*/
EReference DATA_INPUT__INPUT_SET_WITH_OPTIONAL = eINSTANCE.getDataInput_InputSetWithOptional();
/**
* The meta object literal for the 'Input Set With While Executing' reference list feature.
*
*
* @generated
*/
EReference DATA_INPUT__INPUT_SET_WITH_WHILE_EXECUTING = eINSTANCE.getDataInput_InputSetWithWhileExecuting();
/**
* The meta object literal for the 'Input Set Refs' reference list feature.
*
*
* @generated
*/
EReference DATA_INPUT__INPUT_SET_REFS = eINSTANCE.getDataInput_InputSetRefs();
/**
* The meta object literal for the 'Is Collection' attribute feature.
*
*
* @generated
*/
EAttribute DATA_INPUT__IS_COLLECTION = eINSTANCE.getDataInput_IsCollection();
/**
* The meta object literal for the 'Name' attribute feature.
*
*
* @generated
*/
EAttribute DATA_INPUT__NAME = eINSTANCE.getDataInput_Name();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.DataInputAssociationImpl Data Input Association}' class.
*
*
* @see org.eclipse.bpmn2.impl.DataInputAssociationImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getDataInputAssociation()
* @generated
*/
EClass DATA_INPUT_ASSOCIATION = eINSTANCE.getDataInputAssociation();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.DataObjectImpl Data Object}' class.
*
*
* @see org.eclipse.bpmn2.impl.DataObjectImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getDataObject()
* @generated
*/
EClass DATA_OBJECT = eINSTANCE.getDataObject();
/**
* The meta object literal for the 'Is Collection' attribute feature.
*
*
* @generated
*/
EAttribute DATA_OBJECT__IS_COLLECTION = eINSTANCE.getDataObject_IsCollection();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.DataObjectReferenceImpl Data Object Reference}' class.
*
*
* @see org.eclipse.bpmn2.impl.DataObjectReferenceImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getDataObjectReference()
* @generated
*/
EClass DATA_OBJECT_REFERENCE = eINSTANCE.getDataObjectReference();
/**
* The meta object literal for the 'Data Object Ref' reference feature.
*
*
* @generated
*/
EReference DATA_OBJECT_REFERENCE__DATA_OBJECT_REF = eINSTANCE.getDataObjectReference_DataObjectRef();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.DataOutputImpl Data Output}' class.
*
*
* @see org.eclipse.bpmn2.impl.DataOutputImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getDataOutput()
* @generated
*/
EClass DATA_OUTPUT = eINSTANCE.getDataOutput();
/**
* The meta object literal for the 'Output Set With Optional' reference list feature.
*
*
* @generated
*/
EReference DATA_OUTPUT__OUTPUT_SET_WITH_OPTIONAL = eINSTANCE.getDataOutput_OutputSetWithOptional();
/**
* The meta object literal for the 'Output Set With While Executing' reference list feature.
*
*
* @generated
*/
EReference DATA_OUTPUT__OUTPUT_SET_WITH_WHILE_EXECUTING = eINSTANCE.getDataOutput_OutputSetWithWhileExecuting();
/**
* The meta object literal for the 'Output Set Refs' reference list feature.
*
*
* @generated
*/
EReference DATA_OUTPUT__OUTPUT_SET_REFS = eINSTANCE.getDataOutput_OutputSetRefs();
/**
* The meta object literal for the 'Is Collection' attribute feature.
*
*
* @generated
*/
EAttribute DATA_OUTPUT__IS_COLLECTION = eINSTANCE.getDataOutput_IsCollection();
/**
* The meta object literal for the 'Name' attribute feature.
*
*
* @generated
*/
EAttribute DATA_OUTPUT__NAME = eINSTANCE.getDataOutput_Name();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.DataOutputAssociationImpl Data Output Association}' class.
*
*
* @see org.eclipse.bpmn2.impl.DataOutputAssociationImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getDataOutputAssociation()
* @generated
*/
EClass DATA_OUTPUT_ASSOCIATION = eINSTANCE.getDataOutputAssociation();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.DataStateImpl Data State}' class.
*
*
* @see org.eclipse.bpmn2.impl.DataStateImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getDataState()
* @generated
*/
EClass DATA_STATE = eINSTANCE.getDataState();
/**
* The meta object literal for the 'Name' attribute feature.
*
*
* @generated
*/
EAttribute DATA_STATE__NAME = eINSTANCE.getDataState_Name();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.DataStoreImpl Data Store}' class.
*
*
* @see org.eclipse.bpmn2.impl.DataStoreImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getDataStore()
* @generated
*/
EClass DATA_STORE = eINSTANCE.getDataStore();
/**
* The meta object literal for the 'Capacity' attribute feature.
*
*
* @generated
*/
EAttribute DATA_STORE__CAPACITY = eINSTANCE.getDataStore_Capacity();
/**
* The meta object literal for the 'Is Unlimited' attribute feature.
*
*
* @generated
*/
EAttribute DATA_STORE__IS_UNLIMITED = eINSTANCE.getDataStore_IsUnlimited();
/**
* The meta object literal for the 'Name' attribute feature.
*
*
* @generated
*/
EAttribute DATA_STORE__NAME = eINSTANCE.getDataStore_Name();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.DataStoreReferenceImpl Data Store Reference}' class.
*
*
* @see org.eclipse.bpmn2.impl.DataStoreReferenceImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getDataStoreReference()
* @generated
*/
EClass DATA_STORE_REFERENCE = eINSTANCE.getDataStoreReference();
/**
* The meta object literal for the 'Data Store Ref' reference feature.
*
*
* @generated
*/
EReference DATA_STORE_REFERENCE__DATA_STORE_REF = eINSTANCE.getDataStoreReference_DataStoreRef();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.DefinitionsImpl Definitions}' class.
*
*
* @see org.eclipse.bpmn2.impl.DefinitionsImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getDefinitions()
* @generated
*/
EClass DEFINITIONS = eINSTANCE.getDefinitions();
/**
* The meta object literal for the 'Imports' containment reference list feature.
*
*
* @generated
*/
EReference DEFINITIONS__IMPORTS = eINSTANCE.getDefinitions_Imports();
/**
* The meta object literal for the 'Extensions' containment reference list feature.
*
*
* @generated
*/
EReference DEFINITIONS__EXTENSIONS = eINSTANCE.getDefinitions_Extensions();
/**
* The meta object literal for the 'Root Elements' containment reference list feature.
*
*
* @generated
*/
EReference DEFINITIONS__ROOT_ELEMENTS = eINSTANCE.getDefinitions_RootElements();
/**
* The meta object literal for the 'Diagrams' containment reference list feature.
*
*
* @generated
*/
EReference DEFINITIONS__DIAGRAMS = eINSTANCE.getDefinitions_Diagrams();
/**
* The meta object literal for the 'Relationships' containment reference list feature.
*
*
* @generated
*/
EReference DEFINITIONS__RELATIONSHIPS = eINSTANCE.getDefinitions_Relationships();
/**
* The meta object literal for the 'Exporter' attribute feature.
*
*
* @generated
*/
EAttribute DEFINITIONS__EXPORTER = eINSTANCE.getDefinitions_Exporter();
/**
* The meta object literal for the 'Exporter Version' attribute feature.
*
*
* @generated
*/
EAttribute DEFINITIONS__EXPORTER_VERSION = eINSTANCE.getDefinitions_ExporterVersion();
/**
* The meta object literal for the 'Expression Language' attribute feature.
*
*
* @generated
*/
EAttribute DEFINITIONS__EXPRESSION_LANGUAGE = eINSTANCE.getDefinitions_ExpressionLanguage();
/**
* The meta object literal for the 'Name' attribute feature.
*
*
* @generated
*/
EAttribute DEFINITIONS__NAME = eINSTANCE.getDefinitions_Name();
/**
* The meta object literal for the 'Target Namespace' attribute feature.
*
*
* @generated
*/
EAttribute DEFINITIONS__TARGET_NAMESPACE = eINSTANCE.getDefinitions_TargetNamespace();
/**
* The meta object literal for the 'Type Language' attribute feature.
*
*
* @generated
*/
EAttribute DEFINITIONS__TYPE_LANGUAGE = eINSTANCE.getDefinitions_TypeLanguage();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.DocumentationImpl Documentation}' class.
*
*
* @see org.eclipse.bpmn2.impl.DocumentationImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getDocumentation()
* @generated
*/
EClass DOCUMENTATION = eINSTANCE.getDocumentation();
/**
* The meta object literal for the 'Mixed' attribute list feature.
*
*
* @generated
*/
EAttribute DOCUMENTATION__MIXED = eINSTANCE.getDocumentation_Mixed();
/**
* The meta object literal for the 'Text' attribute feature.
*
*
* @generated
*/
EAttribute DOCUMENTATION__TEXT = eINSTANCE.getDocumentation_Text();
/**
* The meta object literal for the 'Text Format' attribute feature.
*
*
* @generated
*/
EAttribute DOCUMENTATION__TEXT_FORMAT = eINSTANCE.getDocumentation_TextFormat();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.EndEventImpl End Event}' class.
*
*
* @see org.eclipse.bpmn2.impl.EndEventImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getEndEvent()
* @generated
*/
EClass END_EVENT = eINSTANCE.getEndEvent();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.EndPointImpl End Point}' class.
*
*
* @see org.eclipse.bpmn2.impl.EndPointImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getEndPoint()
* @generated
*/
EClass END_POINT = eINSTANCE.getEndPoint();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.ErrorImpl Error}' class.
*
*
* @see org.eclipse.bpmn2.impl.ErrorImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getError()
* @generated
*/
EClass ERROR = eINSTANCE.getError();
/**
* The meta object literal for the 'Error Code' attribute feature.
*
*
* @generated
*/
EAttribute ERROR__ERROR_CODE = eINSTANCE.getError_ErrorCode();
/**
* The meta object literal for the 'Name' attribute feature.
*
*
* @generated
*/
EAttribute ERROR__NAME = eINSTANCE.getError_Name();
/**
* The meta object literal for the 'Structure Ref' reference feature.
*
*
* @generated
*/
EReference ERROR__STRUCTURE_REF = eINSTANCE.getError_StructureRef();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.ErrorEventDefinitionImpl Error Event Definition}' class.
*
*
* @see org.eclipse.bpmn2.impl.ErrorEventDefinitionImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getErrorEventDefinition()
* @generated
*/
EClass ERROR_EVENT_DEFINITION = eINSTANCE.getErrorEventDefinition();
/**
* The meta object literal for the 'Error Ref' reference feature.
*
*
* @generated
*/
EReference ERROR_EVENT_DEFINITION__ERROR_REF = eINSTANCE.getErrorEventDefinition_ErrorRef();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.EscalationImpl Escalation}' class.
*
*
* @see org.eclipse.bpmn2.impl.EscalationImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getEscalation()
* @generated
*/
EClass ESCALATION = eINSTANCE.getEscalation();
/**
* The meta object literal for the 'Escalation Code' attribute feature.
*
*
* @generated
*/
EAttribute ESCALATION__ESCALATION_CODE = eINSTANCE.getEscalation_EscalationCode();
/**
* The meta object literal for the 'Name' attribute feature.
*
*
* @generated
*/
EAttribute ESCALATION__NAME = eINSTANCE.getEscalation_Name();
/**
* The meta object literal for the 'Structure Ref' reference feature.
*
*
* @generated
*/
EReference ESCALATION__STRUCTURE_REF = eINSTANCE.getEscalation_StructureRef();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.EscalationEventDefinitionImpl Escalation Event Definition}' class.
*
*
* @see org.eclipse.bpmn2.impl.EscalationEventDefinitionImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getEscalationEventDefinition()
* @generated
*/
EClass ESCALATION_EVENT_DEFINITION = eINSTANCE.getEscalationEventDefinition();
/**
* The meta object literal for the 'Escalation Ref' reference feature.
*
*
* @generated
*/
EReference ESCALATION_EVENT_DEFINITION__ESCALATION_REF = eINSTANCE.getEscalationEventDefinition_EscalationRef();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.EventImpl Event}' class.
*
*
* @see org.eclipse.bpmn2.impl.EventImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getEvent()
* @generated
*/
EClass EVENT = eINSTANCE.getEvent();
/**
* The meta object literal for the 'Properties' containment reference list feature.
*
*
* @generated
*/
EReference EVENT__PROPERTIES = eINSTANCE.getEvent_Properties();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.EventBasedGatewayImpl Event Based Gateway}' class.
*
*
* @see org.eclipse.bpmn2.impl.EventBasedGatewayImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getEventBasedGateway()
* @generated
*/
EClass EVENT_BASED_GATEWAY = eINSTANCE.getEventBasedGateway();
/**
* The meta object literal for the 'Event Gateway Type' attribute feature.
*
*
* @generated
*/
EAttribute EVENT_BASED_GATEWAY__EVENT_GATEWAY_TYPE = eINSTANCE.getEventBasedGateway_EventGatewayType();
/**
* The meta object literal for the 'Instantiate' attribute feature.
*
*
* @generated
*/
EAttribute EVENT_BASED_GATEWAY__INSTANTIATE = eINSTANCE.getEventBasedGateway_Instantiate();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.EventDefinitionImpl Event Definition}' class.
*
*
* @see org.eclipse.bpmn2.impl.EventDefinitionImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getEventDefinition()
* @generated
*/
EClass EVENT_DEFINITION = eINSTANCE.getEventDefinition();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.ExclusiveGatewayImpl Exclusive Gateway}' class.
*
*
* @see org.eclipse.bpmn2.impl.ExclusiveGatewayImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getExclusiveGateway()
* @generated
*/
EClass EXCLUSIVE_GATEWAY = eINSTANCE.getExclusiveGateway();
/**
* The meta object literal for the 'Default' reference feature.
*
*
* @generated
*/
EReference EXCLUSIVE_GATEWAY__DEFAULT = eINSTANCE.getExclusiveGateway_Default();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.ExpressionImpl Expression}' class.
*
*
* @see org.eclipse.bpmn2.impl.ExpressionImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getExpression()
* @generated
*/
EClass EXPRESSION = eINSTANCE.getExpression();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.ExtensionImpl Extension}' class.
*
*
* @see org.eclipse.bpmn2.impl.ExtensionImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getExtension()
* @generated
*/
EClass EXTENSION = eINSTANCE.getExtension();
/**
* The meta object literal for the 'Definition' containment reference feature.
*
*
* @generated
*/
EReference EXTENSION__DEFINITION = eINSTANCE.getExtension_Definition();
/**
* The meta object literal for the 'Must Understand' attribute feature.
*
*
* @generated
*/
EAttribute EXTENSION__MUST_UNDERSTAND = eINSTANCE.getExtension_MustUnderstand();
/**
* The meta object literal for the 'Xsd Definition' attribute feature.
*
*
* @generated
*/
EAttribute EXTENSION__XSD_DEFINITION = eINSTANCE.getExtension_XsdDefinition();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.ExtensionAttributeDefinitionImpl Extension Attribute Definition}' class.
*
*
* @see org.eclipse.bpmn2.impl.ExtensionAttributeDefinitionImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getExtensionAttributeDefinition()
* @generated
*/
EClass EXTENSION_ATTRIBUTE_DEFINITION = eINSTANCE.getExtensionAttributeDefinition();
/**
* The meta object literal for the 'Name' attribute feature.
*
*
* @generated
*/
EAttribute EXTENSION_ATTRIBUTE_DEFINITION__NAME = eINSTANCE.getExtensionAttributeDefinition_Name();
/**
* The meta object literal for the 'Type' attribute feature.
*
*
* @generated
*/
EAttribute EXTENSION_ATTRIBUTE_DEFINITION__TYPE = eINSTANCE.getExtensionAttributeDefinition_Type();
/**
* The meta object literal for the 'Is Reference' attribute feature.
*
*
* @generated
*/
EAttribute EXTENSION_ATTRIBUTE_DEFINITION__IS_REFERENCE = eINSTANCE
.getExtensionAttributeDefinition_IsReference();
/**
* The meta object literal for the 'Extension Definition' container reference feature.
*
*
* @generated
*/
EReference EXTENSION_ATTRIBUTE_DEFINITION__EXTENSION_DEFINITION = eINSTANCE
.getExtensionAttributeDefinition_ExtensionDefinition();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.ExtensionAttributeValueImpl Extension Attribute Value}' class.
*
*
* @see org.eclipse.bpmn2.impl.ExtensionAttributeValueImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getExtensionAttributeValue()
* @generated
*/
EClass EXTENSION_ATTRIBUTE_VALUE = eINSTANCE.getExtensionAttributeValue();
/**
* The meta object literal for the 'Value Ref' reference feature.
*
*
* @generated
*/
EReference EXTENSION_ATTRIBUTE_VALUE__VALUE_REF = eINSTANCE.getExtensionAttributeValue_ValueRef();
/**
* The meta object literal for the 'Value' attribute list feature.
*
*
* @generated
*/
EAttribute EXTENSION_ATTRIBUTE_VALUE__VALUE = eINSTANCE.getExtensionAttributeValue_Value();
/**
* The meta object literal for the 'Extension Attribute Definition' reference feature.
*
*
* @generated
*/
EReference EXTENSION_ATTRIBUTE_VALUE__EXTENSION_ATTRIBUTE_DEFINITION = eINSTANCE
.getExtensionAttributeValue_ExtensionAttributeDefinition();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.ExtensionDefinitionImpl Extension Definition}' class.
*
*
* @see org.eclipse.bpmn2.impl.ExtensionDefinitionImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getExtensionDefinition()
* @generated
*/
EClass EXTENSION_DEFINITION = eINSTANCE.getExtensionDefinition();
/**
* The meta object literal for the 'Name' attribute feature.
*
*
* @generated
*/
EAttribute EXTENSION_DEFINITION__NAME = eINSTANCE.getExtensionDefinition_Name();
/**
* The meta object literal for the 'Extension Attribute Definitions' containment reference list feature.
*
*
* @generated
*/
EReference EXTENSION_DEFINITION__EXTENSION_ATTRIBUTE_DEFINITIONS = eINSTANCE
.getExtensionDefinition_ExtensionAttributeDefinitions();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.FlowElementImpl Flow Element}' class.
*
*
* @see org.eclipse.bpmn2.impl.FlowElementImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getFlowElement()
* @generated
*/
EClass FLOW_ELEMENT = eINSTANCE.getFlowElement();
/**
* The meta object literal for the 'Auditing' containment reference feature.
*
*
* @generated
*/
EReference FLOW_ELEMENT__AUDITING = eINSTANCE.getFlowElement_Auditing();
/**
* The meta object literal for the 'Monitoring' containment reference feature.
*
*
* @generated
*/
EReference FLOW_ELEMENT__MONITORING = eINSTANCE.getFlowElement_Monitoring();
/**
* The meta object literal for the 'Category Value Ref' reference list feature.
*
*
* @generated
*/
EReference FLOW_ELEMENT__CATEGORY_VALUE_REF = eINSTANCE.getFlowElement_CategoryValueRef();
/**
* The meta object literal for the 'Name' attribute feature.
*
*
* @generated
*/
EAttribute FLOW_ELEMENT__NAME = eINSTANCE.getFlowElement_Name();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.FlowElementsContainerImpl Flow Elements Container}' class.
*
*
* @see org.eclipse.bpmn2.impl.FlowElementsContainerImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getFlowElementsContainer()
* @generated
*/
EClass FLOW_ELEMENTS_CONTAINER = eINSTANCE.getFlowElementsContainer();
/**
* The meta object literal for the 'Lane Sets' containment reference list feature.
*
*
* @generated
*/
EReference FLOW_ELEMENTS_CONTAINER__LANE_SETS = eINSTANCE.getFlowElementsContainer_LaneSets();
/**
* The meta object literal for the 'Flow Elements' containment reference list feature.
*
*
* @generated
*/
EReference FLOW_ELEMENTS_CONTAINER__FLOW_ELEMENTS = eINSTANCE.getFlowElementsContainer_FlowElements();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.FlowNodeImpl Flow Node}' class.
*
*
* @see org.eclipse.bpmn2.impl.FlowNodeImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getFlowNode()
* @generated
*/
EClass FLOW_NODE = eINSTANCE.getFlowNode();
/**
* The meta object literal for the 'Incoming' reference list feature.
*
*
* @generated
*/
EReference FLOW_NODE__INCOMING = eINSTANCE.getFlowNode_Incoming();
/**
* The meta object literal for the 'Lanes' reference list feature.
*
*
* @generated
*/
EReference FLOW_NODE__LANES = eINSTANCE.getFlowNode_Lanes();
/**
* The meta object literal for the 'Outgoing' reference list feature.
*
*
* @generated
*/
EReference FLOW_NODE__OUTGOING = eINSTANCE.getFlowNode_Outgoing();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.FormalExpressionImpl Formal Expression}' class.
*
*
* @see org.eclipse.bpmn2.impl.FormalExpressionImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getFormalExpression()
* @generated
*/
EClass FORMAL_EXPRESSION = eINSTANCE.getFormalExpression();
/**
* The meta object literal for the 'Mixed' attribute list feature.
*
*
* @generated
*/
EAttribute FORMAL_EXPRESSION__MIXED = eINSTANCE.getFormalExpression_Mixed();
/**
* The meta object literal for the 'Body' attribute feature.
*
*
* @generated
*/
EAttribute FORMAL_EXPRESSION__BODY = eINSTANCE.getFormalExpression_Body();
/**
* The meta object literal for the 'Evaluates To Type Ref' reference feature.
*
*
* @generated
*/
EReference FORMAL_EXPRESSION__EVALUATES_TO_TYPE_REF = eINSTANCE.getFormalExpression_EvaluatesToTypeRef();
/**
* The meta object literal for the 'Language' attribute feature.
*
*
* @generated
*/
EAttribute FORMAL_EXPRESSION__LANGUAGE = eINSTANCE.getFormalExpression_Language();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.GatewayImpl Gateway}' class.
*
*
* @see org.eclipse.bpmn2.impl.GatewayImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getGateway()
* @generated
*/
EClass GATEWAY = eINSTANCE.getGateway();
/**
* The meta object literal for the 'Gateway Direction' attribute feature.
*
*
* @generated
*/
EAttribute GATEWAY__GATEWAY_DIRECTION = eINSTANCE.getGateway_GatewayDirection();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.GlobalBusinessRuleTaskImpl Global Business Rule Task}' class.
*
*
* @see org.eclipse.bpmn2.impl.GlobalBusinessRuleTaskImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getGlobalBusinessRuleTask()
* @generated
*/
EClass GLOBAL_BUSINESS_RULE_TASK = eINSTANCE.getGlobalBusinessRuleTask();
/**
* The meta object literal for the 'Implementation' attribute feature.
*
*
* @generated
*/
EAttribute GLOBAL_BUSINESS_RULE_TASK__IMPLEMENTATION = eINSTANCE.getGlobalBusinessRuleTask_Implementation();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.GlobalChoreographyTaskImpl Global Choreography Task}' class.
*
*
* @see org.eclipse.bpmn2.impl.GlobalChoreographyTaskImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getGlobalChoreographyTask()
* @generated
*/
EClass GLOBAL_CHOREOGRAPHY_TASK = eINSTANCE.getGlobalChoreographyTask();
/**
* The meta object literal for the 'Initiating Participant Ref' reference feature.
*
*
* @generated
*/
EReference GLOBAL_CHOREOGRAPHY_TASK__INITIATING_PARTICIPANT_REF = eINSTANCE
.getGlobalChoreographyTask_InitiatingParticipantRef();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.GlobalConversationImpl Global Conversation}' class.
*
*
* @see org.eclipse.bpmn2.impl.GlobalConversationImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getGlobalConversation()
* @generated
*/
EClass GLOBAL_CONVERSATION = eINSTANCE.getGlobalConversation();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.GlobalManualTaskImpl Global Manual Task}' class.
*
*
* @see org.eclipse.bpmn2.impl.GlobalManualTaskImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getGlobalManualTask()
* @generated
*/
EClass GLOBAL_MANUAL_TASK = eINSTANCE.getGlobalManualTask();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.GlobalScriptTaskImpl Global Script Task}' class.
*
*
* @see org.eclipse.bpmn2.impl.GlobalScriptTaskImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getGlobalScriptTask()
* @generated
*/
EClass GLOBAL_SCRIPT_TASK = eINSTANCE.getGlobalScriptTask();
/**
* The meta object literal for the 'Script' attribute feature.
*
*
* @generated
*/
EAttribute GLOBAL_SCRIPT_TASK__SCRIPT = eINSTANCE.getGlobalScriptTask_Script();
/**
* The meta object literal for the 'Script Language' attribute feature.
*
*
* @generated
*/
EAttribute GLOBAL_SCRIPT_TASK__SCRIPT_LANGUAGE = eINSTANCE.getGlobalScriptTask_ScriptLanguage();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.GlobalTaskImpl Global Task}' class.
*
*
* @see org.eclipse.bpmn2.impl.GlobalTaskImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getGlobalTask()
* @generated
*/
EClass GLOBAL_TASK = eINSTANCE.getGlobalTask();
/**
* The meta object literal for the 'Resources' containment reference list feature.
*
*
* @generated
*/
EReference GLOBAL_TASK__RESOURCES = eINSTANCE.getGlobalTask_Resources();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.GlobalUserTaskImpl Global User Task}' class.
*
*
* @see org.eclipse.bpmn2.impl.GlobalUserTaskImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getGlobalUserTask()
* @generated
*/
EClass GLOBAL_USER_TASK = eINSTANCE.getGlobalUserTask();
/**
* The meta object literal for the 'Renderings' containment reference list feature.
*
*
* @generated
*/
EReference GLOBAL_USER_TASK__RENDERINGS = eINSTANCE.getGlobalUserTask_Renderings();
/**
* The meta object literal for the 'Implementation' attribute feature.
*
*
* @generated
*/
EAttribute GLOBAL_USER_TASK__IMPLEMENTATION = eINSTANCE.getGlobalUserTask_Implementation();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.GroupImpl Group}' class.
*
*
* @see org.eclipse.bpmn2.impl.GroupImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getGroup()
* @generated
*/
EClass GROUP = eINSTANCE.getGroup();
/**
* The meta object literal for the 'Category Value Ref' reference feature.
*
*
* @generated
*/
EReference GROUP__CATEGORY_VALUE_REF = eINSTANCE.getGroup_CategoryValueRef();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.HumanPerformerImpl Human Performer}' class.
*
*
* @see org.eclipse.bpmn2.impl.HumanPerformerImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getHumanPerformer()
* @generated
*/
EClass HUMAN_PERFORMER = eINSTANCE.getHumanPerformer();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.ImplicitThrowEventImpl Implicit Throw Event}' class.
*
*
* @see org.eclipse.bpmn2.impl.ImplicitThrowEventImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getImplicitThrowEvent()
* @generated
*/
EClass IMPLICIT_THROW_EVENT = eINSTANCE.getImplicitThrowEvent();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.ImportImpl Import}' class.
*
*
* @see org.eclipse.bpmn2.impl.ImportImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getImport()
* @generated
*/
EClass IMPORT = eINSTANCE.getImport();
/**
* The meta object literal for the 'Import Type' attribute feature.
*
*
* @generated
*/
EAttribute IMPORT__IMPORT_TYPE = eINSTANCE.getImport_ImportType();
/**
* The meta object literal for the 'Location' attribute feature.
*
*
* @generated
*/
EAttribute IMPORT__LOCATION = eINSTANCE.getImport_Location();
/**
* The meta object literal for the 'Namespace' attribute feature.
*
*
* @generated
*/
EAttribute IMPORT__NAMESPACE = eINSTANCE.getImport_Namespace();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.InclusiveGatewayImpl Inclusive Gateway}' class.
*
*
* @see org.eclipse.bpmn2.impl.InclusiveGatewayImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getInclusiveGateway()
* @generated
*/
EClass INCLUSIVE_GATEWAY = eINSTANCE.getInclusiveGateway();
/**
* The meta object literal for the 'Default' reference feature.
*
*
* @generated
*/
EReference INCLUSIVE_GATEWAY__DEFAULT = eINSTANCE.getInclusiveGateway_Default();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.InputOutputBindingImpl Input Output Binding}' class.
*
*
* @see org.eclipse.bpmn2.impl.InputOutputBindingImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getInputOutputBinding()
* @generated
*/
EClass INPUT_OUTPUT_BINDING = eINSTANCE.getInputOutputBinding();
/**
* The meta object literal for the 'Input Data Ref' reference feature.
*
*
* @generated
*/
EReference INPUT_OUTPUT_BINDING__INPUT_DATA_REF = eINSTANCE.getInputOutputBinding_InputDataRef();
/**
* The meta object literal for the 'Operation Ref' reference feature.
*
*
* @generated
*/
EReference INPUT_OUTPUT_BINDING__OPERATION_REF = eINSTANCE.getInputOutputBinding_OperationRef();
/**
* The meta object literal for the 'Output Data Ref' reference feature.
*
*
* @generated
*/
EReference INPUT_OUTPUT_BINDING__OUTPUT_DATA_REF = eINSTANCE.getInputOutputBinding_OutputDataRef();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.InputOutputSpecificationImpl Input Output Specification}' class.
*
*
* @see org.eclipse.bpmn2.impl.InputOutputSpecificationImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getInputOutputSpecification()
* @generated
*/
EClass INPUT_OUTPUT_SPECIFICATION = eINSTANCE.getInputOutputSpecification();
/**
* The meta object literal for the 'Data Inputs' containment reference list feature.
*
*
* @generated
*/
EReference INPUT_OUTPUT_SPECIFICATION__DATA_INPUTS = eINSTANCE.getInputOutputSpecification_DataInputs();
/**
* The meta object literal for the 'Data Outputs' containment reference list feature.
*
*
* @generated
*/
EReference INPUT_OUTPUT_SPECIFICATION__DATA_OUTPUTS = eINSTANCE.getInputOutputSpecification_DataOutputs();
/**
* The meta object literal for the 'Input Sets' containment reference list feature.
*
*
* @generated
*/
EReference INPUT_OUTPUT_SPECIFICATION__INPUT_SETS = eINSTANCE.getInputOutputSpecification_InputSets();
/**
* The meta object literal for the 'Output Sets' containment reference list feature.
*
*
* @generated
*/
EReference INPUT_OUTPUT_SPECIFICATION__OUTPUT_SETS = eINSTANCE.getInputOutputSpecification_OutputSets();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.InputSetImpl Input Set}' class.
*
*
* @see org.eclipse.bpmn2.impl.InputSetImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getInputSet()
* @generated
*/
EClass INPUT_SET = eINSTANCE.getInputSet();
/**
* The meta object literal for the 'Data Input Refs' reference list feature.
*
*
* @generated
*/
EReference INPUT_SET__DATA_INPUT_REFS = eINSTANCE.getInputSet_DataInputRefs();
/**
* The meta object literal for the 'Optional Input Refs' reference list feature.
*
*
* @generated
*/
EReference INPUT_SET__OPTIONAL_INPUT_REFS = eINSTANCE.getInputSet_OptionalInputRefs();
/**
* The meta object literal for the 'While Executing Input Refs' reference list feature.
*
*
* @generated
*/
EReference INPUT_SET__WHILE_EXECUTING_INPUT_REFS = eINSTANCE.getInputSet_WhileExecutingInputRefs();
/**
* The meta object literal for the 'Output Set Refs' reference list feature.
*
*
* @generated
*/
EReference INPUT_SET__OUTPUT_SET_REFS = eINSTANCE.getInputSet_OutputSetRefs();
/**
* The meta object literal for the 'Name' attribute feature.
*
*
* @generated
*/
EAttribute INPUT_SET__NAME = eINSTANCE.getInputSet_Name();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.InteractionNodeImpl Interaction Node}' class.
*
*
* @see org.eclipse.bpmn2.impl.InteractionNodeImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getInteractionNode()
* @generated
*/
EClass INTERACTION_NODE = eINSTANCE.getInteractionNode();
/**
* The meta object literal for the 'Incoming Conversation Links' reference list feature.
*
*
* @generated
*/
EReference INTERACTION_NODE__INCOMING_CONVERSATION_LINKS = eINSTANCE
.getInteractionNode_IncomingConversationLinks();
/**
* The meta object literal for the 'Outgoing Conversation Links' reference list feature.
*
*
* @generated
*/
EReference INTERACTION_NODE__OUTGOING_CONVERSATION_LINKS = eINSTANCE
.getInteractionNode_OutgoingConversationLinks();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.InterfaceImpl Interface}' class.
*
*
* @see org.eclipse.bpmn2.impl.InterfaceImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getInterface()
* @generated
*/
EClass INTERFACE = eINSTANCE.getInterface();
/**
* The meta object literal for the 'Operations' containment reference list feature.
*
*
* @generated
*/
EReference INTERFACE__OPERATIONS = eINSTANCE.getInterface_Operations();
/**
* The meta object literal for the 'Name' attribute feature.
*
*
* @generated
*/
EAttribute INTERFACE__NAME = eINSTANCE.getInterface_Name();
/**
* The meta object literal for the 'Implementation Ref' attribute feature.
*
*
* @generated
*/
EAttribute INTERFACE__IMPLEMENTATION_REF = eINSTANCE.getInterface_ImplementationRef();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.IntermediateCatchEventImpl Intermediate Catch Event}' class.
*
*
* @see org.eclipse.bpmn2.impl.IntermediateCatchEventImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getIntermediateCatchEvent()
* @generated
*/
EClass INTERMEDIATE_CATCH_EVENT = eINSTANCE.getIntermediateCatchEvent();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.IntermediateThrowEventImpl Intermediate Throw Event}' class.
*
*
* @see org.eclipse.bpmn2.impl.IntermediateThrowEventImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getIntermediateThrowEvent()
* @generated
*/
EClass INTERMEDIATE_THROW_EVENT = eINSTANCE.getIntermediateThrowEvent();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.ItemAwareElementImpl Item Aware Element}' class.
*
*
* @see org.eclipse.bpmn2.impl.ItemAwareElementImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getItemAwareElement()
* @generated
*/
EClass ITEM_AWARE_ELEMENT = eINSTANCE.getItemAwareElement();
/**
* The meta object literal for the 'Data State' containment reference feature.
*
*
* @generated
*/
EReference ITEM_AWARE_ELEMENT__DATA_STATE = eINSTANCE.getItemAwareElement_DataState();
/**
* The meta object literal for the 'Item Subject Ref' reference feature.
*
*
* @generated
*/
EReference ITEM_AWARE_ELEMENT__ITEM_SUBJECT_REF = eINSTANCE.getItemAwareElement_ItemSubjectRef();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.ItemDefinitionImpl Item Definition}' class.
*
*
* @see org.eclipse.bpmn2.impl.ItemDefinitionImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getItemDefinition()
* @generated
*/
EClass ITEM_DEFINITION = eINSTANCE.getItemDefinition();
/**
* The meta object literal for the 'Is Collection' attribute feature.
*
*
* @generated
*/
EAttribute ITEM_DEFINITION__IS_COLLECTION = eINSTANCE.getItemDefinition_IsCollection();
/**
* The meta object literal for the 'Import' reference feature.
*
*
* @generated
*/
EReference ITEM_DEFINITION__IMPORT = eINSTANCE.getItemDefinition_Import();
/**
* The meta object literal for the 'Item Kind' attribute feature.
*
*
* @generated
*/
EAttribute ITEM_DEFINITION__ITEM_KIND = eINSTANCE.getItemDefinition_ItemKind();
/**
* The meta object literal for the 'Structure Ref' attribute feature.
*
*
* @generated
*/
EAttribute ITEM_DEFINITION__STRUCTURE_REF = eINSTANCE.getItemDefinition_StructureRef();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.LaneImpl Lane}' class.
*
*
* @see org.eclipse.bpmn2.impl.LaneImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getLane()
* @generated
*/
EClass LANE = eINSTANCE.getLane();
/**
* The meta object literal for the 'Partition Element' containment reference feature.
*
*
* @generated
*/
EReference LANE__PARTITION_ELEMENT = eINSTANCE.getLane_PartitionElement();
/**
* The meta object literal for the 'Flow Node Refs' reference list feature.
*
*
* @generated
*/
EReference LANE__FLOW_NODE_REFS = eINSTANCE.getLane_FlowNodeRefs();
/**
* The meta object literal for the 'Child Lane Set' containment reference feature.
*
*
* @generated
*/
EReference LANE__CHILD_LANE_SET = eINSTANCE.getLane_ChildLaneSet();
/**
* The meta object literal for the 'Name' attribute feature.
*
*
* @generated
*/
EAttribute LANE__NAME = eINSTANCE.getLane_Name();
/**
* The meta object literal for the 'Partition Element Ref' reference feature.
*
*
* @generated
*/
EReference LANE__PARTITION_ELEMENT_REF = eINSTANCE.getLane_PartitionElementRef();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.LaneSetImpl Lane Set}' class.
*
*
* @see org.eclipse.bpmn2.impl.LaneSetImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getLaneSet()
* @generated
*/
EClass LANE_SET = eINSTANCE.getLaneSet();
/**
* The meta object literal for the 'Lanes' containment reference list feature.
*
*
* @generated
*/
EReference LANE_SET__LANES = eINSTANCE.getLaneSet_Lanes();
/**
* The meta object literal for the 'Name' attribute feature.
*
*
* @generated
*/
EAttribute LANE_SET__NAME = eINSTANCE.getLaneSet_Name();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.LinkEventDefinitionImpl Link Event Definition}' class.
*
*
* @see org.eclipse.bpmn2.impl.LinkEventDefinitionImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getLinkEventDefinition()
* @generated
*/
EClass LINK_EVENT_DEFINITION = eINSTANCE.getLinkEventDefinition();
/**
* The meta object literal for the 'Source' reference list feature.
*
*
* @generated
*/
EReference LINK_EVENT_DEFINITION__SOURCE = eINSTANCE.getLinkEventDefinition_Source();
/**
* The meta object literal for the 'Target' reference feature.
*
*
* @generated
*/
EReference LINK_EVENT_DEFINITION__TARGET = eINSTANCE.getLinkEventDefinition_Target();
/**
* The meta object literal for the 'Name' attribute feature.
*
*
* @generated
*/
EAttribute LINK_EVENT_DEFINITION__NAME = eINSTANCE.getLinkEventDefinition_Name();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.LoopCharacteristicsImpl Loop Characteristics}' class.
*
*
* @see org.eclipse.bpmn2.impl.LoopCharacteristicsImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getLoopCharacteristics()
* @generated
*/
EClass LOOP_CHARACTERISTICS = eINSTANCE.getLoopCharacteristics();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.ManualTaskImpl Manual Task}' class.
*
*
* @see org.eclipse.bpmn2.impl.ManualTaskImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getManualTask()
* @generated
*/
EClass MANUAL_TASK = eINSTANCE.getManualTask();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.MessageImpl Message}' class.
*
*
* @see org.eclipse.bpmn2.impl.MessageImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getMessage()
* @generated
*/
EClass MESSAGE = eINSTANCE.getMessage();
/**
* The meta object literal for the 'Item Ref' reference feature.
*
*
* @generated
*/
EReference MESSAGE__ITEM_REF = eINSTANCE.getMessage_ItemRef();
/**
* The meta object literal for the 'Name' attribute feature.
*
*
* @generated
*/
EAttribute MESSAGE__NAME = eINSTANCE.getMessage_Name();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.MessageEventDefinitionImpl Message Event Definition}' class.
*
*
* @see org.eclipse.bpmn2.impl.MessageEventDefinitionImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getMessageEventDefinition()
* @generated
*/
EClass MESSAGE_EVENT_DEFINITION = eINSTANCE.getMessageEventDefinition();
/**
* The meta object literal for the 'Operation Ref' reference feature.
*
*
* @generated
*/
EReference MESSAGE_EVENT_DEFINITION__OPERATION_REF = eINSTANCE.getMessageEventDefinition_OperationRef();
/**
* The meta object literal for the 'Message Ref' reference feature.
*
*
* @generated
*/
EReference MESSAGE_EVENT_DEFINITION__MESSAGE_REF = eINSTANCE.getMessageEventDefinition_MessageRef();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.MessageFlowImpl Message Flow}' class.
*
*
* @see org.eclipse.bpmn2.impl.MessageFlowImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getMessageFlow()
* @generated
*/
EClass MESSAGE_FLOW = eINSTANCE.getMessageFlow();
/**
* The meta object literal for the 'Message Ref' reference feature.
*
*
* @generated
*/
EReference MESSAGE_FLOW__MESSAGE_REF = eINSTANCE.getMessageFlow_MessageRef();
/**
* The meta object literal for the 'Name' attribute feature.
*
*
* @generated
*/
EAttribute MESSAGE_FLOW__NAME = eINSTANCE.getMessageFlow_Name();
/**
* The meta object literal for the 'Source Ref' reference feature.
*
*
* @generated
*/
EReference MESSAGE_FLOW__SOURCE_REF = eINSTANCE.getMessageFlow_SourceRef();
/**
* The meta object literal for the 'Target Ref' reference feature.
*
*
* @generated
*/
EReference MESSAGE_FLOW__TARGET_REF = eINSTANCE.getMessageFlow_TargetRef();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.MessageFlowAssociationImpl Message Flow Association}' class.
*
*
* @see org.eclipse.bpmn2.impl.MessageFlowAssociationImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getMessageFlowAssociation()
* @generated
*/
EClass MESSAGE_FLOW_ASSOCIATION = eINSTANCE.getMessageFlowAssociation();
/**
* The meta object literal for the 'Inner Message Flow Ref' reference feature.
*
*
* @generated
*/
EReference MESSAGE_FLOW_ASSOCIATION__INNER_MESSAGE_FLOW_REF = eINSTANCE
.getMessageFlowAssociation_InnerMessageFlowRef();
/**
* The meta object literal for the 'Outer Message Flow Ref' reference feature.
*
*
* @generated
*/
EReference MESSAGE_FLOW_ASSOCIATION__OUTER_MESSAGE_FLOW_REF = eINSTANCE
.getMessageFlowAssociation_OuterMessageFlowRef();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.MonitoringImpl Monitoring}' class.
*
*
* @see org.eclipse.bpmn2.impl.MonitoringImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getMonitoring()
* @generated
*/
EClass MONITORING = eINSTANCE.getMonitoring();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.MultiInstanceLoopCharacteristicsImpl Multi Instance Loop Characteristics}' class.
*
*
* @see org.eclipse.bpmn2.impl.MultiInstanceLoopCharacteristicsImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getMultiInstanceLoopCharacteristics()
* @generated
*/
EClass MULTI_INSTANCE_LOOP_CHARACTERISTICS = eINSTANCE.getMultiInstanceLoopCharacteristics();
/**
* The meta object literal for the 'Loop Cardinality' containment reference feature.
*
*
* @generated
*/
EReference MULTI_INSTANCE_LOOP_CHARACTERISTICS__LOOP_CARDINALITY = eINSTANCE
.getMultiInstanceLoopCharacteristics_LoopCardinality();
/**
* The meta object literal for the 'Loop Data Input Ref' reference feature.
*
*
* @generated
*/
EReference MULTI_INSTANCE_LOOP_CHARACTERISTICS__LOOP_DATA_INPUT_REF = eINSTANCE
.getMultiInstanceLoopCharacteristics_LoopDataInputRef();
/**
* The meta object literal for the 'Loop Data Output Ref' reference feature.
*
*
* @generated
*/
EReference MULTI_INSTANCE_LOOP_CHARACTERISTICS__LOOP_DATA_OUTPUT_REF = eINSTANCE
.getMultiInstanceLoopCharacteristics_LoopDataOutputRef();
/**
* The meta object literal for the 'Input Data Item' containment reference feature.
*
*
* @generated
*/
EReference MULTI_INSTANCE_LOOP_CHARACTERISTICS__INPUT_DATA_ITEM = eINSTANCE
.getMultiInstanceLoopCharacteristics_InputDataItem();
/**
* The meta object literal for the 'Output Data Item' containment reference feature.
*
*
* @generated
*/
EReference MULTI_INSTANCE_LOOP_CHARACTERISTICS__OUTPUT_DATA_ITEM = eINSTANCE
.getMultiInstanceLoopCharacteristics_OutputDataItem();
/**
* The meta object literal for the 'Complex Behavior Definition' containment reference list feature.
*
*
* @generated
*/
EReference MULTI_INSTANCE_LOOP_CHARACTERISTICS__COMPLEX_BEHAVIOR_DEFINITION = eINSTANCE
.getMultiInstanceLoopCharacteristics_ComplexBehaviorDefinition();
/**
* The meta object literal for the 'Completion Condition' containment reference feature.
*
*
* @generated
*/
EReference MULTI_INSTANCE_LOOP_CHARACTERISTICS__COMPLETION_CONDITION = eINSTANCE
.getMultiInstanceLoopCharacteristics_CompletionCondition();
/**
* The meta object literal for the 'Behavior' attribute feature.
*
*
* @generated
*/
EAttribute MULTI_INSTANCE_LOOP_CHARACTERISTICS__BEHAVIOR = eINSTANCE
.getMultiInstanceLoopCharacteristics_Behavior();
/**
* The meta object literal for the 'Is Sequential' attribute feature.
*
*
* @generated
*/
EAttribute MULTI_INSTANCE_LOOP_CHARACTERISTICS__IS_SEQUENTIAL = eINSTANCE
.getMultiInstanceLoopCharacteristics_IsSequential();
/**
* The meta object literal for the 'None Behavior Event Ref' reference feature.
*
*
* @generated
*/
EReference MULTI_INSTANCE_LOOP_CHARACTERISTICS__NONE_BEHAVIOR_EVENT_REF = eINSTANCE
.getMultiInstanceLoopCharacteristics_NoneBehaviorEventRef();
/**
* The meta object literal for the 'One Behavior Event Ref' reference feature.
*
*
* @generated
*/
EReference MULTI_INSTANCE_LOOP_CHARACTERISTICS__ONE_BEHAVIOR_EVENT_REF = eINSTANCE
.getMultiInstanceLoopCharacteristics_OneBehaviorEventRef();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.OperationImpl Operation}' class.
*
*
* @see org.eclipse.bpmn2.impl.OperationImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getOperation()
* @generated
*/
EClass OPERATION = eINSTANCE.getOperation();
/**
* The meta object literal for the 'In Message Ref' reference feature.
*
*
* @generated
*/
EReference OPERATION__IN_MESSAGE_REF = eINSTANCE.getOperation_InMessageRef();
/**
* The meta object literal for the 'Out Message Ref' reference feature.
*
*
* @generated
*/
EReference OPERATION__OUT_MESSAGE_REF = eINSTANCE.getOperation_OutMessageRef();
/**
* The meta object literal for the 'Error Refs' reference list feature.
*
*
* @generated
*/
EReference OPERATION__ERROR_REFS = eINSTANCE.getOperation_ErrorRefs();
/**
* The meta object literal for the 'Name' attribute feature.
*
*
* @generated
*/
EAttribute OPERATION__NAME = eINSTANCE.getOperation_Name();
/**
* The meta object literal for the 'Implementation Ref' attribute feature.
*
*
* @generated
*/
EAttribute OPERATION__IMPLEMENTATION_REF = eINSTANCE.getOperation_ImplementationRef();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.OutputSetImpl Output Set}' class.
*
*
* @see org.eclipse.bpmn2.impl.OutputSetImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getOutputSet()
* @generated
*/
EClass OUTPUT_SET = eINSTANCE.getOutputSet();
/**
* The meta object literal for the 'Data Output Refs' reference list feature.
*
*
* @generated
*/
EReference OUTPUT_SET__DATA_OUTPUT_REFS = eINSTANCE.getOutputSet_DataOutputRefs();
/**
* The meta object literal for the 'Optional Output Refs' reference list feature.
*
*
* @generated
*/
EReference OUTPUT_SET__OPTIONAL_OUTPUT_REFS = eINSTANCE.getOutputSet_OptionalOutputRefs();
/**
* The meta object literal for the 'While Executing Output Refs' reference list feature.
*
*
* @generated
*/
EReference OUTPUT_SET__WHILE_EXECUTING_OUTPUT_REFS = eINSTANCE.getOutputSet_WhileExecutingOutputRefs();
/**
* The meta object literal for the 'Input Set Refs' reference list feature.
*
*
* @generated
*/
EReference OUTPUT_SET__INPUT_SET_REFS = eINSTANCE.getOutputSet_InputSetRefs();
/**
* The meta object literal for the 'Name' attribute feature.
*
*
* @generated
*/
EAttribute OUTPUT_SET__NAME = eINSTANCE.getOutputSet_Name();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.ParallelGatewayImpl Parallel Gateway}' class.
*
*
* @see org.eclipse.bpmn2.impl.ParallelGatewayImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getParallelGateway()
* @generated
*/
EClass PARALLEL_GATEWAY = eINSTANCE.getParallelGateway();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.ParticipantImpl Participant}' class.
*
*
* @see org.eclipse.bpmn2.impl.ParticipantImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getParticipant()
* @generated
*/
EClass PARTICIPANT = eINSTANCE.getParticipant();
/**
* The meta object literal for the 'Interface Refs' reference list feature.
*
*
* @generated
*/
EReference PARTICIPANT__INTERFACE_REFS = eINSTANCE.getParticipant_InterfaceRefs();
/**
* The meta object literal for the 'End Point Refs' reference list feature.
*
*
* @generated
*/
EReference PARTICIPANT__END_POINT_REFS = eINSTANCE.getParticipant_EndPointRefs();
/**
* The meta object literal for the 'Participant Multiplicity' containment reference feature.
*
*
* @generated
*/
EReference PARTICIPANT__PARTICIPANT_MULTIPLICITY = eINSTANCE.getParticipant_ParticipantMultiplicity();
/**
* The meta object literal for the 'Name' attribute feature.
*
*
* @generated
*/
EAttribute PARTICIPANT__NAME = eINSTANCE.getParticipant_Name();
/**
* The meta object literal for the 'Process Ref' reference feature.
*
*
* @generated
*/
EReference PARTICIPANT__PROCESS_REF = eINSTANCE.getParticipant_ProcessRef();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.ParticipantAssociationImpl Participant Association}' class.
*
*
* @see org.eclipse.bpmn2.impl.ParticipantAssociationImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getParticipantAssociation()
* @generated
*/
EClass PARTICIPANT_ASSOCIATION = eINSTANCE.getParticipantAssociation();
/**
* The meta object literal for the 'Inner Participant Ref' reference feature.
*
*
* @generated
*/
EReference PARTICIPANT_ASSOCIATION__INNER_PARTICIPANT_REF = eINSTANCE
.getParticipantAssociation_InnerParticipantRef();
/**
* The meta object literal for the 'Outer Participant Ref' reference feature.
*
*
* @generated
*/
EReference PARTICIPANT_ASSOCIATION__OUTER_PARTICIPANT_REF = eINSTANCE
.getParticipantAssociation_OuterParticipantRef();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.ParticipantMultiplicityImpl Participant Multiplicity}' class.
*
*
* @see org.eclipse.bpmn2.impl.ParticipantMultiplicityImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getParticipantMultiplicity()
* @generated
*/
EClass PARTICIPANT_MULTIPLICITY = eINSTANCE.getParticipantMultiplicity();
/**
* The meta object literal for the 'Maximum' attribute feature.
*
*
* @generated
*/
EAttribute PARTICIPANT_MULTIPLICITY__MAXIMUM = eINSTANCE.getParticipantMultiplicity_Maximum();
/**
* The meta object literal for the 'Minimum' attribute feature.
*
*
* @generated
*/
EAttribute PARTICIPANT_MULTIPLICITY__MINIMUM = eINSTANCE.getParticipantMultiplicity_Minimum();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.PartnerEntityImpl Partner Entity}' class.
*
*
* @see org.eclipse.bpmn2.impl.PartnerEntityImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getPartnerEntity()
* @generated
*/
EClass PARTNER_ENTITY = eINSTANCE.getPartnerEntity();
/**
* The meta object literal for the 'Participant Ref' reference list feature.
*
*
* @generated
*/
EReference PARTNER_ENTITY__PARTICIPANT_REF = eINSTANCE.getPartnerEntity_ParticipantRef();
/**
* The meta object literal for the 'Name' attribute feature.
*
*
* @generated
*/
EAttribute PARTNER_ENTITY__NAME = eINSTANCE.getPartnerEntity_Name();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.PartnerRoleImpl Partner Role}' class.
*
*
* @see org.eclipse.bpmn2.impl.PartnerRoleImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getPartnerRole()
* @generated
*/
EClass PARTNER_ROLE = eINSTANCE.getPartnerRole();
/**
* The meta object literal for the 'Participant Ref' reference list feature.
*
*
* @generated
*/
EReference PARTNER_ROLE__PARTICIPANT_REF = eINSTANCE.getPartnerRole_ParticipantRef();
/**
* The meta object literal for the 'Name' attribute feature.
*
*
* @generated
*/
EAttribute PARTNER_ROLE__NAME = eINSTANCE.getPartnerRole_Name();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.PerformerImpl Performer}' class.
*
*
* @see org.eclipse.bpmn2.impl.PerformerImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getPerformer()
* @generated
*/
EClass PERFORMER = eINSTANCE.getPerformer();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.PotentialOwnerImpl Potential Owner}' class.
*
*
* @see org.eclipse.bpmn2.impl.PotentialOwnerImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getPotentialOwner()
* @generated
*/
EClass POTENTIAL_OWNER = eINSTANCE.getPotentialOwner();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.ProcessImpl Process}' class.
*
*
* @see org.eclipse.bpmn2.impl.ProcessImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getProcess()
* @generated
*/
EClass PROCESS = eINSTANCE.getProcess();
/**
* The meta object literal for the 'Auditing' containment reference feature.
*
*
* @generated
*/
EReference PROCESS__AUDITING = eINSTANCE.getProcess_Auditing();
/**
* The meta object literal for the 'Monitoring' containment reference feature.
*
*
* @generated
*/
EReference PROCESS__MONITORING = eINSTANCE.getProcess_Monitoring();
/**
* The meta object literal for the 'Properties' containment reference list feature.
*
*
* @generated
*/
EReference PROCESS__PROPERTIES = eINSTANCE.getProcess_Properties();
/**
* The meta object literal for the 'Artifacts' containment reference list feature.
*
*
* @generated
*/
EReference PROCESS__ARTIFACTS = eINSTANCE.getProcess_Artifacts();
/**
* The meta object literal for the 'Resources' containment reference list feature.
*
*
* @generated
*/
EReference PROCESS__RESOURCES = eINSTANCE.getProcess_Resources();
/**
* The meta object literal for the 'Correlation Subscriptions' containment reference list feature.
*
*
* @generated
*/
EReference PROCESS__CORRELATION_SUBSCRIPTIONS = eINSTANCE.getProcess_CorrelationSubscriptions();
/**
* The meta object literal for the 'Supports' reference list feature.
*
*
* @generated
*/
EReference PROCESS__SUPPORTS = eINSTANCE.getProcess_Supports();
/**
* The meta object literal for the 'Definitional Collaboration Ref' reference feature.
*
*
* @generated
*/
EReference PROCESS__DEFINITIONAL_COLLABORATION_REF = eINSTANCE.getProcess_DefinitionalCollaborationRef();
/**
* The meta object literal for the 'Is Closed' attribute feature.
*
*
* @generated
*/
EAttribute PROCESS__IS_CLOSED = eINSTANCE.getProcess_IsClosed();
/**
* The meta object literal for the 'Is Executable' attribute feature.
*
*
* @generated
*/
EAttribute PROCESS__IS_EXECUTABLE = eINSTANCE.getProcess_IsExecutable();
/**
* The meta object literal for the 'Process Type' attribute feature.
*
*
* @generated
*/
EAttribute PROCESS__PROCESS_TYPE = eINSTANCE.getProcess_ProcessType();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.PropertyImpl Property}' class.
*
*
* @see org.eclipse.bpmn2.impl.PropertyImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getProperty()
* @generated
*/
EClass PROPERTY = eINSTANCE.getProperty();
/**
* The meta object literal for the 'Name' attribute feature.
*
*
* @generated
*/
EAttribute PROPERTY__NAME = eINSTANCE.getProperty_Name();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.ReceiveTaskImpl Receive Task}' class.
*
*
* @see org.eclipse.bpmn2.impl.ReceiveTaskImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getReceiveTask()
* @generated
*/
EClass RECEIVE_TASK = eINSTANCE.getReceiveTask();
/**
* The meta object literal for the 'Implementation' attribute feature.
*
*
* @generated
*/
EAttribute RECEIVE_TASK__IMPLEMENTATION = eINSTANCE.getReceiveTask_Implementation();
/**
* The meta object literal for the 'Instantiate' attribute feature.
*
*
* @generated
*/
EAttribute RECEIVE_TASK__INSTANTIATE = eINSTANCE.getReceiveTask_Instantiate();
/**
* The meta object literal for the 'Message Ref' reference feature.
*
*
* @generated
*/
EReference RECEIVE_TASK__MESSAGE_REF = eINSTANCE.getReceiveTask_MessageRef();
/**
* The meta object literal for the 'Operation Ref' reference feature.
*
*
* @generated
*/
EReference RECEIVE_TASK__OPERATION_REF = eINSTANCE.getReceiveTask_OperationRef();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.RelationshipImpl Relationship}' class.
*
*
* @see org.eclipse.bpmn2.impl.RelationshipImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getRelationship()
* @generated
*/
EClass RELATIONSHIP = eINSTANCE.getRelationship();
/**
* The meta object literal for the 'Sources' reference list feature.
*
*
* @generated
*/
EReference RELATIONSHIP__SOURCES = eINSTANCE.getRelationship_Sources();
/**
* The meta object literal for the 'Targets' reference list feature.
*
*
* @generated
*/
EReference RELATIONSHIP__TARGETS = eINSTANCE.getRelationship_Targets();
/**
* The meta object literal for the 'Direction' attribute feature.
*
*
* @generated
*/
EAttribute RELATIONSHIP__DIRECTION = eINSTANCE.getRelationship_Direction();
/**
* The meta object literal for the 'Type' attribute feature.
*
*
* @generated
*/
EAttribute RELATIONSHIP__TYPE = eINSTANCE.getRelationship_Type();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.RenderingImpl Rendering}' class.
*
*
* @see org.eclipse.bpmn2.impl.RenderingImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getRendering()
* @generated
*/
EClass RENDERING = eINSTANCE.getRendering();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.ResourceImpl Resource}' class.
*
*
* @see org.eclipse.bpmn2.impl.ResourceImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getResource()
* @generated
*/
EClass RESOURCE = eINSTANCE.getResource();
/**
* The meta object literal for the 'Resource Parameters' containment reference list feature.
*
*
* @generated
*/
EReference RESOURCE__RESOURCE_PARAMETERS = eINSTANCE.getResource_ResourceParameters();
/**
* The meta object literal for the 'Name' attribute feature.
*
*
* @generated
*/
EAttribute RESOURCE__NAME = eINSTANCE.getResource_Name();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.ResourceAssignmentExpressionImpl Resource Assignment Expression}' class.
*
*
* @see org.eclipse.bpmn2.impl.ResourceAssignmentExpressionImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getResourceAssignmentExpression()
* @generated
*/
EClass RESOURCE_ASSIGNMENT_EXPRESSION = eINSTANCE.getResourceAssignmentExpression();
/**
* The meta object literal for the 'Expression' containment reference feature.
*
*
* @generated
*/
EReference RESOURCE_ASSIGNMENT_EXPRESSION__EXPRESSION = eINSTANCE.getResourceAssignmentExpression_Expression();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.ResourceParameterImpl Resource Parameter}' class.
*
*
* @see org.eclipse.bpmn2.impl.ResourceParameterImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getResourceParameter()
* @generated
*/
EClass RESOURCE_PARAMETER = eINSTANCE.getResourceParameter();
/**
* The meta object literal for the 'Is Required' attribute feature.
*
*
* @generated
*/
EAttribute RESOURCE_PARAMETER__IS_REQUIRED = eINSTANCE.getResourceParameter_IsRequired();
/**
* The meta object literal for the 'Name' attribute feature.
*
*
* @generated
*/
EAttribute RESOURCE_PARAMETER__NAME = eINSTANCE.getResourceParameter_Name();
/**
* The meta object literal for the 'Type' reference feature.
*
*
* @generated
*/
EReference RESOURCE_PARAMETER__TYPE = eINSTANCE.getResourceParameter_Type();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.ResourceParameterBindingImpl Resource Parameter Binding}' class.
*
*
* @see org.eclipse.bpmn2.impl.ResourceParameterBindingImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getResourceParameterBinding()
* @generated
*/
EClass RESOURCE_PARAMETER_BINDING = eINSTANCE.getResourceParameterBinding();
/**
* The meta object literal for the 'Expression' containment reference feature.
*
*
* @generated
*/
EReference RESOURCE_PARAMETER_BINDING__EXPRESSION = eINSTANCE.getResourceParameterBinding_Expression();
/**
* The meta object literal for the 'Parameter Ref' reference feature.
*
*
* @generated
*/
EReference RESOURCE_PARAMETER_BINDING__PARAMETER_REF = eINSTANCE.getResourceParameterBinding_ParameterRef();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.ResourceRoleImpl Resource Role}' class.
*
*
* @see org.eclipse.bpmn2.impl.ResourceRoleImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getResourceRole()
* @generated
*/
EClass RESOURCE_ROLE = eINSTANCE.getResourceRole();
/**
* The meta object literal for the 'Resource Ref' reference feature.
*
*
* @generated
*/
EReference RESOURCE_ROLE__RESOURCE_REF = eINSTANCE.getResourceRole_ResourceRef();
/**
* The meta object literal for the 'Resource Parameter Bindings' containment reference list feature.
*
*
* @generated
*/
EReference RESOURCE_ROLE__RESOURCE_PARAMETER_BINDINGS = eINSTANCE.getResourceRole_ResourceParameterBindings();
/**
* The meta object literal for the 'Resource Assignment Expression' containment reference feature.
*
*
* @generated
*/
EReference RESOURCE_ROLE__RESOURCE_ASSIGNMENT_EXPRESSION = eINSTANCE
.getResourceRole_ResourceAssignmentExpression();
/**
* The meta object literal for the 'Name' attribute feature.
*
*
* @generated
*/
EAttribute RESOURCE_ROLE__NAME = eINSTANCE.getResourceRole_Name();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.RootElementImpl Root Element}' class.
*
*
* @see org.eclipse.bpmn2.impl.RootElementImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getRootElement()
* @generated
*/
EClass ROOT_ELEMENT = eINSTANCE.getRootElement();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.ScriptTaskImpl Script Task}' class.
*
*
* @see org.eclipse.bpmn2.impl.ScriptTaskImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getScriptTask()
* @generated
*/
EClass SCRIPT_TASK = eINSTANCE.getScriptTask();
/**
* The meta object literal for the 'Script' attribute feature.
*
*
* @generated
*/
EAttribute SCRIPT_TASK__SCRIPT = eINSTANCE.getScriptTask_Script();
/**
* The meta object literal for the 'Script Format' attribute feature.
*
*
* @generated
*/
EAttribute SCRIPT_TASK__SCRIPT_FORMAT = eINSTANCE.getScriptTask_ScriptFormat();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.SendTaskImpl Send Task}' class.
*
*
* @see org.eclipse.bpmn2.impl.SendTaskImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getSendTask()
* @generated
*/
EClass SEND_TASK = eINSTANCE.getSendTask();
/**
* The meta object literal for the 'Implementation' attribute feature.
*
*
* @generated
*/
EAttribute SEND_TASK__IMPLEMENTATION = eINSTANCE.getSendTask_Implementation();
/**
* The meta object literal for the 'Message Ref' reference feature.
*
*
* @generated
*/
EReference SEND_TASK__MESSAGE_REF = eINSTANCE.getSendTask_MessageRef();
/**
* The meta object literal for the 'Operation Ref' reference feature.
*
*
* @generated
*/
EReference SEND_TASK__OPERATION_REF = eINSTANCE.getSendTask_OperationRef();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.SequenceFlowImpl Sequence Flow}' class.
*
*
* @see org.eclipse.bpmn2.impl.SequenceFlowImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getSequenceFlow()
* @generated
*/
EClass SEQUENCE_FLOW = eINSTANCE.getSequenceFlow();
/**
* The meta object literal for the 'Condition Expression' containment reference feature.
*
*
* @generated
*/
EReference SEQUENCE_FLOW__CONDITION_EXPRESSION = eINSTANCE.getSequenceFlow_ConditionExpression();
/**
* The meta object literal for the 'Is Immediate' attribute feature.
*
*
* @generated
*/
EAttribute SEQUENCE_FLOW__IS_IMMEDIATE = eINSTANCE.getSequenceFlow_IsImmediate();
/**
* The meta object literal for the 'Source Ref' reference feature.
*
*
* @generated
*/
EReference SEQUENCE_FLOW__SOURCE_REF = eINSTANCE.getSequenceFlow_SourceRef();
/**
* The meta object literal for the 'Target Ref' reference feature.
*
*
* @generated
*/
EReference SEQUENCE_FLOW__TARGET_REF = eINSTANCE.getSequenceFlow_TargetRef();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.ServiceTaskImpl Service Task}' class.
*
*
* @see org.eclipse.bpmn2.impl.ServiceTaskImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getServiceTask()
* @generated
*/
EClass SERVICE_TASK = eINSTANCE.getServiceTask();
/**
* The meta object literal for the 'Implementation' attribute feature.
*
*
* @generated
*/
EAttribute SERVICE_TASK__IMPLEMENTATION = eINSTANCE.getServiceTask_Implementation();
/**
* The meta object literal for the 'Operation Ref' reference feature.
*
*
* @generated
*/
EReference SERVICE_TASK__OPERATION_REF = eINSTANCE.getServiceTask_OperationRef();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.SignalImpl Signal}' class.
*
*
* @see org.eclipse.bpmn2.impl.SignalImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getSignal()
* @generated
*/
EClass SIGNAL = eINSTANCE.getSignal();
/**
* The meta object literal for the 'Name' attribute feature.
*
*
* @generated
*/
EAttribute SIGNAL__NAME = eINSTANCE.getSignal_Name();
/**
* The meta object literal for the 'Structure Ref' reference feature.
*
*
* @generated
*/
EReference SIGNAL__STRUCTURE_REF = eINSTANCE.getSignal_StructureRef();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.SignalEventDefinitionImpl Signal Event Definition}' class.
*
*
* @see org.eclipse.bpmn2.impl.SignalEventDefinitionImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getSignalEventDefinition()
* @generated
*/
EClass SIGNAL_EVENT_DEFINITION = eINSTANCE.getSignalEventDefinition();
/**
* The meta object literal for the 'Signal Ref' attribute feature.
*
*
* @generated
*/
EAttribute SIGNAL_EVENT_DEFINITION__SIGNAL_REF = eINSTANCE.getSignalEventDefinition_SignalRef();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.StandardLoopCharacteristicsImpl Standard Loop Characteristics}' class.
*
*
* @see org.eclipse.bpmn2.impl.StandardLoopCharacteristicsImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getStandardLoopCharacteristics()
* @generated
*/
EClass STANDARD_LOOP_CHARACTERISTICS = eINSTANCE.getStandardLoopCharacteristics();
/**
* The meta object literal for the 'Loop Condition' containment reference feature.
*
*
* @generated
*/
EReference STANDARD_LOOP_CHARACTERISTICS__LOOP_CONDITION = eINSTANCE
.getStandardLoopCharacteristics_LoopCondition();
/**
* The meta object literal for the 'Loop Maximum' containment reference feature.
*
*
* @generated
*/
EReference STANDARD_LOOP_CHARACTERISTICS__LOOP_MAXIMUM = eINSTANCE.getStandardLoopCharacteristics_LoopMaximum();
/**
* The meta object literal for the 'Test Before' attribute feature.
*
*
* @generated
*/
EAttribute STANDARD_LOOP_CHARACTERISTICS__TEST_BEFORE = eINSTANCE.getStandardLoopCharacteristics_TestBefore();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.StartEventImpl Start Event}' class.
*
*
* @see org.eclipse.bpmn2.impl.StartEventImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getStartEvent()
* @generated
*/
EClass START_EVENT = eINSTANCE.getStartEvent();
/**
* The meta object literal for the 'Is Interrupting' attribute feature.
*
*
* @generated
*/
EAttribute START_EVENT__IS_INTERRUPTING = eINSTANCE.getStartEvent_IsInterrupting();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.SubChoreographyImpl Sub Choreography}' class.
*
*
* @see org.eclipse.bpmn2.impl.SubChoreographyImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getSubChoreography()
* @generated
*/
EClass SUB_CHOREOGRAPHY = eINSTANCE.getSubChoreography();
/**
* The meta object literal for the 'Artifacts' containment reference list feature.
*
*
* @generated
*/
EReference SUB_CHOREOGRAPHY__ARTIFACTS = eINSTANCE.getSubChoreography_Artifacts();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.SubConversationImpl Sub Conversation}' class.
*
*
* @see org.eclipse.bpmn2.impl.SubConversationImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getSubConversation()
* @generated
*/
EClass SUB_CONVERSATION = eINSTANCE.getSubConversation();
/**
* The meta object literal for the 'Conversation Nodes' containment reference list feature.
*
*
* @generated
*/
EReference SUB_CONVERSATION__CONVERSATION_NODES = eINSTANCE.getSubConversation_ConversationNodes();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.SubProcessImpl Sub Process}' class.
*
*
* @see org.eclipse.bpmn2.impl.SubProcessImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getSubProcess()
* @generated
*/
EClass SUB_PROCESS = eINSTANCE.getSubProcess();
/**
* The meta object literal for the 'Artifacts' containment reference list feature.
*
*
* @generated
*/
EReference SUB_PROCESS__ARTIFACTS = eINSTANCE.getSubProcess_Artifacts();
/**
* The meta object literal for the 'Triggered By Event' attribute feature.
*
*
* @generated
*/
EAttribute SUB_PROCESS__TRIGGERED_BY_EVENT = eINSTANCE.getSubProcess_TriggeredByEvent();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.TaskImpl Task}' class.
*
*
* @see org.eclipse.bpmn2.impl.TaskImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getTask()
* @generated
*/
EClass TASK = eINSTANCE.getTask();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.TerminateEventDefinitionImpl Terminate Event Definition}' class.
*
*
* @see org.eclipse.bpmn2.impl.TerminateEventDefinitionImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getTerminateEventDefinition()
* @generated
*/
EClass TERMINATE_EVENT_DEFINITION = eINSTANCE.getTerminateEventDefinition();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.TextAnnotationImpl Text Annotation}' class.
*
*
* @see org.eclipse.bpmn2.impl.TextAnnotationImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getTextAnnotation()
* @generated
*/
EClass TEXT_ANNOTATION = eINSTANCE.getTextAnnotation();
/**
* The meta object literal for the 'Text' attribute feature.
*
*
* @generated
*/
EAttribute TEXT_ANNOTATION__TEXT = eINSTANCE.getTextAnnotation_Text();
/**
* The meta object literal for the 'Text Format' attribute feature.
*
*
* @generated
*/
EAttribute TEXT_ANNOTATION__TEXT_FORMAT = eINSTANCE.getTextAnnotation_TextFormat();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.ThrowEventImpl Throw Event}' class.
*
*
* @see org.eclipse.bpmn2.impl.ThrowEventImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getThrowEvent()
* @generated
*/
EClass THROW_EVENT = eINSTANCE.getThrowEvent();
/**
* The meta object literal for the 'Data Inputs' containment reference list feature.
*
*
* @generated
*/
EReference THROW_EVENT__DATA_INPUTS = eINSTANCE.getThrowEvent_DataInputs();
/**
* The meta object literal for the 'Data Input Association' containment reference list feature.
*
*
* @generated
*/
EReference THROW_EVENT__DATA_INPUT_ASSOCIATION = eINSTANCE.getThrowEvent_DataInputAssociation();
/**
* The meta object literal for the 'Input Set' containment reference feature.
*
*
* @generated
*/
EReference THROW_EVENT__INPUT_SET = eINSTANCE.getThrowEvent_InputSet();
/**
* The meta object literal for the 'Event Definitions' containment reference list feature.
*
*
* @generated
*/
EReference THROW_EVENT__EVENT_DEFINITIONS = eINSTANCE.getThrowEvent_EventDefinitions();
/**
* The meta object literal for the 'Event Definition Refs' reference list feature.
*
*
* @generated
*/
EReference THROW_EVENT__EVENT_DEFINITION_REFS = eINSTANCE.getThrowEvent_EventDefinitionRefs();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.TimerEventDefinitionImpl Timer Event Definition}' class.
*
*
* @see org.eclipse.bpmn2.impl.TimerEventDefinitionImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getTimerEventDefinition()
* @generated
*/
EClass TIMER_EVENT_DEFINITION = eINSTANCE.getTimerEventDefinition();
/**
* The meta object literal for the 'Time Date' containment reference feature.
*
*
* @generated
*/
EReference TIMER_EVENT_DEFINITION__TIME_DATE = eINSTANCE.getTimerEventDefinition_TimeDate();
/**
* The meta object literal for the 'Time Duration' containment reference feature.
*
*
* @generated
*/
EReference TIMER_EVENT_DEFINITION__TIME_DURATION = eINSTANCE.getTimerEventDefinition_TimeDuration();
/**
* The meta object literal for the 'Time Cycle' containment reference feature.
*
*
* @generated
*/
EReference TIMER_EVENT_DEFINITION__TIME_CYCLE = eINSTANCE.getTimerEventDefinition_TimeCycle();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.TransactionImpl Transaction}' class.
*
*
* @see org.eclipse.bpmn2.impl.TransactionImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getTransaction()
* @generated
*/
EClass TRANSACTION = eINSTANCE.getTransaction();
/**
* The meta object literal for the 'Protocol' attribute feature.
*
*
* @generated
*/
EAttribute TRANSACTION__PROTOCOL = eINSTANCE.getTransaction_Protocol();
/**
* The meta object literal for the 'Method' attribute feature.
*
*
* @generated
*/
EAttribute TRANSACTION__METHOD = eINSTANCE.getTransaction_Method();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.UserTaskImpl User Task}' class.
*
*
* @see org.eclipse.bpmn2.impl.UserTaskImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getUserTask()
* @generated
*/
EClass USER_TASK = eINSTANCE.getUserTask();
/**
* The meta object literal for the 'Renderings' containment reference list feature.
*
*
* @generated
*/
EReference USER_TASK__RENDERINGS = eINSTANCE.getUserTask_Renderings();
/**
* The meta object literal for the 'Implementation' attribute feature.
*
*
* @generated
*/
EAttribute USER_TASK__IMPLEMENTATION = eINSTANCE.getUserTask_Implementation();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.impl.EventSubprocessImpl Event Subprocess}' class.
*
*
* @see org.eclipse.bpmn2.impl.EventSubprocessImpl
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getEventSubprocess()
* @generated
*/
EClass EVENT_SUBPROCESS = eINSTANCE.getEventSubprocess();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.AdHocOrdering Ad Hoc Ordering}' enum.
*
*
* @see org.eclipse.bpmn2.AdHocOrdering
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getAdHocOrdering()
* @generated
*/
EEnum AD_HOC_ORDERING = eINSTANCE.getAdHocOrdering();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.AssociationDirection Association Direction}' enum.
*
*
* @see org.eclipse.bpmn2.AssociationDirection
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getAssociationDirection()
* @generated
*/
EEnum ASSOCIATION_DIRECTION = eINSTANCE.getAssociationDirection();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.ChoreographyLoopType Choreography Loop Type}' enum.
*
*
* @see org.eclipse.bpmn2.ChoreographyLoopType
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getChoreographyLoopType()
* @generated
*/
EEnum CHOREOGRAPHY_LOOP_TYPE = eINSTANCE.getChoreographyLoopType();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.EventBasedGatewayType Event Based Gateway Type}' enum.
*
*
* @see org.eclipse.bpmn2.EventBasedGatewayType
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getEventBasedGatewayType()
* @generated
*/
EEnum EVENT_BASED_GATEWAY_TYPE = eINSTANCE.getEventBasedGatewayType();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.GatewayDirection Gateway Direction}' enum.
*
*
* @see org.eclipse.bpmn2.GatewayDirection
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getGatewayDirection()
* @generated
*/
EEnum GATEWAY_DIRECTION = eINSTANCE.getGatewayDirection();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.ItemKind Item Kind}' enum.
*
*
* @see org.eclipse.bpmn2.ItemKind
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getItemKind()
* @generated
*/
EEnum ITEM_KIND = eINSTANCE.getItemKind();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.MultiInstanceBehavior Multi Instance Behavior}' enum.
*
*
* @see org.eclipse.bpmn2.MultiInstanceBehavior
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getMultiInstanceBehavior()
* @generated
*/
EEnum MULTI_INSTANCE_BEHAVIOR = eINSTANCE.getMultiInstanceBehavior();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.ProcessType Process Type}' enum.
*
*
* @see org.eclipse.bpmn2.ProcessType
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getProcessType()
* @generated
*/
EEnum PROCESS_TYPE = eINSTANCE.getProcessType();
/**
* The meta object literal for the '{@link org.eclipse.bpmn2.RelationshipDirection Relationship Direction}' enum.
*
*
* @see org.eclipse.bpmn2.RelationshipDirection
* @see org.eclipse.bpmn2.impl.Bpmn2PackageImpl#getRelationshipDirection()
* @generated
*/
EEnum RELATIONSHIP_DIRECTION = eINSTANCE.getRelationshipDirection();
}
} //Bpmn2Package
© 2015 - 2025 Weber Informatics LLC | Privacy Policy