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.AdapterFactoryisFactoryForType in class org.eclipse.emf.common.notify.impl.AdapterFactoryImplpublic org.eclipse.emf.common.notify.Adapter createAdapter(org.eclipse.emf.common.notify.Notifier target)
target.
createAdapter in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpltarget - 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.
TacticDDDModelpublic 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.
Importpublic 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.
Applicationpublic 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.
Servicepublic 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.
Resourcepublic 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.
Consumerpublic 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.
Subscribepublic 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.
Publishpublic 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.
Eventpublic 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.
DomainObjectTypedElementpublic 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.
ServiceOperationpublic 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.
ServiceOperationDelegatepublic 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.
ServiceRepositoryOptionpublic 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.
ServiceRepositoryOperationOptionpublic 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.
ResourceOperationpublic 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.
ResourceOperationDelegatepublic 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.
RepositoryOperationpublic 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.
Parameterpublic 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.
ComplexTypepublic 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.
SimpleDomainObjectpublic 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.
DomainObjectpublic 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.
Entitypublic 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.
ValueObjectpublic 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.
DomainEventpublic 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.
CommandEventpublic 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.
Traitpublic 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.
DomainObjectOperationpublic 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.
DataTransferObjectpublic 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.
BasicTypepublic 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.
Attributepublic 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.
Referencepublic 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.
DtoAttributepublic 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.
DtoReferencepublic 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.
OppositeHolderpublic 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.
Repositorypublic 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.
ServiceDependencypublic 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.
Dependencypublic 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.
Enumpublic 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.
EnumAttributepublic 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.
EnumValuepublic 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.
EnumParameterpublic 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.
AnyPropertypublic 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.
Propertypublic 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.
DtoPropertypublic org.eclipse.emf.common.notify.Adapter createEObjectAdapter()