@Deprecated
public class WorkflowAdapterFactory
extends AdapterFactoryImpl
createXXX method for each class of the model.
WorkflowPackage| Constructor and Description |
|---|
WorkflowAdapterFactory()
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 |
createWorkflowAdapter()
Deprecated.
Creates a new adapter for an object of class '
Workflow'. |
Adapter |
createWorkflowComponentAdapter()
Deprecated.
Creates a new adapter for an object of class '
Component'. |
Adapter |
createWorkflowComponentMinimalistAdapter()
Deprecated.
Creates a new adapter for an object of class '
Component Minimalist'. |
Adapter |
createWorkflowComponentProxyAdapter()
Deprecated.
Creates a new adapter for an object of class '
Component Proxy'. |
Adapter |
createWorkflowCompositeComponentAdapter()
Deprecated.
Creates a new adapter for an object of class '
Composite Component'. |
Adapter |
createWorkflowParameterAdapter()
Deprecated.
Creates a new adapter for an object of class '
Parameter'. |
Adapter |
createWorkflowParameterConnectionAdapter()
Deprecated.
Creates a new adapter for an object of class '
Parameter Connection'. |
Adapter |
createWorkflowParameterSimpleValueStrategyAdapter()
Deprecated.
Creates a new adapter for an object of class '
Parameter Simple Value Strategy'. |
Adapter |
createWorkflowParameterValueStrategyAdapter()
Deprecated.
Creates a new adapter for an object of class '
Parameter Value Strategy'. |
Adapter |
createWorkflowUnitOfWorkAdapter()
Deprecated.
Creates a new adapter for an object of class '
Unit Of Work'. |
boolean |
isFactoryForType(java.lang.Object object)
Deprecated.
Returns whether this factory is applicable for the type of the object.
|
public WorkflowAdapterFactory()
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 createWorkflowAdapter()
Workflow'.
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.
Workflowpublic Adapter createWorkflowComponentAdapter()
Component'.
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.
WorkflowComponentpublic Adapter createWorkflowCompositeComponentAdapter()
Composite Component'.
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.
WorkflowCompositeComponentpublic Adapter createWorkflowUnitOfWorkAdapter()
Unit Of Work'.
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.
WorkflowUnitOfWorkpublic Adapter createWorkflowParameterAdapter()
Parameter'.
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.
WorkflowParameterpublic Adapter createWorkflowParameterValueStrategyAdapter()
Parameter Value 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.
WorkflowParameterValueStrategypublic Adapter createWorkflowParameterConnectionAdapter()
Parameter Connection'.
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.
WorkflowParameterConnectionpublic Adapter createWorkflowParameterSimpleValueStrategyAdapter()
Parameter Simple Value 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.
WorkflowParameterSimpleValueStrategypublic 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 createWorkflowComponentProxyAdapter()
Component 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.
WorkflowComponentProxypublic Adapter createWorkflowComponentMinimalistAdapter()
Component Minimalist'.
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.
WorkflowComponentMinimalistpublic Adapter createEObjectAdapter()