Class QualityModelSwitch

java.lang.Object
org.palladiosimulator.qualitymodel.util.QualityModelSwitch

public class QualityModelSwitch extends Object
The Switch for the model's inheritance hierarchy. It supports the call doSwitch(object) to invoke the caseXXX method for each class of the model, starting with the actual class of the object and proceeding up the inheritance hierarchy until a non-null result is returned, which is the result of the switch.
See Also:
Generated class or method.
  • Field Details

    • modelPackage

      protected static QualityModelPackage modelPackage
      The cached model package
      Generated class or method.
  • Constructor Details

    • QualityModelSwitch

      public QualityModelSwitch()
      Creates an instance of the switch.
      Generated class or method.
  • Method Details

    • doSwitch

      public Object doSwitch(EObject theEObject)
      Calls caseXXX for each class of the model until one returns a non null result; it yields that result.
      Returns:
      the first non-null result returned by a caseXXX call.
      Generated class or method.
    • doSwitch

      protected Object doSwitch(EClass theEClass, EObject theEObject)
      Calls caseXXX for each class of the model until one returns a non null result; it yields that result.
      Returns:
      the first non-null result returned by a caseXXX call.
      Generated class or method.
    • doSwitch

      protected Object doSwitch(int classifierID, EObject theEObject)
      Calls caseXXX for each class of the model until one returns a non null result; it yields that result.
      Returns:
      the first non-null result returned by a caseXXX call.
      Generated class or method.
    • caseNqr

      public Object caseNqr(Nqr object)
      Returns the result of interpreting the object as an instance of 'Nqr'. This implementation returns null; returning a non-null result will terminate the switch.
      Parameters:
      object - the target of the switch.
      Returns:
      the result of interpreting the object as an instance of 'Nqr'.
      See Also:
      Generated class or method.
    • caseMapping

      public Object caseMapping(Mapping object)
      Returns the result of interpreting the object as an instance of 'Mapping'. This implementation returns null; returning a non-null result will terminate the switch.
      Parameters:
      object - the target of the switch.
      Returns:
      the result of interpreting the object as an instance of 'Mapping'.
      See Also:
      Generated class or method.
    • caseTransformation

      public Object caseTransformation(Transformation object)
      Returns the result of interpreting the object as an instance of 'Transformation'. This implementation returns null; returning a non-null result will terminate the switch.
      Parameters:
      object - the target of the switch.
      Returns:
      the result of interpreting the object as an instance of 'Transformation'.
      See Also:
      Generated class or method.
    • caseReasoning

      public Object caseReasoning(Reasoning object)
      Returns the result of interpreting the object as an instance of 'Reasoning'. This implementation returns null; returning a non-null result will terminate the switch.
      Parameters:
      object - the target of the switch.
      Returns:
      the result of interpreting the object as an instance of 'Reasoning'.
      See Also:
      Generated class or method.
    • caseReduction

      public Object caseReduction(Reduction object)
      Returns the result of interpreting the object as an instance of 'Reduction'. This implementation returns null; returning a non-null result will terminate the switch.
      Parameters:
      object - the target of the switch.
      Returns:
      the result of interpreting the object as an instance of 'Reduction'.
      See Also:
      Generated class or method.
    • caseQuantityReduction

      public Object caseQuantityReduction(QuantityReduction object)
      Returns the result of interpreting the object as an instance of 'Quantity Reduction'. This implementation returns null; returning a non-null result will terminate the switch.
      Parameters:
      object - the target of the switch.
      Returns:
      the result of interpreting the object as an instance of 'Quantity Reduction'.
      See Also:
      Generated class or method.
    • caseStatisticReduction

      public Object caseStatisticReduction(StatisticReduction object)
      Returns the result of interpreting the object as an instance of 'Statistic Reduction'. This implementation returns null; returning a non-null result will terminate the switch.
      Parameters:
      object - the target of the switch.
      Returns:
      the result of interpreting the object as an instance of 'Statistic Reduction'.
      See Also:
      Generated class or method.
    • caseMappingRepository

      public Object caseMappingRepository(MappingRepository object)
      Returns the result of interpreting the object as an instance of 'Mapping Repository'. This implementation returns null; returning a non-null result will terminate the switch.
      Parameters:
      object - the target of the switch.
      Returns:
      the result of interpreting the object as an instance of 'Mapping Repository'.
      See Also:
      Generated class or method.
    • caseMappingEntry

      public Object caseMappingEntry(MappingEntry object)
      Returns the result of interpreting the object as an instance of 'Mapping Entry'. This implementation returns null; returning a non-null result will terminate the switch.
      Parameters:
      object - the target of the switch.
      Returns:
      the result of interpreting the object as an instance of 'Mapping Entry'.
      See Also:
      Generated class or method.
    • caseTransformationRepository

      public Object caseTransformationRepository(TransformationRepository object)
      Returns the result of interpreting the object as an instance of 'Transformation Repository'. This implementation returns null; returning a non-null result will terminate the switch.
      Parameters:
      object - the target of the switch.
      Returns:
      the result of interpreting the object as an instance of 'Transformation Repository'.
      See Also:
      Generated class or method.
    • caseReasoningRepository

      public Object caseReasoningRepository(ReasoningRepository object)
      Returns the result of interpreting the object as an instance of 'Reasoning Repository'. This implementation returns null; returning a non-null result will terminate the switch.
      Parameters:
      object - the target of the switch.
      Returns:
      the result of interpreting the object as an instance of 'Reasoning Repository'.
      See Also:
      Generated class or method.
    • caseNqrRepository

      public Object caseNqrRepository(NqrRepository object)
      Returns the result of interpreting the object as an instance of 'Nqr Repository'. This implementation returns null; returning a non-null result will terminate the switch.
      Parameters:
      object - the target of the switch.
      Returns:
      the result of interpreting the object as an instance of 'Nqr Repository'.
      See Also:
      Generated class or method.
    • caseReasoningComponent

      public Object caseReasoningComponent(ReasoningComponent object)
      Returns the result of interpreting the object as an instance of 'Reasoning Component'. This implementation returns null; returning a non-null result will terminate the switch.
      Parameters:
      object - the target of the switch.
      Returns:
      the result of interpreting the object as an instance of 'Reasoning Component'.
      See Also:
      Generated class or method.
    • caseReasoningSystem

      public Object caseReasoningSystem(ReasoningSystem object)
      Returns the result of interpreting the object as an instance of 'Reasoning System'. This implementation returns null; returning a non-null result will terminate the switch.
      Parameters:
      object - the target of the switch.
      Returns:
      the result of interpreting the object as an instance of 'Reasoning System'.
      See Also:
      Generated class or method.
    • caseIdentifier

      public Object caseIdentifier(de.uka.ipd.sdq.identifier.Identifier object)
      Returns the result of interpreting the object as an instance of 'Identifier'. This implementation returns null; returning a non-null result will terminate the switch.
      Parameters:
      object - the target of the switch.
      Returns:
      the result of interpreting the object as an instance of 'Identifier'.
      See Also:
      Generated class or method.
    • caseNamedElement

      public Object caseNamedElement(org.palladiosimulator.pcm.core.entity.NamedElement object)
      Returns the result of interpreting the object as an instance of 'Named Element'. This implementation returns null; returning a non-null result will terminate the switch.
      Parameters:
      object - the target of the switch.
      Returns:
      the result of interpreting the object as an instance of 'Named Element'.
      See Also:
      Generated class or method.
    • caseEntity

      public Object caseEntity(org.palladiosimulator.pcm.core.entity.Entity object)
      Returns the result of interpreting the object as an instance of 'Entity'. This implementation returns null; returning a non-null result will terminate the switch.
      Parameters:
      object - the target of the switch.
      Returns:
      the result of interpreting the object as an instance of 'Entity'.
      See Also:
      Generated class or method.
    • defaultCase

      public Object defaultCase(EObject object)
      Returns the result of interpreting the object as an instance of 'EObject'. This implementation returns null; returning a non-null result will terminate the switch, but this is the last case anyway.
      Parameters:
      object - the target of the switch.
      Returns:
      the result of interpreting the object as an instance of 'EObject'.
      See Also:
      Generated class or method.