Interface SimpleExpressionsPackage

  • 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:
    SimpleExpressionsPackageImpl

    public interface SimpleExpressionsPackage
    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 enum,
    • and each data type
    See Also:
    SimpleExpressionsFactory
    Model:
    kind="package"
    Generated:
    • Method Detail

      • getIfCondition

        org.eclipse.emf.ecore.EClass getIfCondition()
        Returns the meta object for class 'If Condition'.
        Returns:
        the meta object for class 'If Condition'.
        See Also:
        IfCondition
        Generated:
      • getIfCondition_Elseif

        org.eclipse.emf.ecore.EAttribute getIfCondition_Elseif()
        Returns the meta object for the attribute 'Elseif'.
        Returns:
        the meta object for the attribute 'Elseif'.
        See Also:
        IfCondition.isElseif(), getIfCondition()
        Generated:
      • getIfCondition_Condition

        org.eclipse.emf.ecore.EReference getIfCondition_Condition()
        Returns the meta object for the containment reference 'Condition'.
        Returns:
        the meta object for the containment reference 'Condition'.
        See Also:
        IfCondition.getCondition(), getIfCondition()
        Generated:
      • getExpression

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

        org.eclipse.emf.ecore.EClass getNumberLiteral()
        Returns the meta object for class 'Number Literal'.
        Returns:
        the meta object for class 'Number Literal'.
        See Also:
        NumberLiteral
        Generated:
      • getNumberLiteral_Value

        org.eclipse.emf.ecore.EAttribute getNumberLiteral_Value()
        Returns the meta object for the attribute 'Value'.
        Returns:
        the meta object for the attribute 'Value'.
        See Also:
        NumberLiteral.getValue(), getNumberLiteral()
        Generated:
      • 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
        Generated:
      • 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()
        Generated:
      • 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
        Generated:
      • getMethodCall_Value

        org.eclipse.emf.ecore.EAttribute getMethodCall_Value()
        Returns the meta object for the attribute 'Value'.
        Returns:
        the meta object for the attribute 'Value'.
        See Also:
        MethodCall.getValue(), getMethodCall()
        Generated:
      • 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
        Generated:
      • getOrExpression_Left

        org.eclipse.emf.ecore.EReference getOrExpression_Left()
        Returns the meta object for the containment reference 'Left'.
        Returns:
        the meta object for the containment reference 'Left'.
        See Also:
        OrExpression.getLeft(), getOrExpression()
        Generated:
      • getOrExpression_Right

        org.eclipse.emf.ecore.EReference getOrExpression_Right()
        Returns the meta object for the containment reference 'Right'.
        Returns:
        the meta object for the containment reference 'Right'.
        See Also:
        OrExpression.getRight(), getOrExpression()
        Generated:
      • 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
        Generated:
      • getAndExpression_Left

        org.eclipse.emf.ecore.EReference getAndExpression_Left()
        Returns the meta object for the containment reference 'Left'.
        Returns:
        the meta object for the containment reference 'Left'.
        See Also:
        AndExpression.getLeft(), getAndExpression()
        Generated:
      • getAndExpression_Right

        org.eclipse.emf.ecore.EReference getAndExpression_Right()
        Returns the meta object for the containment reference 'Right'.
        Returns:
        the meta object for the containment reference 'Right'.
        See Also:
        AndExpression.getRight(), getAndExpression()
        Generated:
      • getComparison

        org.eclipse.emf.ecore.EClass getComparison()
        Returns the meta object for class 'Comparison'.
        Returns:
        the meta object for class 'Comparison'.
        See Also:
        Comparison
        Generated:
      • getComparison_Left

        org.eclipse.emf.ecore.EReference getComparison_Left()
        Returns the meta object for the containment reference 'Left'.
        Returns:
        the meta object for the containment reference 'Left'.
        See Also:
        Comparison.getLeft(), getComparison()
        Generated:
      • getComparison_Operator

        org.eclipse.emf.ecore.EAttribute getComparison_Operator()
        Returns the meta object for the attribute 'Operator'.
        Returns:
        the meta object for the attribute 'Operator'.
        See Also:
        Comparison.getOperator(), getComparison()
        Generated:
      • getComparison_Right

        org.eclipse.emf.ecore.EReference getComparison_Right()
        Returns the meta object for the containment reference 'Right'.
        Returns:
        the meta object for the containment reference 'Right'.
        See Also:
        Comparison.getRight(), getComparison()
        Generated:
      • 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
        Generated:
      • getNotExpression_Expression

        org.eclipse.emf.ecore.EReference getNotExpression_Expression()
        Returns the meta object for the containment reference 'Expression'.
        Returns:
        the meta object for the containment reference 'Expression'.
        See Also:
        NotExpression.getExpression(), getNotExpression()
        Generated:
      • getSimpleExpressionsFactory

        SimpleExpressionsFactory getSimpleExpressionsFactory()
        Returns the factory that creates the instances of the model.
        Returns:
        the factory that creates the instances of the model.
        Generated: