org.jboss.drools.DroolsFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kie-wb-common-stunner-bpmn-emf Show documentation
Show all versions of kie-wb-common-stunner-bpmn-emf Show documentation
Kie Workbench - Common - Stunner - BPMN Definition Set - GWT Support for Eclipse EMF/XMI
/**
*/
package org.jboss.drools;
import org.eclipse.emf.ecore.EFactory;
/**
*
* The Factory for the model.
* It provides a create method for each non-abstract class of the model.
*
* @see org.jboss.drools.DroolsPackage
* @generated
*/
public interface DroolsFactory extends EFactory {
/**
* The singleton instance of the factory.
*
*
* @generated
*/
DroolsFactory eINSTANCE = org.jboss.drools.impl.DroolsFactoryImpl.init();
/**
* Returns a new object of class 'Document Root'.
*
*
* @return a new object of class 'Document Root'.
* @generated
*/
DocumentRoot createDocumentRoot();
/**
* Returns a new object of class 'Global Type'.
*
*
* @return a new object of class 'Global Type'.
* @generated
*/
GlobalType createGlobalType();
/**
* Returns a new object of class 'Import Type'.
*
*
* @return a new object of class 'Import Type'.
* @generated
*/
ImportType createImportType();
/**
* Returns a new object of class 'Meta Data Type'.
*
*
* @return a new object of class 'Meta Data Type'.
* @generated
*/
MetaDataType createMetaDataType();
/**
* Returns a new object of class 'On Entry Script Type'.
*
*
* @return a new object of class 'On Entry Script Type'.
* @generated
*/
OnEntryScriptType createOnEntryScriptType();
/**
* Returns a new object of class 'On Exit Script Type'.
*
*
* @return a new object of class 'On Exit Script Type'.
* @generated
*/
OnExitScriptType createOnExitScriptType();
/**
* Returns the package supported by this factory.
*
*
* @return the package supported by this factory.
* @generated
*/
DroolsPackage getDroolsPackage();
} //DroolsFactory
© 2015 - 2025 Weber Informatics LLC | Privacy Policy