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, adaptNew
public 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 AdapterFactory
isFactoryForType
in class AdapterFactoryImpl
public Adapter createAdapter(Notifier target)
target
.
createAdapter
in class AdapterFactoryImpl
target
- 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.
ProvidedFunctionality
public 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.
RequiredFunctionality
public 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.
FunctionalityConnection
public 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.
MultipleInstantiation
public 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.
OnlySingleInstantiation
public 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.
OnlySingleAllocation
public 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.
MultipleAllocation
public 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.
AllocateTogether
public 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.
AllocateNeverTogether
public 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.
NeverAllocateToSpecificNodes
public 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.
MoveComponents
public 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.
IntroduceNewComponent
public 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.
IntroduceNewAdapter
public 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.
ReuseComponent
public 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.
BanComponent
public 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.
ReplaceComponents
public 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.
SplitComponent
public 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.
MergeComponents
public 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.
ChangeRoles
public 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.
ComponentOption
public 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.
DeploymentOption
public 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.
ArchOption
public 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.
ChangeDataType
public 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.
IntroduceNewDataType
public 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.
RemoveDataType
public 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.
InterfaceOption
public 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.
DataTypeOption
public 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.
ChangeInterface
public 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.
RemoveInterface
public 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.
IntroduceNewInterface
public 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.
ArchCandidate
public 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.
Identifier
public 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.
RelationObject
public 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.
ConflictObject
public 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.
DuplicationObject
public 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.
DependencyObject
public 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.
ParentalObject
public 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.
TriggerObject
public 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.
ResolveObject
public 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.
AlternativeObject
public 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.
CouldResolveObject
public 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.
StakeholderObject
public 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.
SelectionObject
public 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.
TraceableObject
public 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.
Option
public Adapter createEObjectAdapter()