public class TacticdslAdapterFactory
extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
createXXX
method for each class of the model.
TacticdslPackage
Modifier and Type | Field and Description |
---|---|
protected static TacticdslPackage |
modelPackage
The cached model package.
|
protected TacticdslSwitch<org.eclipse.emf.common.notify.Adapter> |
modelSwitch
The switch that delegates to the
createXXX methods. |
Constructor and Description |
---|
TacticdslAdapterFactory()
Creates an instance of the adapter factory.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.Adapter |
createAdapter(org.eclipse.emf.common.notify.Notifier target)
Creates an adapter for the
target . |
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 |
createImportAdapter()
Creates a new adapter for an object of class '
Import '. |
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.
|
protected static TacticdslPackage modelPackage
protected TacticdslSwitch<org.eclipse.emf.common.notify.Adapter> modelSwitch
createXXX
methods.
public TacticdslAdapterFactory()
public boolean isFactoryForType(java.lang.Object object)
true
if the object is either the model's package or is an instance object of the model.
isFactoryForType
in interface org.eclipse.emf.common.notify.AdapterFactory
isFactoryForType
in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
public org.eclipse.emf.common.notify.Adapter createAdapter(org.eclipse.emf.common.notify.Notifier target)
target
.
createAdapter
in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
target
- the object to adapt.target
.public org.eclipse.emf.common.notify.Adapter createTacticDDDModelAdapter()
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.
TacticDDDModel
public org.eclipse.emf.common.notify.Adapter createImportAdapter()
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.
Import
public org.eclipse.emf.common.notify.Adapter createApplicationAdapter()
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.
Application
public org.eclipse.emf.common.notify.Adapter createServiceAdapter()
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.
Service
public org.eclipse.emf.common.notify.Adapter createResourceAdapter()
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.
Resource
public org.eclipse.emf.common.notify.Adapter createConsumerAdapter()
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.
Consumer
public org.eclipse.emf.common.notify.Adapter createSubscribeAdapter()
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.
Subscribe
public org.eclipse.emf.common.notify.Adapter createPublishAdapter()
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.
Publish
public org.eclipse.emf.common.notify.Adapter createEventAdapter()
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.
Event
public org.eclipse.emf.common.notify.Adapter createDomainObjectTypedElementAdapter()
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.
DomainObjectTypedElement
public org.eclipse.emf.common.notify.Adapter createServiceOperationAdapter()
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.
ServiceOperation
public org.eclipse.emf.common.notify.Adapter createServiceOperationDelegateAdapter()
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.
ServiceOperationDelegate
public org.eclipse.emf.common.notify.Adapter createServiceRepositoryOptionAdapter()
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.
ServiceRepositoryOption
public org.eclipse.emf.common.notify.Adapter createServiceRepositoryOperationOptionAdapter()
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.
ServiceRepositoryOperationOption
public org.eclipse.emf.common.notify.Adapter createResourceOperationAdapter()
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.
ResourceOperation
public org.eclipse.emf.common.notify.Adapter createResourceOperationDelegateAdapter()
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.
ResourceOperationDelegate
public org.eclipse.emf.common.notify.Adapter createRepositoryOperationAdapter()
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.
RepositoryOperation
public org.eclipse.emf.common.notify.Adapter createParameterAdapter()
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.
Parameter
public org.eclipse.emf.common.notify.Adapter createComplexTypeAdapter()
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.
ComplexType
public org.eclipse.emf.common.notify.Adapter createSimpleDomainObjectAdapter()
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.
SimpleDomainObject
public org.eclipse.emf.common.notify.Adapter createDomainObjectAdapter()
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.
DomainObject
public org.eclipse.emf.common.notify.Adapter createEntityAdapter()
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.
Entity
public org.eclipse.emf.common.notify.Adapter createValueObjectAdapter()
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.
ValueObject
public org.eclipse.emf.common.notify.Adapter createDomainEventAdapter()
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.
DomainEvent
public org.eclipse.emf.common.notify.Adapter createCommandEventAdapter()
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.
CommandEvent
public org.eclipse.emf.common.notify.Adapter createTraitAdapter()
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.
Trait
public org.eclipse.emf.common.notify.Adapter createDomainObjectOperationAdapter()
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.
DomainObjectOperation
public org.eclipse.emf.common.notify.Adapter createDataTransferObjectAdapter()
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.
DataTransferObject
public org.eclipse.emf.common.notify.Adapter createBasicTypeAdapter()
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.
BasicType
public org.eclipse.emf.common.notify.Adapter createAttributeAdapter()
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.
Attribute
public org.eclipse.emf.common.notify.Adapter createReferenceAdapter()
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.
Reference
public org.eclipse.emf.common.notify.Adapter createDtoAttributeAdapter()
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.
DtoAttribute
public org.eclipse.emf.common.notify.Adapter createDtoReferenceAdapter()
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.
DtoReference
public org.eclipse.emf.common.notify.Adapter createOppositeHolderAdapter()
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.
OppositeHolder
public org.eclipse.emf.common.notify.Adapter createRepositoryAdapter()
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.
Repository
public org.eclipse.emf.common.notify.Adapter createServiceDependencyAdapter()
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.
ServiceDependency
public org.eclipse.emf.common.notify.Adapter createDependencyAdapter()
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.
Dependency
public org.eclipse.emf.common.notify.Adapter createEnumAdapter()
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.
Enum
public org.eclipse.emf.common.notify.Adapter createEnumAttributeAdapter()
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.
EnumAttribute
public org.eclipse.emf.common.notify.Adapter createEnumValueAdapter()
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.
EnumValue
public org.eclipse.emf.common.notify.Adapter createEnumParameterAdapter()
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.
EnumParameter
public org.eclipse.emf.common.notify.Adapter createAnyPropertyAdapter()
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.
AnyProperty
public org.eclipse.emf.common.notify.Adapter createPropertyAdapter()
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.
Property
public org.eclipse.emf.common.notify.Adapter createDtoPropertyAdapter()
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.
DtoProperty
public org.eclipse.emf.common.notify.Adapter createEObjectAdapter()