|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAdapterFactoryImpl
org.eclipse.gmt.modisco.workflow.mwe.workflow.util.WorkflowAdapterFactory
@Deprecated public class WorkflowAdapterFactory
The Adapter Factory for the model.
It provides an adapter createXXX
method for each class of the model.
WorkflowPackage
Constructor Summary | |
---|---|
WorkflowAdapterFactory()
Deprecated. Creates an instance of the adapter factory. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WorkflowAdapterFactory()
Method Detail |
---|
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.
Workflow
public 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.
WorkflowComponent
public 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.
WorkflowCompositeComponent
public 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.
WorkflowUnitOfWork
public 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.
WorkflowParameter
public 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.
WorkflowParameterValueStrategy
public 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.
WorkflowParameterConnection
public 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.
WorkflowParameterSimpleValueStrategy
public 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.
IWorkflowVisitor
public 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.
WorkflowComponentProxy
public 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.
WorkflowComponentMinimalist
public Adapter createEObjectAdapter()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |