Class ServiceCutterConfigurationDSLAdapterFactory
- java.lang.Object
-
- org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
-
- org.contextmapper.servicecutter.dsl.serviceCutterConfigurationDSL.util.ServiceCutterConfigurationDSLAdapterFactory
-
- All Implemented Interfaces:
org.eclipse.emf.common.notify.AdapterFactory
public class ServiceCutterConfigurationDSLAdapterFactory 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:
ServiceCutterConfigurationDSLPackage
- Generated:
-
-
Field Summary
Fields Modifier and Type Field Description protected static ServiceCutterConfigurationDSLPackage
modelPackage
The cached model package.protected ServiceCutterConfigurationDSLSwitch<org.eclipse.emf.common.notify.Adapter>
modelSwitch
The switch that delegates to thecreateXXX
methods.
-
Constructor Summary
Constructors Constructor Description ServiceCutterConfigurationDSLAdapterFactory()
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
createAggregateAdapter()
Creates a new adapter for an object of class 'Aggregate
'.org.eclipse.emf.common.notify.Adapter
createAvailabilityCriticalityAdapter()
Creates a new adapter for an object of class 'Availability Criticality
'.org.eclipse.emf.common.notify.Adapter
createCharacteristicAdapter()
Creates a new adapter for an object of class 'Characteristic
'.org.eclipse.emf.common.notify.Adapter
createCompatibilitiesAdapter()
Creates a new adapter for an object of class 'Compatibilities
'.org.eclipse.emf.common.notify.Adapter
createConsistencyCriticalityAdapter()
Creates a new adapter for an object of class 'Consistency Criticality
'.org.eclipse.emf.common.notify.Adapter
createContentVolatilityAdapter()
Creates a new adapter for an object of class 'Content Volatility
'.org.eclipse.emf.common.notify.Adapter
createEntityAdapter()
Creates a new adapter for an object of class 'Entity
'.org.eclipse.emf.common.notify.Adapter
createEObjectAdapter()
Creates a new adapter for the default case.org.eclipse.emf.common.notify.Adapter
createPredefinedServiceAdapter()
Creates a new adapter for an object of class 'Predefined Service
'.org.eclipse.emf.common.notify.Adapter
createRelatedGroupAdapter()
Creates a new adapter for an object of class 'Related Group
'.org.eclipse.emf.common.notify.Adapter
createSecurityAccessGroupAdapter()
Creates a new adapter for an object of class 'Security Access Group
'.org.eclipse.emf.common.notify.Adapter
createSecurityCriticalityAdapter()
Creates a new adapter for an object of class 'Security Criticality
'.org.eclipse.emf.common.notify.Adapter
createSeparatedSecurityZoneAdapter()
Creates a new adapter for an object of class 'Separated Security Zone
'.org.eclipse.emf.common.notify.Adapter
createServiceCutterUserRepresentationsModelAdapter()
Creates a new adapter for an object of class 'Service Cutter User Representations Model
'.org.eclipse.emf.common.notify.Adapter
createSharedOwnerGroupAdapter()
Creates a new adapter for an object of class 'Shared Owner Group
'.org.eclipse.emf.common.notify.Adapter
createStorageSimilarityAdapter()
Creates a new adapter for an object of class 'Storage Similarity
'.org.eclipse.emf.common.notify.Adapter
createStructuralVolatilityAdapter()
Creates a new adapter for an object of class 'Structural Volatility
'.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.
-
-
-
Field Detail
-
modelPackage
protected static ServiceCutterConfigurationDSLPackage modelPackage
The cached model package.- Generated:
-
modelSwitch
protected ServiceCutterConfigurationDSLSwitch<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:
-
createServiceCutterUserRepresentationsModelAdapter
public org.eclipse.emf.common.notify.Adapter createServiceCutterUserRepresentationsModelAdapter()
Creates a new adapter for an object of class 'Service Cutter User Representations 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:
ServiceCutterUserRepresentationsModel
- Generated:
-
createUseCaseAdapter
public org.eclipse.emf.common.notify.Adapter createUseCaseAdapter()
Creates a new adapter for an object of class '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.- Returns:
- the new adapter.
- See Also:
UseCase
- Generated:
-
createCompatibilitiesAdapter
public org.eclipse.emf.common.notify.Adapter createCompatibilitiesAdapter()
Creates a new adapter for an object of class 'Compatibilities
'. 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:
Compatibilities
- Generated:
-
createCharacteristicAdapter
public org.eclipse.emf.common.notify.Adapter createCharacteristicAdapter()
Creates a new adapter for an object of class 'Characteristic
'. 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:
Characteristic
- Generated:
-
createAvailabilityCriticalityAdapter
public org.eclipse.emf.common.notify.Adapter createAvailabilityCriticalityAdapter()
Creates a new adapter for an object of class 'Availability Criticality
'. 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:
AvailabilityCriticality
- Generated:
-
createConsistencyCriticalityAdapter
public org.eclipse.emf.common.notify.Adapter createConsistencyCriticalityAdapter()
Creates a new adapter for an object of class 'Consistency Criticality
'. 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:
ConsistencyCriticality
- Generated:
-
createContentVolatilityAdapter
public org.eclipse.emf.common.notify.Adapter createContentVolatilityAdapter()
Creates a new adapter for an object of class 'Content Volatility
'. 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:
ContentVolatility
- Generated:
-
createSecurityCriticalityAdapter
public org.eclipse.emf.common.notify.Adapter createSecurityCriticalityAdapter()
Creates a new adapter for an object of class 'Security Criticality
'. 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:
SecurityCriticality
- Generated:
-
createStorageSimilarityAdapter
public org.eclipse.emf.common.notify.Adapter createStorageSimilarityAdapter()
Creates a new adapter for an object of class 'Storage Similarity
'. 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:
StorageSimilarity
- Generated:
-
createStructuralVolatilityAdapter
public org.eclipse.emf.common.notify.Adapter createStructuralVolatilityAdapter()
Creates a new adapter for an object of class 'Structural Volatility
'. 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:
StructuralVolatility
- Generated:
-
createRelatedGroupAdapter
public org.eclipse.emf.common.notify.Adapter createRelatedGroupAdapter()
Creates a new adapter for an object of class 'Related Group
'. 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:
RelatedGroup
- Generated:
-
createAggregateAdapter
public org.eclipse.emf.common.notify.Adapter createAggregateAdapter()
Creates a new adapter for an object of class '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.- Returns:
- the new adapter.
- See Also:
Aggregate
- 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:
-
createPredefinedServiceAdapter
public org.eclipse.emf.common.notify.Adapter createPredefinedServiceAdapter()
Creates a new adapter for an object of class 'Predefined 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:
PredefinedService
- Generated:
-
createSecurityAccessGroupAdapter
public org.eclipse.emf.common.notify.Adapter createSecurityAccessGroupAdapter()
Creates a new adapter for an object of class 'Security Access Group
'. 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:
SecurityAccessGroup
- Generated:
-
createSeparatedSecurityZoneAdapter
public org.eclipse.emf.common.notify.Adapter createSeparatedSecurityZoneAdapter()
Creates a new adapter for an object of class 'Separated Security Zone
'. 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:
SeparatedSecurityZone
- Generated:
-
createSharedOwnerGroupAdapter
public org.eclipse.emf.common.notify.Adapter createSharedOwnerGroupAdapter()
Creates a new adapter for an object of class 'Shared Owner Group
'. 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:
SharedOwnerGroup
- 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:
-
-