Interface GremlinPackage

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EPackage, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
GremlinPackageImpl

public interface GremlinPackage
extends org.eclipse.emf.ecore.EPackage
The Package for the model. It contains accessors for the meta objects to represent
  • each class,
  • each feature of each class,
  • each operation of each class,
  • each enum,
  • and each data type
See Also:
GremlinFactory
  • Field Details

    • eNAME

      static final String eNAME
      The package name.
      See Also:
      Constant Field Values
    • eNS_URI

      static final String eNS_URI
      The package namespace URI.
      See Also:
      Constant Field Values
    • eNS_PREFIX

      static final String eNS_PREFIX
      The package namespace name.
      See Also:
      Constant Field Values
    • eINSTANCE

      static final GremlinPackage eINSTANCE
      The singleton instance of the package.
    • GREMLIN_SCRIPT

      static final int GREMLIN_SCRIPT
      The meta object id for the 'Script' class.
      See Also:
      GremlinScriptImpl, GremlinPackageImpl.getGremlinScript(), Constant Field Values
    • GREMLIN_SCRIPT__INSTRUCTIONS

      static final int GREMLIN_SCRIPT__INSTRUCTIONS
      The feature id for the 'Instructions' containment reference list.
      See Also:
      Constant Field Values
    • GREMLIN_SCRIPT__NAME

      static final int GREMLIN_SCRIPT__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • GREMLIN_SCRIPT_FEATURE_COUNT

      static final int GREMLIN_SCRIPT_FEATURE_COUNT
      The number of structural features of the 'Script' class.
      See Also:
      Constant Field Values
    • GREMLIN_SCRIPT___TO_STRING

      static final int GREMLIN_SCRIPT___TO_STRING
      The operation id for the 'To String' operation.
      See Also:
      Constant Field Values
    • GREMLIN_SCRIPT_OPERATION_COUNT

      static final int GREMLIN_SCRIPT_OPERATION_COUNT
      The number of operations of the 'Script' class.
      See Also:
      Constant Field Values
    • INSTRUCTION

      static final int INSTRUCTION
      The meta object id for the 'Instruction' class.
      See Also:
      InstructionImpl, GremlinPackageImpl.getInstruction(), Constant Field Values
    • INSTRUCTION_FEATURE_COUNT

      static final int INSTRUCTION_FEATURE_COUNT
      The number of structural features of the 'Instruction' class.
      See Also:
      Constant Field Values
    • INSTRUCTION_OPERATION_COUNT

      static final int INSTRUCTION_OPERATION_COUNT
      The number of operations of the 'Instruction' class.
      See Also:
      Constant Field Values
    • RETURN_STATEMENT

      static final int RETURN_STATEMENT
      The meta object id for the 'Return Statement' class.
      See Also:
      ReturnStatementImpl, GremlinPackageImpl.getReturnStatement(), Constant Field Values
    • RETURN_STATEMENT__VALUE

      static final int RETURN_STATEMENT__VALUE
      The feature id for the 'Value' attribute.
      See Also:
      Constant Field Values
    • RETURN_STATEMENT_FEATURE_COUNT

      static final int RETURN_STATEMENT_FEATURE_COUNT
      The number of structural features of the 'Return Statement' class.
      See Also:
      Constant Field Values
    • RETURN_STATEMENT___TO_STRING

      static final int RETURN_STATEMENT___TO_STRING
      The operation id for the 'To String' operation.
      See Also:
      Constant Field Values
    • RETURN_STATEMENT_OPERATION_COUNT

      static final int RETURN_STATEMENT_OPERATION_COUNT
      The number of operations of the 'Return Statement' class.
      See Also:
      Constant Field Values
    • METHOD_DECLARATION

      static final int METHOD_DECLARATION
      The meta object id for the 'Method Declaration' class.
      See Also:
      MethodDeclarationImpl, GremlinPackageImpl.getMethodDeclaration(), Constant Field Values
    • METHOD_DECLARATION__NAME

      static final int METHOD_DECLARATION__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • METHOD_DECLARATION__PARAMETERS

      static final int METHOD_DECLARATION__PARAMETERS
      The feature id for the 'Parameters' attribute list.
      See Also:
      Constant Field Values
    • METHOD_DECLARATION__INSTRUCTIONS

      static final int METHOD_DECLARATION__INSTRUCTIONS
      The feature id for the 'Instructions' containment reference list.
      See Also:
      Constant Field Values
    • METHOD_DECLARATION_FEATURE_COUNT

      static final int METHOD_DECLARATION_FEATURE_COUNT
      The number of structural features of the 'Method Declaration' class.
      See Also:
      Constant Field Values
    • METHOD_DECLARATION___TO_STRING

      static final int METHOD_DECLARATION___TO_STRING
      The operation id for the 'To String' operation.
      See Also:
      Constant Field Values
    • METHOD_DECLARATION_OPERATION_COUNT

      static final int METHOD_DECLARATION_OPERATION_COUNT
      The number of operations of the 'Method Declaration' class.
      See Also:
      Constant Field Values
    • TYPE_DECLARATION

      static final int TYPE_DECLARATION
      The meta object id for the 'Type Declaration' class.
      See Also:
      TypeDeclarationImpl, GremlinPackageImpl.getTypeDeclaration(), Constant Field Values
    • TYPE_DECLARATION_FEATURE_COUNT

      static final int TYPE_DECLARATION_FEATURE_COUNT
      The number of structural features of the 'Type Declaration' class.
      See Also:
      Constant Field Values
    • TYPE_DECLARATION_OPERATION_COUNT

      static final int TYPE_DECLARATION_OPERATION_COUNT
      The number of operations of the 'Type Declaration' class.
      See Also:
      Constant Field Values
    • LIST_DECLARATION

      static final int LIST_DECLARATION
      The meta object id for the 'List Declaration' class.
      See Also:
      ListDeclarationImpl, GremlinPackageImpl.getListDeclaration(), Constant Field Values
    • LIST_DECLARATION_FEATURE_COUNT

      static final int LIST_DECLARATION_FEATURE_COUNT
      The number of structural features of the 'List Declaration' class.
      See Also:
      Constant Field Values
    • LIST_DECLARATION___TO_STRING

      static final int LIST_DECLARATION___TO_STRING
      The operation id for the 'To String' operation.
      See Also:
      Constant Field Values
    • LIST_DECLARATION_OPERATION_COUNT

      static final int LIST_DECLARATION_OPERATION_COUNT
      The number of operations of the 'List Declaration' class.
      See Also:
      Constant Field Values
    • SET_DECLARATION

      static final int SET_DECLARATION
      The meta object id for the 'Set Declaration' class.
      See Also:
      SetDeclarationImpl, GremlinPackageImpl.getSetDeclaration(), Constant Field Values
    • SET_DECLARATION_FEATURE_COUNT

      static final int SET_DECLARATION_FEATURE_COUNT
      The number of structural features of the 'Set Declaration' class.
      See Also:
      Constant Field Values
    • SET_DECLARATION___TO_STRING

      static final int SET_DECLARATION___TO_STRING
      The operation id for the 'To String' operation.
      See Also:
      Constant Field Values
    • SET_DECLARATION_OPERATION_COUNT

      static final int SET_DECLARATION_OPERATION_COUNT
      The number of operations of the 'Set Declaration' class.
      See Also:
      Constant Field Values
    • SORTED_SET_DECLARATION

      static final int SORTED_SET_DECLARATION
      The meta object id for the 'Sorted Set Declaration' class.
      See Also:
      SortedSetDeclarationImpl, GremlinPackageImpl.getSortedSetDeclaration(), Constant Field Values
    • SORTED_SET_DECLARATION_FEATURE_COUNT

      static final int SORTED_SET_DECLARATION_FEATURE_COUNT
      The number of structural features of the 'Sorted Set Declaration' class.
      See Also:
      Constant Field Values
    • SORTED_SET_DECLARATION___TO_STRING

      static final int SORTED_SET_DECLARATION___TO_STRING
      The operation id for the 'To String' operation.
      See Also:
      Constant Field Values
    • SORTED_SET_DECLARATION_OPERATION_COUNT

      static final int SORTED_SET_DECLARATION_OPERATION_COUNT
      The number of operations of the 'Sorted Set Declaration' class.
      See Also:
      Constant Field Values
    • VARIABLE_DECLARATION

      static final int VARIABLE_DECLARATION
      The meta object id for the 'Variable Declaration' class.
      See Also:
      VariableDeclarationImpl, GremlinPackageImpl.getVariableDeclaration(), Constant Field Values
    • VARIABLE_DECLARATION__NAME

      static final int VARIABLE_DECLARATION__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • VARIABLE_DECLARATION__VALUE

      static final int VARIABLE_DECLARATION__VALUE
      The feature id for the 'Value' containment reference.
      See Also:
      Constant Field Values
    • VARIABLE_DECLARATION__TYPE

      static final int VARIABLE_DECLARATION__TYPE
      The feature id for the 'Type' containment reference.
      See Also:
      Constant Field Values
    • VARIABLE_DECLARATION__FINAL

      static final int VARIABLE_DECLARATION__FINAL
      The feature id for the 'Final' attribute.
      See Also:
      Constant Field Values
    • VARIABLE_DECLARATION_FEATURE_COUNT

      static final int VARIABLE_DECLARATION_FEATURE_COUNT
      The number of structural features of the 'Variable Declaration' class.
      See Also:
      Constant Field Values
    • VARIABLE_DECLARATION___TO_STRING

      static final int VARIABLE_DECLARATION___TO_STRING
      The operation id for the 'To String' operation.
      See Also:
      Constant Field Values
    • VARIABLE_DECLARATION_OPERATION_COUNT

      static final int VARIABLE_DECLARATION_OPERATION_COUNT
      The number of operations of the 'Variable Declaration' class.
      See Also:
      Constant Field Values
    • TRAVERSAL_ELEMENT

      static final int TRAVERSAL_ELEMENT
      The meta object id for the 'Traversal Element' class.
      See Also:
      TraversalElementImpl, GremlinPackageImpl.getTraversalElement(), Constant Field Values
    • TRAVERSAL_ELEMENT__NEXT_ELEMENT

      static final int TRAVERSAL_ELEMENT__NEXT_ELEMENT
      The feature id for the 'Next Element' containment reference.
      See Also:
      Constant Field Values
    • TRAVERSAL_ELEMENT__PREVIOUS_ELEMENT

      static final int TRAVERSAL_ELEMENT__PREVIOUS_ELEMENT
      The feature id for the 'Previous Element' container reference.
      See Also:
      Constant Field Values
    • TRAVERSAL_ELEMENT_FEATURE_COUNT

      static final int TRAVERSAL_ELEMENT_FEATURE_COUNT
      The number of structural features of the 'Traversal Element' class.
      See Also:
      Constant Field Values
    • TRAVERSAL_ELEMENT_OPERATION_COUNT

      static final int TRAVERSAL_ELEMENT_OPERATION_COUNT
      The number of operations of the 'Traversal Element' class.
      See Also:
      Constant Field Values
    • COLLECTION_DEFINITION

      static final int COLLECTION_DEFINITION
      The meta object id for the 'Collection Definition' class.
      See Also:
      CollectionDefinitionImpl, GremlinPackageImpl.getCollectionDefinition(), Constant Field Values
    • COLLECTION_DEFINITION__NEXT_ELEMENT

      static final int COLLECTION_DEFINITION__NEXT_ELEMENT
      The feature id for the 'Next Element' containment reference.
      See Also:
      Constant Field Values
    • COLLECTION_DEFINITION__PREVIOUS_ELEMENT

      static final int COLLECTION_DEFINITION__PREVIOUS_ELEMENT
      The feature id for the 'Previous Element' container reference.
      See Also:
      Constant Field Values
    • COLLECTION_DEFINITION__VALUES

      static final int COLLECTION_DEFINITION__VALUES
      The feature id for the 'Values' containment reference list.
      See Also:
      Constant Field Values
    • COLLECTION_DEFINITION__TYPE

      static final int COLLECTION_DEFINITION__TYPE
      The feature id for the 'Type' containment reference.
      See Also:
      Constant Field Values
    • COLLECTION_DEFINITION_FEATURE_COUNT

      static final int COLLECTION_DEFINITION_FEATURE_COUNT
      The number of structural features of the 'Collection Definition' class.
      See Also:
      Constant Field Values
    • COLLECTION_DEFINITION___TO_STRING

      static final int COLLECTION_DEFINITION___TO_STRING
      The operation id for the 'To String' operation.
      See Also:
      Constant Field Values
    • COLLECTION_DEFINITION_OPERATION_COUNT

      static final int COLLECTION_DEFINITION_OPERATION_COUNT
      The number of operations of the 'Collection Definition' class.
      See Also:
      Constant Field Values
    • CLOSURE

      static final int CLOSURE
      The meta object id for the 'Closure' class.
      See Also:
      ClosureImpl, GremlinPackageImpl.getClosure(), Constant Field Values
    • CLOSURE__INSTRUCTIONS

      static final int CLOSURE__INSTRUCTIONS
      The feature id for the 'Instructions' containment reference list.
      See Also:
      Constant Field Values
    • CLOSURE_FEATURE_COUNT

      static final int CLOSURE_FEATURE_COUNT
      The number of structural features of the 'Closure' class.
      See Also:
      Constant Field Values
    • CLOSURE___TO_STRING

      static final int CLOSURE___TO_STRING
      The operation id for the 'To String' operation.
      See Also:
      Constant Field Values
    • CLOSURE_OPERATION_COUNT

      static final int CLOSURE_OPERATION_COUNT
      The number of operations of the 'Closure' class.
      See Also:
      Constant Field Values
    • VARIABLE_ACCESS

      static final int VARIABLE_ACCESS
      The meta object id for the 'Variable Access' class.
      See Also:
      VariableAccessImpl, GremlinPackageImpl.getVariableAccess(), Constant Field Values
    • VARIABLE_ACCESS__NEXT_ELEMENT

      static final int VARIABLE_ACCESS__NEXT_ELEMENT
      The feature id for the 'Next Element' containment reference.
      See Also:
      Constant Field Values
    • VARIABLE_ACCESS__PREVIOUS_ELEMENT

      static final int VARIABLE_ACCESS__PREVIOUS_ELEMENT
      The feature id for the 'Previous Element' container reference.
      See Also:
      Constant Field Values
    • VARIABLE_ACCESS__NAME

      static final int VARIABLE_ACCESS__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • VARIABLE_ACCESS__CAST

      static final int VARIABLE_ACCESS__CAST
      The feature id for the 'Cast' containment reference.
      See Also:
      Constant Field Values
    • VARIABLE_ACCESS_FEATURE_COUNT

      static final int VARIABLE_ACCESS_FEATURE_COUNT
      The number of structural features of the 'Variable Access' class.
      See Also:
      Constant Field Values
    • VARIABLE_ACCESS___TO_STRING

      static final int VARIABLE_ACCESS___TO_STRING
      The operation id for the 'To String' operation.
      See Also:
      Constant Field Values
    • VARIABLE_ACCESS_OPERATION_COUNT

      static final int VARIABLE_ACCESS_OPERATION_COUNT
      The number of operations of the 'Variable Access' class.
      See Also:
      Constant Field Values
    • CLOSURE_IT

      static final int CLOSURE_IT
      The meta object id for the 'Closure It' class.
      See Also:
      ClosureItImpl, GremlinPackageImpl.getClosureIt(), Constant Field Values
    • CLOSURE_IT__NEXT_ELEMENT

      static final int CLOSURE_IT__NEXT_ELEMENT
      The feature id for the 'Next Element' containment reference.
      See Also:
      Constant Field Values
    • CLOSURE_IT__PREVIOUS_ELEMENT

      static final int CLOSURE_IT__PREVIOUS_ELEMENT
      The feature id for the 'Previous Element' container reference.
      See Also:
      Constant Field Values
    • CLOSURE_IT__NAME

      static final int CLOSURE_IT__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • CLOSURE_IT__CAST

      static final int CLOSURE_IT__CAST
      The feature id for the 'Cast' containment reference.
      See Also:
      Constant Field Values
    • CLOSURE_IT_FEATURE_COUNT

      static final int CLOSURE_IT_FEATURE_COUNT
      The number of structural features of the 'Closure It' class.
      See Also:
      Constant Field Values
    • CLOSURE_IT___TO_STRING

      static final int CLOSURE_IT___TO_STRING
      The operation id for the 'To String' operation.
      See Also:
      Constant Field Values
    • CLOSURE_IT___GET_NAME

      static final int CLOSURE_IT___GET_NAME
      The operation id for the 'Get Name' operation.
      See Also:
      Constant Field Values
    • CLOSURE_IT_OPERATION_COUNT

      static final int CLOSURE_IT_OPERATION_COUNT
      The number of operations of the 'Closure It' class.
      See Also:
      Constant Field Values
    • STEP

      static final int STEP
      The meta object id for the 'Step' class.
      See Also:
      StepImpl, GremlinPackageImpl.getStep(), Constant Field Values
    • STEP__NEXT_ELEMENT

      static final int STEP__NEXT_ELEMENT
      The feature id for the 'Next Element' containment reference.
      See Also:
      Constant Field Values
    • STEP__PREVIOUS_ELEMENT

      static final int STEP__PREVIOUS_ELEMENT
      The feature id for the 'Previous Element' container reference.
      See Also:
      Constant Field Values
    • STEP_FEATURE_COUNT

      static final int STEP_FEATURE_COUNT
      The number of structural features of the 'Step' class.
      See Also:
      Constant Field Values
    • STEP_OPERATION_COUNT

      static final int STEP_OPERATION_COUNT
      The number of operations of the 'Step' class.
      See Also:
      Constant Field Values
    • IDENTITY_STEP

      static final int IDENTITY_STEP
      The meta object id for the 'Identity Step' class.
      See Also:
      IdentityStepImpl, GremlinPackageImpl.getIdentityStep(), Constant Field Values
    • IDENTITY_STEP__NEXT_ELEMENT

      static final int IDENTITY_STEP__NEXT_ELEMENT
      The feature id for the 'Next Element' containment reference.
      See Also:
      Constant Field Values
    • IDENTITY_STEP__PREVIOUS_ELEMENT

      static final int IDENTITY_STEP__PREVIOUS_ELEMENT
      The feature id for the 'Previous Element' container reference.
      See Also:
      Constant Field Values
    • IDENTITY_STEP__NEEDED

      static final int IDENTITY_STEP__NEEDED
      The feature id for the 'Needed' attribute.
      See Also:
      Constant Field Values
    • IDENTITY_STEP_FEATURE_COUNT

      static final int IDENTITY_STEP_FEATURE_COUNT
      The number of structural features of the 'Identity Step' class.
      See Also:
      Constant Field Values
    • IDENTITY_STEP___TO_STRING

      static final int IDENTITY_STEP___TO_STRING
      The operation id for the 'To String' operation.
      See Also:
      Constant Field Values
    • IDENTITY_STEP_OPERATION_COUNT

      static final int IDENTITY_STEP_OPERATION_COUNT
      The number of operations of the 'Identity Step' class.
      See Also:
      Constant Field Values
    • FILL_STEP

      static final int FILL_STEP
      The meta object id for the 'Fill Step' class.
      See Also:
      FillStepImpl, GremlinPackageImpl.getFillStep(), Constant Field Values
    • FILL_STEP__NEXT_ELEMENT

      static final int FILL_STEP__NEXT_ELEMENT
      The feature id for the 'Next Element' containment reference.
      See Also:
      Constant Field Values
    • FILL_STEP__PREVIOUS_ELEMENT

      static final int FILL_STEP__PREVIOUS_ELEMENT
      The feature id for the 'Previous Element' container reference.
      See Also:
      Constant Field Values
    • FILL_STEP__INSTRUCTION

      static final int FILL_STEP__INSTRUCTION
      The feature id for the 'Instruction' containment reference.
      See Also:
      Constant Field Values
    • FILL_STEP_FEATURE_COUNT

      static final int FILL_STEP_FEATURE_COUNT
      The number of structural features of the 'Fill Step' class.
      See Also:
      Constant Field Values
    • FILL_STEP___TO_STRING

      static final int FILL_STEP___TO_STRING
      The operation id for the 'To String' operation.
      See Also:
      Constant Field Values
    • FILL_STEP_OPERATION_COUNT

      static final int FILL_STEP_OPERATION_COUNT
      The number of operations of the 'Fill Step' class.
      See Also:
      Constant Field Values
    • START_STEP

      static final int START_STEP
      The meta object id for the 'Start Step' class.
      See Also:
      StartStepImpl, GremlinPackageImpl.getStartStep(), Constant Field Values
    • START_STEP__NEXT_ELEMENT

      static final int START_STEP__NEXT_ELEMENT
      The feature id for the 'Next Element' containment reference.
      See Also:
      Constant Field Values
    • START_STEP__PREVIOUS_ELEMENT

      static final int START_STEP__PREVIOUS_ELEMENT
      The feature id for the 'Previous Element' container reference.
      See Also:
      Constant Field Values
    • START_STEP_FEATURE_COUNT

      static final int START_STEP_FEATURE_COUNT
      The number of structural features of the 'Start Step' class.
      See Also:
      Constant Field Values
    • START_STEP___TO_STRING

      static final int START_STEP___TO_STRING
      The operation id for the 'To String' operation.
      See Also:
      Constant Field Values
    • START_STEP_OPERATION_COUNT

      static final int START_STEP_OPERATION_COUNT
      The number of operations of the 'Start Step' class.
      See Also:
      Constant Field Values
    • VERTICES_STEP

      static final int VERTICES_STEP
      The meta object id for the 'Vertices Step' class.
      See Also:
      VerticesStepImpl, GremlinPackageImpl.getVerticesStep(), Constant Field Values
    • VERTICES_STEP__NEXT_ELEMENT

      static final int VERTICES_STEP__NEXT_ELEMENT
      The feature id for the 'Next Element' containment reference.
      See Also:
      Constant Field Values
    • VERTICES_STEP__PREVIOUS_ELEMENT

      static final int VERTICES_STEP__PREVIOUS_ELEMENT
      The feature id for the 'Previous Element' container reference.
      See Also:
      Constant Field Values
    • VERTICES_STEP__VERTEX_ID

      static final int VERTICES_STEP__VERTEX_ID
      The feature id for the 'Vertex Id' attribute.
      See Also:
      Constant Field Values
    • VERTICES_STEP_FEATURE_COUNT

      static final int VERTICES_STEP_FEATURE_COUNT
      The number of structural features of the 'Vertices Step' class.
      See Also:
      Constant Field Values
    • VERTICES_STEP___TO_STRING

      static final int VERTICES_STEP___TO_STRING
      The operation id for the 'To String' operation.
      See Also:
      Constant Field Values
    • VERTICES_STEP_OPERATION_COUNT

      static final int VERTICES_STEP_OPERATION_COUNT
      The number of operations of the 'Vertices Step' class.
      See Also:
      Constant Field Values
    • EDGES_STEP

      static final int EDGES_STEP
      The meta object id for the 'Edges Step' class.
      See Also:
      EdgesStepImpl, GremlinPackageImpl.getEdgesStep(), Constant Field Values
    • EDGES_STEP__NEXT_ELEMENT

      static final int EDGES_STEP__NEXT_ELEMENT
      The feature id for the 'Next Element' containment reference.
      See Also:
      Constant Field Values
    • EDGES_STEP__PREVIOUS_ELEMENT

      static final int EDGES_STEP__PREVIOUS_ELEMENT
      The feature id for the 'Previous Element' container reference.
      See Also:
      Constant Field Values
    • EDGES_STEP__RELATIONSHIP_NAME

      static final int EDGES_STEP__RELATIONSHIP_NAME
      The feature id for the 'Relationship Name' attribute.
      See Also:
      Constant Field Values
    • EDGES_STEP_FEATURE_COUNT

      static final int EDGES_STEP_FEATURE_COUNT
      The number of structural features of the 'Edges Step' class.
      See Also:
      Constant Field Values
    • EDGES_STEP_OPERATION_COUNT

      static final int EDGES_STEP_OPERATION_COUNT
      The number of operations of the 'Edges Step' class.
      See Also:
      Constant Field Values
    • PROPERTY_STEP

      static final int PROPERTY_STEP
      The meta object id for the 'Property Step' class.
      See Also:
      PropertyStepImpl, GremlinPackageImpl.getPropertyStep(), Constant Field Values
    • PROPERTY_STEP__NEXT_ELEMENT

      static final int PROPERTY_STEP__NEXT_ELEMENT
      The feature id for the 'Next Element' containment reference.
      See Also:
      Constant Field Values
    • PROPERTY_STEP__PREVIOUS_ELEMENT

      static final int PROPERTY_STEP__PREVIOUS_ELEMENT
      The feature id for the 'Previous Element' container reference.
      See Also:
      Constant Field Values
    • PROPERTY_STEP__NAME

      static final int PROPERTY_STEP__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • PROPERTY_STEP__VALUE

      static final int PROPERTY_STEP__VALUE
      The feature id for the 'Value' containment reference.
      See Also:
      Constant Field Values
    • PROPERTY_STEP_FEATURE_COUNT

      static final int PROPERTY_STEP_FEATURE_COUNT
      The number of structural features of the 'Property Step' class.
      See Also:
      Constant Field Values
    • PROPERTY_STEP___TO_STRING

      static final int PROPERTY_STEP___TO_STRING
      The operation id for the 'To String' operation.
      See Also:
      Constant Field Values
    • PROPERTY_STEP_OPERATION_COUNT

      static final int PROPERTY_STEP_OPERATION_COUNT
      The number of operations of the 'Property Step' class.
      See Also:
      Constant Field Values
    • OUT_ESTEP

      static final int OUT_ESTEP
      The meta object id for the 'Out EStep' class.
      See Also:
      OutEStepImpl, GremlinPackageImpl.getOutEStep(), Constant Field Values
    • OUT_ESTEP__NEXT_ELEMENT

      static final int OUT_ESTEP__NEXT_ELEMENT
      The feature id for the 'Next Element' containment reference.
      See Also:
      Constant Field Values
    • OUT_ESTEP__PREVIOUS_ELEMENT

      static final int OUT_ESTEP__PREVIOUS_ELEMENT
      The feature id for the 'Previous Element' container reference.
      See Also:
      Constant Field Values
    • OUT_ESTEP__RELATIONSHIP_NAME

      static final int OUT_ESTEP__RELATIONSHIP_NAME
      The feature id for the 'Relationship Name' attribute.
      See Also:
      Constant Field Values
    • OUT_ESTEP_FEATURE_COUNT

      static final int OUT_ESTEP_FEATURE_COUNT
      The number of structural features of the 'Out EStep' class.
      See Also:
      Constant Field Values
    • OUT_ESTEP___TO_STRING

      static final int OUT_ESTEP___TO_STRING
      The operation id for the 'To String' operation.
      See Also:
      Constant Field Values
    • OUT_ESTEP_OPERATION_COUNT

      static final int OUT_ESTEP_OPERATION_COUNT
      The number of operations of the 'Out EStep' class.
      See Also:
      Constant Field Values
    • IN_ESTEP

      static final int IN_ESTEP
      The meta object id for the 'In EStep' class.
      See Also:
      InEStepImpl, GremlinPackageImpl.getInEStep(), Constant Field Values
    • IN_ESTEP__NEXT_ELEMENT

      static final int IN_ESTEP__NEXT_ELEMENT
      The feature id for the 'Next Element' containment reference.
      See Also:
      Constant Field Values
    • IN_ESTEP__PREVIOUS_ELEMENT

      static final int IN_ESTEP__PREVIOUS_ELEMENT
      The feature id for the 'Previous Element' container reference.
      See Also:
      Constant Field Values
    • IN_ESTEP__RELATIONSHIP_NAME

      static final int IN_ESTEP__RELATIONSHIP_NAME
      The feature id for the 'Relationship Name' attribute.
      See Also:
      Constant Field Values
    • IN_ESTEP_FEATURE_COUNT

      static final int IN_ESTEP_FEATURE_COUNT
      The number of structural features of the 'In EStep' class.
      See Also:
      Constant Field Values
    • IN_ESTEP___TO_STRING

      static final int IN_ESTEP___TO_STRING
      The operation id for the 'To String' operation.
      See Also:
      Constant Field Values
    • IN_ESTEP_OPERATION_COUNT

      static final int IN_ESTEP_OPERATION_COUNT
      The number of operations of the 'In EStep' class.
      See Also:
      Constant Field Values
    • IN_VSTEP

      static final int IN_VSTEP
      The meta object id for the 'In VStep' class.
      See Also:
      InVStepImpl, GremlinPackageImpl.getInVStep(), Constant Field Values
    • IN_VSTEP__NEXT_ELEMENT

      static final int IN_VSTEP__NEXT_ELEMENT
      The feature id for the 'Next Element' containment reference.
      See Also:
      Constant Field Values
    • IN_VSTEP__PREVIOUS_ELEMENT

      static final int IN_VSTEP__PREVIOUS_ELEMENT
      The feature id for the 'Previous Element' container reference.
      See Also:
      Constant Field Values
    • IN_VSTEP_FEATURE_COUNT

      static final int IN_VSTEP_FEATURE_COUNT
      The number of structural features of the 'In VStep' class.
      See Also:
      Constant Field Values
    • IN_VSTEP___TO_STRING

      static final int IN_VSTEP___TO_STRING
      The operation id for the 'To String' operation.
      See Also:
      Constant Field Values
    • IN_VSTEP_OPERATION_COUNT

      static final int IN_VSTEP_OPERATION_COUNT
      The number of operations of the 'In VStep' class.
      See Also:
      Constant Field Values
    • OUT_VSTEP

      static final int OUT_VSTEP
      The meta object id for the 'Out VStep' class.
      See Also:
      OutVStepImpl, GremlinPackageImpl.getOutVStep(), Constant Field Values
    • OUT_VSTEP__NEXT_ELEMENT

      static final int OUT_VSTEP__NEXT_ELEMENT
      The feature id for the 'Next Element' containment reference.
      See Also:
      Constant Field Values
    • OUT_VSTEP__PREVIOUS_ELEMENT

      static final int OUT_VSTEP__PREVIOUS_ELEMENT
      The feature id for the 'Previous Element' container reference.
      See Also:
      Constant Field Values
    • OUT_VSTEP_FEATURE_COUNT

      static final int OUT_VSTEP_FEATURE_COUNT
      The number of structural features of the 'Out VStep' class.
      See Also:
      Constant Field Values
    • OUT_VSTEP___TO_STRING

      static final int OUT_VSTEP___TO_STRING
      The operation id for the 'To String' operation.
      See Also:
      Constant Field Values
    • OUT_VSTEP_OPERATION_COUNT

      static final int OUT_VSTEP_OPERATION_COUNT
      The number of operations of the 'Out VStep' class.
      See Also:
      Constant Field Values
    • FILTER_STEP

      static final int FILTER_STEP
      The meta object id for the 'Filter Step' class.
      See Also:
      FilterStepImpl, GremlinPackageImpl.getFilterStep(), Constant Field Values
    • FILTER_STEP__NEXT_ELEMENT

      static final int FILTER_STEP__NEXT_ELEMENT
      The feature id for the 'Next Element' containment reference.
      See Also:
      Constant Field Values
    • FILTER_STEP__PREVIOUS_ELEMENT

      static final int FILTER_STEP__PREVIOUS_ELEMENT
      The feature id for the 'Previous Element' container reference.
      See Also:
      Constant Field Values
    • FILTER_STEP__CLOSURE

      static final int FILTER_STEP__CLOSURE
      The feature id for the 'Closure' containment reference.
      See Also:
      Constant Field Values
    • FILTER_STEP_FEATURE_COUNT

      static final int FILTER_STEP_FEATURE_COUNT
      The number of structural features of the 'Filter Step' class.
      See Also:
      Constant Field Values
    • FILTER_STEP___TO_STRING

      static final int FILTER_STEP___TO_STRING
      The operation id for the 'To String' operation.
      See Also:
      Constant Field Values
    • FILTER_STEP_OPERATION_COUNT

      static final int FILTER_STEP_OPERATION_COUNT
      The number of operations of the 'Filter Step' class.
      See Also:
      Constant Field Values
    • RETAIN_STEP

      static final int RETAIN_STEP
      The meta object id for the 'Retain Step' class.
      See Also:
      RetainStepImpl, GremlinPackageImpl.getRetainStep(), Constant Field Values
    • RETAIN_STEP__NEXT_ELEMENT

      static final int RETAIN_STEP__NEXT_ELEMENT
      The feature id for the 'Next Element' containment reference.
      See Also:
      Constant Field Values
    • RETAIN_STEP__PREVIOUS_ELEMENT

      static final int RETAIN_STEP__PREVIOUS_ELEMENT
      The feature id for the 'Previous Element' container reference.
      See Also:
      Constant Field Values
    • RETAIN_STEP__COLLECTION

      static final int RETAIN_STEP__COLLECTION
      The feature id for the 'Collection' containment reference.
      See Also:
      Constant Field Values
    • RETAIN_STEP_FEATURE_COUNT

      static final int RETAIN_STEP_FEATURE_COUNT
      The number of structural features of the 'Retain Step' class.
      See Also:
      Constant Field Values
    • RETAIN_STEP___TO_STRING

      static final int RETAIN_STEP___TO_STRING
      The operation id for the 'To String' operation.
      See Also:
      Constant Field Values
    • RETAIN_STEP_OPERATION_COUNT

      static final int RETAIN_STEP_OPERATION_COUNT
      The number of operations of the 'Retain Step' class.
      See Also:
      Constant Field Values
    • EXCEPT_STEP

      static final int EXCEPT_STEP
      The meta object id for the 'Except Step' class.
      See Also:
      ExceptStepImpl, GremlinPackageImpl.getExceptStep(), Constant Field Values
    • EXCEPT_STEP__NEXT_ELEMENT

      static final int EXCEPT_STEP__NEXT_ELEMENT
      The feature id for the 'Next Element' containment reference.
      See Also:
      Constant Field Values
    • EXCEPT_STEP__PREVIOUS_ELEMENT

      static final int EXCEPT_STEP__PREVIOUS_ELEMENT
      The feature id for the 'Previous Element' container reference.
      See Also:
      Constant Field Values
    • EXCEPT_STEP__COLLECTION

      static final int EXCEPT_STEP__COLLECTION
      The feature id for the 'Collection' containment reference.
      See Also:
      Constant Field Values
    • EXCEPT_STEP_FEATURE_COUNT

      static final int EXCEPT_STEP_FEATURE_COUNT
      The number of structural features of the 'Except Step' class.
      See Also:
      Constant Field Values
    • EXCEPT_STEP___TO_STRING

      static final int EXCEPT_STEP___TO_STRING
      The operation id for the 'To String' operation.
      See Also:
      Constant Field Values
    • EXCEPT_STEP_OPERATION_COUNT

      static final int EXCEPT_STEP_OPERATION_COUNT
      The number of operations of the 'Except Step' class.
      See Also:
      Constant Field Values
    • TRANSFORM_STEP

      static final int TRANSFORM_STEP
      The meta object id for the 'Transform Step' class.
      See Also:
      TransformStepImpl, GremlinPackageImpl.getTransformStep(), Constant Field Values
    • TRANSFORM_STEP__NEXT_ELEMENT

      static final int TRANSFORM_STEP__NEXT_ELEMENT
      The feature id for the 'Next Element' containment reference.
      See Also:
      Constant Field Values
    • TRANSFORM_STEP__PREVIOUS_ELEMENT

      static final int TRANSFORM_STEP__PREVIOUS_ELEMENT
      The feature id for the 'Previous Element' container reference.
      See Also:
      Constant Field Values
    • TRANSFORM_STEP__CLOSURE

      static final int TRANSFORM_STEP__CLOSURE
      The feature id for the 'Closure' containment reference.
      See Also:
      Constant Field Values
    • TRANSFORM_STEP_FEATURE_COUNT

      static final int TRANSFORM_STEP_FEATURE_COUNT
      The number of structural features of the 'Transform Step' class.
      See Also:
      Constant Field Values
    • TRANSFORM_STEP___TO_STRING

      static final int TRANSFORM_STEP___TO_STRING
      The operation id for the 'To String' operation.
      See Also:
      Constant Field Values
    • TRANSFORM_STEP_OPERATION_COUNT

      static final int TRANSFORM_STEP_OPERATION_COUNT
      The number of operations of the 'Transform Step' class.
      See Also:
      Constant Field Values
    • GATHER_STEP

      static final int GATHER_STEP
      The meta object id for the 'Gather Step' class.
      See Also:
      GatherStepImpl, GremlinPackageImpl.getGatherStep(), Constant Field Values
    • GATHER_STEP__NEXT_ELEMENT

      static final int GATHER_STEP__NEXT_ELEMENT
      The feature id for the 'Next Element' containment reference.
      See Also:
      Constant Field Values
    • GATHER_STEP__PREVIOUS_ELEMENT

      static final int GATHER_STEP__PREVIOUS_ELEMENT
      The feature id for the 'Previous Element' container reference.
      See Also:
      Constant Field Values
    • GATHER_STEP__CLOSURE

      static final int GATHER_STEP__CLOSURE
      The feature id for the 'Closure' containment reference.
      See Also:
      Constant Field Values
    • GATHER_STEP_FEATURE_COUNT

      static final int GATHER_STEP_FEATURE_COUNT
      The number of structural features of the 'Gather Step' class.
      See Also:
      Constant Field Values
    • GATHER_STEP___TO_STRING

      static final int GATHER_STEP___TO_STRING
      The operation id for the 'To String' operation.
      See Also:
      Constant Field Values
    • GATHER_STEP_OPERATION_COUNT

      static final int GATHER_STEP_OPERATION_COUNT
      The number of operations of the 'Gather Step' class.
      See Also:
      Constant Field Values
    • SCATTER_STEP

      static final int SCATTER_STEP
      The meta object id for the 'Scatter Step' class.
      See Also:
      ScatterStepImpl, GremlinPackageImpl.getScatterStep(), Constant Field Values
    • SCATTER_STEP__NEXT_ELEMENT

      static final int SCATTER_STEP__NEXT_ELEMENT
      The feature id for the 'Next Element' containment reference.
      See Also:
      Constant Field Values
    • SCATTER_STEP__PREVIOUS_ELEMENT

      static final int SCATTER_STEP__PREVIOUS_ELEMENT
      The feature id for the 'Previous Element' container reference.
      See Also:
      Constant Field Values
    • SCATTER_STEP_FEATURE_COUNT

      static final int SCATTER_STEP_FEATURE_COUNT
      The number of structural features of the 'Scatter Step' class.
      See Also:
      Constant Field Values
    • SCATTER_STEP___TO_STRING

      static final int SCATTER_STEP___TO_STRING
      The operation id for the 'To String' operation.
      See Also:
      Constant Field Values
    • SCATTER_STEP_OPERATION_COUNT

      static final int SCATTER_STEP_OPERATION_COUNT
      The number of operations of the 'Scatter Step' class.
      See Also:
      Constant Field Values
    • METHOD_CALL

      static final int METHOD_CALL
      The meta object id for the 'Method Call' class.
      See Also:
      MethodCallImpl, GremlinPackageImpl.getMethodCall(), Constant Field Values
    • METHOD_CALL__NEXT_ELEMENT

      static final int METHOD_CALL__NEXT_ELEMENT
      The feature id for the 'Next Element' containment reference.
      See Also:
      Constant Field Values
    • METHOD_CALL__PREVIOUS_ELEMENT

      static final int METHOD_CALL__PREVIOUS_ELEMENT
      The feature id for the 'Previous Element' container reference.
      See Also:
      Constant Field Values
    • METHOD_CALL_FEATURE_COUNT

      static final int METHOD_CALL_FEATURE_COUNT
      The number of structural features of the 'Method Call' class.
      See Also:
      Constant Field Values
    • METHOD_CALL_OPERATION_COUNT

      static final int METHOD_CALL_OPERATION_COUNT
      The number of operations of the 'Method Call' class.
      See Also:
      Constant Field Values
    • CUSTOM_METHOD_CALL

      static final int CUSTOM_METHOD_CALL
      The meta object id for the 'Custom Method Call' class.
      See Also:
      CustomMethodCallImpl, GremlinPackageImpl.getCustomMethodCall(), Constant Field Values
    • CUSTOM_METHOD_CALL__NEXT_ELEMENT

      static final int CUSTOM_METHOD_CALL__NEXT_ELEMENT
      The feature id for the 'Next Element' containment reference.
      See Also:
      Constant Field Values
    • CUSTOM_METHOD_CALL__PREVIOUS_ELEMENT

      static final int CUSTOM_METHOD_CALL__PREVIOUS_ELEMENT
      The feature id for the 'Previous Element' container reference.
      See Also:
      Constant Field Values
    • CUSTOM_METHOD_CALL__NAME

      static final int CUSTOM_METHOD_CALL__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • CUSTOM_METHOD_CALL__PARAMS

      static final int CUSTOM_METHOD_CALL__PARAMS
      The feature id for the 'Params' containment reference list.
      See Also:
      Constant Field Values
    • CUSTOM_METHOD_CALL_FEATURE_COUNT

      static final int CUSTOM_METHOD_CALL_FEATURE_COUNT
      The number of structural features of the 'Custom Method Call' class.
      See Also:
      Constant Field Values
    • CUSTOM_METHOD_CALL___TO_STRING

      static final int CUSTOM_METHOD_CALL___TO_STRING
      The operation id for the 'To String' operation.
      See Also:
      Constant Field Values
    • CUSTOM_METHOD_CALL_OPERATION_COUNT

      static final int CUSTOM_METHOD_CALL_OPERATION_COUNT
      The number of operations of the 'Custom Method Call' class.
      See Also:
      Constant Field Values
    • NEXT_CALL

      static final int NEXT_CALL
      The meta object id for the 'Next Call' class.
      See Also:
      NextCallImpl, GremlinPackageImpl.getNextCall(), Constant Field Values
    • NEXT_CALL__NEXT_ELEMENT

      static final int NEXT_CALL__NEXT_ELEMENT
      The feature id for the 'Next Element' containment reference.
      See Also:
      Constant Field Values
    • NEXT_CALL__PREVIOUS_ELEMENT

      static final int NEXT_CALL__PREVIOUS_ELEMENT
      The feature id for the 'Previous Element' container reference.
      See Also:
      Constant Field Values
    • NEXT_CALL_FEATURE_COUNT

      static final int NEXT_CALL_FEATURE_COUNT
      The number of structural features of the 'Next Call' class.
      See Also:
      Constant Field Values
    • NEXT_CALL___TO_STRING

      static final int NEXT_CALL___TO_STRING
      The operation id for the 'To String' operation.
      See Also:
      Constant Field Values
    • NEXT_CALL_OPERATION_COUNT

      static final int NEXT_CALL_OPERATION_COUNT
      The number of operations of the 'Next Call' class.
      See Also:
      Constant Field Values
    • HAS_NEXT_CALL

      static final int HAS_NEXT_CALL
      The meta object id for the 'Has Next Call' class.
      See Also:
      HasNextCallImpl, GremlinPackageImpl.getHasNextCall(), Constant Field Values
    • HAS_NEXT_CALL__NEXT_ELEMENT

      static final int HAS_NEXT_CALL__NEXT_ELEMENT
      The feature id for the 'Next Element' containment reference.
      See Also:
      Constant Field Values
    • HAS_NEXT_CALL__PREVIOUS_ELEMENT

      static final int HAS_NEXT_CALL__PREVIOUS_ELEMENT
      The feature id for the 'Previous Element' container reference.
      See Also:
      Constant Field Values
    • HAS_NEXT_CALL_FEATURE_COUNT

      static final int HAS_NEXT_CALL_FEATURE_COUNT
      The number of structural features of the 'Has Next Call' class.
      See Also:
      Constant Field Values
    • HAS_NEXT_CALL___TO_STRING

      static final int HAS_NEXT_CALL___TO_STRING
      The operation id for the 'To String' operation.
      See Also:
      Constant Field Values
    • HAS_NEXT_CALL_OPERATION_COUNT

      static final int HAS_NEXT_CALL_OPERATION_COUNT
      The number of operations of the 'Has Next Call' class.
      See Also:
      Constant Field Values
    • INDEX_CALL

      static final int INDEX_CALL
      The meta object id for the 'Index Call' class.
      See Also:
      IndexCallImpl, GremlinPackageImpl.getIndexCall(), Constant Field Values
    • INDEX_CALL__NEXT_ELEMENT

      static final int INDEX_CALL__NEXT_ELEMENT
      The feature id for the 'Next Element' containment reference.
      See Also:
      Constant Field Values
    • INDEX_CALL__PREVIOUS_ELEMENT

      static final int INDEX_CALL__PREVIOUS_ELEMENT
      The feature id for the 'Previous Element' container reference.
      See Also:
      Constant Field Values
    • INDEX_CALL__INDEX_NAME

      static final int INDEX_CALL__INDEX_NAME
      The feature id for the 'Index Name' attribute.
      See Also:
      Constant Field Values
    • INDEX_CALL__INDEX_PROPERTY

      static final int INDEX_CALL__INDEX_PROPERTY
      The feature id for the 'Index Property' attribute.
      See Also:
      Constant Field Values
    • INDEX_CALL__INDEX_QUERY

      static final int INDEX_CALL__INDEX_QUERY
      The feature id for the 'Index Query' attribute.
      See Also:
      Constant Field Values
    • INDEX_CALL_FEATURE_COUNT

      static final int INDEX_CALL_FEATURE_COUNT
      The number of structural features of the 'Index Call' class.
      See Also:
      Constant Field Values
    • INDEX_CALL___TO_STRING

      static final int INDEX_CALL___TO_STRING
      The operation id for the 'To String' operation.
      See Also:
      Constant Field Values
    • INDEX_CALL_OPERATION_COUNT

      static final int INDEX_CALL_OPERATION_COUNT
      The number of operations of the 'Index Call' class.
      See Also:
      Constant Field Values
    • COUNT_CALL

      static final int COUNT_CALL
      The meta object id for the 'Count Call' class.
      See Also:
      CountCallImpl, GremlinPackageImpl.getCountCall(), Constant Field Values
    • COUNT_CALL__NEXT_ELEMENT

      static final int COUNT_CALL__NEXT_ELEMENT
      The feature id for the 'Next Element' containment reference.
      See Also:
      Constant Field Values
    • COUNT_CALL__PREVIOUS_ELEMENT

      static final int COUNT_CALL__PREVIOUS_ELEMENT
      The feature id for the 'Previous Element' container reference.
      See Also:
      Constant Field Values
    • COUNT_CALL_FEATURE_COUNT

      static final int COUNT_CALL_FEATURE_COUNT
      The number of structural features of the 'Count Call' class.
      See Also:
      Constant Field Values
    • COUNT_CALL___TO_STRING

      static final int COUNT_CALL___TO_STRING
      The operation id for the 'To String' operation.
      See Also:
      Constant Field Values
    • COUNT_CALL_OPERATION_COUNT

      static final int COUNT_CALL_OPERATION_COUNT
      The number of operations of the 'Count Call' class.
      See Also:
      Constant Field Values
    • FIRST_CALL

      static final int FIRST_CALL
      The meta object id for the 'First Call' class.
      See Also:
      FirstCallImpl, GremlinPackageImpl.getFirstCall(), Constant Field Values
    • FIRST_CALL__NEXT_ELEMENT

      static final int FIRST_CALL__NEXT_ELEMENT
      The feature id for the 'Next Element' containment reference.
      See Also:
      Constant Field Values
    • FIRST_CALL__PREVIOUS_ELEMENT

      static final int FIRST_CALL__PREVIOUS_ELEMENT
      The feature id for the 'Previous Element' container reference.
      See Also:
      Constant Field Values
    • FIRST_CALL_FEATURE_COUNT

      static final int FIRST_CALL_FEATURE_COUNT
      The number of structural features of the 'First Call' class.
      See Also:
      Constant Field Values
    • FIRST_CALL___TO_STRING

      static final int FIRST_CALL___TO_STRING
      The operation id for the 'To String' operation.
      See Also:
      Constant Field Values
    • FIRST_CALL_OPERATION_COUNT

      static final int FIRST_CALL_OPERATION_COUNT
      The number of operations of the 'First Call' class.
      See Also:
      Constant Field Values
    • TO_LIST_CALL

      static final int TO_LIST_CALL
      The meta object id for the 'To List Call' class.
      See Also:
      ToListCallImpl, GremlinPackageImpl.getToListCall(), Constant Field Values
    • TO_LIST_CALL__NEXT_ELEMENT

      static final int TO_LIST_CALL__NEXT_ELEMENT
      The feature id for the 'Next Element' containment reference.
      See Also:
      Constant Field Values
    • TO_LIST_CALL__PREVIOUS_ELEMENT

      static final int TO_LIST_CALL__PREVIOUS_ELEMENT
      The feature id for the 'Previous Element' container reference.
      See Also:
      Constant Field Values
    • TO_LIST_CALL_FEATURE_COUNT

      static final int TO_LIST_CALL_FEATURE_COUNT
      The number of structural features of the 'To List Call' class.
      See Also:
      Constant Field Values
    • TO_LIST_CALL___TO_STRING

      static final int TO_LIST_CALL___TO_STRING
      The operation id for the 'To String' operation.
      See Also:
      Constant Field Values
    • TO_LIST_CALL_OPERATION_COUNT

      static final int TO_LIST_CALL_OPERATION_COUNT
      The number of operations of the 'To List Call' class.
      See Also:
      Constant Field Values
    • IS_EMPTY_CALL

      static final int IS_EMPTY_CALL
      The meta object id for the 'Is Empty Call' class.
      See Also:
      IsEmptyCallImpl, GremlinPackageImpl.getIsEmptyCall(), Constant Field Values
    • IS_EMPTY_CALL__NEXT_ELEMENT

      static final int IS_EMPTY_CALL__NEXT_ELEMENT
      The feature id for the 'Next Element' containment reference.
      See Also:
      Constant Field Values
    • IS_EMPTY_CALL__PREVIOUS_ELEMENT

      static final int IS_EMPTY_CALL__PREVIOUS_ELEMENT
      The feature id for the 'Previous Element' container reference.
      See Also:
      Constant Field Values
    • IS_EMPTY_CALL_FEATURE_COUNT

      static final int IS_EMPTY_CALL_FEATURE_COUNT
      The number of structural features of the 'Is Empty Call' class.
      See Also:
      Constant Field Values
    • IS_EMPTY_CALL___TO_STRING

      static final int IS_EMPTY_CALL___TO_STRING
      The operation id for the 'To String' operation.
      See Also:
      Constant Field Values
    • IS_EMPTY_CALL_OPERATION_COUNT

      static final int IS_EMPTY_CALL_OPERATION_COUNT
      The number of operations of the 'Is Empty Call' class.
      See Also:
      Constant Field Values
    • CONTAINS_CALL

      static final int CONTAINS_CALL
      The meta object id for the 'Contains Call' class.
      See Also:
      ContainsCallImpl, GremlinPackageImpl.getContainsCall(), Constant Field Values
    • CONTAINS_CALL__NEXT_ELEMENT

      static final int CONTAINS_CALL__NEXT_ELEMENT
      The feature id for the 'Next Element' containment reference.
      See Also:
      Constant Field Values
    • CONTAINS_CALL__PREVIOUS_ELEMENT

      static final int CONTAINS_CALL__PREVIOUS_ELEMENT
      The feature id for the 'Previous Element' container reference.
      See Also:
      Constant Field Values
    • CONTAINS_CALL__VALUE

      static final int CONTAINS_CALL__VALUE
      The feature id for the 'Value' containment reference.
      See Also:
      Constant Field Values
    • CONTAINS_CALL_FEATURE_COUNT

      static final int CONTAINS_CALL_FEATURE_COUNT
      The number of structural features of the 'Contains Call' class.
      See Also:
      Constant Field Values
    • CONTAINS_CALL___TO_STRING

      static final int CONTAINS_CALL___TO_STRING
      The operation id for the 'To String' operation.
      See Also:
      Constant Field Values
    • CONTAINS_CALL_OPERATION_COUNT

      static final int CONTAINS_CALL_OPERATION_COUNT
      The number of operations of the 'Contains Call' class.
      See Also:
      Constant Field Values
    • CONTAINS_ALL_CALL

      static final int CONTAINS_ALL_CALL
      The meta object id for the 'Contains All Call' class.
      See Also:
      ContainsAllCallImpl, GremlinPackageImpl.getContainsAllCall(), Constant Field Values
    • CONTAINS_ALL_CALL__NEXT_ELEMENT

      static final int CONTAINS_ALL_CALL__NEXT_ELEMENT
      The feature id for the 'Next Element' containment reference.
      See Also:
      Constant Field Values
    • CONTAINS_ALL_CALL__PREVIOUS_ELEMENT

      static final int CONTAINS_ALL_CALL__PREVIOUS_ELEMENT
      The feature id for the 'Previous Element' container reference.
      See Also:
      Constant Field Values
    • CONTAINS_ALL_CALL__VALUE

      static final int CONTAINS_ALL_CALL__VALUE
      The feature id for the 'Value' containment reference.
      See Also:
      Constant Field Values
    • CONTAINS_ALL_CALL_FEATURE_COUNT

      static final int CONTAINS_ALL_CALL_FEATURE_COUNT
      The number of structural features of the 'Contains All Call' class.
      See Also:
      Constant Field Values
    • CONTAINS_ALL_CALL___TO_STRING

      static final int CONTAINS_ALL_CALL___TO_STRING
      The operation id for the 'To String' operation.
      See Also:
      Constant Field Values
    • CONTAINS_ALL_CALL_OPERATION_COUNT

      static final int CONTAINS_ALL_CALL_OPERATION_COUNT
      The number of operations of the 'Contains All Call' class.
      See Also:
      Constant Field Values
    • ADD_ALL_CALL

      static final int ADD_ALL_CALL
      The meta object id for the 'Add All Call' class.
      See Also:
      AddAllCallImpl, GremlinPackageImpl.getAddAllCall(), Constant Field Values
    • ADD_ALL_CALL__NEXT_ELEMENT

      static final int ADD_ALL_CALL__NEXT_ELEMENT
      The feature id for the 'Next Element' containment reference.
      See Also:
      Constant Field Values
    • ADD_ALL_CALL__PREVIOUS_ELEMENT

      static final int ADD_ALL_CALL__PREVIOUS_ELEMENT
      The feature id for the 'Previous Element' container reference.
      See Also:
      Constant Field Values
    • ADD_ALL_CALL__VALUE

      static final int ADD_ALL_CALL__VALUE
      The feature id for the 'Value' containment reference.
      See Also:
      Constant Field Values
    • ADD_ALL_CALL_FEATURE_COUNT

      static final int ADD_ALL_CALL_FEATURE_COUNT
      The number of structural features of the 'Add All Call' class.
      See Also:
      Constant Field Values
    • ADD_ALL_CALL___TO_STRING

      static final int ADD_ALL_CALL___TO_STRING
      The operation id for the 'To String' operation.
      See Also:
      Constant Field Values
    • ADD_ALL_CALL_OPERATION_COUNT

      static final int ADD_ALL_CALL_OPERATION_COUNT
      The number of operations of the 'Add All Call' class.
      See Also:
      Constant Field Values
    • RETAIN_ALL_CALL

      static final int RETAIN_ALL_CALL
      The meta object id for the 'Retain All Call' class.
      See Also:
      RetainAllCallImpl, GremlinPackageImpl.getRetainAllCall(), Constant Field Values
    • RETAIN_ALL_CALL__NEXT_ELEMENT

      static final int RETAIN_ALL_CALL__NEXT_ELEMENT
      The feature id for the 'Next Element' containment reference.
      See Also:
      Constant Field Values
    • RETAIN_ALL_CALL__PREVIOUS_ELEMENT

      static final int RETAIN_ALL_CALL__PREVIOUS_ELEMENT
      The feature id for the 'Previous Element' container reference.
      See Also:
      Constant Field Values
    • RETAIN_ALL_CALL__VALUE

      static final int RETAIN_ALL_CALL__VALUE
      The feature id for the 'Value' containment reference.
      See Also:
      Constant Field Values
    • RETAIN_ALL_CALL_FEATURE_COUNT

      static final int RETAIN_ALL_CALL_FEATURE_COUNT
      The number of structural features of the 'Retain All Call' class.
      See Also:
      Constant Field Values
    • RETAIN_ALL_CALL___TO_STRING

      static final int RETAIN_ALL_CALL___TO_STRING
      The operation id for the 'To String' operation.
      See Also:
      Constant Field Values
    • RETAIN_ALL_CALL_OPERATION_COUNT

      static final int RETAIN_ALL_CALL_OPERATION_COUNT
      The number of operations of the 'Retain All Call' class.
      See Also:
      Constant Field Values
    • UNION_CALL

      static final int UNION_CALL
      The meta object id for the 'Union Call' class.
      See Also:
      UnionCallImpl, GremlinPackageImpl.getUnionCall(), Constant Field Values
    • UNION_CALL__NEXT_ELEMENT

      static final int UNION_CALL__NEXT_ELEMENT
      The feature id for the 'Next Element' containment reference.
      See Also:
      Constant Field Values
    • UNION_CALL__PREVIOUS_ELEMENT

      static final int UNION_CALL__PREVIOUS_ELEMENT
      The feature id for the 'Previous Element' container reference.
      See Also:
      Constant Field Values
    • UNION_CALL__LEFT_COLLECTION

      static final int UNION_CALL__LEFT_COLLECTION
      The feature id for the 'Left Collection' containment reference.
      See Also:
      Constant Field Values
    • UNION_CALL__RIGHT_COLLECTION

      static final int UNION_CALL__RIGHT_COLLECTION
      The feature id for the 'Right Collection' containment reference.
      See Also:
      Constant Field Values
    • UNION_CALL__CAST

      static final int UNION_CALL__CAST
      The feature id for the 'Cast' containment reference.
      See Also:
      Constant Field Values
    • UNION_CALL_FEATURE_COUNT

      static final int UNION_CALL_FEATURE_COUNT
      The number of structural features of the 'Union Call' class.
      See Also:
      Constant Field Values
    • UNION_CALL___TO_STRING

      static final int UNION_CALL___TO_STRING
      The operation id for the 'To String' operation.
      See Also:
      Constant Field Values
    • UNION_CALL_OPERATION_COUNT

      static final int UNION_CALL_OPERATION_COUNT
      The number of operations of the 'Union Call' class.
      See Also:
      Constant Field Values
    • INTERSECTION_CALL

      static final int INTERSECTION_CALL
      The meta object id for the 'Intersection Call' class.
      See Also:
      IntersectionCallImpl, GremlinPackageImpl.getIntersectionCall(), Constant Field Values
    • INTERSECTION_CALL__NEXT_ELEMENT

      static final int INTERSECTION_CALL__NEXT_ELEMENT
      The feature id for the 'Next Element' containment reference.
      See Also:
      Constant Field Values
    • INTERSECTION_CALL__PREVIOUS_ELEMENT

      static final int INTERSECTION_CALL__PREVIOUS_ELEMENT
      The feature id for the 'Previous Element' container reference.
      See Also:
      Constant Field Values
    • INTERSECTION_CALL__LEFT_COLLECTION

      static final int INTERSECTION_CALL__LEFT_COLLECTION
      The feature id for the 'Left Collection' containment reference.
      See Also:
      Constant Field Values
    • INTERSECTION_CALL__RIGHT_COLLECTION

      static final int INTERSECTION_CALL__RIGHT_COLLECTION
      The feature id for the 'Right Collection' containment reference.
      See Also:
      Constant Field Values
    • INTERSECTION_CALL__CAST

      static final int INTERSECTION_CALL__CAST
      The feature id for the 'Cast' containment reference.
      See Also:
      Constant Field Values
    • INTERSECTION_CALL_FEATURE_COUNT

      static final int INTERSECTION_CALL_FEATURE_COUNT
      The number of structural features of the 'Intersection Call' class.
      See Also:
      Constant Field Values
    • INTERSECTION_CALL___TO_STRING

      static final int INTERSECTION_CALL___TO_STRING
      The operation id for the 'To String' operation.
      See Also:
      Constant Field Values
    • INTERSECTION_CALL_OPERATION_COUNT

      static final int INTERSECTION_CALL_OPERATION_COUNT
      The number of operations of the 'Intersection Call' class.
      See Also:
      Constant Field Values
    • SIZE_CALL

      static final int SIZE_CALL
      The meta object id for the 'Size Call' class.
      See Also:
      SizeCallImpl, GremlinPackageImpl.getSizeCall(), Constant Field Values
    • SIZE_CALL__NEXT_ELEMENT

      static final int SIZE_CALL__NEXT_ELEMENT
      The feature id for the 'Next Element' containment reference.
      See Also:
      Constant Field Values
    • SIZE_CALL__PREVIOUS_ELEMENT

      static final int SIZE_CALL__PREVIOUS_ELEMENT
      The feature id for the 'Previous Element' container reference.
      See Also:
      Constant Field Values
    • SIZE_CALL_FEATURE_COUNT

      static final int SIZE_CALL_FEATURE_COUNT
      The number of structural features of the 'Size Call' class.
      See Also:
      Constant Field Values
    • SIZE_CALL___TO_STRING

      static final int SIZE_CALL___TO_STRING
      The operation id for the 'To String' operation.
      See Also:
      Constant Field Values
    • SIZE_CALL_OPERATION_COUNT

      static final int SIZE_CALL_OPERATION_COUNT
      The number of operations of the 'Size Call' class.
      See Also:
      Constant Field Values
    • EXPRESSION

      static final int EXPRESSION
      The meta object id for the 'Expression' class.
      See Also:
      ExpressionImpl, GremlinPackageImpl.getExpression(), Constant Field Values
    • EXPRESSION_FEATURE_COUNT

      static final int EXPRESSION_FEATURE_COUNT
      The number of structural features of the 'Expression' class.
      See Also:
      Constant Field Values
    • EXPRESSION_OPERATION_COUNT

      static final int EXPRESSION_OPERATION_COUNT
      The number of operations of the 'Expression' class.
      See Also:
      Constant Field Values
    • UNARY_EXPRESSION

      static final int UNARY_EXPRESSION
      The meta object id for the 'Unary Expression' class.
      See Also:
      UnaryExpressionImpl, GremlinPackageImpl.getUnaryExpression(), Constant Field Values
    • UNARY_EXPRESSION__EXP

      static final int UNARY_EXPRESSION__EXP
      The feature id for the 'Exp' containment reference.
      See Also:
      Constant Field Values
    • UNARY_EXPRESSION_FEATURE_COUNT

      static final int UNARY_EXPRESSION_FEATURE_COUNT
      The number of structural features of the 'Unary Expression' class.
      See Also:
      Constant Field Values
    • UNARY_EXPRESSION_OPERATION_COUNT

      static final int UNARY_EXPRESSION_OPERATION_COUNT
      The number of operations of the 'Unary Expression' class.
      See Also:
      Constant Field Values
    • NOT_EXPRESSION

      static final int NOT_EXPRESSION
      The meta object id for the 'Not Expression' class.
      See Also:
      NotExpressionImpl, GremlinPackageImpl.getNotExpression(), Constant Field Values
    • NOT_EXPRESSION__EXP

      static final int NOT_EXPRESSION__EXP
      The feature id for the 'Exp' containment reference.
      See Also:
      Constant Field Values
    • NOT_EXPRESSION_FEATURE_COUNT

      static final int NOT_EXPRESSION_FEATURE_COUNT
      The number of structural features of the 'Not Expression' class.
      See Also:
      Constant Field Values
    • NOT_EXPRESSION___TO_STRING

      static final int NOT_EXPRESSION___TO_STRING
      The operation id for the 'To String' operation.
      See Also:
      Constant Field Values
    • NOT_EXPRESSION_OPERATION_COUNT

      static final int NOT_EXPRESSION_OPERATION_COUNT
      The number of operations of the 'Not Expression' class.
      See Also:
      Constant Field Values
    • BINARY_EXPRESSION

      static final int BINARY_EXPRESSION
      The meta object id for the 'Binary Expression' class.
      See Also:
      BinaryExpressionImpl, GremlinPackageImpl.getBinaryExpression(), Constant Field Values
    • BINARY_EXPRESSION__LEFT

      static final int BINARY_EXPRESSION__LEFT
      The feature id for the 'Left' containment reference.
      See Also:
      Constant Field Values
    • BINARY_EXPRESSION__RIGHT

      static final int BINARY_EXPRESSION__RIGHT
      The feature id for the 'Right' containment reference.
      See Also:
      Constant Field Values
    • BINARY_EXPRESSION_FEATURE_COUNT

      static final int BINARY_EXPRESSION_FEATURE_COUNT
      The number of structural features of the 'Binary Expression' class.
      See Also:
      Constant Field Values
    • BINARY_EXPRESSION_OPERATION_COUNT

      static final int BINARY_EXPRESSION_OPERATION_COUNT
      The number of operations of the 'Binary Expression' class.
      See Also:
      Constant Field Values
    • EQUALITY_EXPRESSION

      static final int EQUALITY_EXPRESSION
      The meta object id for the 'Equality Expression' class.
      See Also:
      EqualityExpressionImpl, GremlinPackageImpl.getEqualityExpression(), Constant Field Values
    • EQUALITY_EXPRESSION__LEFT

      static final int EQUALITY_EXPRESSION__LEFT
      The feature id for the 'Left' containment reference.
      See Also:
      Constant Field Values
    • EQUALITY_EXPRESSION__RIGHT

      static final int EQUALITY_EXPRESSION__RIGHT
      The feature id for the 'Right' containment reference.
      See Also:
      Constant Field Values
    • EQUALITY_EXPRESSION_FEATURE_COUNT

      static final int EQUALITY_EXPRESSION_FEATURE_COUNT
      The number of structural features of the 'Equality Expression' class.
      See Also:
      Constant Field Values
    • EQUALITY_EXPRESSION___TO_STRING

      static final int EQUALITY_EXPRESSION___TO_STRING
      The operation id for the 'To String' operation.
      See Also:
      Constant Field Values
    • EQUALITY_EXPRESSION_OPERATION_COUNT

      static final int EQUALITY_EXPRESSION_OPERATION_COUNT
      The number of operations of the 'Equality Expression' class.
      See Also:
      Constant Field Values
    • IN_EXPRESSION

      static final int IN_EXPRESSION
      The meta object id for the 'In Expression' class.
      See Also:
      InExpressionImpl, GremlinPackageImpl.getInExpression(), Constant Field Values
    • IN_EXPRESSION__LEFT

      static final int IN_EXPRESSION__LEFT
      The feature id for the 'Left' containment reference.
      See Also:
      Constant Field Values
    • IN_EXPRESSION__RIGHT

      static final int IN_EXPRESSION__RIGHT
      The feature id for the 'Right' containment reference.
      See Also:
      Constant Field Values
    • IN_EXPRESSION_FEATURE_COUNT

      static final int IN_EXPRESSION_FEATURE_COUNT
      The number of structural features of the 'In Expression' class.
      See Also:
      Constant Field Values
    • IN_EXPRESSION___TO_STRING

      static final int IN_EXPRESSION___TO_STRING
      The operation id for the 'To String' operation.
      See Also:
      Constant Field Values
    • IN_EXPRESSION_OPERATION_COUNT

      static final int IN_EXPRESSION_OPERATION_COUNT
      The number of operations of the 'In Expression' class.
      See Also:
      Constant Field Values
    • DIFFERENCE_EXPRESSION

      static final int DIFFERENCE_EXPRESSION
      The meta object id for the 'Difference Expression' class.
      See Also:
      DifferenceExpressionImpl, GremlinPackageImpl.getDifferenceExpression(), Constant Field Values
    • DIFFERENCE_EXPRESSION__LEFT

      static final int DIFFERENCE_EXPRESSION__LEFT
      The feature id for the 'Left' containment reference.
      See Also:
      Constant Field Values
    • DIFFERENCE_EXPRESSION__RIGHT

      static final int DIFFERENCE_EXPRESSION__RIGHT
      The feature id for the 'Right' containment reference.
      See Also:
      Constant Field Values
    • DIFFERENCE_EXPRESSION_FEATURE_COUNT

      static final int DIFFERENCE_EXPRESSION_FEATURE_COUNT
      The number of structural features of the 'Difference Expression' class.
      See Also:
      Constant Field Values
    • DIFFERENCE_EXPRESSION___TO_STRING

      static final int DIFFERENCE_EXPRESSION___TO_STRING
      The operation id for the 'To String' operation.
      See Also:
      Constant Field Values
    • DIFFERENCE_EXPRESSION_OPERATION_COUNT

      static final int DIFFERENCE_EXPRESSION_OPERATION_COUNT
      The number of operations of the 'Difference Expression' class.
      See Also:
      Constant Field Values
    • OR_EXPRESSION

      static final int OR_EXPRESSION
      The meta object id for the 'Or Expression' class.
      See Also:
      OrExpressionImpl, GremlinPackageImpl.getOrExpression(), Constant Field Values
    • OR_EXPRESSION__LEFT

      static final int OR_EXPRESSION__LEFT
      The feature id for the 'Left' containment reference.
      See Also:
      Constant Field Values
    • OR_EXPRESSION__RIGHT

      static final int OR_EXPRESSION__RIGHT
      The feature id for the 'Right' containment reference.
      See Also:
      Constant Field Values
    • OR_EXPRESSION_FEATURE_COUNT

      static final int OR_EXPRESSION_FEATURE_COUNT
      The number of structural features of the 'Or Expression' class.
      See Also:
      Constant Field Values
    • OR_EXPRESSION___TO_STRING

      static final int OR_EXPRESSION___TO_STRING
      The operation id for the 'To String' operation.
      See Also:
      Constant Field Values
    • OR_EXPRESSION_OPERATION_COUNT

      static final int OR_EXPRESSION_OPERATION_COUNT
      The number of operations of the 'Or Expression' class.
      See Also:
      Constant Field Values
    • AND_EXPRESSION

      static final int AND_EXPRESSION
      The meta object id for the 'And Expression' class.
      See Also:
      AndExpressionImpl, GremlinPackageImpl.getAndExpression(), Constant Field Values
    • AND_EXPRESSION__LEFT

      static final int AND_EXPRESSION__LEFT
      The feature id for the 'Left' containment reference.
      See Also:
      Constant Field Values
    • AND_EXPRESSION__RIGHT

      static final int AND_EXPRESSION__RIGHT
      The feature id for the 'Right' containment reference.
      See Also:
      Constant Field Values
    • AND_EXPRESSION_FEATURE_COUNT

      static final int AND_EXPRESSION_FEATURE_COUNT
      The number of structural features of the 'And Expression' class.
      See Also:
      Constant Field Values
    • AND_EXPRESSION___TO_STRING

      static final int AND_EXPRESSION___TO_STRING
      The operation id for the 'To String' operation.
      See Also:
      Constant Field Values
    • AND_EXPRESSION_OPERATION_COUNT

      static final int AND_EXPRESSION_OPERATION_COUNT
      The number of operations of the 'And Expression' class.
      See Also:
      Constant Field Values
    • GREATER_EXPRESSION

      static final int GREATER_EXPRESSION
      The meta object id for the 'Greater Expression' class.
      See Also:
      GreaterExpressionImpl, GremlinPackageImpl.getGreaterExpression(), Constant Field Values
    • GREATER_EXPRESSION__LEFT

      static final int GREATER_EXPRESSION__LEFT
      The feature id for the 'Left' containment reference.
      See Also:
      Constant Field Values
    • GREATER_EXPRESSION__RIGHT

      static final int GREATER_EXPRESSION__RIGHT
      The feature id for the 'Right' containment reference.
      See Also:
      Constant Field Values
    • GREATER_EXPRESSION_FEATURE_COUNT

      static final int GREATER_EXPRESSION_FEATURE_COUNT
      The number of structural features of the 'Greater Expression' class.
      See Also:
      Constant Field Values
    • GREATER_EXPRESSION___TO_STRING

      static final int GREATER_EXPRESSION___TO_STRING
      The operation id for the 'To String' operation.
      See Also:
      Constant Field Values
    • GREATER_EXPRESSION_OPERATION_COUNT

      static final int GREATER_EXPRESSION_OPERATION_COUNT
      The number of operations of the 'Greater Expression' class.
      See Also:
      Constant Field Values
    • GREATER_OR_EQUAL_EXPRESSION

      static final int GREATER_OR_EQUAL_EXPRESSION
      The meta object id for the 'Greater Or Equal Expression' class.
      See Also:
      GreaterOrEqualExpressionImpl, GremlinPackageImpl.getGreaterOrEqualExpression(), Constant Field Values
    • GREATER_OR_EQUAL_EXPRESSION__LEFT

      static final int GREATER_OR_EQUAL_EXPRESSION__LEFT
      The feature id for the 'Left' containment reference.
      See Also:
      Constant Field Values
    • GREATER_OR_EQUAL_EXPRESSION__RIGHT

      static final int GREATER_OR_EQUAL_EXPRESSION__RIGHT
      The feature id for the 'Right' containment reference.
      See Also:
      Constant Field Values
    • GREATER_OR_EQUAL_EXPRESSION_FEATURE_COUNT

      static final int GREATER_OR_EQUAL_EXPRESSION_FEATURE_COUNT
      The number of structural features of the 'Greater Or Equal Expression' class.
      See Also:
      Constant Field Values
    • GREATER_OR_EQUAL_EXPRESSION___TO_STRING

      static final int GREATER_OR_EQUAL_EXPRESSION___TO_STRING
      The operation id for the 'To String' operation.
      See Also:
      Constant Field Values
    • GREATER_OR_EQUAL_EXPRESSION_OPERATION_COUNT

      static final int GREATER_OR_EQUAL_EXPRESSION_OPERATION_COUNT
      The number of operations of the 'Greater Or Equal Expression' class.
      See Also:
      Constant Field Values
    • LESS_EXPRESSION

      static final int LESS_EXPRESSION
      The meta object id for the 'Less Expression' class.
      See Also:
      LessExpressionImpl, GremlinPackageImpl.getLessExpression(), Constant Field Values
    • LESS_EXPRESSION__LEFT

      static final int LESS_EXPRESSION__LEFT
      The feature id for the 'Left' containment reference.
      See Also:
      Constant Field Values
    • LESS_EXPRESSION__RIGHT

      static final int LESS_EXPRESSION__RIGHT
      The feature id for the 'Right' containment reference.
      See Also:
      Constant Field Values
    • LESS_EXPRESSION_FEATURE_COUNT

      static final int LESS_EXPRESSION_FEATURE_COUNT
      The number of structural features of the 'Less Expression' class.
      See Also:
      Constant Field Values
    • LESS_EXPRESSION___TO_STRING

      static final int LESS_EXPRESSION___TO_STRING
      The operation id for the 'To String' operation.
      See Also:
      Constant Field Values
    • LESS_EXPRESSION_OPERATION_COUNT

      static final int LESS_EXPRESSION_OPERATION_COUNT
      The number of operations of the 'Less Expression' class.
      See Also:
      Constant Field Values
    • LESS_OR_EQUAL_EXPRESSION

      static final int LESS_OR_EQUAL_EXPRESSION
      The meta object id for the 'Less Or Equal Expression' class.
      See Also:
      LessOrEqualExpressionImpl, GremlinPackageImpl.getLessOrEqualExpression(), Constant Field Values
    • LESS_OR_EQUAL_EXPRESSION__LEFT

      static final int LESS_OR_EQUAL_EXPRESSION__LEFT
      The feature id for the 'Left' containment reference.
      See Also:
      Constant Field Values
    • LESS_OR_EQUAL_EXPRESSION__RIGHT

      static final int LESS_OR_EQUAL_EXPRESSION__RIGHT
      The feature id for the 'Right' containment reference.
      See Also:
      Constant Field Values
    • LESS_OR_EQUAL_EXPRESSION_FEATURE_COUNT

      static final int LESS_OR_EQUAL_EXPRESSION_FEATURE_COUNT
      The number of structural features of the 'Less Or Equal Expression' class.
      See Also:
      Constant Field Values
    • LESS_OR_EQUAL_EXPRESSION___TO_STRING

      static final int LESS_OR_EQUAL_EXPRESSION___TO_STRING
      The operation id for the 'To String' operation.
      See Also:
      Constant Field Values
    • LESS_OR_EQUAL_EXPRESSION_OPERATION_COUNT

      static final int LESS_OR_EQUAL_EXPRESSION_OPERATION_COUNT
      The number of operations of the 'Less Or Equal Expression' class.
      See Also:
      Constant Field Values
    • AFFECTATION_EXPRESSION

      static final int AFFECTATION_EXPRESSION
      The meta object id for the 'Affectation Expression' class.
      See Also:
      AffectationExpressionImpl, GremlinPackageImpl.getAffectationExpression(), Constant Field Values
    • AFFECTATION_EXPRESSION__LEFT

      static final int AFFECTATION_EXPRESSION__LEFT
      The feature id for the 'Left' containment reference.
      See Also:
      Constant Field Values
    • AFFECTATION_EXPRESSION__RIGHT

      static final int AFFECTATION_EXPRESSION__RIGHT
      The feature id for the 'Right' containment reference.
      See Also:
      Constant Field Values
    • AFFECTATION_EXPRESSION_FEATURE_COUNT

      static final int AFFECTATION_EXPRESSION_FEATURE_COUNT
      The number of structural features of the 'Affectation Expression' class.
      See Also:
      Constant Field Values
    • AFFECTATION_EXPRESSION___TO_STRING

      static final int AFFECTATION_EXPRESSION___TO_STRING
      The operation id for the 'To String' operation.
      See Also:
      Constant Field Values
    • AFFECTATION_EXPRESSION_OPERATION_COUNT

      static final int AFFECTATION_EXPRESSION_OPERATION_COUNT
      The number of operations of the 'Affectation Expression' class.
      See Also:
      Constant Field Values
    • LEFT_SHIFT_EXPRESSION

      static final int LEFT_SHIFT_EXPRESSION
      The meta object id for the 'Left Shift Expression' class.
      See Also:
      LeftShiftExpressionImpl, GremlinPackageImpl.getLeftShiftExpression(), Constant Field Values
    • LEFT_SHIFT_EXPRESSION__LEFT

      static final int LEFT_SHIFT_EXPRESSION__LEFT
      The feature id for the 'Left' containment reference.
      See Also:
      Constant Field Values
    • LEFT_SHIFT_EXPRESSION__RIGHT

      static final int LEFT_SHIFT_EXPRESSION__RIGHT
      The feature id for the 'Right' containment reference.
      See Also:
      Constant Field Values
    • LEFT_SHIFT_EXPRESSION_FEATURE_COUNT

      static final int LEFT_SHIFT_EXPRESSION_FEATURE_COUNT
      The number of structural features of the 'Left Shift Expression' class.
      See Also:
      Constant Field Values
    • LEFT_SHIFT_EXPRESSION___TO_STRING

      static final int LEFT_SHIFT_EXPRESSION___TO_STRING
      The operation id for the 'To String' operation.
      See Also:
      Constant Field Values
    • LEFT_SHIFT_EXPRESSION_OPERATION_COUNT

      static final int LEFT_SHIFT_EXPRESSION_OPERATION_COUNT
      The number of operations of the 'Left Shift Expression' class.
      See Also:
      Constant Field Values
    • TERNARY_OPERATOR

      static final int TERNARY_OPERATOR
      The meta object id for the 'Ternary Operator' class.
      See Also:
      TernaryOperatorImpl, GremlinPackageImpl.getTernaryOperator(), Constant Field Values
    • TERNARY_OPERATOR__CONDITION

      static final int TERNARY_OPERATOR__CONDITION
      The feature id for the 'Condition' containment reference.
      See Also:
      Constant Field Values
    • TERNARY_OPERATOR__IF_TRUE

      static final int TERNARY_OPERATOR__IF_TRUE
      The feature id for the 'If True' containment reference.
      See Also:
      Constant Field Values
    • TERNARY_OPERATOR__IF_FALSE

      static final int TERNARY_OPERATOR__IF_FALSE
      The feature id for the 'If False' containment reference.
      See Also:
      Constant Field Values
    • TERNARY_OPERATOR_FEATURE_COUNT

      static final int TERNARY_OPERATOR_FEATURE_COUNT
      The number of structural features of the 'Ternary Operator' class.
      See Also:
      Constant Field Values
    • TERNARY_OPERATOR___TO_STRING

      static final int TERNARY_OPERATOR___TO_STRING
      The operation id for the 'To String' operation.
      See Also:
      Constant Field Values
    • TERNARY_OPERATOR_OPERATION_COUNT

      static final int TERNARY_OPERATOR_OPERATION_COUNT
      The number of operations of the 'Ternary Operator' class.
      See Also:
      Constant Field Values
    • STRING_LITERAL

      static final int STRING_LITERAL
      The meta object id for the 'String Literal' class.
      See Also:
      StringLiteralImpl, GremlinPackageImpl.getStringLiteral(), Constant Field Values
    • STRING_LITERAL__VALUE

      static final int STRING_LITERAL__VALUE
      The feature id for the 'Value' attribute.
      See Also:
      Constant Field Values
    • STRING_LITERAL_FEATURE_COUNT

      static final int STRING_LITERAL_FEATURE_COUNT
      The number of structural features of the 'String Literal' class.
      See Also:
      Constant Field Values
    • STRING_LITERAL___TO_STRING

      static final int STRING_LITERAL___TO_STRING
      The operation id for the 'To String' operation.
      See Also:
      Constant Field Values
    • STRING_LITERAL_OPERATION_COUNT

      static final int STRING_LITERAL_OPERATION_COUNT
      The number of operations of the 'String Literal' class.
      See Also:
      Constant Field Values
    • INTEGER_LITERAL

      static final int INTEGER_LITERAL
      The meta object id for the 'Integer Literal' class.
      See Also:
      IntegerLiteralImpl, GremlinPackageImpl.getIntegerLiteral(), Constant Field Values
    • INTEGER_LITERAL__VALUE

      static final int INTEGER_LITERAL__VALUE
      The feature id for the 'Value' attribute.
      See Also:
      Constant Field Values
    • INTEGER_LITERAL_FEATURE_COUNT

      static final int INTEGER_LITERAL_FEATURE_COUNT
      The number of structural features of the 'Integer Literal' class.
      See Also:
      Constant Field Values
    • INTEGER_LITERAL___TO_STRING

      static final int INTEGER_LITERAL___TO_STRING
      The operation id for the 'To String' operation.
      See Also:
      Constant Field Values
    • INTEGER_LITERAL_OPERATION_COUNT

      static final int INTEGER_LITERAL_OPERATION_COUNT
      The number of operations of the 'Integer Literal' class.
      See Also:
      Constant Field Values
    • DOUBLE_LITERAL

      static final int DOUBLE_LITERAL
      The meta object id for the 'Double Literal' class.
      See Also:
      DoubleLiteralImpl, GremlinPackageImpl.getDoubleLiteral(), Constant Field Values
    • DOUBLE_LITERAL__VALUE

      static final int DOUBLE_LITERAL__VALUE
      The feature id for the 'Value' attribute.
      See Also:
      Constant Field Values
    • DOUBLE_LITERAL_FEATURE_COUNT

      static final int DOUBLE_LITERAL_FEATURE_COUNT
      The number of structural features of the 'Double Literal' class.
      See Also:
      Constant Field Values
    • DOUBLE_LITERAL___TO_STRING

      static final int DOUBLE_LITERAL___TO_STRING
      The operation id for the 'To String' operation.
      See Also:
      Constant Field Values
    • DOUBLE_LITERAL_OPERATION_COUNT

      static final int DOUBLE_LITERAL_OPERATION_COUNT
      The number of operations of the 'Double Literal' class.
      See Also:
      Constant Field Values
    • BOOLEAN_LITERAL

      static final int BOOLEAN_LITERAL
      The meta object id for the 'Boolean Literal' class.
      See Also:
      BooleanLiteralImpl, GremlinPackageImpl.getBooleanLiteral(), Constant Field Values
    • BOOLEAN_LITERAL__VALUE

      static final int BOOLEAN_LITERAL__VALUE
      The feature id for the 'Value' attribute.
      See Also:
      Constant Field Values
    • BOOLEAN_LITERAL_FEATURE_COUNT

      static final int BOOLEAN_LITERAL_FEATURE_COUNT
      The number of structural features of the 'Boolean Literal' class.
      See Also:
      Constant Field Values
    • BOOLEAN_LITERAL___TO_STRING

      static final int BOOLEAN_LITERAL___TO_STRING
      The operation id for the 'To String' operation.
      See Also:
      Constant Field Values
    • BOOLEAN_LITERAL_OPERATION_COUNT

      static final int BOOLEAN_LITERAL_OPERATION_COUNT
      The number of operations of the 'Boolean Literal' class.
      See Also:
      Constant Field Values
    • NULL_LITERAL

      static final int NULL_LITERAL
      The meta object id for the 'Null Literal' class.
      See Also:
      NullLiteralImpl, GremlinPackageImpl.getNullLiteral(), Constant Field Values
    • NULL_LITERAL_FEATURE_COUNT

      static final int NULL_LITERAL_FEATURE_COUNT
      The number of structural features of the 'Null Literal' class.
      See Also:
      Constant Field Values
    • NULL_LITERAL___TO_STRING

      static final int NULL_LITERAL___TO_STRING
      The operation id for the 'To String' operation.
      See Also:
      Constant Field Values
    • NULL_LITERAL_OPERATION_COUNT

      static final int NULL_LITERAL_OPERATION_COUNT
      The number of operations of the 'Null Literal' class.
      See Also:
      Constant Field Values
    • TO_INTEGER_CALL

      static final int TO_INTEGER_CALL
      The meta object id for the 'To Integer Call' class.
      See Also:
      ToIntegerCallImpl, GremlinPackageImpl.getToIntegerCall(), Constant Field Values
    • TO_INTEGER_CALL__NEXT_ELEMENT

      static final int TO_INTEGER_CALL__NEXT_ELEMENT
      The feature id for the 'Next Element' containment reference.
      See Also:
      Constant Field Values
    • TO_INTEGER_CALL__PREVIOUS_ELEMENT

      static final int TO_INTEGER_CALL__PREVIOUS_ELEMENT
      The feature id for the 'Previous Element' container reference.
      See Also:
      Constant Field Values
    • TO_INTEGER_CALL_FEATURE_COUNT

      static final int TO_INTEGER_CALL_FEATURE_COUNT
      The number of structural features of the 'To Integer Call' class.
      See Also:
      Constant Field Values
    • TO_INTEGER_CALL___TO_STRING

      static final int TO_INTEGER_CALL___TO_STRING
      The operation id for the 'To String' operation.
      See Also:
      Constant Field Values
    • TO_INTEGER_CALL_OPERATION_COUNT

      static final int TO_INTEGER_CALL_OPERATION_COUNT
      The number of operations of the 'To Integer Call' class.
      See Also:
      Constant Field Values
    • PLUS_EXPRESSION

      static final int PLUS_EXPRESSION
      The meta object id for the 'Plus Expression' class.
      See Also:
      PlusExpressionImpl, GremlinPackageImpl.getPlusExpression(), Constant Field Values
    • PLUS_EXPRESSION__LEFT

      static final int PLUS_EXPRESSION__LEFT
      The feature id for the 'Left' containment reference.
      See Also:
      Constant Field Values
    • PLUS_EXPRESSION__RIGHT

      static final int PLUS_EXPRESSION__RIGHT
      The feature id for the 'Right' containment reference.
      See Also:
      Constant Field Values
    • PLUS_EXPRESSION_FEATURE_COUNT

      static final int PLUS_EXPRESSION_FEATURE_COUNT
      The number of structural features of the 'Plus Expression' class.
      See Also:
      Constant Field Values
    • PLUS_EXPRESSION___TO_STRING

      static final int PLUS_EXPRESSION___TO_STRING
      The operation id for the 'To String' operation.
      See Also:
      Constant Field Values
    • PLUS_EXPRESSION_OPERATION_COUNT

      static final int PLUS_EXPRESSION_OPERATION_COUNT
      The number of operations of the 'Plus Expression' class.
      See Also:
      Constant Field Values
    • CUSTOM_STEP

      static final int CUSTOM_STEP
      The meta object id for the 'Custom Step' class.
      See Also:
      CustomStepImpl, GremlinPackageImpl.getCustomStep(), Constant Field Values
    • CUSTOM_STEP__NEXT_ELEMENT

      static final int CUSTOM_STEP__NEXT_ELEMENT
      The feature id for the 'Next Element' containment reference.
      See Also:
      Constant Field Values
    • CUSTOM_STEP__PREVIOUS_ELEMENT

      static final int CUSTOM_STEP__PREVIOUS_ELEMENT
      The feature id for the 'Previous Element' container reference.
      See Also:
      Constant Field Values
    • CUSTOM_STEP__NAME

      static final int CUSTOM_STEP__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • CUSTOM_STEP__PARAMS

      static final int CUSTOM_STEP__PARAMS
      The feature id for the 'Params' containment reference list.
      See Also:
      Constant Field Values
    • CUSTOM_STEP_FEATURE_COUNT

      static final int CUSTOM_STEP_FEATURE_COUNT
      The number of structural features of the 'Custom Step' class.
      See Also:
      Constant Field Values
    • CUSTOM_STEP___TO_STRING

      static final int CUSTOM_STEP___TO_STRING
      The operation id for the 'To String' operation.
      See Also:
      Constant Field Values
    • CUSTOM_STEP_OPERATION_COUNT

      static final int CUSTOM_STEP_OPERATION_COUNT
      The number of operations of the 'Custom Step' class.
      See Also:
      Constant Field Values
  • Method Details

    • getGremlinScript

      org.eclipse.emf.ecore.EClass getGremlinScript()
      Returns the meta object for class 'Script'.
      Returns:
      the meta object for class 'Script'.
      See Also:
      GremlinScript
    • getGremlinScript_Instructions

      org.eclipse.emf.ecore.EReference getGremlinScript_Instructions()
      Returns the meta object for the containment reference list 'Instructions'.
      Returns:
      the meta object for the containment reference list 'Instructions'.
      See Also:
      GremlinScript.getInstructions(), getGremlinScript()
    • getGremlinScript_Name

      org.eclipse.emf.ecore.EAttribute getGremlinScript_Name()
      Returns the meta object for the attribute 'Name'.
      Returns:
      the meta object for the attribute 'Name'.
      See Also:
      GremlinScript.getName(), getGremlinScript()
    • getGremlinScript__ToString

      org.eclipse.emf.ecore.EOperation getGremlinScript__ToString()
      Returns the meta object for the 'To String' operation.
      Returns:
      the meta object for the 'To String' operation.
      See Also:
      GremlinScript.toString()
    • getInstruction

      org.eclipse.emf.ecore.EClass getInstruction()
      Returns the meta object for class 'Instruction'.
      Returns:
      the meta object for class 'Instruction'.
      See Also:
      Instruction
    • getReturnStatement

      org.eclipse.emf.ecore.EClass getReturnStatement()
      Returns the meta object for class 'Return Statement'.
      Returns:
      the meta object for class 'Return Statement'.
      See Also:
      ReturnStatement
    • getReturnStatement_Value

      org.eclipse.emf.ecore.EAttribute getReturnStatement_Value()
      Returns the meta object for the attribute 'Value'.
      Returns:
      the meta object for the attribute 'Value'.
      See Also:
      ReturnStatement.getValue(), getReturnStatement()
    • getReturnStatement__ToString

      org.eclipse.emf.ecore.EOperation getReturnStatement__ToString()
      Returns the meta object for the 'To String' operation.
      Returns:
      the meta object for the 'To String' operation.
      See Also:
      ReturnStatement.toString()
    • getMethodDeclaration

      org.eclipse.emf.ecore.EClass getMethodDeclaration()
      Returns the meta object for class 'Method Declaration'.
      Returns:
      the meta object for class 'Method Declaration'.
      See Also:
      MethodDeclaration
    • getMethodDeclaration_Name

      org.eclipse.emf.ecore.EAttribute getMethodDeclaration_Name()
      Returns the meta object for the attribute 'Name'.
      Returns:
      the meta object for the attribute 'Name'.
      See Also:
      MethodDeclaration.getName(), getMethodDeclaration()
    • getMethodDeclaration_Parameters

      org.eclipse.emf.ecore.EAttribute getMethodDeclaration_Parameters()
      Returns the meta object for the attribute list 'Parameters'.
      Returns:
      the meta object for the attribute list 'Parameters'.
      See Also:
      MethodDeclaration.getParameters(), getMethodDeclaration()
    • getMethodDeclaration_Instructions

      org.eclipse.emf.ecore.EReference getMethodDeclaration_Instructions()
      Returns the meta object for the containment reference list 'Instructions'.
      Returns:
      the meta object for the containment reference list 'Instructions'.
      See Also:
      MethodDeclaration.getInstructions(), getMethodDeclaration()
    • getMethodDeclaration__ToString

      org.eclipse.emf.ecore.EOperation getMethodDeclaration__ToString()
      Returns the meta object for the 'To String' operation.
      Returns:
      the meta object for the 'To String' operation.
      See Also:
      MethodDeclaration.toString()
    • getTypeDeclaration

      org.eclipse.emf.ecore.EClass getTypeDeclaration()
      Returns the meta object for class 'Type Declaration'.
      Returns:
      the meta object for class 'Type Declaration'.
      See Also:
      TypeDeclaration
    • getListDeclaration

      org.eclipse.emf.ecore.EClass getListDeclaration()
      Returns the meta object for class 'List Declaration'.
      Returns:
      the meta object for class 'List Declaration'.
      See Also:
      ListDeclaration
    • getListDeclaration__ToString

      org.eclipse.emf.ecore.EOperation getListDeclaration__ToString()
      Returns the meta object for the 'To String' operation.
      Returns:
      the meta object for the 'To String' operation.
      See Also:
      ListDeclaration.toString()
    • getSetDeclaration

      org.eclipse.emf.ecore.EClass getSetDeclaration()
      Returns the meta object for class 'Set Declaration'.
      Returns:
      the meta object for class 'Set Declaration'.
      See Also:
      SetDeclaration
    • getSetDeclaration__ToString

      org.eclipse.emf.ecore.EOperation getSetDeclaration__ToString()
      Returns the meta object for the 'To String' operation.
      Returns:
      the meta object for the 'To String' operation.
      See Also:
      SetDeclaration.toString()
    • getSortedSetDeclaration

      org.eclipse.emf.ecore.EClass getSortedSetDeclaration()
      Returns the meta object for class 'Sorted Set Declaration'.
      Returns:
      the meta object for class 'Sorted Set Declaration'.
      See Also:
      SortedSetDeclaration
    • getSortedSetDeclaration__ToString

      org.eclipse.emf.ecore.EOperation getSortedSetDeclaration__ToString()
      Returns the meta object for the 'To String' operation.
      Returns:
      the meta object for the 'To String' operation.
      See Also:
      SortedSetDeclaration.toString()
    • getVariableDeclaration

      org.eclipse.emf.ecore.EClass getVariableDeclaration()
      Returns the meta object for class 'Variable Declaration'.
      Returns:
      the meta object for class 'Variable Declaration'.
      See Also:
      VariableDeclaration
    • getVariableDeclaration_Name

      org.eclipse.emf.ecore.EAttribute getVariableDeclaration_Name()
      Returns the meta object for the attribute 'Name'.
      Returns:
      the meta object for the attribute 'Name'.
      See Also:
      VariableDeclaration.getName(), getVariableDeclaration()
    • getVariableDeclaration_Value

      org.eclipse.emf.ecore.EReference getVariableDeclaration_Value()
      Returns the meta object for the containment reference 'Value'.
      Returns:
      the meta object for the containment reference 'Value'.
      See Also:
      VariableDeclaration.getValue(), getVariableDeclaration()
    • getVariableDeclaration_Type

      org.eclipse.emf.ecore.EReference getVariableDeclaration_Type()
      Returns the meta object for the containment reference 'Type'.
      Returns:
      the meta object for the containment reference 'Type'.
      See Also:
      VariableDeclaration.getType(), getVariableDeclaration()
    • getVariableDeclaration_Final

      org.eclipse.emf.ecore.EAttribute getVariableDeclaration_Final()
      Returns the meta object for the attribute 'Final'.
      Returns:
      the meta object for the attribute 'Final'.
      See Also:
      VariableDeclaration.isFinal(), getVariableDeclaration()
    • getVariableDeclaration__ToString

      org.eclipse.emf.ecore.EOperation getVariableDeclaration__ToString()
      Returns the meta object for the 'To String' operation.
      Returns:
      the meta object for the 'To String' operation.
      See Also:
      VariableDeclaration.toString()
    • getTraversalElement

      org.eclipse.emf.ecore.EClass getTraversalElement()
      Returns the meta object for class 'Traversal Element'.
      Returns:
      the meta object for class 'Traversal Element'.
      See Also:
      TraversalElement
    • getTraversalElement_NextElement

      org.eclipse.emf.ecore.EReference getTraversalElement_NextElement()
      Returns the meta object for the containment reference 'Next Element'.
      Returns:
      the meta object for the containment reference 'Next Element'.
      See Also:
      TraversalElement.getNextElement(), getTraversalElement()
    • getTraversalElement_PreviousElement

      org.eclipse.emf.ecore.EReference getTraversalElement_PreviousElement()
      Returns the meta object for the container reference 'Previous Element'.
      Returns:
      the meta object for the container reference 'Previous Element'.
      See Also:
      TraversalElement.getPreviousElement(), getTraversalElement()
    • getCollectionDefinition

      org.eclipse.emf.ecore.EClass getCollectionDefinition()
      Returns the meta object for class 'Collection Definition'.
      Returns:
      the meta object for class 'Collection Definition'.
      See Also:
      CollectionDefinition
    • getCollectionDefinition_Values

      org.eclipse.emf.ecore.EReference getCollectionDefinition_Values()
      Returns the meta object for the containment reference list 'Values'.
      Returns:
      the meta object for the containment reference list 'Values'.
      See Also:
      CollectionDefinition.getValues(), getCollectionDefinition()
    • getCollectionDefinition_Type

      org.eclipse.emf.ecore.EReference getCollectionDefinition_Type()
      Returns the meta object for the containment reference 'Type'.
      Returns:
      the meta object for the containment reference 'Type'.
      See Also:
      CollectionDefinition.getType(), getCollectionDefinition()
    • getCollectionDefinition__ToString

      org.eclipse.emf.ecore.EOperation getCollectionDefinition__ToString()
      Returns the meta object for the 'To String' operation.
      Returns:
      the meta object for the 'To String' operation.
      See Also:
      CollectionDefinition.toString()
    • getClosure

      org.eclipse.emf.ecore.EClass getClosure()
      Returns the meta object for class 'Closure'.
      Returns:
      the meta object for class 'Closure'.
      See Also:
      Closure
    • getClosure_Instructions

      org.eclipse.emf.ecore.EReference getClosure_Instructions()
      Returns the meta object for the containment reference list 'Instructions'.
      Returns:
      the meta object for the containment reference list 'Instructions'.
      See Also:
      Closure.getInstructions(), getClosure()
    • getClosure__ToString

      org.eclipse.emf.ecore.EOperation getClosure__ToString()
      Returns the meta object for the 'To String' operation.
      Returns:
      the meta object for the 'To String' operation.
      See Also:
      Closure.toString()
    • getClosureIt

      org.eclipse.emf.ecore.EClass getClosureIt()
      Returns the meta object for class 'Closure It'.
      Returns:
      the meta object for class 'Closure It'.
      See Also:
      ClosureIt
    • getClosureIt__ToString

      org.eclipse.emf.ecore.EOperation getClosureIt__ToString()
      Returns the meta object for the 'To String' operation.
      Returns:
      the meta object for the 'To String' operation.
      See Also:
      ClosureIt.toString()
    • getClosureIt__GetName

      org.eclipse.emf.ecore.EOperation getClosureIt__GetName()
      Returns the meta object for the 'Get Name' operation.
      Returns:
      the meta object for the 'Get Name' operation.
      See Also:
      ClosureIt.getName()
    • getVariableAccess

      org.eclipse.emf.ecore.EClass getVariableAccess()
      Returns the meta object for class 'Variable Access'.
      Returns:
      the meta object for class 'Variable Access'.
      See Also:
      VariableAccess
    • getVariableAccess_Name

      org.eclipse.emf.ecore.EAttribute getVariableAccess_Name()
      Returns the meta object for the attribute 'Name'.
      Returns:
      the meta object for the attribute 'Name'.
      See Also:
      VariableAccess.getName(), getVariableAccess()
    • getVariableAccess_Cast

      org.eclipse.emf.ecore.EReference getVariableAccess_Cast()
      Returns the meta object for the containment reference 'Cast'.
      Returns:
      the meta object for the containment reference 'Cast'.
      See Also:
      VariableAccess.getCast(), getVariableAccess()
    • getVariableAccess__ToString

      org.eclipse.emf.ecore.EOperation getVariableAccess__ToString()
      Returns the meta object for the 'To String' operation.
      Returns:
      the meta object for the 'To String' operation.
      See Also:
      VariableAccess.toString()
    • getStep

      org.eclipse.emf.ecore.EClass getStep()
      Returns the meta object for class 'Step'.
      Returns:
      the meta object for class 'Step'.
      See Also:
      Step
    • getIdentityStep

      org.eclipse.emf.ecore.EClass getIdentityStep()
      Returns the meta object for class 'Identity Step'.
      Returns:
      the meta object for class 'Identity Step'.
      See Also:
      IdentityStep
    • getIdentityStep_Needed

      org.eclipse.emf.ecore.EAttribute getIdentityStep_Needed()
      Returns the meta object for the attribute 'Needed'.
      Returns:
      the meta object for the attribute 'Needed'.
      See Also:
      IdentityStep.isNeeded(), getIdentityStep()
    • getIdentityStep__ToString

      org.eclipse.emf.ecore.EOperation getIdentityStep__ToString()
      Returns the meta object for the 'To String' operation.
      Returns:
      the meta object for the 'To String' operation.
      See Also:
      IdentityStep.toString()
    • getFillStep

      org.eclipse.emf.ecore.EClass getFillStep()
      Returns the meta object for class 'Fill Step'.
      Returns:
      the meta object for class 'Fill Step'.
      See Also:
      FillStep
    • getFillStep_Instruction

      org.eclipse.emf.ecore.EReference getFillStep_Instruction()
      Returns the meta object for the containment reference 'Instruction'.
      Returns:
      the meta object for the containment reference 'Instruction'.
      See Also:
      FillStep.getInstruction(), getFillStep()
    • getFillStep__ToString

      org.eclipse.emf.ecore.EOperation getFillStep__ToString()
      Returns the meta object for the 'To String' operation.
      Returns:
      the meta object for the 'To String' operation.
      See Also:
      FillStep.toString()
    • getStartStep

      org.eclipse.emf.ecore.EClass getStartStep()
      Returns the meta object for class 'Start Step'.
      Returns:
      the meta object for class 'Start Step'.
      See Also:
      StartStep
    • getStartStep__ToString

      org.eclipse.emf.ecore.EOperation getStartStep__ToString()
      Returns the meta object for the 'To String' operation.
      Returns:
      the meta object for the 'To String' operation.
      See Also:
      StartStep.toString()
    • getVerticesStep

      org.eclipse.emf.ecore.EClass getVerticesStep()
      Returns the meta object for class 'Vertices Step'.
      Returns:
      the meta object for class 'Vertices Step'.
      See Also:
      VerticesStep
    • getVerticesStep_VertexId

      org.eclipse.emf.ecore.EAttribute getVerticesStep_VertexId()
      Returns the meta object for the attribute 'Vertex Id'.
      Returns:
      the meta object for the attribute 'Vertex Id'.
      See Also:
      VerticesStep.getVertexId(), getVerticesStep()
    • getVerticesStep__ToString

      org.eclipse.emf.ecore.EOperation getVerticesStep__ToString()
      Returns the meta object for the 'To String' operation.
      Returns:
      the meta object for the 'To String' operation.
      See Also:
      VerticesStep.toString()
    • getEdgesStep

      org.eclipse.emf.ecore.EClass getEdgesStep()
      Returns the meta object for class 'Edges Step'.
      Returns:
      the meta object for class 'Edges Step'.
      See Also:
      EdgesStep
    • getEdgesStep_RelationshipName

      org.eclipse.emf.ecore.EAttribute getEdgesStep_RelationshipName()
      Returns the meta object for the attribute 'Relationship Name'.
      Returns:
      the meta object for the attribute 'Relationship Name'.
      See Also:
      EdgesStep.getRelationshipName(), getEdgesStep()
    • getPropertyStep

      org.eclipse.emf.ecore.EClass getPropertyStep()
      Returns the meta object for class 'Property Step'.
      Returns:
      the meta object for class 'Property Step'.
      See Also:
      PropertyStep
    • getPropertyStep_Name

      org.eclipse.emf.ecore.EAttribute getPropertyStep_Name()
      Returns the meta object for the attribute 'Name'.
      Returns:
      the meta object for the attribute 'Name'.
      See Also:
      PropertyStep.getName(), getPropertyStep()
    • getPropertyStep_Value

      org.eclipse.emf.ecore.EReference getPropertyStep_Value()
      Returns the meta object for the containment reference 'Value'.
      Returns:
      the meta object for the containment reference 'Value'.
      See Also:
      PropertyStep.getValue(), getPropertyStep()
    • getPropertyStep__ToString

      org.eclipse.emf.ecore.EOperation getPropertyStep__ToString()
      Returns the meta object for the 'To String' operation.
      Returns:
      the meta object for the 'To String' operation.
      See Also:
      PropertyStep.toString()
    • getOutEStep

      org.eclipse.emf.ecore.EClass getOutEStep()
      Returns the meta object for class 'Out EStep'.
      Returns:
      the meta object for class 'Out EStep'.
      See Also:
      OutEStep
    • getOutEStep_RelationshipName

      org.eclipse.emf.ecore.EAttribute getOutEStep_RelationshipName()
      Returns the meta object for the attribute 'Relationship Name'.
      Returns:
      the meta object for the attribute 'Relationship Name'.
      See Also:
      OutEStep.getRelationshipName(), getOutEStep()
    • getOutEStep__ToString

      org.eclipse.emf.ecore.EOperation getOutEStep__ToString()
      Returns the meta object for the 'To String' operation.
      Returns:
      the meta object for the 'To String' operation.
      See Also:
      OutEStep.toString()
    • getInEStep

      org.eclipse.emf.ecore.EClass getInEStep()
      Returns the meta object for class 'In EStep'.
      Returns:
      the meta object for class 'In EStep'.
      See Also:
      InEStep
    • getInEStep_RelationshipName

      org.eclipse.emf.ecore.EAttribute getInEStep_RelationshipName()
      Returns the meta object for the attribute 'Relationship Name'.
      Returns:
      the meta object for the attribute 'Relationship Name'.
      See Also:
      InEStep.getRelationshipName(), getInEStep()
    • getInEStep__ToString

      org.eclipse.emf.ecore.EOperation getInEStep__ToString()
      Returns the meta object for the 'To String' operation.
      Returns:
      the meta object for the 'To String' operation.
      See Also:
      InEStep.toString()
    • getInVStep

      org.eclipse.emf.ecore.EClass getInVStep()
      Returns the meta object for class 'In VStep'.
      Returns:
      the meta object for class 'In VStep'.
      See Also:
      InVStep
    • getInVStep__ToString

      org.eclipse.emf.ecore.EOperation getInVStep__ToString()
      Returns the meta object for the 'To String' operation.
      Returns:
      the meta object for the 'To String' operation.
      See Also:
      InVStep.toString()
    • getOutVStep

      org.eclipse.emf.ecore.EClass getOutVStep()
      Returns the meta object for class 'Out VStep'.
      Returns:
      the meta object for class 'Out VStep'.
      See Also:
      OutVStep
    • getOutVStep__ToString

      org.eclipse.emf.ecore.EOperation getOutVStep__ToString()
      Returns the meta object for the 'To String' operation.
      Returns:
      the meta object for the 'To String' operation.
      See Also:
      OutVStep.toString()
    • getFilterStep

      org.eclipse.emf.ecore.EClass getFilterStep()
      Returns the meta object for class 'Filter Step'.
      Returns:
      the meta object for class 'Filter Step'.
      See Also:
      FilterStep
    • getFilterStep_Closure

      org.eclipse.emf.ecore.EReference getFilterStep_Closure()
      Returns the meta object for the containment reference 'Closure'.
      Returns:
      the meta object for the containment reference 'Closure'.
      See Also:
      FilterStep.getClosure(), getFilterStep()
    • getFilterStep__ToString

      org.eclipse.emf.ecore.EOperation getFilterStep__ToString()
      Returns the meta object for the 'To String' operation.
      Returns:
      the meta object for the 'To String' operation.
      See Also:
      FilterStep.toString()
    • getRetainStep

      org.eclipse.emf.ecore.EClass getRetainStep()
      Returns the meta object for class 'Retain Step'.
      Returns:
      the meta object for class 'Retain Step'.
      See Also:
      RetainStep
    • getRetainStep_Collection

      org.eclipse.emf.ecore.EReference getRetainStep_Collection()
      Returns the meta object for the containment reference 'Collection'.
      Returns:
      the meta object for the containment reference 'Collection'.
      See Also:
      RetainStep.getCollection(), getRetainStep()
    • getRetainStep__ToString

      org.eclipse.emf.ecore.EOperation getRetainStep__ToString()
      Returns the meta object for the 'To String' operation.
      Returns:
      the meta object for the 'To String' operation.
      See Also:
      RetainStep.toString()
    • getExceptStep

      org.eclipse.emf.ecore.EClass getExceptStep()
      Returns the meta object for class 'Except Step'.
      Returns:
      the meta object for class 'Except Step'.
      See Also:
      ExceptStep
    • getExceptStep_Collection

      org.eclipse.emf.ecore.EReference getExceptStep_Collection()
      Returns the meta object for the containment reference 'Collection'.
      Returns:
      the meta object for the containment reference 'Collection'.
      See Also:
      ExceptStep.getCollection(), getExceptStep()
    • getExceptStep__ToString

      org.eclipse.emf.ecore.EOperation getExceptStep__ToString()
      Returns the meta object for the 'To String' operation.
      Returns:
      the meta object for the 'To String' operation.
      See Also:
      ExceptStep.toString()
    • getTransformStep

      org.eclipse.emf.ecore.EClass getTransformStep()
      Returns the meta object for class 'Transform Step'.
      Returns:
      the meta object for class 'Transform Step'.
      See Also:
      TransformStep
    • getTransformStep_Closure

      org.eclipse.emf.ecore.EReference getTransformStep_Closure()
      Returns the meta object for the containment reference 'Closure'.
      Returns:
      the meta object for the containment reference 'Closure'.
      See Also:
      TransformStep.getClosure(), getTransformStep()
    • getTransformStep__ToString

      org.eclipse.emf.ecore.EOperation getTransformStep__ToString()
      Returns the meta object for the 'To String' operation.
      Returns:
      the meta object for the 'To String' operation.
      See Also:
      TransformStep.toString()
    • getGatherStep

      org.eclipse.emf.ecore.EClass getGatherStep()
      Returns the meta object for class 'Gather Step'.
      Returns:
      the meta object for class 'Gather Step'.
      See Also:
      GatherStep
    • getGatherStep_Closure

      org.eclipse.emf.ecore.EReference getGatherStep_Closure()
      Returns the meta object for the containment reference 'Closure'.
      Returns:
      the meta object for the containment reference 'Closure'.
      See Also:
      GatherStep.getClosure(), getGatherStep()
    • getGatherStep__ToString

      org.eclipse.emf.ecore.EOperation getGatherStep__ToString()
      Returns the meta object for the 'To String' operation.
      Returns:
      the meta object for the 'To String' operation.
      See Also:
      GatherStep.toString()
    • getScatterStep

      org.eclipse.emf.ecore.EClass getScatterStep()
      Returns the meta object for class 'Scatter Step'.
      Returns:
      the meta object for class 'Scatter Step'.
      See Also:
      ScatterStep
    • getScatterStep__ToString

      org.eclipse.emf.ecore.EOperation getScatterStep__ToString()
      Returns the meta object for the 'To String' operation.
      Returns:
      the meta object for the 'To String' operation.
      See Also:
      ScatterStep.toString()
    • getMethodCall

      org.eclipse.emf.ecore.EClass getMethodCall()
      Returns the meta object for class 'Method Call'.
      Returns:
      the meta object for class 'Method Call'.
      See Also:
      MethodCall
    • getCustomMethodCall

      org.eclipse.emf.ecore.EClass getCustomMethodCall()
      Returns the meta object for class 'Custom Method Call'.
      Returns:
      the meta object for class 'Custom Method Call'.
      See Also:
      CustomMethodCall
    • getCustomMethodCall_Name

      org.eclipse.emf.ecore.EAttribute getCustomMethodCall_Name()
      Returns the meta object for the attribute 'Name'.
      Returns:
      the meta object for the attribute 'Name'.
      See Also:
      CustomMethodCall.getName(), getCustomMethodCall()
    • getCustomMethodCall_Params

      org.eclipse.emf.ecore.EReference getCustomMethodCall_Params()
      Returns the meta object for the containment reference list 'Params'.
      Returns:
      the meta object for the containment reference list 'Params'.
      See Also:
      CustomMethodCall.getParams(), getCustomMethodCall()
    • getCustomMethodCall__ToString

      org.eclipse.emf.ecore.EOperation getCustomMethodCall__ToString()
      Returns the meta object for the 'To String' operation.
      Returns:
      the meta object for the 'To String' operation.
      See Also:
      CustomMethodCall.toString()
    • getNextCall

      org.eclipse.emf.ecore.EClass getNextCall()
      Returns the meta object for class 'Next Call'.
      Returns:
      the meta object for class 'Next Call'.
      See Also:
      NextCall
    • getNextCall__ToString

      org.eclipse.emf.ecore.EOperation getNextCall__ToString()
      Returns the meta object for the 'To String' operation.
      Returns:
      the meta object for the 'To String' operation.
      See Also:
      NextCall.toString()
    • getHasNextCall

      org.eclipse.emf.ecore.EClass getHasNextCall()
      Returns the meta object for class 'Has Next Call'.
      Returns:
      the meta object for class 'Has Next Call'.
      See Also:
      HasNextCall
    • getHasNextCall__ToString

      org.eclipse.emf.ecore.EOperation getHasNextCall__ToString()
      Returns the meta object for the 'To String' operation.
      Returns:
      the meta object for the 'To String' operation.
      See Also:
      HasNextCall.toString()
    • getIndexCall

      org.eclipse.emf.ecore.EClass getIndexCall()
      Returns the meta object for class 'Index Call'.
      Returns:
      the meta object for class 'Index Call'.
      See Also:
      IndexCall
    • getIndexCall_IndexName

      org.eclipse.emf.ecore.EAttribute getIndexCall_IndexName()
      Returns the meta object for the attribute 'Index Name'.
      Returns:
      the meta object for the attribute 'Index Name'.
      See Also:
      IndexCall.getIndexName(), getIndexCall()
    • getIndexCall_IndexProperty

      org.eclipse.emf.ecore.EAttribute getIndexCall_IndexProperty()
      Returns the meta object for the attribute 'Index Property'.
      Returns:
      the meta object for the attribute 'Index Property'.
      See Also:
      IndexCall.getIndexProperty(), getIndexCall()
    • getIndexCall_IndexQuery

      org.eclipse.emf.ecore.EAttribute getIndexCall_IndexQuery()
      Returns the meta object for the attribute 'Index Query'.
      Returns:
      the meta object for the attribute 'Index Query'.
      See Also:
      IndexCall.getIndexQuery(), getIndexCall()
    • getIndexCall__ToString

      org.eclipse.emf.ecore.EOperation getIndexCall__ToString()
      Returns the meta object for the 'To String' operation.
      Returns:
      the meta object for the 'To String' operation.
      See Also:
      IndexCall.toString()
    • getCountCall

      org.eclipse.emf.ecore.EClass getCountCall()
      Returns the meta object for class 'Count Call'.
      Returns:
      the meta object for class 'Count Call'.
      See Also:
      CountCall
    • getCountCall__ToString

      org.eclipse.emf.ecore.EOperation getCountCall__ToString()
      Returns the meta object for the 'To String' operation.
      Returns:
      the meta object for the 'To String' operation.
      See Also:
      CountCall.toString()
    • getFirstCall

      org.eclipse.emf.ecore.EClass getFirstCall()
      Returns the meta object for class 'First Call'.
      Returns:
      the meta object for class 'First Call'.
      See Also:
      FirstCall
    • getFirstCall__ToString

      org.eclipse.emf.ecore.EOperation getFirstCall__ToString()
      Returns the meta object for the 'To String' operation.
      Returns:
      the meta object for the 'To String' operation.
      See Also:
      FirstCall.toString()
    • getToListCall

      org.eclipse.emf.ecore.EClass getToListCall()
      Returns the meta object for class 'To List Call'.
      Returns:
      the meta object for class 'To List Call'.
      See Also:
      ToListCall
    • getToListCall__ToString

      org.eclipse.emf.ecore.EOperation getToListCall__ToString()
      Returns the meta object for the 'To String' operation.
      Returns:
      the meta object for the 'To String' operation.
      See Also:
      ToListCall.toString()
    • getIsEmptyCall

      org.eclipse.emf.ecore.EClass getIsEmptyCall()
      Returns the meta object for class 'Is Empty Call'.
      Returns:
      the meta object for class 'Is Empty Call'.
      See Also:
      IsEmptyCall
    • getIsEmptyCall__ToString

      org.eclipse.emf.ecore.EOperation getIsEmptyCall__ToString()
      Returns the meta object for the 'To String' operation.
      Returns:
      the meta object for the 'To String' operation.
      See Also:
      IsEmptyCall.toString()
    • getContainsCall

      org.eclipse.emf.ecore.EClass getContainsCall()
      Returns the meta object for class 'Contains Call'.
      Returns:
      the meta object for class 'Contains Call'.
      See Also:
      ContainsCall
    • getContainsCall_Value

      org.eclipse.emf.ecore.EReference getContainsCall_Value()
      Returns the meta object for the containment reference 'Value'.
      Returns:
      the meta object for the containment reference 'Value'.
      See Also:
      ContainsCall.getValue(), getContainsCall()
    • getContainsCall__ToString

      org.eclipse.emf.ecore.EOperation getContainsCall__ToString()
      Returns the meta object for the 'To String' operation.
      Returns:
      the meta object for the 'To String' operation.
      See Also:
      ContainsCall.toString()
    • getContainsAllCall

      org.eclipse.emf.ecore.EClass getContainsAllCall()
      Returns the meta object for class 'Contains All Call'.
      Returns:
      the meta object for class 'Contains All Call'.
      See Also:
      ContainsAllCall
    • getContainsAllCall_Value

      org.eclipse.emf.ecore.EReference getContainsAllCall_Value()
      Returns the meta object for the containment reference 'Value'.
      Returns:
      the meta object for the containment reference 'Value'.
      See Also:
      ContainsAllCall.getValue(), getContainsAllCall()
    • getContainsAllCall__ToString

      org.eclipse.emf.ecore.EOperation getContainsAllCall__ToString()
      Returns the meta object for the 'To String' operation.
      Returns:
      the meta object for the 'To String' operation.
      See Also:
      ContainsAllCall.toString()
    • getAddAllCall

      org.eclipse.emf.ecore.EClass getAddAllCall()
      Returns the meta object for class 'Add All Call'.
      Returns:
      the meta object for class 'Add All Call'.
      See Also:
      AddAllCall
    • getAddAllCall_Value

      org.eclipse.emf.ecore.EReference getAddAllCall_Value()
      Returns the meta object for the containment reference 'Value'.
      Returns:
      the meta object for the containment reference 'Value'.
      See Also:
      AddAllCall.getValue(), getAddAllCall()
    • getAddAllCall__ToString

      org.eclipse.emf.ecore.EOperation getAddAllCall__ToString()
      Returns the meta object for the 'To String' operation.
      Returns:
      the meta object for the 'To String' operation.
      See Also:
      AddAllCall.toString()
    • getRetainAllCall

      org.eclipse.emf.ecore.EClass getRetainAllCall()
      Returns the meta object for class 'Retain All Call'.
      Returns:
      the meta object for class 'Retain All Call'.
      See Also:
      RetainAllCall
    • getRetainAllCall_Value

      org.eclipse.emf.ecore.EReference getRetainAllCall_Value()
      Returns the meta object for the containment reference 'Value'.
      Returns:
      the meta object for the containment reference 'Value'.
      See Also:
      RetainAllCall.getValue(), getRetainAllCall()
    • getRetainAllCall__ToString

      org.eclipse.emf.ecore.EOperation getRetainAllCall__ToString()
      Returns the meta object for the 'To String' operation.
      Returns:
      the meta object for the 'To String' operation.
      See Also:
      RetainAllCall.toString()
    • getUnionCall

      org.eclipse.emf.ecore.EClass getUnionCall()
      Returns the meta object for class 'Union Call'.
      Returns:
      the meta object for class 'Union Call'.
      See Also:
      UnionCall
    • getUnionCall_LeftCollection

      org.eclipse.emf.ecore.EReference getUnionCall_LeftCollection()
      Returns the meta object for the containment reference 'Left Collection'.
      Returns:
      the meta object for the containment reference 'Left Collection'.
      See Also:
      UnionCall.getLeftCollection(), getUnionCall()
    • getUnionCall_RightCollection

      org.eclipse.emf.ecore.EReference getUnionCall_RightCollection()
      Returns the meta object for the containment reference 'Right Collection'.
      Returns:
      the meta object for the containment reference 'Right Collection'.
      See Also:
      UnionCall.getRightCollection(), getUnionCall()
    • getUnionCall_Cast

      org.eclipse.emf.ecore.EReference getUnionCall_Cast()
      Returns the meta object for the containment reference 'Cast'.
      Returns:
      the meta object for the containment reference 'Cast'.
      See Also:
      UnionCall.getCast(), getUnionCall()
    • getUnionCall__ToString

      org.eclipse.emf.ecore.EOperation getUnionCall__ToString()
      Returns the meta object for the 'To String' operation.
      Returns:
      the meta object for the 'To String' operation.
      See Also:
      UnionCall.toString()
    • getIntersectionCall

      org.eclipse.emf.ecore.EClass getIntersectionCall()
      Returns the meta object for class 'Intersection Call'.
      Returns:
      the meta object for class 'Intersection Call'.
      See Also:
      IntersectionCall
    • getIntersectionCall_LeftCollection

      org.eclipse.emf.ecore.EReference getIntersectionCall_LeftCollection()
      Returns the meta object for the containment reference 'Left Collection'.
      Returns:
      the meta object for the containment reference 'Left Collection'.
      See Also:
      IntersectionCall.getLeftCollection(), getIntersectionCall()
    • getIntersectionCall_RightCollection

      org.eclipse.emf.ecore.EReference getIntersectionCall_RightCollection()
      Returns the meta object for the containment reference 'Right Collection'.
      Returns:
      the meta object for the containment reference 'Right Collection'.
      See Also:
      IntersectionCall.getRightCollection(), getIntersectionCall()
    • getIntersectionCall_Cast

      org.eclipse.emf.ecore.EReference getIntersectionCall_Cast()
      Returns the meta object for the containment reference 'Cast'.
      Returns:
      the meta object for the containment reference 'Cast'.
      See Also:
      IntersectionCall.getCast(), getIntersectionCall()
    • getIntersectionCall__ToString

      org.eclipse.emf.ecore.EOperation getIntersectionCall__ToString()
      Returns the meta object for the 'To String' operation.
      Returns:
      the meta object for the 'To String' operation.
      See Also:
      IntersectionCall.toString()
    • getSizeCall

      org.eclipse.emf.ecore.EClass getSizeCall()
      Returns the meta object for class 'Size Call'.
      Returns:
      the meta object for class 'Size Call'.
      See Also:
      SizeCall
    • getSizeCall__ToString

      org.eclipse.emf.ecore.EOperation getSizeCall__ToString()
      Returns the meta object for the 'To String' operation.
      Returns:
      the meta object for the 'To String' operation.
      See Also:
      SizeCall.toString()
    • getExpression

      org.eclipse.emf.ecore.EClass getExpression()
      Returns the meta object for class 'Expression'.
      Returns:
      the meta object for class 'Expression'.
      See Also:
      Expression
    • getUnaryExpression

      org.eclipse.emf.ecore.EClass getUnaryExpression()
      Returns the meta object for class 'Unary Expression'.
      Returns:
      the meta object for class 'Unary Expression'.
      See Also:
      UnaryExpression
    • getUnaryExpression_Exp

      org.eclipse.emf.ecore.EReference getUnaryExpression_Exp()
      Returns the meta object for the containment reference 'Exp'.
      Returns:
      the meta object for the containment reference 'Exp'.
      See Also:
      UnaryExpression.getExp(), getUnaryExpression()
    • getNotExpression

      org.eclipse.emf.ecore.EClass getNotExpression()
      Returns the meta object for class 'Not Expression'.
      Returns:
      the meta object for class 'Not Expression'.
      See Also:
      NotExpression
    • getNotExpression__ToString

      org.eclipse.emf.ecore.EOperation getNotExpression__ToString()
      Returns the meta object for the 'To String' operation.
      Returns:
      the meta object for the 'To String' operation.
      See Also:
      NotExpression.toString()
    • getBinaryExpression

      org.eclipse.emf.ecore.EClass getBinaryExpression()
      Returns the meta object for class 'Binary Expression'.
      Returns:
      the meta object for class 'Binary Expression'.
      See Also:
      BinaryExpression
    • getBinaryExpression_Left

      org.eclipse.emf.ecore.EReference getBinaryExpression_Left()
      Returns the meta object for the containment reference 'Left'.
      Returns:
      the meta object for the containment reference 'Left'.
      See Also:
      BinaryExpression.getLeft(), getBinaryExpression()
    • getBinaryExpression_Right

      org.eclipse.emf.ecore.EReference getBinaryExpression_Right()
      Returns the meta object for the containment reference 'Right'.
      Returns:
      the meta object for the containment reference 'Right'.
      See Also:
      BinaryExpression.getRight(), getBinaryExpression()
    • getEqualityExpression

      org.eclipse.emf.ecore.EClass getEqualityExpression()
      Returns the meta object for class 'Equality Expression'.
      Returns:
      the meta object for class 'Equality Expression'.
      See Also:
      EqualityExpression
    • getEqualityExpression__ToString

      org.eclipse.emf.ecore.EOperation getEqualityExpression__ToString()
      Returns the meta object for the 'To String' operation.
      Returns:
      the meta object for the 'To String' operation.
      See Also:
      EqualityExpression.toString()
    • getInExpression

      org.eclipse.emf.ecore.EClass getInExpression()
      Returns the meta object for class 'In Expression'.
      Returns:
      the meta object for class 'In Expression'.
      See Also:
      InExpression
    • getInExpression__ToString

      org.eclipse.emf.ecore.EOperation getInExpression__ToString()
      Returns the meta object for the 'To String' operation.
      Returns:
      the meta object for the 'To String' operation.
      See Also:
      InExpression.toString()
    • getDifferenceExpression

      org.eclipse.emf.ecore.EClass getDifferenceExpression()
      Returns the meta object for class 'Difference Expression'.
      Returns:
      the meta object for class 'Difference Expression'.
      See Also:
      DifferenceExpression
    • getDifferenceExpression__ToString

      org.eclipse.emf.ecore.EOperation getDifferenceExpression__ToString()
      Returns the meta object for the 'To String' operation.
      Returns:
      the meta object for the 'To String' operation.
      See Also:
      DifferenceExpression.toString()
    • getOrExpression

      org.eclipse.emf.ecore.EClass getOrExpression()
      Returns the meta object for class 'Or Expression'.
      Returns:
      the meta object for class 'Or Expression'.
      See Also:
      OrExpression
    • getOrExpression__ToString

      org.eclipse.emf.ecore.EOperation getOrExpression__ToString()
      Returns the meta object for the 'To String' operation.
      Returns:
      the meta object for the 'To String' operation.
      See Also:
      OrExpression.toString()
    • getAndExpression

      org.eclipse.emf.ecore.EClass getAndExpression()
      Returns the meta object for class 'And Expression'.
      Returns:
      the meta object for class 'And Expression'.
      See Also:
      AndExpression
    • getAndExpression__ToString

      org.eclipse.emf.ecore.EOperation getAndExpression__ToString()
      Returns the meta object for the 'To String' operation.
      Returns:
      the meta object for the 'To String' operation.
      See Also:
      AndExpression.toString()
    • getGreaterExpression

      org.eclipse.emf.ecore.EClass getGreaterExpression()
      Returns the meta object for class 'Greater Expression'.
      Returns:
      the meta object for class 'Greater Expression'.
      See Also:
      GreaterExpression
    • getGreaterExpression__ToString

      org.eclipse.emf.ecore.EOperation getGreaterExpression__ToString()
      Returns the meta object for the 'To String' operation.
      Returns:
      the meta object for the 'To String' operation.
      See Also:
      GreaterExpression.toString()
    • getGreaterOrEqualExpression

      org.eclipse.emf.ecore.EClass getGreaterOrEqualExpression()
      Returns the meta object for class 'Greater Or Equal Expression'.
      Returns:
      the meta object for class 'Greater Or Equal Expression'.
      See Also:
      GreaterOrEqualExpression
    • getGreaterOrEqualExpression__ToString

      org.eclipse.emf.ecore.EOperation getGreaterOrEqualExpression__ToString()
      Returns the meta object for the 'To String' operation.
      Returns:
      the meta object for the 'To String' operation.
      See Also:
      GreaterOrEqualExpression.toString()
    • getLessExpression

      org.eclipse.emf.ecore.EClass getLessExpression()
      Returns the meta object for class 'Less Expression'.
      Returns:
      the meta object for class 'Less Expression'.
      See Also:
      LessExpression
    • getLessExpression__ToString

      org.eclipse.emf.ecore.EOperation getLessExpression__ToString()
      Returns the meta object for the 'To String' operation.
      Returns:
      the meta object for the 'To String' operation.
      See Also:
      LessExpression.toString()
    • getLessOrEqualExpression

      org.eclipse.emf.ecore.EClass getLessOrEqualExpression()
      Returns the meta object for class 'Less Or Equal Expression'.
      Returns:
      the meta object for class 'Less Or Equal Expression'.
      See Also:
      LessOrEqualExpression
    • getLessOrEqualExpression__ToString

      org.eclipse.emf.ecore.EOperation getLessOrEqualExpression__ToString()
      Returns the meta object for the 'To String' operation.
      Returns:
      the meta object for the 'To String' operation.
      See Also:
      LessOrEqualExpression.toString()
    • getAffectationExpression

      org.eclipse.emf.ecore.EClass getAffectationExpression()
      Returns the meta object for class 'Affectation Expression'.
      Returns:
      the meta object for class 'Affectation Expression'.
      See Also:
      AffectationExpression
    • getAffectationExpression__ToString

      org.eclipse.emf.ecore.EOperation getAffectationExpression__ToString()
      Returns the meta object for the 'To String' operation.
      Returns:
      the meta object for the 'To String' operation.
      See Also:
      AffectationExpression.toString()
    • getLeftShiftExpression

      org.eclipse.emf.ecore.EClass getLeftShiftExpression()
      Returns the meta object for class 'Left Shift Expression'.
      Returns:
      the meta object for class 'Left Shift Expression'.
      See Also:
      LeftShiftExpression
    • getLeftShiftExpression__ToString

      org.eclipse.emf.ecore.EOperation getLeftShiftExpression__ToString()
      Returns the meta object for the 'To String' operation.
      Returns:
      the meta object for the 'To String' operation.
      See Also:
      LeftShiftExpression.toString()
    • getTernaryOperator

      org.eclipse.emf.ecore.EClass getTernaryOperator()
      Returns the meta object for class 'Ternary Operator'.
      Returns:
      the meta object for class 'Ternary Operator'.
      See Also:
      TernaryOperator
    • getTernaryOperator_Condition

      org.eclipse.emf.ecore.EReference getTernaryOperator_Condition()
      Returns the meta object for the containment reference 'Condition'.
      Returns:
      the meta object for the containment reference 'Condition'.
      See Also:
      TernaryOperator.getCondition(), getTernaryOperator()
    • getTernaryOperator_IfTrue

      org.eclipse.emf.ecore.EReference getTernaryOperator_IfTrue()
      Returns the meta object for the containment reference 'If True'.
      Returns:
      the meta object for the containment reference 'If True'.
      See Also:
      TernaryOperator.getIfTrue(), getTernaryOperator()
    • getTernaryOperator_IfFalse

      org.eclipse.emf.ecore.EReference getTernaryOperator_IfFalse()
      Returns the meta object for the containment reference 'If False'.
      Returns:
      the meta object for the containment reference 'If False'.
      See Also:
      TernaryOperator.getIfFalse(), getTernaryOperator()
    • getTernaryOperator__ToString

      org.eclipse.emf.ecore.EOperation getTernaryOperator__ToString()
      Returns the meta object for the 'To String' operation.
      Returns:
      the meta object for the 'To String' operation.
      See Also:
      TernaryOperator.toString()
    • getStringLiteral

      org.eclipse.emf.ecore.EClass getStringLiteral()
      Returns the meta object for class 'String Literal'.
      Returns:
      the meta object for class 'String Literal'.
      See Also:
      StringLiteral
    • getStringLiteral_Value

      org.eclipse.emf.ecore.EAttribute getStringLiteral_Value()
      Returns the meta object for the attribute 'Value'.
      Returns:
      the meta object for the attribute 'Value'.
      See Also:
      StringLiteral.getValue(), getStringLiteral()
    • getStringLiteral__ToString

      org.eclipse.emf.ecore.EOperation getStringLiteral__ToString()
      Returns the meta object for the 'To String' operation.
      Returns:
      the meta object for the 'To String' operation.
      See Also:
      StringLiteral.toString()
    • getIntegerLiteral

      org.eclipse.emf.ecore.EClass getIntegerLiteral()
      Returns the meta object for class 'Integer Literal'.
      Returns:
      the meta object for class 'Integer Literal'.
      See Also:
      IntegerLiteral
    • getIntegerLiteral_Value

      org.eclipse.emf.ecore.EAttribute getIntegerLiteral_Value()
      Returns the meta object for the attribute 'Value'.
      Returns:
      the meta object for the attribute 'Value'.
      See Also:
      IntegerLiteral.getValue(), getIntegerLiteral()
    • getIntegerLiteral__ToString

      org.eclipse.emf.ecore.EOperation getIntegerLiteral__ToString()
      Returns the meta object for the 'To String' operation.
      Returns:
      the meta object for the 'To String' operation.
      See Also:
      IntegerLiteral.toString()
    • getDoubleLiteral

      org.eclipse.emf.ecore.EClass getDoubleLiteral()
      Returns the meta object for class 'Double Literal'.
      Returns:
      the meta object for class 'Double Literal'.
      See Also:
      DoubleLiteral
    • getDoubleLiteral_Value

      org.eclipse.emf.ecore.EAttribute getDoubleLiteral_Value()
      Returns the meta object for the attribute 'Value'.
      Returns:
      the meta object for the attribute 'Value'.
      See Also:
      DoubleLiteral.getValue(), getDoubleLiteral()
    • getDoubleLiteral__ToString

      org.eclipse.emf.ecore.EOperation getDoubleLiteral__ToString()
      Returns the meta object for the 'To String' operation.
      Returns:
      the meta object for the 'To String' operation.
      See Also:
      DoubleLiteral.toString()
    • getBooleanLiteral

      org.eclipse.emf.ecore.EClass getBooleanLiteral()
      Returns the meta object for class 'Boolean Literal'.
      Returns:
      the meta object for class 'Boolean Literal'.
      See Also:
      BooleanLiteral
    • getBooleanLiteral_Value

      org.eclipse.emf.ecore.EAttribute getBooleanLiteral_Value()
      Returns the meta object for the attribute 'Value'.
      Returns:
      the meta object for the attribute 'Value'.
      See Also:
      BooleanLiteral.isValue(), getBooleanLiteral()
    • getBooleanLiteral__ToString

      org.eclipse.emf.ecore.EOperation getBooleanLiteral__ToString()
      Returns the meta object for the 'To String' operation.
      Returns:
      the meta object for the 'To String' operation.
      See Also:
      BooleanLiteral.toString()
    • getNullLiteral

      org.eclipse.emf.ecore.EClass getNullLiteral()
      Returns the meta object for class 'Null Literal'.
      Returns:
      the meta object for class 'Null Literal'.
      See Also:
      NullLiteral
    • getNullLiteral__ToString

      org.eclipse.emf.ecore.EOperation getNullLiteral__ToString()
      Returns the meta object for the 'To String' operation.
      Returns:
      the meta object for the 'To String' operation.
      See Also:
      NullLiteral.toString()
    • getToIntegerCall

      org.eclipse.emf.ecore.EClass getToIntegerCall()
      Returns the meta object for class 'To Integer Call'.
      Returns:
      the meta object for class 'To Integer Call'.
      See Also:
      ToIntegerCall
    • getToIntegerCall__ToString

      org.eclipse.emf.ecore.EOperation getToIntegerCall__ToString()
      Returns the meta object for the 'To String' operation.
      Returns:
      the meta object for the 'To String' operation.
      See Also:
      ToIntegerCall.toString()
    • getPlusExpression

      org.eclipse.emf.ecore.EClass getPlusExpression()
      Returns the meta object for class 'Plus Expression'.
      Returns:
      the meta object for class 'Plus Expression'.
      See Also:
      PlusExpression
    • getPlusExpression__ToString

      org.eclipse.emf.ecore.EOperation getPlusExpression__ToString()
      Returns the meta object for the 'To String' operation.
      Returns:
      the meta object for the 'To String' operation.
      See Also:
      PlusExpression.toString()
    • getCustomStep

      org.eclipse.emf.ecore.EClass getCustomStep()
      Returns the meta object for class 'Custom Step'.
      Returns:
      the meta object for class 'Custom Step'.
      See Also:
      CustomStep
    • getCustomStep_Name

      org.eclipse.emf.ecore.EAttribute getCustomStep_Name()
      Returns the meta object for the attribute 'Name'.
      Returns:
      the meta object for the attribute 'Name'.
      See Also:
      CustomStep.getName(), getCustomStep()
    • getCustomStep_Params

      org.eclipse.emf.ecore.EReference getCustomStep_Params()
      Returns the meta object for the containment reference list 'Params'.
      Returns:
      the meta object for the containment reference list 'Params'.
      See Also:
      CustomStep.getParams(), getCustomStep()
    • getCustomStep__ToString

      org.eclipse.emf.ecore.EOperation getCustomStep__ToString()
      Returns the meta object for the 'To String' operation.
      Returns:
      the meta object for the 'To String' operation.
      See Also:
      CustomStep.toString()
    • getGremlinFactory

      GremlinFactory getGremlinFactory()
      Returns the factory that creates the instances of the model.
      Returns:
      the factory that creates the instances of the model.