Package org.jboss.drools
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.EFactoryThe 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 DroolsFactoryeINSTANCEThe singleton instance of the factory.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DocumentRootcreateDocumentRoot()Returns a new object of class 'Document Root'.GlobalTypecreateGlobalType()Returns a new object of class 'Global Type'.ImportTypecreateImportType()Returns a new object of class 'Import Type'.MetaDataTypecreateMetaDataType()Returns a new object of class 'Meta Data Type'.OnEntryScriptTypecreateOnEntryScriptType()Returns a new object of class 'On Entry Script Type'.OnExitScriptTypecreateOnExitScriptType()Returns a new object of class 'On Exit Script Type'.DroolsPackagegetDroolsPackage()Returns the package supported by this factory.-
Methods inherited from interface org.eclipse.emf.ecore.EFactory
convertToString, create, createFromString, getEPackage, setEPackage
-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
-
-
-
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
-
-