Class TacticdslAdapterFactory

java.lang.Object
org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
org.contextmapper.tactic.dsl.tacticdsl.util.TacticdslAdapterFactory
All Implemented Interfaces:
org.eclipse.emf.common.notify.AdapterFactory

public class TacticdslAdapterFactory 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 TacticdslPackage modelPackage
      The cached model package.
      Generated:
    • modelSwitch

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

    • TacticdslAdapterFactory

      public TacticdslAdapterFactory()
      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:
    • createTacticDDDModelAdapter

      public org.eclipse.emf.common.notify.Adapter createTacticDDDModelAdapter()
      Creates a new adapter for an object of class 'Tactic DDD 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:
    • createTacticDDDApplicationAdapter

      public org.eclipse.emf.common.notify.Adapter createTacticDDDApplicationAdapter()
      Creates a new adapter for an object of class 'Tactic DDD 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:
    • createServiceAdapter

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

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

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

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

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

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

      public org.eclipse.emf.common.notify.Adapter createDomainObjectTypedElementAdapter()
      Creates a new adapter for an object of class 'Domain Object Typed 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.
      Returns:
      the new adapter.
      See Also:
      Generated:
    • createServiceOperationAdapter

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

      public org.eclipse.emf.common.notify.Adapter createStateTransitionAdapter()
      Creates a new adapter for an object of class 'State 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.
      Returns:
      the new adapter.
      See Also:
      Generated:
    • createStateTransitionTargetAdapter

      public org.eclipse.emf.common.notify.Adapter createStateTransitionTargetAdapter()
      Creates a new adapter for an object of class 'State Transition Target'. 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:
    • createSingleStateTransitionTargetAdapter

      public org.eclipse.emf.common.notify.Adapter createSingleStateTransitionTargetAdapter()
      Creates a new adapter for an object of class 'Single State Transition Target'. 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:
    • createExclusiveAlternativeStateTransitionTargetAdapter

      public org.eclipse.emf.common.notify.Adapter createExclusiveAlternativeStateTransitionTargetAdapter()
      Creates a new adapter for an object of class 'Exclusive Alternative State Transition Target'. 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:
    • createTargetStateAdapter

      public org.eclipse.emf.common.notify.Adapter createTargetStateAdapter()
      Creates a new adapter for an object of class 'Target State'. 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:
    • createServiceOperationDelegateAdapter

      public org.eclipse.emf.common.notify.Adapter createServiceOperationDelegateAdapter()
      Creates a new adapter for an object of class 'Service Operation Delegate'. 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:
    • createServiceRepositoryOptionAdapter

      public org.eclipse.emf.common.notify.Adapter createServiceRepositoryOptionAdapter()
      Creates a new adapter for an object of class 'Service Repository 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.
      Returns:
      the new adapter.
      See Also:
      Generated:
    • createServiceRepositoryOperationOptionAdapter

      public org.eclipse.emf.common.notify.Adapter createServiceRepositoryOperationOptionAdapter()
      Creates a new adapter for an object of class 'Service Repository Operation 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.
      Returns:
      the new adapter.
      See Also:
      Generated:
    • createResourceOperationAdapter

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

      public org.eclipse.emf.common.notify.Adapter createResourceOperationDelegateAdapter()
      Creates a new adapter for an object of class 'Resource Operation Delegate'. 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:
    • createRepositoryOperationAdapter

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

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

      public org.eclipse.emf.common.notify.Adapter createComplexTypeAdapter()
      Creates a new adapter for an object of class 'Complex 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.
      Returns:
      the new adapter.
      See Also:
      Generated:
    • createSimpleDomainObjectAdapter

      public org.eclipse.emf.common.notify.Adapter createSimpleDomainObjectAdapter()
      Creates a new adapter for an object of class 'Simple Domain 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.
      Returns:
      the new adapter.
      See Also:
      Generated:
    • createDomainObjectAdapter

      public org.eclipse.emf.common.notify.Adapter createDomainObjectAdapter()
      Creates a new adapter for an object of class 'Domain 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.
      Returns:
      the new adapter.
      See Also:
      Generated:
    • createEntityAdapter

      public org.eclipse.emf.common.notify.Adapter createEntityAdapter()
      Creates a new adapter for an object of class '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.
      Returns:
      the new adapter.
      See Also:
      Generated:
    • createValueObjectAdapter

      public org.eclipse.emf.common.notify.Adapter createValueObjectAdapter()
      Creates a new adapter for an object of class 'Value 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.
      Returns:
      the new adapter.
      See Also:
      Generated:
    • createDomainEventAdapter

      public org.eclipse.emf.common.notify.Adapter createDomainEventAdapter()
      Creates a new adapter for an object of class 'Domain Event'. 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:
    • createCommandEventAdapter

      public org.eclipse.emf.common.notify.Adapter createCommandEventAdapter()
      Creates a new adapter for an object of class 'Command Event'. 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:
    • createTraitAdapter

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

      public org.eclipse.emf.common.notify.Adapter createDomainObjectOperationAdapter()
      Creates a new adapter for an object of class 'Domain Object 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:
    • createDataTransferObjectAdapter

      public org.eclipse.emf.common.notify.Adapter createDataTransferObjectAdapter()
      Creates a new adapter for an object of class 'Data Transfer 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.
      Returns:
      the new adapter.
      See Also:
      Generated:
    • createBasicTypeAdapter

      public org.eclipse.emf.common.notify.Adapter createBasicTypeAdapter()
      Creates a new adapter for an object of class 'Basic 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.
      Returns:
      the new adapter.
      See Also:
      Generated:
    • createAttributeAdapter

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

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

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

      public org.eclipse.emf.common.notify.Adapter createDtoAttributeAdapter()
      Creates a new adapter for an object of class 'Dto Attribute'. 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:
    • createDtoReferenceAdapter

      public org.eclipse.emf.common.notify.Adapter createDtoReferenceAdapter()
      Creates a new adapter for an object of class 'Dto Reference'. 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:
    • createOppositeHolderAdapter

      public org.eclipse.emf.common.notify.Adapter createOppositeHolderAdapter()
      Creates a new adapter for an object of class 'Opposite Holder'. 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:
    • createRepositoryAdapter

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

      public org.eclipse.emf.common.notify.Adapter createServiceDependencyAdapter()
      Creates a new adapter for an object of class 'Service Dependency'. 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:
    • createDependencyAdapter

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

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

      public org.eclipse.emf.common.notify.Adapter createEnumAttributeAdapter()
      Creates a new adapter for an object of class 'Enum Attribute'. 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:
    • createEnumValueAdapter

      public org.eclipse.emf.common.notify.Adapter createEnumValueAdapter()
      Creates a new adapter for an object of class 'Enum Value'. 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:
    • createEnumParameterAdapter

      public org.eclipse.emf.common.notify.Adapter createEnumParameterAdapter()
      Creates a new adapter for an object of class 'Enum Parameter'. 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:
    • createAnyPropertyAdapter

      public org.eclipse.emf.common.notify.Adapter createAnyPropertyAdapter()
      Creates a new adapter for an object of class 'Any Property'. 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:
    • createPropertyAdapter

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

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