Interface RightQlFactory

  • All Superinterfaces:
    org.eclipse.emf.ecore.EFactory, org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
    All Known Implementing Classes:
    RightQlFactoryImpl

    public interface RightQlFactory
    extends org.eclipse.emf.ecore.EFactory
    The Factory for the model. It provides a create method for each non-abstract class of the model.
    See Also:
    RightQlPackage
    • Field Detail

      • eINSTANCE

        static final RightQlFactory eINSTANCE
        The singleton instance of the factory.
    • Method Detail

      • createTemplateRestriction

        TemplateRestriction createTemplateRestriction()
        Returns a new object of class 'Template Restriction'.
        Returns:
        a new object of class 'Template Restriction'.
      • createTemplateCall

        TemplateCall createTemplateCall()
        Returns a new object of class 'Template Call'.
        Returns:
        a new object of class 'Template Call'.
      • createQlRestriction

        QlRestriction createQlRestriction()
        Returns a new object of class 'Ql Restriction'.
        Returns:
        a new object of class 'Ql Restriction'.
      • createPreprocessorRestriction

        PreprocessorRestriction createPreprocessorRestriction()
        Returns a new object of class 'Preprocessor Restriction'.
        Returns:
        a new object of class 'Preprocessor Restriction'.
      • createPreprocessorConditional

        PreprocessorConditional createPreprocessorConditional()
        Returns a new object of class 'Preprocessor Conditional'.
        Returns:
        a new object of class 'Preprocessor Conditional'.
      • getRightQlPackage

        RightQlPackage getRightQlPackage()
        Returns the package supported by this factory.
        Returns:
        the package supported by this factory.