public class ArchoptionsAdapterFactory extends AdapterFactoryImpl
createXXX method for each class of the model.
ArchoptionsPackage| Constructor and Description |
|---|
ArchoptionsAdapterFactory()
Creates an instance of the adapter factory.
|
| Modifier and Type | Method and Description |
|---|---|
Adapter |
createAdapter(Notifier target)
Creates an adapter for the
target. |
Adapter |
createAllocateNeverTogetherAdapter()
Creates a new adapter for an object of class '
Allocate Never Together'. |
Adapter |
createAllocateTogetherAdapter()
Creates a new adapter for an object of class '
Allocate Together'. |
Adapter |
createAlternativeObjectAdapter()
Creates a new adapter for an object of class '
Alternative Object'. |
Adapter |
createArchCandidateAdapter()
Creates a new adapter for an object of class '
Arch Candidate'. |
Adapter |
createArchOptionAdapter()
Creates a new adapter for an object of class '
Arch Option'. |
Adapter |
createBanComponentAdapter()
Creates a new adapter for an object of class '
Ban Component'. |
Adapter |
createChangeDataTypeAdapter()
Creates a new adapter for an object of class '
Change Data Type'. |
Adapter |
createChangeInterfaceAdapter()
Creates a new adapter for an object of class '
Change Interface'. |
Adapter |
createChangeRolesAdapter()
Creates a new adapter for an object of class '
Change Roles'. |
Adapter |
createComponentOptionAdapter()
Creates a new adapter for an object of class '
Component Option'. |
Adapter |
createConflictObjectAdapter()
Creates a new adapter for an object of class '
Conflict Object'. |
Adapter |
createCouldResolveObjectAdapter()
Creates a new adapter for an object of class '
Could Resolve Object'. |
Adapter |
createDataTypeOptionAdapter()
Creates a new adapter for an object of class '
Data Type Option'. |
Adapter |
createDependencyObjectAdapter()
Creates a new adapter for an object of class '
Dependency Object'. |
Adapter |
createDeploymentOptionAdapter()
Creates a new adapter for an object of class '
Deployment Option'. |
Adapter |
createDuplicationObjectAdapter()
Creates a new adapter for an object of class '
Duplication Object'. |
Adapter |
createEObjectAdapter()
Creates a new adapter for the default case.
|
Adapter |
createFunctionalityConnectionAdapter()
Creates a new adapter for an object of class '
Functionality Connection'. |
Adapter |
createIdentifierAdapter()
Creates a new adapter for an object of class '
Identifier'. |
Adapter |
createInterfaceOptionAdapter()
Creates a new adapter for an object of class '
Interface Option'. |
Adapter |
createIntroduceNewAdapterAdapter()
Creates a new adapter for an object of class '
Introduce New Adapter'. |
Adapter |
createIntroduceNewComponentAdapter()
Creates a new adapter for an object of class '
Introduce New Component'. |
Adapter |
createIntroduceNewDataTypeAdapter()
Creates a new adapter for an object of class '
Introduce New Data Type'. |
Adapter |
createIntroduceNewInterfaceAdapter()
Creates a new adapter for an object of class '
Introduce New Interface'. |
Adapter |
createMergeComponentsAdapter()
Creates a new adapter for an object of class '
Merge Components'. |
Adapter |
createMoveComponentsAdapter()
Creates a new adapter for an object of class '
Move Components'. |
Adapter |
createMultipleAllocationAdapter()
Creates a new adapter for an object of class '
Multiple Allocation'. |
Adapter |
createMultipleInstantiationAdapter()
Creates a new adapter for an object of class '
Multiple Instantiation'. |
Adapter |
createNeverAllocateToSpecificNodesAdapter()
Creates a new adapter for an object of class '
Never Allocate To Specific Nodes'. |
Adapter |
createOnlySingleAllocationAdapter()
Creates a new adapter for an object of class '
Only Single Allocation'. |
Adapter |
createOnlySingleInstantiationAdapter()
Creates a new adapter for an object of class '
Only Single Instantiation'. |
Adapter |
createOptionAdapter()
Creates a new adapter for an object of class '
Option'. |
Adapter |
createParentalObjectAdapter()
Creates a new adapter for an object of class '
Parental Object'. |
Adapter |
createProvidedFunctionalityAdapter()
Creates a new adapter for an object of class '
Provided Functionality'. |
Adapter |
createRelationObjectAdapter()
Creates a new adapter for an object of class '
Relation Object'. |
Adapter |
createRemoveDataTypeAdapter()
Creates a new adapter for an object of class '
Remove Data Type'. |
Adapter |
createRemoveInterfaceAdapter()
Creates a new adapter for an object of class '
Remove Interface'. |
Adapter |
createReplaceComponentsAdapter()
Creates a new adapter for an object of class '
Replace Components'. |
Adapter |
createRequiredFunctionalityAdapter()
Creates a new adapter for an object of class '
Required Functionality'. |
Adapter |
createResolveObjectAdapter()
Creates a new adapter for an object of class '
Resolve Object'. |
Adapter |
createReuseComponentAdapter()
Creates a new adapter for an object of class '
Reuse Component'. |
Adapter |
createSelectionObjectAdapter()
Creates a new adapter for an object of class '
Selection Object'. |
Adapter |
createSplitComponentAdapter()
Creates a new adapter for an object of class '
Split Component'. |
Adapter |
createStakeholderObjectAdapter()
Creates a new adapter for an object of class '
Stakeholder Object'. |
Adapter |
createTraceableObjectAdapter()
Creates a new adapter for an object of class '
Traceable Object'. |
Adapter |
createTriggerObjectAdapter()
Creates a new adapter for an object of class '
Trigger Object'. |
boolean |
isFactoryForType(Object object)
Returns whether this factory is applicable for the type of the object.
|
adapt, adapt, adaptAllNew, adaptNewpublic ArchoptionsAdapterFactory()
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 createProvidedFunctionalityAdapter()
Provided Functionality'.
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.
ProvidedFunctionalitypublic Adapter createRequiredFunctionalityAdapter()
Required Functionality'.
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.
RequiredFunctionalitypublic Adapter createFunctionalityConnectionAdapter()
Functionality 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.
FunctionalityConnectionpublic Adapter createMultipleInstantiationAdapter()
Multiple Instantiation'.
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.
MultipleInstantiationpublic Adapter createOnlySingleInstantiationAdapter()
Only Single Instantiation'.
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.
OnlySingleInstantiationpublic Adapter createOnlySingleAllocationAdapter()
Only Single Allocation'.
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.
OnlySingleAllocationpublic Adapter createMultipleAllocationAdapter()
Multiple Allocation'.
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.
MultipleAllocationpublic Adapter createAllocateTogetherAdapter()
Allocate Together'.
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.
AllocateTogetherpublic Adapter createAllocateNeverTogetherAdapter()
Allocate Never Together'.
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.
AllocateNeverTogetherpublic Adapter createNeverAllocateToSpecificNodesAdapter()
Never Allocate To Specific Nodes'.
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.
NeverAllocateToSpecificNodespublic Adapter createMoveComponentsAdapter()
Move Components'.
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.
MoveComponentspublic Adapter createIntroduceNewComponentAdapter()
Introduce New 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.
IntroduceNewComponentpublic Adapter createIntroduceNewAdapterAdapter()
Introduce New Adapter'.
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.
IntroduceNewAdapterpublic Adapter createReuseComponentAdapter()
Reuse 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.
ReuseComponentpublic Adapter createBanComponentAdapter()
Ban 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.
BanComponentpublic Adapter createReplaceComponentsAdapter()
Replace Components'.
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.
ReplaceComponentspublic Adapter createSplitComponentAdapter()
Split 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.
SplitComponentpublic Adapter createMergeComponentsAdapter()
Merge Components'.
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.
MergeComponentspublic Adapter createChangeRolesAdapter()
Change Roles'.
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.
ChangeRolespublic Adapter createComponentOptionAdapter()
Component Option'.
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.
ComponentOptionpublic Adapter createDeploymentOptionAdapter()
Deployment Option'.
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.
DeploymentOptionpublic Adapter createArchOptionAdapter()
Arch Option'.
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.
ArchOptionpublic Adapter createChangeDataTypeAdapter()
Change Data Type'.
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.
ChangeDataTypepublic Adapter createIntroduceNewDataTypeAdapter()
Introduce New Data Type'.
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.
IntroduceNewDataTypepublic Adapter createRemoveDataTypeAdapter()
Remove Data Type'.
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.
RemoveDataTypepublic Adapter createInterfaceOptionAdapter()
Interface Option'.
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.
InterfaceOptionpublic Adapter createDataTypeOptionAdapter()
Data Type Option'.
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.
DataTypeOptionpublic Adapter createChangeInterfaceAdapter()
Change Interface'.
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.
ChangeInterfacepublic Adapter createRemoveInterfaceAdapter()
Remove Interface'.
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.
RemoveInterfacepublic Adapter createIntroduceNewInterfaceAdapter()
Introduce New Interface'.
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.
IntroduceNewInterfacepublic Adapter createArchCandidateAdapter()
Arch Candidate'.
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.
ArchCandidatepublic 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 createRelationObjectAdapter()
Relation Object'.
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.
RelationObjectpublic Adapter createConflictObjectAdapter()
Conflict Object'.
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.
ConflictObjectpublic Adapter createDuplicationObjectAdapter()
Duplication Object'.
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.
DuplicationObjectpublic Adapter createDependencyObjectAdapter()
Dependency Object'.
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.
DependencyObjectpublic Adapter createParentalObjectAdapter()
Parental Object'.
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.
ParentalObjectpublic Adapter createTriggerObjectAdapter()
Trigger Object'.
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.
TriggerObjectpublic Adapter createResolveObjectAdapter()
Resolve Object'.
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.
ResolveObjectpublic Adapter createAlternativeObjectAdapter()
Alternative Object'.
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.
AlternativeObjectpublic Adapter createCouldResolveObjectAdapter()
Could Resolve Object'.
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.
CouldResolveObjectpublic Adapter createStakeholderObjectAdapter()
Stakeholder Object'.
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.
StakeholderObjectpublic Adapter createSelectionObjectAdapter()
Selection Object'.
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.
SelectionObjectpublic Adapter createTraceableObjectAdapter()
Traceable Object'.
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.
TraceableObjectpublic Adapter createOptionAdapter()
Option'.
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.
Optionpublic Adapter createEObjectAdapter()