Class 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 adapter createXXX method for each class of the model.
    See Also:
    ServiceCutterConfigurationDSLPackage
    Generated:
    • Constructor Detail

      • ServiceCutterConfigurationDSLAdapterFactory

        public ServiceCutterConfigurationDSLAdapterFactory()
        Creates an instance of the adapter factory.
        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 returns true if the object is either the model's package or is an instance object of the model.
        Specified by:
        isFactoryForType in interface org.eclipse.emf.common.notify.AdapterFactory
        Overrides:
        isFactoryForType in class org.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 the target.
        Overrides:
        createAdapter in class org.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: