public interface SeffFactory extends EFactory
SeffPackage| Modifier and Type | Field and Description |
|---|---|
static String |
copyright |
static SeffFactory |
eINSTANCE
The singleton instance of the factory.
|
| Modifier and Type | Method and Description |
|---|---|
AcquireAction |
createAcquireAction()
Returns a new object of class 'Acquire Action'.
|
BranchAction |
createBranchAction()
Returns a new object of class 'Branch Action'.
|
CallReturnAction |
createCallReturnAction()
Returns a new object of class 'Call Return Action'.
|
CollectionIteratorAction |
createCollectionIteratorAction()
Returns a new object of class 'Collection Iterator Action'.
|
EmitEventAction |
createEmitEventAction()
Returns a new object of class 'Emit Event Action'.
|
ExternalCallAction |
createExternalCallAction()
Returns a new object of class 'External Call Action'.
|
ForkAction |
createForkAction()
Returns a new object of class 'Fork Action'.
|
ForkedBehaviour |
createForkedBehaviour()
Returns a new object of class 'Forked Behaviour'.
|
GuardedBranchTransition |
createGuardedBranchTransition()
Returns a new object of class 'Guarded Branch Transition'.
|
InternalAction |
createInternalAction()
Returns a new object of class 'Internal Action'.
|
InternalCallAction |
createInternalCallAction()
Returns a new object of class 'Internal Call Action'.
|
LoopAction |
createLoopAction()
Returns a new object of class 'Loop Action'.
|
ProbabilisticBranchTransition |
createProbabilisticBranchTransition()
Returns a new object of class 'Probabilistic Branch Transition'.
|
ReleaseAction |
createReleaseAction()
Returns a new object of class 'Release Action'.
|
ResourceDemandingBehaviour |
createResourceDemandingBehaviour()
Returns a new object of class 'Resource Demanding Behaviour'.
|
ResourceDemandingInternalBehaviour |
createResourceDemandingInternalBehaviour()
Returns a new object of class 'Resource Demanding Internal Behaviour'.
|
ResourceDemandingSEFF |
createResourceDemandingSEFF()
Returns a new object of class 'Resource Demanding SEFF'.
|
SetVariableAction |
createSetVariableAction()
Returns a new object of class 'Set Variable Action'.
|
StartAction |
createStartAction()
Returns a new object of class 'Start Action'.
|
StopAction |
createStopAction()
Returns a new object of class 'Stop Action'.
|
SynchronisationPoint |
createSynchronisationPoint()
Returns a new object of class 'Synchronisation Point'.
|
SeffPackage |
getSeffPackage()
Returns the package supported by this factory.
|
convertToString, create, createFromString, getEPackage, setEPackagegetEAnnotation, getEAnnotationseAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverstatic final String copyright
static final SeffFactory eINSTANCE
StopAction createStopAction()
ResourceDemandingBehaviour createResourceDemandingBehaviour()
BranchAction createBranchAction()
StartAction createStartAction()
ResourceDemandingSEFF createResourceDemandingSEFF()
ResourceDemandingInternalBehaviour createResourceDemandingInternalBehaviour()
ReleaseAction createReleaseAction()
LoopAction createLoopAction()
ForkAction createForkAction()
ForkedBehaviour createForkedBehaviour()
SynchronisationPoint createSynchronisationPoint()
ExternalCallAction createExternalCallAction()
CallReturnAction createCallReturnAction()
ProbabilisticBranchTransition createProbabilisticBranchTransition()
AcquireAction createAcquireAction()
CollectionIteratorAction createCollectionIteratorAction()
GuardedBranchTransition createGuardedBranchTransition()
SetVariableAction createSetVariableAction()
InternalCallAction createInternalCallAction()
EmitEventAction createEmitEventAction()
InternalAction createInternalAction()
SeffPackage getSeffPackage()