Interface BpusagemodelFactory
-
- All Superinterfaces:
EFactory,EModelElement,EObject,Notifier
- All Known Implementing Classes:
BpusagemodelFactoryImpl
public interface BpusagemodelFactory extends EFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.- See Also:
BpusagemodelPackage- Generated class or method.
-
-
Field Summary
Fields Modifier and Type Field Description static BpusagemodelFactoryeINSTANCEThe singleton instance of the factory.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AcquireDeviceResourceActioncreateAcquireDeviceResourceAction()Returns a new object of class 'Acquire Device Resource Action'.ActivitycreateActivity()Returns a new object of class 'Activity'.ActorStepcreateActorStep()Returns a new object of class 'Actor Step'.ProcessTriggerPeriodcreateProcessTriggerPeriod()Returns a new object of class 'Process Trigger Period'.ProcessWorkloadcreateProcessWorkload()Returns a new object of class 'Process Workload'.ReleaseDeviceResourceActioncreateReleaseDeviceResourceAction()Returns a new object of class 'Release Device Resource Action'.BpusagemodelPackagegetBpusagemodelPackage()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 BpusagemodelFactory eINSTANCE
The singleton instance of the factory.- Generated class or method.
-
-
Method Detail
-
createActorStep
ActorStep createActorStep()
Returns a new object of class 'Actor Step'.- Returns:
- a new object of class 'Actor Step'.
- Generated class or method.
-
createActivity
Activity createActivity()
Returns a new object of class 'Activity'.- Returns:
- a new object of class 'Activity'.
- Generated class or method.
-
createProcessWorkload
ProcessWorkload createProcessWorkload()
Returns a new object of class 'Process Workload'.- Returns:
- a new object of class 'Process Workload'.
- Generated class or method.
-
createProcessTriggerPeriod
ProcessTriggerPeriod createProcessTriggerPeriod()
Returns a new object of class 'Process Trigger Period'.- Returns:
- a new object of class 'Process Trigger Period'.
- Generated class or method.
-
createAcquireDeviceResourceAction
AcquireDeviceResourceAction createAcquireDeviceResourceAction()
Returns a new object of class 'Acquire Device Resource Action'.- Returns:
- a new object of class 'Acquire Device Resource Action'.
- Generated class or method.
-
createReleaseDeviceResourceAction
ReleaseDeviceResourceAction createReleaseDeviceResourceAction()
Returns a new object of class 'Release Device Resource Action'.- Returns:
- a new object of class 'Release Device Resource Action'.
- Generated class or method.
-
getBpusagemodelPackage
BpusagemodelPackage getBpusagemodelPackage()
Returns the package supported by this factory.- Returns:
- the package supported by this factory.
- Generated class or method.
-
-