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 adaptercreateXXX
method for each class of the model.- See Also:
TacticdslPackage
- Generated:
-
-
Field Summary
Fields Modifier and Type Field Description protected static TacticdslPackage
modelPackage
The cached model package.protected TacticdslSwitch<org.eclipse.emf.common.notify.Adapter>
modelSwitch
The switch that delegates to thecreateXXX
methods.
-
Constructor Summary
Constructors Constructor Description TacticdslAdapterFactory()
Creates an instance of the adapter factory.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.emf.common.notify.Adapter
createAdapter(org.eclipse.emf.common.notify.Notifier target)
Creates an adapter for thetarget
.org.eclipse.emf.common.notify.Adapter
createAnyPropertyAdapter()
Creates a new adapter for an object of class 'Any Property
'.org.eclipse.emf.common.notify.Adapter
createApplicationAdapter()
Creates a new adapter for an object of class 'Application
'.org.eclipse.emf.common.notify.Adapter
createAttributeAdapter()
Creates a new adapter for an object of class 'Attribute
'.org.eclipse.emf.common.notify.Adapter
createBasicTypeAdapter()
Creates a new adapter for an object of class 'Basic Type
'.org.eclipse.emf.common.notify.Adapter
createCommandEventAdapter()
Creates a new adapter for an object of class 'Command Event
'.org.eclipse.emf.common.notify.Adapter
createComplexTypeAdapter()
Creates a new adapter for an object of class 'Complex Type
'.org.eclipse.emf.common.notify.Adapter
createConsumerAdapter()
Creates a new adapter for an object of class 'Consumer
'.org.eclipse.emf.common.notify.Adapter
createDataTransferObjectAdapter()
Creates a new adapter for an object of class 'Data Transfer Object
'.org.eclipse.emf.common.notify.Adapter
createDependencyAdapter()
Creates a new adapter for an object of class 'Dependency
'.org.eclipse.emf.common.notify.Adapter
createDomainEventAdapter()
Creates a new adapter for an object of class 'Domain Event
'.org.eclipse.emf.common.notify.Adapter
createDomainObjectAdapter()
Creates a new adapter for an object of class 'Domain Object
'.org.eclipse.emf.common.notify.Adapter
createDomainObjectOperationAdapter()
Creates a new adapter for an object of class 'Domain Object Operation
'.org.eclipse.emf.common.notify.Adapter
createDomainObjectTypedElementAdapter()
Creates a new adapter for an object of class 'Domain Object Typed Element
'.org.eclipse.emf.common.notify.Adapter
createDtoAttributeAdapter()
Creates a new adapter for an object of class 'Dto Attribute
'.org.eclipse.emf.common.notify.Adapter
createDtoPropertyAdapter()
Creates a new adapter for an object of class 'Dto Property
'.org.eclipse.emf.common.notify.Adapter
createDtoReferenceAdapter()
Creates a new adapter for an object of class 'Dto Reference
'.org.eclipse.emf.common.notify.Adapter
createEntityAdapter()
Creates a new adapter for an object of class 'Entity
'.org.eclipse.emf.common.notify.Adapter
createEnumAdapter()
Creates a new adapter for an object of class 'Enum
'.org.eclipse.emf.common.notify.Adapter
createEnumAttributeAdapter()
Creates a new adapter for an object of class 'Enum Attribute
'.org.eclipse.emf.common.notify.Adapter
createEnumParameterAdapter()
Creates a new adapter for an object of class 'Enum Parameter
'.org.eclipse.emf.common.notify.Adapter
createEnumValueAdapter()
Creates a new adapter for an object of class 'Enum Value
'.org.eclipse.emf.common.notify.Adapter
createEObjectAdapter()
Creates a new adapter for the default case.org.eclipse.emf.common.notify.Adapter
createEventAdapter()
Creates a new adapter for an object of class 'Event
'.org.eclipse.emf.common.notify.Adapter
createOppositeHolderAdapter()
Creates a new adapter for an object of class 'Opposite Holder
'.org.eclipse.emf.common.notify.Adapter
createParameterAdapter()
Creates a new adapter for an object of class 'Parameter
'.org.eclipse.emf.common.notify.Adapter
createPropertyAdapter()
Creates a new adapter for an object of class 'Property
'.org.eclipse.emf.common.notify.Adapter
createPublishAdapter()
Creates a new adapter for an object of class 'Publish
'.org.eclipse.emf.common.notify.Adapter
createReferenceAdapter()
Creates a new adapter for an object of class 'Reference
'.org.eclipse.emf.common.notify.Adapter
createRepositoryAdapter()
Creates a new adapter for an object of class 'Repository
'.org.eclipse.emf.common.notify.Adapter
createRepositoryOperationAdapter()
Creates a new adapter for an object of class 'Repository Operation
'.org.eclipse.emf.common.notify.Adapter
createResourceAdapter()
Creates a new adapter for an object of class 'Resource
'.org.eclipse.emf.common.notify.Adapter
createResourceOperationAdapter()
Creates a new adapter for an object of class 'Resource Operation
'.org.eclipse.emf.common.notify.Adapter
createResourceOperationDelegateAdapter()
Creates a new adapter for an object of class 'Resource Operation Delegate
'.org.eclipse.emf.common.notify.Adapter
createServiceAdapter()
Creates a new adapter for an object of class 'Service
'.org.eclipse.emf.common.notify.Adapter
createServiceDependencyAdapter()
Creates a new adapter for an object of class 'Service Dependency
'.org.eclipse.emf.common.notify.Adapter
createServiceOperationAdapter()
Creates a new adapter for an object of class 'Service Operation
'.org.eclipse.emf.common.notify.Adapter
createServiceOperationDelegateAdapter()
Creates a new adapter for an object of class 'Service Operation Delegate
'.org.eclipse.emf.common.notify.Adapter
createServiceRepositoryOperationOptionAdapter()
Creates a new adapter for an object of class 'Service Repository Operation Option
'.org.eclipse.emf.common.notify.Adapter
createServiceRepositoryOptionAdapter()
Creates a new adapter for an object of class 'Service Repository Option
'.org.eclipse.emf.common.notify.Adapter
createSimpleDomainObjectAdapter()
Creates a new adapter for an object of class 'Simple Domain Object
'.org.eclipse.emf.common.notify.Adapter
createSubscribeAdapter()
Creates a new adapter for an object of class 'Subscribe
'.org.eclipse.emf.common.notify.Adapter
createTacticDDDModelAdapter()
Creates a new adapter for an object of class 'Tactic DDD Model
'.org.eclipse.emf.common.notify.Adapter
createTraitAdapter()
Creates a new adapter for an object of class 'Trait
'.org.eclipse.emf.common.notify.Adapter
createValueObjectAdapter()
Creates a new adapter for an object of class 'Value Object
'.boolean
isFactoryForType(java.lang.Object object)
Returns whether this factory is applicable for the type of the object.
-
-
-
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 thecreateXXX
methods.- 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 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:
-
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:
-
-