Class QosPerformanceItemProviderAdapterFactory

java.lang.Object
org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
org.palladiosimulator.pcm.qosannotations.qos_performance.util.QosPerformanceAdapterFactory
org.palladiosimulator.pcm.qosannotations.qos_performance.provider.QosPerformanceItemProviderAdapterFactory
All Implemented Interfaces:
AdapterFactory, ComposeableAdapterFactory, IChangeNotifier, IChildCreationExtender, IDisposable

public class QosPerformanceItemProviderAdapterFactory extends org.palladiosimulator.pcm.qosannotations.qos_performance.util.QosPerformanceAdapterFactory implements ComposeableAdapterFactory, IChangeNotifier, IDisposable, IChildCreationExtender
This is the factory that is used to provide the interfaces needed to support Viewers. The adapters generated by this factory convert EMF adapter notifications into calls to fireNotifyChanged. The adapters also support Eclipse property sheets. Note that most of the adapters are shared among multiple instances.
Generated class or method.
  • Field Details

    • parentAdapterFactory

      protected ComposedAdapterFactory parentAdapterFactory
      This keeps track of the root adapter factory that delegates to this adapter factory.
      Generated class or method.
    • changeNotifier

      protected IChangeNotifier changeNotifier
      This is used to implement IChangeNotifier.
      Generated class or method.
    • childCreationExtenderManager

      protected ChildCreationExtenderManager childCreationExtenderManager
      This helps manage the child creation extenders.
      Generated class or method.
    • supportedTypes

      protected Collection<Object> supportedTypes
      This keeps track of all the supported types checked by isFactoryForType.
      Generated class or method.
    • systemSpecifiedExecutionTimeItemProvider

      protected SystemSpecifiedExecutionTimeItemProvider systemSpecifiedExecutionTimeItemProvider
      This keeps track of the one adapter used for all SystemSpecifiedExecutionTime instances.
      Generated class or method.
    • componentSpecifiedExecutionTimeItemProvider

      protected ComponentSpecifiedExecutionTimeItemProvider componentSpecifiedExecutionTimeItemProvider
      This keeps track of the one adapter used for all ComponentSpecifiedExecutionTime instances.
      Generated class or method.
  • Constructor Details

    • QosPerformanceItemProviderAdapterFactory

      public QosPerformanceItemProviderAdapterFactory()
      This constructs an instance.
      Generated class or method.
  • Method Details