@Deprecated
public class RuntimeAdapterFactory
extends AdapterFactoryImpl
createXXX method for each class of the model.
RuntimePackage| Constructor and Description |
|---|
RuntimeAdapterFactory()
Deprecated.
Creates an instance of the adapter factory.
|
| Modifier and Type | Method and Description |
|---|---|
Adapter |
createAdapter(Notifier target)
Deprecated.
Creates an adapter for the
target. |
Adapter |
createEObjectAdapter()
Deprecated.
Creates a new adapter for the default case.
|
Adapter |
createIWorkflowVisitorAdapter()
Deprecated.
Creates a new adapter for an object of class '
IWorkflow Visitor'. |
Adapter |
createWorkflowContextAdapter()
Deprecated.
Creates a new adapter for an object of class '
Workflow Context'. |
Adapter |
createWorkflowEngineAdapter()
Deprecated.
Creates a new adapter for an object of class '
Workflow Engine'. |
Adapter |
createWorkflowEngineProxyAdapter()
Deprecated.
Creates a new adapter for an object of class '
Workflow Engine Proxy'. |
Adapter |
createWorkflowLogAdapter()
Deprecated.
Creates a new adapter for an object of class '
Workflow Log'. |
Adapter |
createWorkflowLogEntryAdapter()
Deprecated.
Creates a new adapter for an object of class '
Workflow Log Entry'. |
Adapter |
createWorkflowLogMapAdapter()
Deprecated.
Creates a new adapter for an object of class '
Workflow Log Map'. |
Adapter |
createWorkflowLogResetterAdapter()
Deprecated.
Creates a new adapter for an object of class '
Workflow Log Resetter'. |
Adapter |
createWorkflowParameterMapAdapter()
Deprecated.
Creates a new adapter for an object of class '
Workflow Parameter Map'. |
Adapter |
createWorkflowRunnableAdapter()
Deprecated.
Creates a new adapter for an object of class '
Workflow Runnable'. |
Adapter |
createWorkflowRunnerAdapter()
Deprecated.
Creates a new adapter for an object of class '
Workflow Runner'. |
Adapter |
createWorkflowStateMapAdapter()
Deprecated.
Creates a new adapter for an object of class '
Workflow State Map'. |
Adapter |
createWorkflowStateResetterAdapter()
Deprecated.
Creates a new adapter for an object of class '
Workflow State Resetter'. |
Adapter |
createWorkflowStateResolutionStrategyAdapter()
Deprecated.
Creates a new adapter for an object of class '
Workflow State Resolution Strategy'. |
boolean |
isFactoryForType(java.lang.Object object)
Deprecated.
Returns whether this factory is applicable for the type of the object.
|
public RuntimeAdapterFactory()
public boolean isFactoryForType(java.lang.Object object)
true if the object is either the model's package or is an instance object of the model.
public Adapter createAdapter(Notifier target)
target.
target - the object to adapt.target.public Adapter createWorkflowContextAdapter()
Workflow Context'.
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.
WorkflowContextpublic Adapter createWorkflowEngineAdapter()
Workflow Engine'.
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.
WorkflowEnginepublic Adapter createWorkflowStateMapAdapter()
Workflow State Map'.
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.
Map.Entrypublic Adapter createWorkflowParameterMapAdapter()
Workflow Parameter Map'.
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.
Map.Entrypublic Adapter createWorkflowStateResolutionStrategyAdapter()
Workflow State Resolution Strategy'.
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.
WorkflowStateResolutionStrategypublic Adapter createWorkflowRunnableAdapter()
Workflow Runnable'.
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.
Runnablepublic Adapter createWorkflowRunnerAdapter()
Workflow Runner'.
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.
WorkflowRunnerpublic Adapter createWorkflowStateResetterAdapter()
Workflow State Resetter'.
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.
WorkflowStateResetterpublic Adapter createWorkflowLogAdapter()
Workflow Log'.
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.
WorkflowLogpublic Adapter createWorkflowLogEntryAdapter()
Workflow Log Entry'.
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.
WorkflowLogEntrypublic Adapter createWorkflowLogMapAdapter()
Workflow Log Map'.
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.
Map.Entrypublic Adapter createWorkflowLogResetterAdapter()
Workflow Log Resetter'.
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.
WorkflowLogResetterpublic Adapter createWorkflowEngineProxyAdapter()
Workflow Engine Proxy'.
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.
WorkflowEngineProxypublic Adapter createIWorkflowVisitorAdapter()
IWorkflow Visitor'.
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.
IWorkflowVisitorpublic Adapter createEObjectAdapter()