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 Details

    • modelPackage

      protected static ContextMappingDSLPackage modelPackage
      The cached model package.
      Generated:
    • modelSwitch

      protected ContextMappingDSLSwitch<org.eclipse.emf.common.notify.Adapter> modelSwitch
      The switch that delegates to the createXXX methods.
      Generated:
  • Constructor Details

    • ContextMappingDSLAdapterFactory

      public ContextMappingDSLAdapterFactory()
      Creates an instance of the adapter factory.
      Generated:
  • Method Details

    • isFactoryForType

      public boolean isFactoryForType(Object object)
      Returns whether this factory is applicable for the type of the object. This implementation returns true if the object is either the model's package or is an instance object of the model.
      Specified by:
      isFactoryForType in interface org.eclipse.emf.common.notify.AdapterFactory
      Overrides:
      isFactoryForType in class org.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 the target.
      Overrides:
      createAdapter in class org.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:
    • createSharedKernelAdapter

      public org.eclipse.emf.common.notify.Adapter createSharedKernelAdapter()
      Creates a new adapter for an object of class 'Shared Kernel'. 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: