Interface ActionsFactory
- All Superinterfaces:
EFactory
,EModelElement
,EObject
,Notifier
- All Known Implementing Classes:
ActionsFactoryImpl
The Factory for the model.
It provides a create method for each non-abstract class of the model.
- See Also:
- Generated class or method.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ActionsFactory
The singleton instance of the factory. -
Method Summary
Modifier and TypeMethodDescriptionReturns a new object of class 'Add To Date Action'.Returns a new object of class 'Analyse Stack Action'.Returns a new object of class 'Consume Data Action'.Returns a new object of class 'Create Date Action'.Returns a new object of class 'Data Iterator Action'.Returns a new object of class 'Emit Data Action'.Returns a new object of class 'Java Class Regroup Data Action'.Returns a new object of class 'Put Time On Stack Action'.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 Details
-
eINSTANCE
The singleton instance of the factory.- Generated class or method.
-
-
Method Details
-
createAnalyseStackAction
AnalyseStackAction createAnalyseStackAction()Returns a new object of class 'Analyse Stack Action'.- Returns:
- a new object of class 'Analyse Stack Action'.
- Generated class or method.
-
createConsumeDataAction
ConsumeDataAction createConsumeDataAction()Returns a new object of class 'Consume Data Action'.- Returns:
- a new object of class 'Consume Data Action'.
- Generated class or method.
-
createEmitDataAction
EmitDataAction createEmitDataAction()Returns a new object of class 'Emit Data Action'.- Returns:
- a new object of class 'Emit Data Action'.
- Generated class or method.
-
createCreateDateAction
CreateDateAction createCreateDateAction()Returns a new object of class 'Create Date Action'.- Returns:
- a new object of class 'Create Date Action'.
- Generated class or method.
-
createAddToDateAction
AddToDateAction createAddToDateAction()Returns a new object of class 'Add To Date Action'.- Returns:
- a new object of class 'Add To Date Action'.
- Generated class or method.
-
createDataIteratorAction
DataIteratorAction createDataIteratorAction()Returns a new object of class 'Data Iterator Action'.- Returns:
- a new object of class 'Data Iterator Action'.
- Generated class or method.
-
createPutTimeOnStackAction
PutTimeOnStackAction createPutTimeOnStackAction()Returns a new object of class 'Put Time On Stack Action'.- Returns:
- a new object of class 'Put Time On Stack Action'.
- Generated class or method.
-
createJavaClassRegroupDataAction
JavaClassRegroupDataAction createJavaClassRegroupDataAction()Returns a new object of class 'Java Class Regroup Data Action'.- Returns:
- a new object of class 'Java Class Regroup Data Action'.
- Generated class or method.
-
getActionsPackage
ActionsPackage getActionsPackage()Returns the package supported by this factory.- Returns:
- the package supported by this factory.
- Generated class or method.
-