public class ServiceCutterConfigurationDSLAdapterFactory
extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
createXXX method for each class of the model.
ServiceCutterConfigurationDSLPackage| Modifier and Type | Field and Description |
|---|---|
protected static ServiceCutterConfigurationDSLPackage |
modelPackage
The cached model package.
|
protected ServiceCutterConfigurationDSLSwitch<org.eclipse.emf.common.notify.Adapter> |
modelSwitch
The switch that delegates to the
createXXX methods. |
| Constructor and Description |
|---|
ServiceCutterConfigurationDSLAdapterFactory()
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 |
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.
|
protected static ServiceCutterConfigurationDSLPackage modelPackage
protected ServiceCutterConfigurationDSLSwitch<org.eclipse.emf.common.notify.Adapter> modelSwitch
createXXX methods.
public ServiceCutterConfigurationDSLAdapterFactory()
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 createServiceCutterUserRepresentationsModelAdapter()
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.
ServiceCutterUserRepresentationsModelpublic 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.
UseCasepublic org.eclipse.emf.common.notify.Adapter createCompatibilitiesAdapter()
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.
Compatibilitiespublic org.eclipse.emf.common.notify.Adapter createCharacteristicAdapter()
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.
Characteristicpublic org.eclipse.emf.common.notify.Adapter createAvailabilityCriticalityAdapter()
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.
AvailabilityCriticalitypublic org.eclipse.emf.common.notify.Adapter createConsistencyCriticalityAdapter()
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.
ConsistencyCriticalitypublic org.eclipse.emf.common.notify.Adapter createContentVolatilityAdapter()
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.
ContentVolatilitypublic org.eclipse.emf.common.notify.Adapter createSecurityCriticalityAdapter()
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.
SecurityCriticalitypublic org.eclipse.emf.common.notify.Adapter createStorageSimilarityAdapter()
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.
StorageSimilaritypublic org.eclipse.emf.common.notify.Adapter createStructuralVolatilityAdapter()
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.
StructuralVolatilitypublic org.eclipse.emf.common.notify.Adapter createRelatedGroupAdapter()
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.
RelatedGrouppublic 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.
Aggregatepublic 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 createPredefinedServiceAdapter()
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.
PredefinedServicepublic org.eclipse.emf.common.notify.Adapter createSecurityAccessGroupAdapter()
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.
SecurityAccessGrouppublic org.eclipse.emf.common.notify.Adapter createSeparatedSecurityZoneAdapter()
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.
SeparatedSecurityZonepublic org.eclipse.emf.common.notify.Adapter createSharedOwnerGroupAdapter()
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.
SharedOwnerGrouppublic org.eclipse.emf.common.notify.Adapter createEObjectAdapter()