org.jbpm.bpmn2.emfextmodel
Interface EmfextmodelFactory

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:
EmfextmodelFactoryImpl

public interface EmfextmodelFactory
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:
EmfextmodelPackage
Generated Class

Field Summary
static EmfextmodelFactory eINSTANCE
          The singleton instance of the factory
 
Method Summary
 DocumentRoot createDocumentRoot()
          Returns a new object of class 'Document Root'
 GlobalType createGlobalType()
          Returns a new object of class 'Global Type'
 ImportType createImportType()
          Returns a new object of class 'Import Type'
 OnEntryScriptType createOnEntryScriptType()
          Returns a new object of class 'On Entry Script Type'
 OnExitScriptType createOnExitScriptType()
          Returns a new object of class 'On Exit Script Type'
 EmfextmodelPackage getEmfextmodelPackage()
          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
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

eINSTANCE

static final EmfextmodelFactory eINSTANCE
The singleton instance of the factory.

Generated Class
Method Detail

createDocumentRoot

DocumentRoot createDocumentRoot()
Returns a new object of class 'Document Root'.

Returns:
a new object of class 'Document Root'.
Generated Class

createGlobalType

GlobalType createGlobalType()
Returns a new object of class 'Global Type'.

Returns:
a new object of class 'Global Type'.
Generated Class

createImportType

ImportType createImportType()
Returns a new object of class 'Import Type'.

Returns:
a new object of class 'Import Type'.
Generated Class

createOnEntryScriptType

OnEntryScriptType createOnEntryScriptType()
Returns a new object of class 'On Entry Script Type'.

Returns:
a new object of class 'On Entry Script Type'.
Generated Class

createOnExitScriptType

OnExitScriptType createOnExitScriptType()
Returns a new object of class 'On Exit Script Type'.

Returns:
a new object of class 'On Exit Script Type'.
Generated Class

getEmfextmodelPackage

EmfextmodelPackage getEmfextmodelPackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.
Generated Class


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.