Interface DroolsFactory

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

    public interface DroolsFactory
    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:
    DroolsPackage
    Generated code
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static DroolsFactory eINSTANCE
      The singleton instance of the factory.
    • Field Detail

      • eINSTANCE

        static final DroolsFactory eINSTANCE
        The singleton instance of the factory.
        Generated code
    • Method Detail

      • createDocumentRoot

        DocumentRoot createDocumentRoot()
        Returns a new object of class 'Document Root'.
        Returns:
        a new object of class 'Document Root'.
        Generated code
      • createGlobalType

        GlobalType createGlobalType()
        Returns a new object of class 'Global Type'.
        Returns:
        a new object of class 'Global Type'.
        Generated code
      • createImportType

        ImportType createImportType()
        Returns a new object of class 'Import Type'.
        Returns:
        a new object of class 'Import Type'.
        Generated code
      • createMetaDataType

        MetaDataType createMetaDataType()
        Returns a new object of class 'Meta Data Type'.
        Returns:
        a new object of class 'Meta Data Type'.
        Generated code
      • createOnEntryScriptType

        OnEntryScriptType createOnEntryScriptType()
        Returns a new object of class 'On Entry Script Type'.
        Returns:
        a new object of class 'On Entry Script Type'.
        Generated code
      • createOnExitScriptType

        OnExitScriptType createOnExitScriptType()
        Returns a new object of class 'On Exit Script Type'.
        Returns:
        a new object of class 'On Exit Script Type'.
        Generated code
      • getDroolsPackage

        DroolsPackage getDroolsPackage()
        Returns the package supported by this factory.
        Returns:
        the package supported by this factory.
        Generated code