Class 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:
    TacticdslPackage
    Generated:
    • Field Detail

      • 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 Detail

      • TacticdslAdapterFactory

        public TacticdslAdapterFactory()
        Creates an instance of the adapter factory.
        Generated:
    • Method Detail

      • isFactoryForType

        public boolean isFactoryForType​(java.lang.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:
        TacticDDDModel
        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:
        Application
        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:
        Service
        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:
        Resource
        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:
        Consumer
        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:
        Subscribe
        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:
        Publish
        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:
        Event
        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:
        DomainObjectTypedElement
        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:
        ServiceOperation
        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:
        ServiceOperationDelegate
        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:
        ServiceRepositoryOption
        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:
        ServiceRepositoryOperationOption
        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:
        ResourceOperation
        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:
        ResourceOperationDelegate
        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:
        RepositoryOperation
        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:
        Parameter
        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:
        ComplexType
        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:
        SimpleDomainObject
        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:
        DomainObject
        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:
        Entity
        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:
        ValueObject
        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:
        DomainEvent
        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:
        CommandEvent
        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:
        Trait
        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:
        DomainObjectOperation
        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:
        DataTransferObject
        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:
        BasicType
        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:
        Attribute
        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:
        Reference
        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:
        DtoAttribute
        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:
        DtoReference
        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:
        OppositeHolder
        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:
        Repository
        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:
        ServiceDependency
        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:
        Dependency
        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:
        Enum
        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:
        EnumAttribute
        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:
        EnumValue
        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:
        EnumParameter
        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:
        AnyProperty
        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:
        Property
        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:
        DtoProperty
        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: