public class UsagemodelAdapterFactory extends AdapterFactoryImpl
createXXX method for each class of the model. UsagemodelPackage| Constructor and Description |
|---|
UsagemodelAdapterFactory()
Creates an instance of the adapter factory.
|
| Modifier and Type | Method and Description |
|---|---|
Adapter |
createAbstractUserActionAdapter()
Creates a new adapter for an object of class
'
Abstract User
Action'. |
Adapter |
createAdapter(Notifier target)
Creates an adapter for the
target. |
Adapter |
createBranchAdapter()
Creates a new adapter for an object of class
'
Branch'. |
Adapter |
createBranchTransitionAdapter()
Creates a new adapter for an object of class
'
Branch Transition'. |
Adapter |
createClosedWorkloadAdapter()
Creates a new adapter for an object of class '
Closed Workload'. |
Adapter |
createDelayAdapter()
Creates a new adapter for an object of class
'
Delay'. |
Adapter |
createEntityAdapter()
Creates a new adapter for an object of class
'
Entity'. |
Adapter |
createEntryLevelSystemCallAdapter()
Creates a new adapter for an object of class
'
Entry Level System
Call'. |
Adapter |
createEObjectAdapter()
Creates a new adapter for the default case.
|
Adapter |
createIdentifierAdapter()
Creates a new adapter for an object of class '
Identifier'. |
Adapter |
createLoopAdapter()
Creates a new adapter for an object of class
'
Loop'. |
Adapter |
createNamedElementAdapter()
Creates a new adapter for an object of class '
Named Element'. |
Adapter |
createOpenWorkloadAdapter()
Creates a new adapter for an object of class '
Open Workload'. |
Adapter |
createScenarioBehaviourAdapter()
Creates a new adapter for an object of class
'
Scenario Behaviour'. |
Adapter |
createStartAdapter()
Creates a new adapter for an object of class
'
Start'. |
Adapter |
createStopAdapter()
Creates a new adapter for an object of class
'
Stop'. |
Adapter |
createUsageModelAdapter()
Creates a new adapter for an object of class '
Usage Model'. |
Adapter |
createUsageScenarioAdapter()
Creates a new adapter for an object of class '
Usage Scenario'. |
Adapter |
createUserDataAdapter()
Creates a new adapter for an object of class '
User Data'. |
Adapter |
createWorkloadAdapter()
Creates a new adapter for an object of class
'
Workload'. |
boolean |
isFactoryForType(Object object)
Returns whether this factory is applicable for the type of the object.
|
adapt, adapt, adaptAllNew, adaptNewpublic static final String copyright
public UsagemodelAdapterFactory()
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 createWorkloadAdapter()
Workload'. 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. Workloadpublic Adapter createUsageScenarioAdapter()
Usage Scenario'. 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. UsageScenariopublic Adapter createUserDataAdapter()
User Data'. 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. UserDatapublic Adapter createUsageModelAdapter()
Usage Model'. 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. UsageModelpublic Adapter createEntryLevelSystemCallAdapter()
Entry Level System
Call'. 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. EntryLevelSystemCallpublic Adapter createAbstractUserActionAdapter()
Abstract User
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. AbstractUserActionpublic Adapter createScenarioBehaviourAdapter()
Scenario Behaviour'.
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. ScenarioBehaviourpublic Adapter createBranchTransitionAdapter()
Branch Transition'.
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. BranchTransitionpublic Adapter createBranchAdapter()
Branch'. 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. Branchpublic Adapter createLoopAdapter()
Loop'.
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. Looppublic Adapter createStopAdapter()
Stop'.
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. Stoppublic Adapter createStartAdapter()
Start'.
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. Startpublic Adapter createOpenWorkloadAdapter()
Open Workload'. 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. OpenWorkloadpublic Adapter createDelayAdapter()
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. Delaypublic Adapter createClosedWorkloadAdapter()
Closed Workload'. 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. ClosedWorkloadpublic Adapter createIdentifierAdapter()
Identifier'. 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. Identifierpublic Adapter createNamedElementAdapter()
Named Element'. 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. NamedElementpublic Adapter createEntityAdapter()
Entity'. 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. Entitypublic Adapter createEObjectAdapter()