org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.util
Class RuntimeAdapterFactory

java.lang.Object
  extended by AdapterFactoryImpl
      extended by org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.util.RuntimeAdapterFactory

Deprecated.

@Deprecated
public class RuntimeAdapterFactory
extends AdapterFactoryImpl

The Adapter Factory for the model. It provides an adapter createXXX method for each class of the model.

See Also:
RuntimePackage
Generated:

Constructor Summary
RuntimeAdapterFactory()
          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 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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuntimeAdapterFactory

public RuntimeAdapterFactory()
Deprecated. 
Creates an instance of the adapter factory.

Generated:
Method Detail

isFactoryForType

public boolean isFactoryForType(java.lang.Object object)
Deprecated. 
Returns whether this factory is applicable for the type of the object. This implementation returns true if the object is either the model's package or is an instance object of the model.

Returns:
whether this factory is applicable for the type of the object.
Generated:

createAdapter

public Adapter createAdapter(Notifier target)
Deprecated. 
Creates an adapter for the target.

Parameters:
target - the object to adapt.
Returns:
the adapter for the target.
Generated:

createWorkflowContextAdapter

public Adapter createWorkflowContextAdapter()
Deprecated. 
Creates a new adapter for an object of class '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.

Returns:
the new adapter.
See Also:
WorkflowContext
Generated:

createWorkflowEngineAdapter

public Adapter createWorkflowEngineAdapter()
Deprecated. 
Creates a new adapter for an object of class '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.

Returns:
the new adapter.
See Also:
WorkflowEngine
Generated:

createWorkflowStateMapAdapter

public Adapter createWorkflowStateMapAdapter()
Deprecated. 
Creates a new adapter for an object of class '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.

Returns:
the new adapter.
See Also:
Map.Entry
Generated:

createWorkflowParameterMapAdapter

public Adapter createWorkflowParameterMapAdapter()
Deprecated. 
Creates a new adapter for an object of class '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.

Returns:
the new adapter.
See Also:
Map.Entry
Generated:

createWorkflowStateResolutionStrategyAdapter

public Adapter createWorkflowStateResolutionStrategyAdapter()
Deprecated. 
Creates a new adapter for an object of class '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.

Returns:
the new adapter.
See Also:
WorkflowStateResolutionStrategy
Generated:

createWorkflowRunnableAdapter

public Adapter createWorkflowRunnableAdapter()
Deprecated. 
Creates a new adapter for an object of class '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.

Returns:
the new adapter.
See Also:
Runnable
Generated:

createWorkflowRunnerAdapter

public Adapter createWorkflowRunnerAdapter()
Deprecated. 
Creates a new adapter for an object of class '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.

Returns:
the new adapter.
See Also:
WorkflowRunner
Generated:

createWorkflowStateResetterAdapter

public Adapter createWorkflowStateResetterAdapter()
Deprecated. 
Creates a new adapter for an object of class '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.

Returns:
the new adapter.
See Also:
WorkflowStateResetter
Generated:

createWorkflowLogAdapter

public Adapter createWorkflowLogAdapter()
Deprecated. 
Creates a new adapter for an object of class '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.

Returns:
the new adapter.
See Also:
WorkflowLog
Generated:

createWorkflowLogEntryAdapter

public Adapter createWorkflowLogEntryAdapter()
Deprecated. 
Creates a new adapter for an object of class '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.

Returns:
the new adapter.
See Also:
WorkflowLogEntry
Generated:

createWorkflowLogMapAdapter

public Adapter createWorkflowLogMapAdapter()
Deprecated. 
Creates a new adapter for an object of class '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.

Returns:
the new adapter.
See Also:
Map.Entry
Generated:

createWorkflowLogResetterAdapter

public Adapter createWorkflowLogResetterAdapter()
Deprecated. 
Creates a new adapter for an object of class '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.

Returns:
the new adapter.
See Also:
WorkflowLogResetter
Generated:

createWorkflowEngineProxyAdapter

public Adapter createWorkflowEngineProxyAdapter()
Deprecated. 
Creates a new adapter for an object of class '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.

Returns:
the new adapter.
See Also:
WorkflowEngineProxy
Generated:

createIWorkflowVisitorAdapter

public Adapter createIWorkflowVisitorAdapter()
Deprecated. 
Creates a new adapter for an object of class '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.

Returns:
the new adapter.
See Also:
IWorkflowVisitor
Generated:

createEObjectAdapter

public Adapter createEObjectAdapter()
Deprecated. 
Creates a new adapter for the default case. This default implementation returns null.

Returns:
the new adapter.
Generated: