public class ContextMappingDSLAdapterFactory
extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
createXXX
method for each class of the model.
ContextMappingDSLPackage
Modifier and Type | Field and Description |
---|---|
protected static ContextMappingDSLPackage |
modelPackage
The cached model package.
|
protected ContextMappingDSLSwitch<org.eclipse.emf.common.notify.Adapter> |
modelSwitch
The switch that delegates to the
createXXX methods. |
Constructor and Description |
---|
ContextMappingDSLAdapterFactory()
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 |
createAggregateAdapter()
Creates a new adapter for an object of class '
Aggregate '. |
org.eclipse.emf.common.notify.Adapter |
createBoundedContextAdapter()
Creates a new adapter for an object of class '
Bounded Context '. |
org.eclipse.emf.common.notify.Adapter |
createContextMapAdapter()
Creates a new adapter for an object of class '
Context Map '. |
org.eclipse.emf.common.notify.Adapter |
createContextMappingModelAdapter()
Creates a new adapter for an object of class '
Context Mapping Model '. |
org.eclipse.emf.common.notify.Adapter |
createCustomerSupplierRelationshipAdapter()
Creates a new adapter for an object of class '
Customer Supplier Relationship '. |
org.eclipse.emf.common.notify.Adapter |
createDomainAdapter()
Creates a new adapter for an object of class '
Domain '. |
org.eclipse.emf.common.notify.Adapter |
createDomainPartAdapter()
Creates a new adapter for an object of class '
Domain Part '. |
org.eclipse.emf.common.notify.Adapter |
createEObjectAdapter()
Creates a new adapter for the default case.
|
org.eclipse.emf.common.notify.Adapter |
createModuleAdapter()
Creates a new adapter for an object of class '
Module '. |
org.eclipse.emf.common.notify.Adapter |
createPartnershipAdapter()
Creates a new adapter for an object of class '
Partnership '. |
org.eclipse.emf.common.notify.Adapter |
createRelationshipAdapter()
Creates a new adapter for an object of class '
Relationship '. |
org.eclipse.emf.common.notify.Adapter |
createSharedKernelAdapter()
Creates a new adapter for an object of class '
Shared Kernel '. |
org.eclipse.emf.common.notify.Adapter |
createSubdomainAdapter()
Creates a new adapter for an object of class '
Subdomain '. |
org.eclipse.emf.common.notify.Adapter |
createSymmetricRelationshipAdapter()
Creates a new adapter for an object of class '
Symmetric Relationship '. |
org.eclipse.emf.common.notify.Adapter |
createUpstreamDownstreamRelationshipAdapter()
Creates a new adapter for an object of class '
Upstream Downstream Relationship '. |
org.eclipse.emf.common.notify.Adapter |
createUseCaseAdapter()
Creates a new adapter for an object of class '
Use Case '. |
boolean |
isFactoryForType(java.lang.Object object)
Returns whether this factory is applicable for the type of the object.
|
protected static ContextMappingDSLPackage modelPackage
protected ContextMappingDSLSwitch<org.eclipse.emf.common.notify.Adapter> modelSwitch
createXXX
methods.
public ContextMappingDSLAdapterFactory()
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 createContextMappingModelAdapter()
Context Mapping 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.
ContextMappingModel
public org.eclipse.emf.common.notify.Adapter createContextMapAdapter()
Context Map
'.
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.
ContextMap
public org.eclipse.emf.common.notify.Adapter createBoundedContextAdapter()
Bounded Context
'.
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.
BoundedContext
public org.eclipse.emf.common.notify.Adapter createDomainPartAdapter()
Domain Part
'.
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.
DomainPart
public org.eclipse.emf.common.notify.Adapter createDomainAdapter()
Domain
'.
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.
Domain
public org.eclipse.emf.common.notify.Adapter createSubdomainAdapter()
Subdomain
'.
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.
Subdomain
public org.eclipse.emf.common.notify.Adapter createRelationshipAdapter()
Relationship
'.
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.
Relationship
public org.eclipse.emf.common.notify.Adapter createSymmetricRelationshipAdapter()
Symmetric Relationship
'.
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.
SymmetricRelationship
public org.eclipse.emf.common.notify.Adapter createPartnershipAdapter()
Partnership
'.
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.
Partnership
public org.eclipse.emf.common.notify.Adapter createSharedKernelAdapter()
Shared Kernel
'.
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.
SharedKernel
public org.eclipse.emf.common.notify.Adapter createUpstreamDownstreamRelationshipAdapter()
Upstream Downstream Relationship
'.
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.
UpstreamDownstreamRelationship
public org.eclipse.emf.common.notify.Adapter createCustomerSupplierRelationshipAdapter()
Customer Supplier Relationship
'.
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.
CustomerSupplierRelationship
public org.eclipse.emf.common.notify.Adapter createAggregateAdapter()
Aggregate
'.
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.
Aggregate
public org.eclipse.emf.common.notify.Adapter createUseCaseAdapter()
Use Case
'.
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.
UseCase
public org.eclipse.emf.common.notify.Adapter createModuleAdapter()
Module
'.
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.
Module
public org.eclipse.emf.common.notify.Adapter createEObjectAdapter()