Class QualityAnnotationAdapterFactory

java.lang.Object
org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
org.palladiosimulator.analyzer.quality.qualityannotation.util.QualityAnnotationAdapterFactory
All Implemented Interfaces:
AdapterFactory
Direct Known Subclasses:
QualityAnnotationItemProviderAdapterFactory

public class QualityAnnotationAdapterFactory extends AdapterFactoryImpl
The Adapter Factory for the model. It provides an adapter createXXX method for each class of the model.
See Also:
Generated class or method.
  • Field Details

    • modelPackage

      protected static QualityAnnotationPackage modelPackage
      The cached model package.
      Generated class or method.
    • modelSwitch

      protected QualityAnnotationSwitch<Adapter> modelSwitch
      The switch that delegates to the createXXX methods.
      Generated class or method.
  • Constructor Details

    • QualityAnnotationAdapterFactory

      public QualityAnnotationAdapterFactory()
      Creates an instance of the adapter factory.
      Generated class or method.
  • Method Details

    • isFactoryForType

      public boolean isFactoryForType(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 AdapterFactory
      Overrides:
      isFactoryForType in class AdapterFactoryImpl
      Returns:
      whether this factory is applicable for the type of the object.
      Generated class or method.
    • createAdapter

      public Adapter createAdapter(Notifier target)
      Creates an adapter for the target.
      Overrides:
      createAdapter in class AdapterFactoryImpl
      Parameters:
      target - the object to adapt.
      Returns:
      the adapter for the target.
      Generated class or method.
    • createParameterValueDeviationAdapter

      public Adapter createParameterValueDeviationAdapter()
      Creates a new adapter for an object of class ' Parameter Value Deviation'. 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:
      Generated class or method.
    • createQualityAnnotationAdapter

      public Adapter createQualityAnnotationAdapter()
      Creates a new adapter for an object of class ' Quality Annotation'. 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:
      Generated class or method.
    • createServiceSpecificationAdapter

      public Adapter createServiceSpecificationAdapter()
      Creates a new adapter for an object of class ' Service Specification'. 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:
      Generated class or method.
    • createRequiredElementAdapter

      public Adapter createRequiredElementAdapter()
      Creates a new adapter for an object of class ' Required Element'. 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:
      Generated class or method.
    • createRequiredElementDeviationAdapter

      public Adapter createRequiredElementDeviationAdapter()
      Creates a new adapter for an object of class ' Required Element Deviation'. 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:
      Generated class or method.
    • createInternalStateInfluenceAnalysisAggregationAdapter

      public Adapter createInternalStateInfluenceAnalysisAggregationAdapter()
      Creates a new adapter for an object of class ' Internal State Influence Analysis Aggregation'. 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.
      Generated class or method.
    • createPrecisionAdapter

      public Adapter createPrecisionAdapter()
      Creates a new adapter for an object of class ' Precision '. 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:
      Generated class or method.
    • createREPrecisionAdapter

      public Adapter createREPrecisionAdapter()
      Creates a new adapter for an object of class ' RE Precision'. 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:
      Generated class or method.
    • createProbabilisticElementAdapter

      public Adapter createProbabilisticElementAdapter()
      Creates a new adapter for an object of class ' Probabilistic Element'. 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:
      Generated class or method.
    • createCharacterisedPCMParameterPartitionAdapter

      public Adapter createCharacterisedPCMParameterPartitionAdapter()
      Creates a new adapter for an object of class ' Characterised PCM Parameter Partition'. 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.
      Generated class or method.
    • createPCMParameterPartitionAdapter

      public Adapter createPCMParameterPartitionAdapter()
      Creates a new adapter for an object of class ' PCM Parameter Partition'. 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:
      Generated class or method.
    • createCharacterisedPCMParameterPartitionIntervalAdapter

      public Adapter createCharacterisedPCMParameterPartitionIntervalAdapter()
      Creates a new adapter for an object of class ' Characterised PCM Parameter Partition Interval'. 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.
      Generated class or method.
    • createCharacterisedPCMParameterPartitionRangeAdapter

      public Adapter createCharacterisedPCMParameterPartitionRangeAdapter()
      Creates a new adapter for an object of class ' Characterised PCM Parameter Partition Range'. 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.
      Generated class or method.
    • createExactlyAsSpecifiedPrecisionAdapter

      public Adapter createExactlyAsSpecifiedPrecisionAdapter()
      Creates a new adapter for an object of class ' Exactly As Specified Precision'. 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:
      Generated class or method.
    • createLimitedDeviationPrecisionAdapter

      public Adapter createLimitedDeviationPrecisionAdapter()
      Creates a new adapter for an object of class ' Limited Deviation Precision'. 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:
      Generated class or method.
    • createNoPrecisionAdapter

      public Adapter createNoPrecisionAdapter()
      Creates a new adapter for an object of class ' No Precision'. 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:
      Generated class or method.
    • createPCMRECategoryAdapter

      public Adapter createPCMRECategoryAdapter()
      Creates a new adapter for an object of class ' PCMRE Category'. 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:
      Generated class or method.
    • createPCMREAdapter

      public Adapter createPCMREAdapter()
      Creates a new adapter for an object of class ' PCMRE'. 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:
      Generated class or method.
    • createPCMREInterfaceAdapter

      public Adapter createPCMREInterfaceAdapter()
      Creates a new adapter for an object of class ' PCMRE Interface'. 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:
      Generated class or method.
    • createPCMRERoleAdapter

      public Adapter createPCMRERoleAdapter()
      Creates a new adapter for an object of class ' PCMRE Role '. 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:
      Generated class or method.
    • createPCMRESignatureAdapter

      public Adapter createPCMRESignatureAdapter()
      Creates a new adapter for an object of class ' PCMRE Signature'. 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:
      Generated class or method.
    • createPCMServiceSpecificationAdapter

      public Adapter createPCMServiceSpecificationAdapter()
      Creates a new adapter for an object of class ' PCM Service Specification'. 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:
      Generated class or method.
    • createPCMREResourceInterfaceAdapter

      public Adapter createPCMREResourceInterfaceAdapter()
      Creates a new adapter for an object of class ' PCMRE Resource Interface'. 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:
      Generated class or method.
    • createPCMREResourceSignatureAdapter

      public Adapter createPCMREResourceSignatureAdapter()
      Creates a new adapter for an object of class ' PCMRE Resource Signature'. 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:
      Generated class or method.
    • createPCMREResourceAdapter

      public Adapter createPCMREResourceAdapter()
      Creates a new adapter for an object of class ' PCMRE Resource'. 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:
      Generated class or method.
    • createPCMREResourceRoleAdapter

      public Adapter createPCMREResourceRoleAdapter()
      Creates a new adapter for an object of class ' PCMRE Resource Role'. 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:
      Generated class or method.
    • createPCMRECIBehaviorAdapter

      public Adapter createPCMRECIBehaviorAdapter()
      Creates a new adapter for an object of class ' PCMRECI Behavior'. 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:
      Generated class or method.
    • createPCMREInfrastructureInterfaceAdapter

      public Adapter createPCMREInfrastructureInterfaceAdapter()
      Creates a new adapter for an object of class ' PCMRE Infrastructure Interface'. 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:
      Generated class or method.
    • createPCMREInfrastructureRoleAdapter

      public Adapter createPCMREInfrastructureRoleAdapter()
      Creates a new adapter for an object of class ' PCMRE Infrastructure Role'. 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:
      Generated class or method.
    • createPCMREInfrastructureSignatureAdapter

      public Adapter createPCMREInfrastructureSignatureAdapter()
      Creates a new adapter for an object of class ' PCMRE Infrastructure Signature'. 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:
      Generated class or method.
    • createPCMPEAdapter

      public Adapter createPCMPEAdapter()
      Creates a new adapter for an object of class ' PCMPE'. 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:
      Generated class or method.
    • createPCMPEAllDecisionsAdapter

      public Adapter createPCMPEAllDecisionsAdapter()
      Creates a new adapter for an object of class ' PCMPE All Decisions'. 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:
      Generated class or method.
    • createPCMPEDecisionAdapter

      public Adapter createPCMPEDecisionAdapter()
      Creates a new adapter for an object of class ' PCMPE Decision'. 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:
      Generated class or method.
    • createIdentifierAdapter

      public Adapter createIdentifierAdapter()
      Creates a new adapter for an object of class 'Identifier'. 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:
      • Identifier
      Generated class or method.
    • createQualityStatementAdapter

      public Adapter createQualityStatementAdapter()
      Creates a new adapter for an object of class ' Statement'. 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:
      Generated class or method.
    • createParameterPartitionAdapter

      public Adapter createParameterPartitionAdapter()
      Creates a new adapter for an object of class ' Parameter Partition'. 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:
      Generated class or method.
    • createEObjectAdapter

      public Adapter createEObjectAdapter()
      Creates a new adapter for the default case. This default implementation returns null.
      Returns:
      the new adapter.
      Generated class or method.