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