Class ContextMappingDSLAdapterFactory
java.lang.Object
org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
org.contextmapper.dsl.contextMappingDSL.util.ContextMappingDSLAdapterFactory
- All Implemented Interfaces:
org.eclipse.emf.common.notify.AdapterFactory
public class ContextMappingDSLAdapterFactory
extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
The Adapter Factory for the model.
It provides an adapter
createXXX
method for each class of the model.
- See Also:
- Generated:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static ContextMappingDSLPackage
The cached model package.protected ContextMappingDSLSwitch<org.eclipse.emf.common.notify.Adapter>
The switch that delegates to thecreateXXX
methods. -
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of the adapter factory. -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.Adapter
createAdapter
(org.eclipse.emf.common.notify.Notifier target) Creates an adapter for thetarget
.org.eclipse.emf.common.notify.Adapter
Creates a new adapter for an object of class 'Aggregate
'.org.eclipse.emf.common.notify.Adapter
Creates a new adapter for an object of class 'Application
'.org.eclipse.emf.common.notify.Adapter
Creates a new adapter for an object of class 'Bounded Context
'.org.eclipse.emf.common.notify.Adapter
Creates a new adapter for an object of class 'Command Invokation
'.org.eclipse.emf.common.notify.Adapter
Creates a new adapter for an object of class 'Command Invokation Step
'.org.eclipse.emf.common.notify.Adapter
Creates a new adapter for an object of class 'Concurrent Command Invokation
'.org.eclipse.emf.common.notify.Adapter
Creates a new adapter for an object of class 'Concurrent Operation Invokation
'.org.eclipse.emf.common.notify.Adapter
Creates a new adapter for an object of class 'Context Map
'.org.eclipse.emf.common.notify.Adapter
Creates a new adapter for an object of class 'Context Mapping Model
'.org.eclipse.emf.common.notify.Adapter
Creates a new adapter for an object of class 'Customer Supplier Relationship
'.org.eclipse.emf.common.notify.Adapter
Creates a new adapter for an object of class 'Domain
'.org.eclipse.emf.common.notify.Adapter
Creates a new adapter for an object of class 'Domain Event Production Step
'.org.eclipse.emf.common.notify.Adapter
Creates a new adapter for an object of class 'Domain Part
'.org.eclipse.emf.common.notify.Adapter
Creates a new adapter for an object of class 'Either Command Or Operation
'.org.eclipse.emf.common.notify.Adapter
Creates a new adapter for an object of class 'Either Command Or Operation Invokation
'.org.eclipse.emf.common.notify.Adapter
Creates a new adapter for the default case.org.eclipse.emf.common.notify.Adapter
Creates a new adapter for an object of class 'Event Production
'.org.eclipse.emf.common.notify.Adapter
Creates a new adapter for an object of class 'Exclusive Alternative Command Invokation
'.org.eclipse.emf.common.notify.Adapter
Creates a new adapter for an object of class 'Exclusive Alternative Event Production
'.org.eclipse.emf.common.notify.Adapter
Creates a new adapter for an object of class 'Exclusive Alternative Operation Invokation
'.org.eclipse.emf.common.notify.Adapter
Creates a new adapter for an object of class 'Feature
'.org.eclipse.emf.common.notify.Adapter
Creates a new adapter for an object of class 'Flow
'.org.eclipse.emf.common.notify.Adapter
Creates a new adapter for an object of class 'Flow Step
'.org.eclipse.emf.common.notify.Adapter
Creates a new adapter for an object of class 'Import
'.org.eclipse.emf.common.notify.Adapter
Creates a new adapter for an object of class 'Inclusive Alternative Command Invokation
'.org.eclipse.emf.common.notify.Adapter
Creates a new adapter for an object of class 'Inclusive Alternative Event Production
'.org.eclipse.emf.common.notify.Adapter
Creates a new adapter for an object of class 'Inclusive Alternative Operation Invokation
'.org.eclipse.emf.common.notify.Adapter
Creates a new adapter for an object of class 'Multiple Event Production
'.org.eclipse.emf.common.notify.Adapter
Creates a new adapter for an object of class 'Normal Feature
'.org.eclipse.emf.common.notify.Adapter
Creates a new adapter for an object of class 'Operation Invokation
'.org.eclipse.emf.common.notify.Adapter
Creates a new adapter for an object of class 'Partnership
'.org.eclipse.emf.common.notify.Adapter
Creates a new adapter for an object of class 'Relationship
'.org.eclipse.emf.common.notify.Adapter
Creates a new adapter for an object of class 'Sculptor Module
'.org.eclipse.emf.common.notify.Adapter
Creates a new adapter for an object of class 'Shared Kernel
'.org.eclipse.emf.common.notify.Adapter
Creates a new adapter for an object of class 'Single Command Invokation
'.org.eclipse.emf.common.notify.Adapter
Creates a new adapter for an object of class 'Single Event Production
'.org.eclipse.emf.common.notify.Adapter
Creates a new adapter for an object of class 'Single Operation Invokation
'.org.eclipse.emf.common.notify.Adapter
Creates a new adapter for an object of class 'Story Feature
'.org.eclipse.emf.common.notify.Adapter
Creates a new adapter for an object of class 'Subdomain
'.org.eclipse.emf.common.notify.Adapter
Creates a new adapter for an object of class 'Symmetric Relationship
'.org.eclipse.emf.common.notify.Adapter
Creates a new adapter for an object of class 'Upstream Downstream Relationship
'.org.eclipse.emf.common.notify.Adapter
Creates a new adapter for an object of class 'Use Case
'.org.eclipse.emf.common.notify.Adapter
Creates a new adapter for an object of class 'User Requirement
'.org.eclipse.emf.common.notify.Adapter
Creates a new adapter for an object of class 'User Story
'.boolean
isFactoryForType
(Object object) Returns whether this factory is applicable for the type of the object.Methods inherited from class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
adapt, adapt, adaptAllNew, adaptNew, associate, createAdapter, resolve
-
Field Details
-
modelPackage
The cached model package.- Generated:
-
modelSwitch
The switch that delegates to thecreateXXX
methods.- Generated:
-
-
Constructor Details
-
ContextMappingDSLAdapterFactory
public ContextMappingDSLAdapterFactory()Creates an instance of the adapter factory.- Generated:
-
-
Method Details
-
isFactoryForType
Returns whether this factory is applicable for the type of the object. This implementation returnstrue
if the object is either the model's package or is an instance object of the model.- Specified by:
isFactoryForType
in interfaceorg.eclipse.emf.common.notify.AdapterFactory
- Overrides:
isFactoryForType
in classorg.eclipse.emf.common.notify.impl.AdapterFactoryImpl
- Returns:
- whether this factory is applicable for the type of the object.
- Generated:
-
createAdapter
public org.eclipse.emf.common.notify.Adapter createAdapter(org.eclipse.emf.common.notify.Notifier target) Creates an adapter for thetarget
.- Overrides:
createAdapter
in classorg.eclipse.emf.common.notify.impl.AdapterFactoryImpl
- Parameters:
target
- the object to adapt.- Returns:
- the adapter for the
target
. - Generated:
-
createContextMappingModelAdapter
public org.eclipse.emf.common.notify.Adapter createContextMappingModelAdapter()Creates a new adapter for an object of class 'Context Mapping 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.- Returns:
- the new adapter.
- See Also:
- Generated:
-
createImportAdapter
public org.eclipse.emf.common.notify.Adapter createImportAdapter()Creates a new adapter for an object of class 'Import
'. 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:
- Generated:
-
createContextMapAdapter
public org.eclipse.emf.common.notify.Adapter createContextMapAdapter()Creates a new adapter for an object of class 'Context 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:
- Generated:
-
createBoundedContextAdapter
public org.eclipse.emf.common.notify.Adapter createBoundedContextAdapter()Creates a new adapter for an object of class 'Bounded 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:
- Generated:
-
createDomainPartAdapter
public org.eclipse.emf.common.notify.Adapter createDomainPartAdapter()Creates a new adapter for an object of class 'Domain Part
'. 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:
- Generated:
-
createDomainAdapter
public org.eclipse.emf.common.notify.Adapter createDomainAdapter()Creates a new adapter for an object of class 'Domain
'. 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:
- Generated:
-
createSubdomainAdapter
public org.eclipse.emf.common.notify.Adapter createSubdomainAdapter()Creates a new adapter for an object of class 'Subdomain
'. 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:
- Generated:
-
createRelationshipAdapter
public org.eclipse.emf.common.notify.Adapter createRelationshipAdapter()Creates a new adapter for an object of class 'Relationship
'. 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:
- Generated:
-
createSymmetricRelationshipAdapter
public org.eclipse.emf.common.notify.Adapter createSymmetricRelationshipAdapter()Creates a new adapter for an object of class 'Symmetric Relationship
'. 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:
- Generated:
-
createPartnershipAdapter
public org.eclipse.emf.common.notify.Adapter createPartnershipAdapter()Creates a new adapter for an object of class 'Partnership
'. 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:
- Generated:
-
createUpstreamDownstreamRelationshipAdapter
public org.eclipse.emf.common.notify.Adapter createUpstreamDownstreamRelationshipAdapter()Creates a new adapter for an object of class 'Upstream Downstream Relationship
'. 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:
- Generated:
-
createCustomerSupplierRelationshipAdapter
public org.eclipse.emf.common.notify.Adapter createCustomerSupplierRelationshipAdapter()Creates a new adapter for an object of class 'Customer Supplier Relationship
'. 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:
- Generated:
-
createAggregateAdapter
public org.eclipse.emf.common.notify.Adapter createAggregateAdapter()Creates a new adapter for an object of class 'Aggregate
'. 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:
- Generated:
-
createApplicationAdapter
public org.eclipse.emf.common.notify.Adapter createApplicationAdapter()Creates a new adapter for an object of class 'Application
'. 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:
- Generated:
-
createFlowAdapter
public org.eclipse.emf.common.notify.Adapter createFlowAdapter()Creates a new adapter for an object of class 'Flow
'. 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:
- Generated:
-
createFlowStepAdapter
public org.eclipse.emf.common.notify.Adapter createFlowStepAdapter()Creates a new adapter for an object of class 'Flow Step
'. 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:
- Generated:
-
createDomainEventProductionStepAdapter
public org.eclipse.emf.common.notify.Adapter createDomainEventProductionStepAdapter()Creates a new adapter for an object of class 'Domain Event Production Step
'. 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:
- Generated:
-
createCommandInvokationStepAdapter
public org.eclipse.emf.common.notify.Adapter createCommandInvokationStepAdapter()Creates a new adapter for an object of class 'Command Invokation Step
'. 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:
- Generated:
-
createEitherCommandOrOperationAdapter
public org.eclipse.emf.common.notify.Adapter createEitherCommandOrOperationAdapter()Creates a new adapter for an object of class 'Either Command Or Operation
'. 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:
- Generated:
-
createEitherCommandOrOperationInvokationAdapter
public org.eclipse.emf.common.notify.Adapter createEitherCommandOrOperationInvokationAdapter()Creates a new adapter for an object of class 'Either Command Or Operation Invokation
'. 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:
- Generated:
-
createCommandInvokationAdapter
public org.eclipse.emf.common.notify.Adapter createCommandInvokationAdapter()Creates a new adapter for an object of class 'Command Invokation
'. 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:
- Generated:
-
createSingleCommandInvokationAdapter
public org.eclipse.emf.common.notify.Adapter createSingleCommandInvokationAdapter()Creates a new adapter for an object of class 'Single Command Invokation
'. 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:
- Generated:
-
createConcurrentCommandInvokationAdapter
public org.eclipse.emf.common.notify.Adapter createConcurrentCommandInvokationAdapter()Creates a new adapter for an object of class 'Concurrent Command Invokation
'. 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:
- Generated:
-
createExclusiveAlternativeCommandInvokationAdapter
public org.eclipse.emf.common.notify.Adapter createExclusiveAlternativeCommandInvokationAdapter()Creates a new adapter for an object of class 'Exclusive Alternative Command Invokation
'. 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:
- Generated:
-
createInclusiveAlternativeCommandInvokationAdapter
public org.eclipse.emf.common.notify.Adapter createInclusiveAlternativeCommandInvokationAdapter()Creates a new adapter for an object of class 'Inclusive Alternative Command Invokation
'. 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:
- Generated:
-
createOperationInvokationAdapter
public org.eclipse.emf.common.notify.Adapter createOperationInvokationAdapter()Creates a new adapter for an object of class 'Operation Invokation
'. 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:
- Generated:
-
createSingleOperationInvokationAdapter
public org.eclipse.emf.common.notify.Adapter createSingleOperationInvokationAdapter()Creates a new adapter for an object of class 'Single Operation Invokation
'. 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:
- Generated:
-
createConcurrentOperationInvokationAdapter
public org.eclipse.emf.common.notify.Adapter createConcurrentOperationInvokationAdapter()Creates a new adapter for an object of class 'Concurrent Operation Invokation
'. 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:
- Generated:
-
createExclusiveAlternativeOperationInvokationAdapter
public org.eclipse.emf.common.notify.Adapter createExclusiveAlternativeOperationInvokationAdapter()Creates a new adapter for an object of class 'Exclusive Alternative Operation Invokation
'. 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:
- Generated:
-
createInclusiveAlternativeOperationInvokationAdapter
public org.eclipse.emf.common.notify.Adapter createInclusiveAlternativeOperationInvokationAdapter()Creates a new adapter for an object of class 'Inclusive Alternative Operation Invokation
'. 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:
- Generated:
-
createEventProductionAdapter
public org.eclipse.emf.common.notify.Adapter createEventProductionAdapter()Creates a new adapter for an object of class 'Event Production
'. 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:
- Generated:
-
createSingleEventProductionAdapter
public org.eclipse.emf.common.notify.Adapter createSingleEventProductionAdapter()Creates a new adapter for an object of class 'Single Event Production
'. 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:
- Generated:
-
createMultipleEventProductionAdapter
public org.eclipse.emf.common.notify.Adapter createMultipleEventProductionAdapter()Creates a new adapter for an object of class 'Multiple Event Production
'. 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:
- Generated:
-
createExclusiveAlternativeEventProductionAdapter
public org.eclipse.emf.common.notify.Adapter createExclusiveAlternativeEventProductionAdapter()Creates a new adapter for an object of class 'Exclusive Alternative Event Production
'. 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:
- Generated:
-
createInclusiveAlternativeEventProductionAdapter
public org.eclipse.emf.common.notify.Adapter createInclusiveAlternativeEventProductionAdapter()Creates a new adapter for an object of class 'Inclusive Alternative Event Production
'. 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:
- Generated:
-
createUserRequirementAdapter
public org.eclipse.emf.common.notify.Adapter createUserRequirementAdapter()Creates a new adapter for an object of class 'User Requirement
'. 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:
- Generated:
-
createUseCaseAdapter
public org.eclipse.emf.common.notify.Adapter createUseCaseAdapter()Creates a new adapter for an object of class 'Use Case
'. 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:
- Generated:
-
createUserStoryAdapter
public org.eclipse.emf.common.notify.Adapter createUserStoryAdapter()Creates a new adapter for an object of class 'User Story
'. 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:
- Generated:
-
createFeatureAdapter
public org.eclipse.emf.common.notify.Adapter createFeatureAdapter()Creates a new adapter for an object of class 'Feature
'. 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:
- Generated:
-
createNormalFeatureAdapter
public org.eclipse.emf.common.notify.Adapter createNormalFeatureAdapter()Creates a new adapter for an object of class 'Normal Feature
'. 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:
- Generated:
-
createStoryFeatureAdapter
public org.eclipse.emf.common.notify.Adapter createStoryFeatureAdapter()Creates a new adapter for an object of class 'Story Feature
'. 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:
- Generated:
-
createSculptorModuleAdapter
public org.eclipse.emf.common.notify.Adapter createSculptorModuleAdapter()Creates a new adapter for an object of class 'Sculptor Module
'. 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:
- Generated:
-
createEObjectAdapter
public org.eclipse.emf.common.notify.Adapter createEObjectAdapter()Creates a new adapter for the default case. This default implementation returns null.- Returns:
- the new adapter.
- Generated:
-