public class SimucomstatusAdapterFactory extends AdapterFactoryImpl
createXXX method for each class of the model. SimucomstatusPackage| Constructor and Description |
|---|
SimucomstatusAdapterFactory()
Creates an instance of the adapter factory.
|
| Modifier and Type | Method and Description |
|---|---|
Adapter |
createActionAdapter()
Creates a new adapter for an object of class '
Action'. |
Adapter |
createActiveResouceAdapter()
Creates a new adapter for an object of class '
Active Resouce'. |
Adapter |
createAdapter(Notifier target)
Creates an adapter for the
target. |
Adapter |
createEObjectAdapter()
Creates a new adapter for the default case.
|
Adapter |
createPassiveResourceAdapter()
Creates a new adapter for an object of class '
Passive Resource'. |
Adapter |
createProcessAdapter()
Creates a new adapter for an object of class '
Process'. |
Adapter |
createSimuComStatusAdapter()
Creates a new adapter for an object of class '
Simu Com Status
'. |
Adapter |
createSimulatedProcessesAdapter()
Creates a new adapter for an object of class '
Simulated Processes'. |
Adapter |
createSimulatedResourcesAdapter()
Creates a new adapter for an object of class '
Simulated Resources'. |
Adapter |
createWaitForAcquireAdapter()
Creates a new adapter for an object of class '
Wait For Acquire'. |
Adapter |
createWaitForDelayAdapter()
Creates a new adapter for an object of class '
Wait For Delay'. |
Adapter |
createWaitForDemandAdapter()
Creates a new adapter for an object of class '
Wait For Demand
'. |
boolean |
isFactoryForType(Object object)
Returns whether this factory is applicable for the type of the object.
|
adapt, adapt, adaptAllNew, adaptNewpublic SimucomstatusAdapterFactory()
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 createSimuComStatusAdapter()
Simu Com Status
'. 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.
SimuComStatuspublic Adapter createSimulatedProcessesAdapter()
Simulated Processes'. 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. SimulatedProcessespublic Adapter createProcessAdapter()
Process'. 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. Processpublic Adapter createActionAdapter()
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. Actionpublic Adapter createSimulatedResourcesAdapter()
Simulated Resources'. 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. SimulatedResourcespublic Adapter createActiveResouceAdapter()
Active Resouce'.
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. ActiveResoucepublic Adapter createWaitForDemandAdapter()
Wait For Demand
'. 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.
WaitForDemandpublic Adapter createPassiveResourceAdapter()
Passive Resource'. 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. PassiveResourcepublic Adapter createWaitForAcquireAdapter()
Wait For Acquire'. 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. WaitForAcquirepublic Adapter createWaitForDelayAdapter()
Wait For Delay'.
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. WaitForDelaypublic Adapter createEObjectAdapter()