public class SeffAdapterFactory extends AdapterFactoryImpl
createXXX method for each class of the model. SeffPackage| Constructor and Description |
|---|
SeffAdapterFactory()
Creates an instance of the adapter factory.
|
| Modifier and Type | Method and Description |
|---|---|
Adapter |
createAbstractActionAdapter()
Creates a new adapter for an object of class '
Abstract Action'. |
Adapter |
createAbstractBranchTransitionAdapter()
Creates a new adapter for an object of class
'
Abstract Branch
Transition'. |
Adapter |
createAbstractInternalControlFlowActionAdapter()
Creates a new adapter for an object of class
'
Abstract
Internal Control Flow Action'. |
Adapter |
createAbstractLoopActionAdapter()
Creates a new adapter for an object of class
'
Abstract Loop Action'. |
Adapter |
createAcquireActionAdapter()
Creates a new adapter for an object of class '
Acquire Action'. |
Adapter |
createAdapter(Notifier target)
Creates an adapter for the
target. |
Adapter |
createBranchActionAdapter()
Creates a new adapter for an object of class '
Branch Action'. |
Adapter |
createCallActionAdapter()
Creates a new adapter for an object of class
'
Call Action'. |
Adapter |
createCallReturnActionAdapter()
Creates a new adapter for an object of class '
Call Return Action'. |
Adapter |
createCollectionIteratorActionAdapter()
Creates a new adapter for an object of class
'
Collection Iterator
Action'. |
Adapter |
createEmitEventActionAdapter()
Creates a new adapter for an object of class '
Emit Event Action'. |
Adapter |
createEntityAdapter()
Creates a new adapter for an object of class
'
Entity'. |
Adapter |
createEObjectAdapter()
Creates a new adapter for the default case.
|
Adapter |
createExternalCallActionAdapter()
Creates a new adapter for an object of class
'
External Call Action'. |
Adapter |
createFailureHandlingEntityAdapter()
Creates a new adapter for an object of class
'
Failure
Handling Entity'. |
Adapter |
createForkActionAdapter()
Creates a new adapter for an object of class
'
Fork Action'. |
Adapter |
createForkedBehaviourAdapter()
Creates a new adapter for an object of class '
Forked Behaviour'. |
Adapter |
createGuardedBranchTransitionAdapter()
Creates a new adapter for an object of class
'
Guarded Branch
Transition'. |
Adapter |
createIdentifierAdapter()
Creates a new adapter for an object of class '
Identifier'. |
Adapter |
createInternalActionAdapter()
Creates a new adapter for an object of class '
Internal Action'. |
Adapter |
createInternalCallActionAdapter()
Creates a new adapter for an object of class
'
Internal Call Action'. |
Adapter |
createLoopActionAdapter()
Creates a new adapter for an object of class
'
Loop Action'. |
Adapter |
createNamedElementAdapter()
Creates a new adapter for an object of class '
Named Element'. |
Adapter |
createProbabilisticBranchTransitionAdapter()
Creates a new adapter for an object of class
'
Probabilistic Branch
Transition'. |
Adapter |
createReleaseActionAdapter()
Creates a new adapter for an object of class '
Release Action'. |
Adapter |
createResourceDemandingBehaviourAdapter()
Creates a new adapter for an object of class
'
Resource Demanding
Behaviour'. |
Adapter |
createResourceDemandingInternalBehaviourAdapter()
Creates a new adapter for an object of class
'
Resource
Demanding Internal Behaviour'. |
Adapter |
createResourceDemandingSEFFAdapter()
Creates a new adapter for an object of class
'
Resource Demanding
SEFF'. |
Adapter |
createServiceEffectSpecificationAdapter()
Creates a new adapter for an object of class
'
Service Effect
Specification'. |
Adapter |
createSetVariableActionAdapter()
Creates a new adapter for an object of class '
Set Variable Action'. |
Adapter |
createStartActionAdapter()
Creates a new adapter for an object of class '
Start Action'. |
Adapter |
createStopActionAdapter()
Creates a new adapter for an object of class
'
Stop Action'. |
Adapter |
createSynchronisationPointAdapter()
Creates a new adapter for an object of class
'
Synchronisation Point'. |
boolean |
isFactoryForType(Object object)
Returns whether this factory is applicable for the type of the object.
|
adapt, adapt, adaptAllNew, adaptNewpublic static final String copyright
public SeffAdapterFactory()
public boolean isFactoryForType(Object object)
true if the object is either the model's package
or is an instance object of the model. isFactoryForType in interface AdapterFactoryisFactoryForType in class AdapterFactoryImplpublic Adapter createAdapter(Notifier target)
target. createAdapter in class AdapterFactoryImpltarget - the object to adapt.target.public Adapter createStopActionAdapter()
Stop Action'. This default implementation returns null so that we can easily ignore cases; it's useful
to ignore a case when inheritance will catch all the cases anyway. StopActionpublic Adapter createAbstractInternalControlFlowActionAdapter()
Abstract
Internal Control Flow Action'. This default implementation
returns null so that we can easily ignore cases; it's useful to ignore a case when
inheritance will catch all the cases anyway. AbstractInternalControlFlowActionpublic Adapter createAbstractActionAdapter()
Abstract Action'. This default implementation returns null so that we can easily ignore
cases; it's useful to ignore a case when inheritance will catch all the cases anyway. AbstractActionpublic Adapter createResourceDemandingBehaviourAdapter()
Resource Demanding
Behaviour'. This default implementation returns null so that we
can easily ignore cases; it's useful to ignore a case when inheritance will catch all the
cases anyway. ResourceDemandingBehaviourpublic Adapter createAbstractLoopActionAdapter()
Abstract Loop Action'.
This default implementation returns null so that we can easily ignore
cases; it's useful to ignore a case when inheritance will catch all the cases anyway. AbstractLoopActionpublic Adapter createAbstractBranchTransitionAdapter()
Abstract Branch
Transition'. This default implementation returns null so that
we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the
cases anyway. AbstractBranchTransitionpublic Adapter createBranchActionAdapter()
Branch Action'. This default implementation returns null so that we can easily ignore
cases; it's useful to ignore a case when inheritance will catch all the cases anyway. BranchActionpublic Adapter createCallActionAdapter()
Call Action'. This default implementation returns null so that we can easily ignore cases; it's useful
to ignore a case when inheritance will catch all the cases anyway. CallActionpublic Adapter createStartActionAdapter()
Start Action'. This default implementation returns null so that we can easily ignore
cases; it's useful to ignore a case when inheritance will catch all the cases anyway. StartActionpublic Adapter createServiceEffectSpecificationAdapter()
Service Effect
Specification'. This default implementation returns null so
that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all
the cases anyway. ServiceEffectSpecificationpublic Adapter createResourceDemandingSEFFAdapter()
Resource Demanding
SEFF'. This default implementation returns null so that we can
easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases
anyway. ResourceDemandingSEFFpublic Adapter createResourceDemandingInternalBehaviourAdapter()
Resource
Demanding Internal Behaviour'. This default implementation
returns null so that we can easily ignore cases; it's useful to ignore a case when
inheritance will catch all the cases anyway. ResourceDemandingInternalBehaviourpublic Adapter createReleaseActionAdapter()
Release Action'. This default implementation returns null so that we can easily ignore
cases; it's useful to ignore a case when inheritance will catch all the cases anyway. ReleaseActionpublic Adapter createLoopActionAdapter()
Loop Action'. This default implementation returns null so that we can easily ignore cases; it's useful
to ignore a case when inheritance will catch all the cases anyway. LoopActionpublic Adapter createForkActionAdapter()
Fork Action'. This default implementation returns null so that we can easily ignore cases; it's useful
to ignore a case when inheritance will catch all the cases anyway. ForkActionpublic Adapter createForkedBehaviourAdapter()
Forked Behaviour'. This default implementation returns null so that we can easily ignore
cases; it's useful to ignore a case when inheritance will catch all the cases anyway. ForkedBehaviourpublic Adapter createSynchronisationPointAdapter()
Synchronisation Point'.
This default implementation returns null so that we can easily ignore
cases; it's useful to ignore a case when inheritance will catch all the cases anyway. SynchronisationPointpublic Adapter createExternalCallActionAdapter()
External Call Action'.
This default implementation returns null so that we can easily ignore
cases; it's useful to ignore a case when inheritance will catch all the cases anyway. ExternalCallActionpublic Adapter createCallReturnActionAdapter()
Call Return Action'. This default implementation returns null so that we can easily ignore
cases; it's useful to ignore a case when inheritance will catch all the cases anyway. CallReturnActionpublic Adapter createProbabilisticBranchTransitionAdapter()
Probabilistic Branch
Transition'. This default implementation returns null so that
we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the
cases anyway. ProbabilisticBranchTransitionpublic Adapter createAcquireActionAdapter()
Acquire Action'. This default implementation returns null so that we can easily ignore
cases; it's useful to ignore a case when inheritance will catch all the cases anyway. AcquireActionpublic Adapter createCollectionIteratorActionAdapter()
Collection Iterator
Action'. This default implementation returns null so that we
can easily ignore cases; it's useful to ignore a case when inheritance will catch all the
cases anyway. CollectionIteratorActionpublic Adapter createGuardedBranchTransitionAdapter()
Guarded Branch
Transition'. This default implementation returns null so that
we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the
cases anyway. GuardedBranchTransitionpublic Adapter createSetVariableActionAdapter()
Set Variable Action'. This default implementation returns null so that we can easily ignore
cases; it's useful to ignore a case when inheritance will catch all the cases anyway. SetVariableActionpublic Adapter createInternalCallActionAdapter()
Internal Call Action'.
This default implementation returns null so that we can easily ignore
cases; it's useful to ignore a case when inheritance will catch all the cases anyway. InternalCallActionpublic Adapter createEmitEventActionAdapter()
Emit Event Action'. This default implementation returns null so that we can easily ignore
cases; it's useful to ignore a case when inheritance will catch all the cases anyway. EmitEventActionpublic Adapter createInternalActionAdapter()
Internal Action'. This default implementation returns null so that we can easily ignore
cases; it's useful to ignore a case when inheritance will catch all the cases anyway. InternalActionpublic Adapter createIdentifierAdapter()
Identifier'. This default implementation returns null so
that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all
the cases anyway. Identifierpublic Adapter createNamedElementAdapter()
Named Element'. This default implementation returns null so that we can easily ignore
cases; it's useful to ignore a case when inheritance will catch all the cases anyway. NamedElementpublic Adapter createEntityAdapter()
Entity'. This default implementation returns null so that we can easily ignore cases; it's useful
to ignore a case when inheritance will catch all the cases anyway. Entitypublic Adapter createFailureHandlingEntityAdapter()
Failure
Handling Entity'. This default implementation returns null so
that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all
the cases anyway. FailureHandlingEntitypublic Adapter createEObjectAdapter()